)]}'
{
  "log": [
    {
      "commit": "61392ad38bc5e7a883d83f8ed08df5aa41ea9bd2",
      "tree": "05fdcf0e6bea96da77796e20efc83e602a4f871e",
      "parents": [
        "39921a80cde87f2b9082bb74e5a6b0cf1994ef8d",
        "70c2f285a2a64ea2e83c77c1999d068d37e5fba8"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Nov 24 11:01:35 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Nov 24 11:01:35 2014 +0000"
      },
      "message": "Merge \"Add support for running tests against standalone Heat\""
    },
    {
      "commit": "39921a80cde87f2b9082bb74e5a6b0cf1994ef8d",
      "tree": "0a869754218f92626411229c8b05152d4de2acc1",
      "parents": [
        "c9efd978b2bad4d90a5a23acfa9f0204f7d7dcf9",
        "240437022862ddf90b6e867a7b89d0513ea32661"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Nov 24 10:32:52 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Nov 24 10:32:53 2014 +0000"
      },
      "message": "Merge \"Add logging fixture to integration tests\""
    },
    {
      "commit": "70c2f285a2a64ea2e83c77c1999d068d37e5fba8",
      "tree": "cba11ca1819657ad6b64b34d7b762cfdaadf493c",
      "parents": [
        "240437022862ddf90b6e867a7b89d0513ea32661"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Fri Nov 21 08:51:41 2014 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Mon Nov 24 09:27:47 2014 +1000"
      },
      "message": "Add support for running tests against standalone Heat\n\nThis replicates what is in heatclient shell.\nWe need support for the OS_NO_CLIENT_AUTH.\n\nChange-Id: I40990555f072d3e10db704c0f63f19db9c8ed8bf\n"
    },
    {
      "commit": "240437022862ddf90b6e867a7b89d0513ea32661",
      "tree": "1e09df0b635f8a42838e6ee82e328af412b7ea95",
      "parents": [
        "6ef6c342d897188ec76cd4414260e94d5c08a84f"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Fri Nov 21 08:49:26 2014 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Mon Nov 24 09:27:47 2014 +1000"
      },
      "message": "Add logging fixture to integration tests\n\nChange-Id: I55bffc4278fc92d4f8eff012acd75c1acb1eddeb\n"
    },
    {
      "commit": "c9efd978b2bad4d90a5a23acfa9f0204f7d7dcf9",
      "tree": "96b539dd12a9837d3015564e395a10a1b9f9a90c",
      "parents": [
        "417097eac2dbda0902095ac0a64db2500816e5a9"
      ],
      "author": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Thu Nov 20 11:31:55 2014 +0000"
      },
      "committer": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Thu Nov 20 14:33:57 2014 +0000"
      },
      "message": "Move common functions into functional test base-class\n\nThe list_resources and update_stack are generic and likely to be used\nin multiple tests, so move them into the test base-class.\n\nChange-Id: I20b5399212a3dde514e0785b1fc91be2c30cba04\n"
    },
    {
      "commit": "e64590bfe4714941344dcea7caa620f27a218962",
      "tree": "44bdd175935268df7999f830c2f43b6c0f8e5ecc",
      "parents": [
        "647b345d8e31422403c9c487b938189dc672803b"
      ],
      "author": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Tue Oct 07 13:22:41 2014 +1300"
      },
      "committer": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Wed Oct 08 10:16:30 2014 +1300"
      },
      "message": "Configure flavor and image from env\n\nCreate nova flavor and set environment variables\nto set default configuration values for running integration tests.\n\nChange-Id: I47d386159e2c5283459b7550886df25970707238\n"
    },
    {
      "commit": "450aa7f3f5f4aa8ded094a191e8674080ce688e8",
      "tree": "5c9587234c27f0199ba8716117ea4ddba456920e",
      "parents": [],
      "author": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Mon Aug 25 10:37:27 2014 +1200"
      },
      "committer": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Wed Sep 24 09:02:20 2014 +1200"
      },
      "message": "Support classes for heat integration tests\n\nThese support classes started as a forklift of the classes needed\nto run tempest scenario orchestration tests.\n\nThe original tempest code has been pared back to provide the\nsmall subset required by heat integration tests. From this point on\nthese support classes can evolve to the specific needs of the\nintegration tests.\n\nThere is some unused code (especially in remote_client) which has\nbeen left in as it may become useful in the future, and is already\nextremely well reviewed and tested from being developed for tempest.\n\nThe script heat_integrationtests/generate_sample.sh will generate\nan up-to-date heat_integrationtests/heat_integrationtests.conf.sample\nfile which can be copied to\nheat_integrationtests/heat_integrationtests.conf\nto override default configuration values. A local ConfigOpts is created\nfor each test to avoid any potential interaction with heat\u0027s\nglobal CONF. Configuration options for credentials default to\nbeing sourced from the environment.\n\nThe default tox testenv now excludes tests in heat_integrationtests.\nA new testenv called \"integration\" will only run tests in\nheat_integrationtests.\n\nIntegration tests will fail if preconditions are not met, including\na keystone endpoint, credentials and glance containing the expected\nnamed image.\n\nDevstack gate hooks have been moved to heat_integrationtests now that\nthe name of the package has been decided.\n\nChange-Id: I174429c16bb606c5c325ee8b62c6e600ea77a6e6\nPartial-Blueprint: functional-tests\n"
    }
  ]
}
