)]}'
{
  "log": [
    {
      "commit": "c7e36ede989f28b0fa03bb9793581570e084b003",
      "tree": "6efd36f5ee0d51bf1944f9bbab26f2a173679247",
      "parents": [
        "6b378ab1885ef5e1e8cb05fd20482b72c9d029b8"
      ],
      "author": {
        "name": "LiuNanke",
        "email": "nanke.liu@easystack.cn",
        "time": "Tue Dec 29 12:54:49 2015 +0800"
      },
      "committer": {
        "name": "LiuNanke",
        "email": "nanke.liu@easystack.cn",
        "time": "Tue Dec 29 09:32:42 2015 +0000"
      },
      "message": "Using LOG.warning replace LOG.warn\n\n\n*Python 3 deprecated the logger.warn method, see:\n*https://docs.python.org/3/library/logging.html#logging.warning\n*so we prefer to use warning to avoid DeprecationWarning.\n\nChange-Id: I07ee9c97c3548c965aaf83d34b37b23e9baba584\n"
    },
    {
      "commit": "6b378ab1885ef5e1e8cb05fd20482b72c9d029b8",
      "tree": "d257a2ab6c13d9462622e4737c19847965d831b2",
      "parents": [
        "773a4a6740ddde8e7d735f5574e5cc526b533172"
      ],
      "author": {
        "name": "Kanagaraj Manickam",
        "email": "kanagaraj.manickam@hp.com",
        "time": "Mon May 11 17:34:43 2015 +0530"
      },
      "committer": {
        "name": "Jason Dunsmore",
        "email": "jasondunsmore@gmail.com",
        "time": "Fri Nov 20 09:17:41 2015 -0600"
      },
      "message": "Split abandon into pre-abandon(export) and abandon\n\nSplits the existing abandon action into two actions as\nbelow:\n1. export: User is recommended to run export successfully\n   before doing the abandon action. It returns the stack\n   data, which can be used for adopting stack.\n2. abandon: Abandons the given stack\n\nPartial-Bug: #1353670\n\nCo-Authored-By: Jason Dunsmore \u003cjasondunsmore@gmail.com\u003e\nChange-Id: I65264d91b1378df9cb3e492bc6ccaa778940dd6b\n"
    },
    {
      "commit": "773a4a6740ddde8e7d735f5574e5cc526b533172",
      "tree": "60d08aac66d6073aef3a414957b387e7f7bcdc26",
      "parents": [
        "8a3c1ececfecbd8d0e2a37145e2e3f959b848762",
        "b0cccac0d6824d4cb0ad1f81f0e02e2ebd120ef2"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Nov 17 21:18:31 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Nov 17 21:18:31 2015 +0000"
      },
      "message": "Merge \"Add a test for environment change in failed update\""
    },
    {
      "commit": "8a3c1ececfecbd8d0e2a37145e2e3f959b848762",
      "tree": "b94d952031b311d305d162cba481bfc890f28712",
      "parents": [
        "b1d2705dfcf11faeda3bf9fd604cf4814e775f8a"
      ],
      "author": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Wed Oct 21 18:56:01 2015 +0100"
      },
      "committer": {
        "name": "Zane Bitter",
        "email": "zbitter@redhat.com",
        "time": "Mon Nov 16 10:43:40 2015 -0500"
      },
      "message": "Allow in-place updates for all compatible types\n\nWe previously only allowed a resource to update in-place when the \u0027type\u0027\nfield in the old and new templates matched. In an age of environment type\nmappings, this is incorrect. Instead, allow a resource to be updated\nin-place when the old and new resource plugins are of the same class, since\nthis is actually what determines whether handle_update is capable of\ncorrectly updating the resource in-place.\n\nThere is a special-case for TemplateResource as we currently subclass it\nfor each template type, but all TemplateResource subclasses are in fact\ncapable of converting between each other via a stack update.\n\nChange-Id: Iba4abf5efd9737ca6a17d8c91d5c54ab6d3f12e0\nCo-Authored-By: Zane Bitter \u003czbitter@redhat.com\u003e\nCloses-Bug: #1508115\n"
    },
    {
      "commit": "b0cccac0d6824d4cb0ad1f81f0e02e2ebd120ef2",
      "tree": "b05283969627fccb2a6256889600a22edf78b9d2",
      "parents": [
        "b1d2705dfcf11faeda3bf9fd604cf4814e775f8a"
      ],
      "author": {
        "name": "Thomas Herve",
        "email": "therve@redhat.com",
        "time": "Fri Nov 13 09:35:55 2015 +0100"
      },
      "committer": {
        "name": "Thomas Herve",
        "email": "therve@redhat.com",
        "time": "Fri Nov 13 17:13:48 2015 +0100"
      },
      "message": "Add a test for environment change in failed update\n\nAdd a functional test which verifies that adding a new resource during\nan update, with a new custom resource type mapping in the environment,\nallows for recovery when the update fails.\n\nChange-Id: I7e52703b7f45c79a3a1434200d1e49988e78f333\nRelated-Bug: 1508096\n"
    },
    {
      "commit": "b1d2705dfcf11faeda3bf9fd604cf4814e775f8a",
      "tree": "73726932c2b98f26f9c2e7c5fceecca4b532d125",
      "parents": [
        "80519ebeff1c8b9ca19afcd8c0bdc9648677a566"
      ],
      "author": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Mon Nov 09 11:21:51 2015 +0530"
      },
      "committer": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Mon Nov 09 17:12:41 2015 +0530"
      },
      "message": "Remove default None value for config options\n\nIn oslo.config default is always initialized to None.\n\nChange-Id: I4c8eb7eb43121d28364f6e2e3a2fbabcc1bdb90d\n"
    },
    {
      "commit": "80519ebeff1c8b9ca19afcd8c0bdc9648677a566",
      "tree": "504cca9bcc905fa24848e84b858e1d07e7d29a06",
      "parents": [
        "855d1c0daae2723ea2e16693e566fd9e48383b1f"
      ],
      "author": {
        "name": "huangtianhua",
        "email": "huangtianhua@huawei.com",
        "time": "Sat Oct 31 17:55:54 2015 +0800"
      },
      "committer": {
        "name": "huangtianhua",
        "email": "huangtianhua@huawei.com",
        "time": "Mon Nov 02 10:08:36 2015 +0800"
      },
      "message": "Allow to update subnet without \u0027allocation_pools\u0027\n\nHeat allow to update \u0027allocation_pools\u0027 for subnet\nresource in Change: I26f96f712dfa9405814e26a06668db7a608e84b8,\nbut the patch introduced a problem: if user remove the\n\u0027allocation_pools\u0027 from template when updating, heat will\npass \u0027allocation_pools\u003dNone\u0027 to neutron, but neutron doesn\u0027t\naccept the None value for this property, an error will be\nraised: BadRequest: Invalid input for allocation_pools.\nReason: Invalid data format for IP pool: \u0027None\u0027. This patch\nwill pass [] to neutron to fix this problem.\n\nChange-Id: I83e56d4494564de97717da6f6c0a9ae2cd9852dd\nCloses-Bug: #1511909\n"
    },
    {
      "commit": "855d1c0daae2723ea2e16693e566fd9e48383b1f",
      "tree": "4882f9469aa15f7cc3d606eee5331d7bf1f4685c",
      "parents": [
        "3eab294d7ffcf4c0d7ffca3d7f0431382342766f"
      ],
      "author": {
        "name": "Bertrand Lallau",
        "email": "bertrand.lallau@thalesgroup.com",
        "time": "Mon Oct 26 16:37:37 2015 +0100"
      },
      "committer": {
        "name": "Bertrand Lallau",
        "email": "bertrand.lallau@gmail.com",
        "time": "Mon Oct 26 22:45:25 2015 +0100"
      },
      "message": "Use assertTrue/False instead of assertEqual(T/F)\n\nThe usage of assertEqual(True/False, ***) should be changed to a more\nmeaningful format of assertTrue/False(***).\n\nChange-Id: I685f7bb0b4669d8813ebbb796b6014ad44d7ff0c\nCloses-Bug: #1510001\n"
    },
    {
      "commit": "3eab294d7ffcf4c0d7ffca3d7f0431382342766f",
      "tree": "b024d2868cc3accc5e5728fa829d61271c0e0757",
      "parents": [
        "1c17ec33ae4b0d4059f68c70fe4c87d3fbbd2eab"
      ],
      "author": {
        "name": "Thomas Herve",
        "email": "therve@redhat.com",
        "time": "Thu Oct 22 17:29:21 2015 +0200"
      },
      "committer": {
        "name": "Thomas Herve",
        "email": "therve@redhat.com",
        "time": "Thu Oct 22 17:29:21 2015 +0200"
      },
      "message": "Expand test in-progress workaround\n\nWhen working around bug #1450314, we changed integration tests to ignore\nthe lock when doing an update. Unfortunately, this issue happens for\nactions other than update like delete and suspend, so let\u0027s apply the\nsame fix for those actions too.\n\nChange-Id: I04c5f35a1851163bc849f5c8be0f6e865ee0088e\nCloses-Bug: #1508990\nRelated-Bug: #1450314\n"
    },
    {
      "commit": "1c17ec33ae4b0d4059f68c70fe4c87d3fbbd2eab",
      "tree": "620f3a35495f8fd73e31b7d0088f0040b0ca5e4b",
      "parents": [
        "80c90edd34f530679fd0ab9e926620868c313092",
        "8bcff8a66aa86615434b7543e39ba9afbd01f2b7"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Oct 20 12:11:07 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Oct 20 12:11:07 2015 +0000"
      },
      "message": "Merge \"Add functional test for ResourceGroup rolling_update\""
    },
    {
      "commit": "80c90edd34f530679fd0ab9e926620868c313092",
      "tree": "e433a84c32b0574c06aa4cb7fa311262f4382b5a",
      "parents": [
        "6d8e086a61ecb4139c70755115e840db3d262bfb",
        "06b1127962fe566f50168752e06b80d213e970c0"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Oct 19 00:40:44 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Oct 19 00:40:44 2015 +0000"
      },
      "message": "Merge \"Remove unnecessary update_replace parameter\""
    },
    {
      "commit": "8bcff8a66aa86615434b7543e39ba9afbd01f2b7",
      "tree": "e6b9e165b373ea084e6bb0a646b9ad8a4ae3bd5a",
      "parents": [
        "f0ac9583fa7346951c1ff5e5c8e3fb812dd36344"
      ],
      "author": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Mon Sep 21 18:15:04 2015 +0530"
      },
      "committer": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Fri Oct 16 17:32:56 2015 +0530"
      },
      "message": "Add functional test for ResourceGroup rolling_update\n\nChange-Id: I77456afde1a425aacce5d9778825861179ac89aa\n"
    },
    {
      "commit": "6d8e086a61ecb4139c70755115e840db3d262bfb",
      "tree": "b83787ee30aa1391583c72fc0f1bc1ba8b87860f",
      "parents": [
        "f0ac9583fa7346951c1ff5e5c8e3fb812dd36344"
      ],
      "author": {
        "name": "Mark Vanderwiel",
        "email": "vanderwl@us.ibm.com",
        "time": "Thu Oct 15 12:51:07 2015 -0500"
      },
      "committer": {
        "name": "Mark Vanderwiel",
        "email": "vanderwl@us.ibm.com",
        "time": "Thu Oct 15 16:27:47 2015 -0500"
      },
      "message": "Allow LBaas integration tests to dynamically skip\n\nlbaas v1 and v2 are mutually exclusive and cannot be enabled at the\nsame time within devstack.  The current integation test goes after the\nexisting lbaas v1 resources with a devstack setup with the\nq-lbaas service.  This patch allow the test itself to\nbe smart enough to skip itself when the required lbaas version\nis not available.\n\nThe current infra gate job template is hardcoded to only enable\nlbaas v1 (q-lbaas), so the v1 test will continue to work properly\nand the new v2 test (wip) will be dynamically skipped.\n\nA follow up patch will modify the infra gate job template,\n{pipeline}-heat-dsvm-functional-{engine}-{datastore}{branch-designator},\nto also include an lbaas version.  Then the job can setup either\na lbaas v1 or v2 devstack so both tests can be run.\n\nAnother follow up patch will flush out the lbaas v2 integration test\nonce the new resources have been merged.\n\nblueprint: lbaasv2-suport\n\nChange-Id: I0e4c83f1b078451607a30e8b665e309ea5e170d1\n"
    },
    {
      "commit": "06b1127962fe566f50168752e06b80d213e970c0",
      "tree": "9f679bb99922c0d5b8d9df1657eb677768c9eff0",
      "parents": [
        "f0ac9583fa7346951c1ff5e5c8e3fb812dd36344"
      ],
      "author": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Wed Oct 14 10:19:22 2015 +0530"
      },
      "committer": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Wed Oct 14 10:25:53 2015 +0530"
      },
      "message": "Remove unnecessary update_replace parameter\n\nFor tests in AutoScalingGroupUpdatePolicyTest, update_replace happens\nbased on the changes to properties(ImageId vs InstanceType) and\nupdate_replace parameter is not used.\n\nChange-Id: I72c7e81dd29693c4cf90c64f37911a529f65d541\n"
    },
    {
      "commit": "f0ac9583fa7346951c1ff5e5c8e3fb812dd36344",
      "tree": "1b1addd3af5f362f3ee0d4b67177f8319139794e",
      "parents": [
        "6a1b9053e5133e7da688932223dac3f18d041907"
      ],
      "author": {
        "name": "Peter Razumovsky",
        "email": "prazumovsky@mirantis.com",
        "time": "Thu Sep 24 16:49:03 2015 +0300"
      },
      "committer": {
        "name": "Peter Razumovsky",
        "email": "prazumovsky@mirantis.com",
        "time": "Thu Oct 08 15:13:52 2015 +0300"
      },
      "message": "Fix [H405] pep rule in heat_integrationtests\n\nImplements bp docstring-improvements\n\nChange-Id: I7aebbdafef121c3414e6a0260452c1353af62e88\n"
    },
    {
      "commit": "6a1b9053e5133e7da688932223dac3f18d041907",
      "tree": "2291f3ade28245f11fbb410a3e59464d356b3122",
      "parents": [
        "aec5307b418e8053330998ea5913a912314fffdc",
        "d1ab9c6a3fa10aaf669a375aacd735a87cc6bf50"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Oct 06 22:21:28 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Oct 06 22:21:28 2015 +0000"
      },
      "message": "Merge \"Try polling swift object before creating stack\""
    },
    {
      "commit": "aec5307b418e8053330998ea5913a912314fffdc",
      "tree": "77f3d13a818298bd19c81583d4a889ed2c7af45e",
      "parents": [
        "d8b1d63487186314eea341d47b1a49cb537e14c1",
        "b5aa902ef56ee9d73f78fdc596f96f02f2fde669"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Oct 06 14:50:25 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Oct 06 14:50:26 2015 +0000"
      },
      "message": "Merge \"Add integration tests for preview update\""
    },
    {
      "commit": "d8b1d63487186314eea341d47b1a49cb537e14c1",
      "tree": "af95d2eb573ab91f164ed54f942210be4c5a9655",
      "parents": [
        "23284b69034f5ba090cf727d358033304d86fb2e",
        "dd5a6078467790548ecdfe240f3e46e089686577"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Oct 06 11:18:16 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Oct 06 11:18:16 2015 +0000"
      },
      "message": "Merge \"Test case for resource_facade\""
    },
    {
      "commit": "d1ab9c6a3fa10aaf669a375aacd735a87cc6bf50",
      "tree": "7009cecc215bd8e4b8dc1cb976b55c81e2e9b443",
      "parents": [
        "23284b69034f5ba090cf727d358033304d86fb2e"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Tue Oct 06 13:58:34 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Tue Oct 06 13:59:31 2015 +1000"
      },
      "message": "Try polling swift object before creating stack\n\nChange-Id: I185d13c8c89df7ee27a7b4740d8895b3367fafa6\nCloses-bug: #1491773\n"
    },
    {
      "commit": "23284b69034f5ba090cf727d358033304d86fb2e",
      "tree": "9af51e92baecbd11acb200f0c9097c49a6157708",
      "parents": [
        "a30ac12adc5047bafcfcf48359090e70b4c0759e"
      ],
      "author": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Thu Oct 01 19:03:42 2015 +0100"
      },
      "committer": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Fri Oct 02 10:42:09 2015 +0100"
      },
      "message": "Add functional test coverage for PATCH updates\n\nAdds coverage for patch updates which didn\u0027t land previously with the\ncode.\n\nChange-Id: I66b721d1af787e9d64b8b942818a6c8b4412fa7b\nRelated-Bug: #1224828\n"
    },
    {
      "commit": "a30ac12adc5047bafcfcf48359090e70b4c0759e",
      "tree": "3e131718a6ddeb604cc1021a50270f925baf3cd9",
      "parents": [
        "1c6c392e675061cc337a03e69dc06daaf4ff9cad"
      ],
      "author": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Tue Sep 29 11:47:52 2015 +0530"
      },
      "committer": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Tue Sep 29 13:06:09 2015 +0000"
      },
      "message": "Change cinder client version to 2 for integration tests\n\nChange-Id: Ib6c9029524838cbfbadf2c3fee6c9b50e8eef2b0\nDepends-On: I5c4485a0f1d89a63548b627502be99ce30c0f00b\nCloses-Bug: #1500714\n"
    },
    {
      "commit": "1c6c392e675061cc337a03e69dc06daaf4ff9cad",
      "tree": "3e9805b8e87b175c67cec357e8c3984486af7eca",
      "parents": [
        "1abc2724fba5c9334789291b3f7107b32e39530f",
        "775a13888ce1a2141cb0e45ed39a4462cc26aa9f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Sep 24 01:13:35 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 24 01:13:35 2015 +0000"
      },
      "message": "Merge \"Adding basic test to exercise the heat event APIs.\""
    },
    {
      "commit": "1abc2724fba5c9334789291b3f7107b32e39530f",
      "tree": "8e746bb167ace7c7c2242ee04d96c48ebc73f4da",
      "parents": [
        "e9aafe54beefaa89f531a84943140783dd957a51",
        "03767a8633fad9040481ab83c45b303f26531709"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Sep 22 10:50:00 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Sep 22 10:50:00 2015 +0000"
      },
      "message": "Merge \"Allow nested validation for template-validate\""
    },
    {
      "commit": "e9aafe54beefaa89f531a84943140783dd957a51",
      "tree": "a4e716ae2ef60be80e4934b6781ffa4f0dcd9969",
      "parents": [
        "dca518b3496f8bbdffaae99c22eb8a7e2a86ed3a",
        "8ba6253d1f541a16632ec940d9b20cb48a372ab2"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Sep 22 09:04:49 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Sep 22 09:04:49 2015 +0000"
      },
      "message": "Merge \"Handle replace and rollback cases for Port\""
    },
    {
      "commit": "03767a8633fad9040481ab83c45b303f26531709",
      "tree": "95567c36d84f682a05e0868a2ed13835e9e8472f",
      "parents": [
        "dca518b3496f8bbdffaae99c22eb8a7e2a86ed3a"
      ],
      "author": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Wed Sep 16 14:07:58 2015 +0100"
      },
      "committer": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Tue Sep 22 08:27:28 2015 +0100"
      },
      "message": "Allow nested validation for template-validate\n\nAdds an optional flag that causes template-validate to recursively\nvalidate nested stacks and expose a schema of the parameters for\nall stacks in the tree.  This uses a similar method to stack preview\nin that it builds the tree in memory so we can then walk it and\nextract the parameter data we need.\n\nChange-Id: I7e3d752124997a0a7b8ff53e774ed8034dd2f81d\nCo-Authored-By: Jay Dobies \u003cjdobies@redhat.com\u003e\nImplements-blueprint: nested-validation\n"
    },
    {
      "commit": "b5aa902ef56ee9d73f78fdc596f96f02f2fde669",
      "tree": "8dbd2caa74d47cf022fc6305892de7425d0fa6aa",
      "parents": [
        "a064e289436989e27edf8baa58fed9fe69dd2950"
      ],
      "author": {
        "name": "Jason Dunsmore",
        "email": "jasondunsmore@gmail.com",
        "time": "Wed Sep 09 16:57:04 2015 -0500"
      },
      "committer": {
        "name": "Jason Dunsmore",
        "email": "jasondunsmore@gmail.com",
        "time": "Mon Sep 21 15:13:43 2015 -0500"
      },
      "message": "Add integration tests for preview update\n\nChange-Id: Ie67da09ad32185a18493fded18e24894b8c195d4\nBP: update-dry-run\n"
    },
    {
      "commit": "dca518b3496f8bbdffaae99c22eb8a7e2a86ed3a",
      "tree": "865875e9aa78c4d4abe75e42e6fc16a8c94a47c1",
      "parents": [
        "1c8499db32a9a3a644ca1a79cae9184bd2d2cd1b"
      ],
      "author": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Fri Sep 18 18:19:40 2015 +0100"
      },
      "committer": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Mon Sep 21 14:27:16 2015 +0100"
      },
      "message": "Add a functional test proving OS::Heat::None works with validate\n\nPreviously the template-validate logic failed when overriding\nresources with OS::Heat::None in the resource_registry, despite\nthis working fine via create/preview.\n\nSince the fix for bug #1467573 has aligned the template-validate\nlogic with that of create/preview, this should now work.\n\nChange-Id: Id8d0be57d347e7ef6714477747949bd2dadd470c\nCloses-Bug: #1495914\n"
    },
    {
      "commit": "1c8499db32a9a3a644ca1a79cae9184bd2d2cd1b",
      "tree": "4d8a8dd1ed4aae3e84d78e39335eef5fc52d100e",
      "parents": [
        "741938299bc611e441299278c4c18f4faa7fdc0c"
      ],
      "author": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Fri Sep 18 15:49:12 2015 +0100"
      },
      "committer": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Fri Sep 18 18:59:31 2015 +0100"
      },
      "message": "Always return default via template-validate \"Default\"\n\nCurrently we redefine the value of Default when a user value is\nprovided, which means the data returned doesn\u0027t match the schema\ndefined in the template.  Instead always return the actual default\nand add a \"Value\" key that contains the user value, if provided.\n\nChange-Id: If4ed0b733d4e61c84167063c36cdcb234b001136\nCloses-Bug: #1497310\n"
    },
    {
      "commit": "775a13888ce1a2141cb0e45ed39a4462cc26aa9f",
      "tree": "c6b757f384dc964cd5d2cffe4932f47db9add951",
      "parents": [
        "9cc3a5fb894bac7193a7691f90fc3ecb13255bb6"
      ],
      "author": {
        "name": "James Combs",
        "email": "cornracker@gmail.com",
        "time": "Mon Aug 31 20:50:51 2015 +0000"
      },
      "committer": {
        "name": "James Combs",
        "email": "cornracker@gmail.com",
        "time": "Fri Sep 18 16:21:00 2015 +0000"
      },
      "message": "Adding basic test to exercise the heat event APIs.\n\nChange-Id: I8ff9554b38e3a72fbf6bb09ca074191e13585bd8\n"
    },
    {
      "commit": "741938299bc611e441299278c4c18f4faa7fdc0c",
      "tree": "4c64c6c12a42459b7fc263b15cec3f57373accee",
      "parents": [
        "6199eb07caf85f5cc7eac18dbd448c654ed2c08e"
      ],
      "author": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Tue Sep 15 09:38:26 2015 +0100"
      },
      "committer": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Thu Sep 17 14:23:35 2015 +0100"
      },
      "message": "Add initial functional test for template-validate\n\nProve basic template validation functionality, will provide additional\nconfidence that subsequent rework to the internal implementation doesn\u0027t\nbreak the API.\n\nChange-Id: Ieb605ca66dfdf3e25b0a7a703df3015b817e615b\nPartial-Bug: #1467573\n"
    },
    {
      "commit": "8ba6253d1f541a16632ec940d9b20cb48a372ab2",
      "tree": "2bc26d773e4a028dbe6beca28b443cd126d654ae",
      "parents": [
        "6199eb07caf85f5cc7eac18dbd448c654ed2c08e"
      ],
      "author": {
        "name": "Sergey Kraynev",
        "email": "skraynev@mirantis.com",
        "time": "Fri Sep 04 05:18:02 2015 -0400"
      },
      "committer": {
        "name": "Sergey Kraynev",
        "email": "skraynev@mirantis.com",
        "time": "Wed Sep 16 14:05:45 2015 +0000"
      },
      "message": "Handle replace and rollback cases for Port\n\nAdd prepare_for_replace and restore_after_rollback methods for port\nresource. Now if port has fixed_ip address it will be correctly handled\nduring UpdateReplace, i.e. we detach this ip and store it in self.data.\nIn case, when rollback happens, fixed_ips data will be taken from\nself.data of resource in _backup_stack.\n\nFollow functional tests was added:\n - enable test with simple replacing port\n - test for failed update with rollback\n - test for failed update without rollback and second repair update\n\nimplements bp rich-network-prop\n\nChange-Id: Id3877ed8cb1097f6c93725806d137ea67ab07466\nCloses-Bug: #1455100\n"
    },
    {
      "commit": "6199eb07caf85f5cc7eac18dbd448c654ed2c08e",
      "tree": "081b310a158ff812a65b9b3b434bb382fed7d606",
      "parents": [
        "9cc3a5fb894bac7193a7691f90fc3ecb13255bb6",
        "6a20e3b7439c421441c781bbc731ee3b2365544b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Sep 16 11:02:59 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 16 11:02:59 2015 +0000"
      },
      "message": "Merge \"Validate TemplateResource schema when based on other templates\""
    },
    {
      "commit": "9cc3a5fb894bac7193a7691f90fc3ecb13255bb6",
      "tree": "e4f46632e04094725d785f4086f1be22c3cfb251",
      "parents": [
        "89082a33f4daf226c1cdccc43fdbfa8d3877d154"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Mon Sep 14 11:12:20 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Mon Sep 14 11:12:20 2015 +1000"
      },
      "message": "Make the stack tags template non-empty\n\nThis is to work around the update time not having fractional seconds.\nCloses-bug: #1480739\n\nChange-Id: Id5f9d318420e37525626c5a770c6126d8369b5e7\n"
    },
    {
      "commit": "89082a33f4daf226c1cdccc43fdbfa8d3877d154",
      "tree": "62e6518a089985ae76ee1adafccec448fdaa7c44",
      "parents": [
        "f71ae07989b718d8dc648059f7914c81b684396f"
      ],
      "author": {
        "name": "Sergey Kraynev",
        "email": "skraynev@mirantis.com",
        "time": "Fri Sep 04 04:42:33 2015 -0400"
      },
      "committer": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Thu Sep 10 11:36:41 2015 +0100"
      },
      "message": "Add integration test for UPDATE_FAILED recovery\n\nIt\u0027s valid to attempt an update from UPDATE_FAILED state, so add\na functional test which proves this works.\n\nThis requires an adjustment to the common test.py _verify_status\nbecause we now need to ensure we record the time of transition to\nFAILED state as well as COMPLETE, or we\u0027ll mis-detect the failure\nas a failure of the subsequent recovery update.\n\nCo-Authored-By: Sergey Kraynev \u003cskraynev@mirantis.com\u003e\nChange-Id: I5fc82b4c71a943ba15c04b08bcfd26fcb84dc7a4\n"
    },
    {
      "commit": "f71ae07989b718d8dc648059f7914c81b684396f",
      "tree": "37a38b9af63f8eeced23ea483483de8d579aad8e",
      "parents": [
        "a064e289436989e27edf8baa58fed9fe69dd2950"
      ],
      "author": {
        "name": "huangtianhua",
        "email": "huangtianhua@huawei.com",
        "time": "Thu Jul 09 09:15:10 2015 +0800"
      },
      "committer": {
        "name": "huangtianhua",
        "email": "huangtianhua@huawei.com",
        "time": "Wed Sep 09 14:52:37 2015 +0800"
      },
      "message": "Return error message if validate fail when clearing hook\n\nThere are some situations:\n1. User can run the command \"heat hook-clear\" on any\nresource in the stack, even if there is no hook\ndefined on it, and no error or warning message is returned.\n2. User run the command \"heat hook-clear\" on resource\nto clear the hook which resource unset, and no error or\nwarning message is returned.\n3. User run the command \"heat hook-clear\" on resource\neven if the resource\u0027s action is not support to signal, and\nno error or warning message is returned.\n4. User run the command \"heat hook-clear\" to clear invalid\nhooks, and no error or warnning message is returned.\n\nThis patch will check the situations above before call\nresource.signal, and will return error messages to user.\n\nChange-Id: Ifb9befad864ebe1bb5f8b419b95d1b3a95530573\nCloses-Bug: #1472515\n"
    },
    {
      "commit": "a064e289436989e27edf8baa58fed9fe69dd2950",
      "tree": "fe2ba0ed60be8d48b0f826b4db2d8feee0b59d1e",
      "parents": [
        "405444f635223a0f4a7718a7c70c389d0c51d600"
      ],
      "author": {
        "name": "Oleksii Chuprykov",
        "email": "ochuprykov@mirantis.com",
        "time": "Sun Aug 30 09:05:32 2015 +0300"
      },
      "committer": {
        "name": "Oleksii Chuprykov",
        "email": "ochuprykov@mirantis.com",
        "time": "Tue Sep 08 16:22:46 2015 +0300"
      },
      "message": "Wait for metadata actually set to server\n\nIt is possible that at the time when deployment set its\nresource_id metadata will not actually be set at the server. Wait until\nmetadata actually set at the server. This patch makes test more stable.\n\nChange-Id: Iba8c1c47b0cb78798a1c46a3daef5cb3cc3cc9a2\n"
    },
    {
      "commit": "405444f635223a0f4a7718a7c70c389d0c51d600",
      "tree": "32648b7819e15466177fefa392ac45031d994b2a",
      "parents": [
        "73dcbc6dcfbaabdb81cf101174007d7ce9a52c41"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Wed Sep 02 10:33:09 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Fri Sep 04 10:29:57 2015 +1000"
      },
      "message": "Move TestResource in-tree\n\nChange-Id: I83c52f099621610f75c3b986c359292606978885\nCloses-bug: #1489459\n"
    },
    {
      "commit": "73dcbc6dcfbaabdb81cf101174007d7ce9a52c41",
      "tree": "0d94450504ec5674fe186856f24c7da34c5419d2",
      "parents": [
        "0e2511a5c146a90f6a36ec64243a4e794d39d289"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Mon Aug 31 09:02:58 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Fri Sep 04 10:29:57 2015 +1000"
      },
      "message": "Make the TestResource a bit smarter\n\nThis is a better representation of how actual resources work.\n\n1. implement check_*_complete\n2. measure the time, not just do one sleep\n3. add client_name and entity_name so we can actually talk to a service\n   (even if it fails).\n4. add some example usage in test_create_update.py\n5. don\u0027t use json_snippet._properties\n\nThe timeout works in a similar way to the waitcondition.\n\nChange-Id: I7d3fd0340fefe4a06b8d4f0952c162be604aa58c\n"
    },
    {
      "commit": "0e2511a5c146a90f6a36ec64243a4e794d39d289",
      "tree": "d8c1f551feb7fe6a7eb802cd48bfaa56601be87d",
      "parents": [
        "67a64d996f03836bd1c715e15df68ccea52c6362",
        "9ede185ec3a251720d6c3411001fb365a6e797f1"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Sep 03 08:12:12 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 03 08:12:12 2015 +0000"
      },
      "message": "Merge \"Merge Neutron AutoScaling and LoadBalancer tests\""
    },
    {
      "commit": "dd5a6078467790548ecdfe240f3e46e089686577",
      "tree": "d265875c8410fdc69a3bc73f79a5886b765c6b20",
      "parents": [
        "67a64d996f03836bd1c715e15df68ccea52c6362"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Wed Sep 02 09:10:04 2015 +1000"
      },
      "committer": {
        "name": "Rico Lin",
        "email": "rico.l@inwinstack.com",
        "time": "Thu Sep 03 02:03:30 2015 +0000"
      },
      "message": "Test case for resource_facade\n\nChange-Id: I8190752a4f415cfc87bf0116b2f2c95905e2685b\nRelated-bug: #1491146\n"
    },
    {
      "commit": "9ede185ec3a251720d6c3411001fb365a6e797f1",
      "tree": "c457526ca0174170390ae9792574b625cea1fb69",
      "parents": [
        "5f3651a9bfc9dc91559c5bb0d68bd213bf313b94"
      ],
      "author": {
        "name": "Pavlo Shchelokovskyy",
        "email": "pshchelokovskyy@mirantis.com",
        "time": "Thu Mar 19 17:54:52 2015 +0000"
      },
      "committer": {
        "name": "Pavlo Shchelokovskyy",
        "email": "pshchelokovskyy@mirantis.com",
        "time": "Fri Aug 28 08:39:47 2015 +0000"
      },
      "message": "Merge Neutron AutoScaling and LoadBalancer tests\n\nThe tested use case is an autoscaling group of web app servers\nbehind a loadbalancer.\n\nTest template was rewritten to use AutoScalingGroup, wait conditions and\noutputs, so no other client than heat one is used.\nNow there is no need to check for VM connectivity,\nas stack/resources status COMPLETE now quite reliably means\nthat the listening servers are running.\n\nThis patch should probably also help with narrowing down the causes of\nbug 1437203, since it does not checks instance connectivity with SSH.\n\nChange-Id: Iec8e8061f9ab3f3841fa221722b7b7805760cdf7\nRelated-Bug: #1437203\nCloses-Bug: #1435285\n"
    },
    {
      "commit": "67a64d996f03836bd1c715e15df68ccea52c6362",
      "tree": "5f0c5754257a0cc9b82c1c26a9d17618c4db42a8",
      "parents": [
        "5f3651a9bfc9dc91559c5bb0d68bd213bf313b94"
      ],
      "author": {
        "name": "Pavlo Shchelokovskyy",
        "email": "pshchelokovskyy@mirantis.com",
        "time": "Thu Aug 20 14:39:14 2015 +0000"
      },
      "committer": {
        "name": "Pavlo Shchelokovskyy",
        "email": "pshchelokovskyy@mirantis.com",
        "time": "Tue Aug 25 15:37:26 2015 +0300"
      },
      "message": "Add resource_type-specific policies\n\nHeat\u0027s `policy.json` now can contain policies of the following schema:\n\n  \"resource_types:\u003cresource_type\u003e\": \"rule\"\n\nThis will allow cloud admins to control resource access utilizing\nuser roles, names, tenants and any other oslo.policy-supported rules.\n\nBasic usage is to facilitate fail-early for stacks with resources\nthat a given user will not be able to actually create\ndue to role restrictions.\n\nDefault policy is \u0027allow to everyone\u0027 (who has passed previous policy\nchecks on REST API layer).\n\nResource types that the user will not be able to use due to\nresources policy restrictions are hidden from `resource-type-list`.\n\nCurrent operations that are prohibited if the user\ndoes not pass policy check for a particular \"forbidden\" resource:\n- show resource type for forbidden resource type\n- show resource template for forbidden resource type\n- create a stack containing a forbidden resource\n- delete a stack containing a forbidden resource\n- update a stack that already has a forbidden resource\n- update a stack initroducing a new forbidden resource\n- restore a stack snapshot to a stack that currently has forbidden\n  resource\nNot yet prohibited, need to be fixed:\n- restore a stack snapshot that will create a forbidden resource\n\nAs first step (and for testing purposes) OS::Nova::Flavor is forbidden\nto create for non-admin users. Simple functional test using this\nresource is added.\n\nChange-Id: I337306c4f1624552a2631e0ffbb43f0d3102813d\nImplements blueprint conditional-resource-exposure\n"
    },
    {
      "commit": "5f3651a9bfc9dc91559c5bb0d68bd213bf313b94",
      "tree": "adb353866c4d3036786aa0e12616987ab28adab1",
      "parents": [
        "68db9719fce0c0181d2592f482c9ce7a34c13f33",
        "9d3cd4f06e70f1359407ac7d903506058e90d6e1"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Aug 21 17:23:19 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Aug 21 17:23:19 2015 +0000"
      },
      "message": "Merge \"Increase the concurrency of software-config functional test\""
    },
    {
      "commit": "68db9719fce0c0181d2592f482c9ce7a34c13f33",
      "tree": "478d6dbc2cbaf8c184127ff6c6bd0227f33c7cf4",
      "parents": [
        "cce999a94a32aff61ea5f9bcb78765447a7ac863",
        "36eb8247d7518ea704b6ab44b0ba01403a510b34"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Aug 21 04:33:15 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Aug 21 04:33:15 2015 +0000"
      },
      "message": "Merge \"Update encrypted param template Added the encrypted parameter as a property for a Nova server\""
    },
    {
      "commit": "36eb8247d7518ea704b6ab44b0ba01403a510b34",
      "tree": "a57a85084630a318a1ac213d2e00da4c8416cd18",
      "parents": [
        "91ca90c20bee139e1a0c6b7bffdb82a6533d58d1"
      ],
      "author": {
        "name": "Sabeen Syed",
        "email": "sabeen.syed@rackspace.com",
        "time": "Wed Aug 19 03:57:45 2015 +0000"
      },
      "committer": {
        "name": "Sabeen",
        "email": "sabeen.syed@rackspace.com",
        "time": "Thu Aug 20 18:23:56 2015 +0000"
      },
      "message": "Update encrypted param template\nAdded the encrypted parameter as a property for a Nova server\n\nCloses-Bug: #1487163\n\nChange-Id: I707ec6169ba0f1c18a91b22fe0262e4a7a01073e\n"
    },
    {
      "commit": "cce999a94a32aff61ea5f9bcb78765447a7ac863",
      "tree": "c7f19b1e9c8ca8be226ffcdb6ad7a4824b301dd4",
      "parents": [
        "dbea6ab918956eee2090a6374ed030f211330682"
      ],
      "author": {
        "name": "huangtianhua",
        "email": "huangtianhua@huawei.com",
        "time": "Mon Aug 03 16:13:25 2015 +0800"
      },
      "committer": {
        "name": "huangtianhua",
        "email": "huangtianhua@huawei.com",
        "time": "Thu Aug 20 09:31:45 2015 +0800"
      },
      "message": "Fix incorrect resource\u0027s information while describing\n\nWe can\u0027t get the resource\u0027infos from db once the resource\nis deleted. All information of a deleted resource come\nfrom the initialization. So this change will modify some\ninfos when resource init:\n1. set the action of resource to stack\u0027action\n2. set the created_time to stack\u0027s created_time\n3. set the updated_time to stack\u0027s updated_time\n\nThen the information will be reset for normal resources.\n\nChange-Id: Iafdc99c572c5dab06bf1843842ed47554d6de128\nCloses-Bug: #1480183\n"
    },
    {
      "commit": "dbea6ab918956eee2090a6374ed030f211330682",
      "tree": "e3100f3962976ec427a6ee0cab414596fa383aeb",
      "parents": [
        "91ca90c20bee139e1a0c6b7bffdb82a6533d58d1"
      ],
      "author": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Wed Aug 19 13:37:08 2015 +1200"
      },
      "committer": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Wed Aug 19 13:37:08 2015 +1200"
      },
      "message": "Assert DELETE_COMPLETE on all stack delete cleanup\n\nCurrently stacks are deleted on integration test cleanup but no\npolling is done for DELETE_COMPLETE, so the test will pass even though\nthe stack may be in a DELETE_FAILED state.\n\nThis change uses _stack_delete for all cleanup stack deleting, which\npolls for complete.\n\nChange-Id: Ic44b27130596cf3fa8616608a091b683ea131e0b\nCloses-Bug: #1486303\n"
    },
    {
      "commit": "91ca90c20bee139e1a0c6b7bffdb82a6533d58d1",
      "tree": "0f627962b6acd03dec1bdd740781fd52bb617e34",
      "parents": [
        "081e65fc6522fa90cb3e3aa1d3fdd1f0f4b88e78"
      ],
      "author": {
        "name": "Thomas Herve",
        "email": "therve@redhat.com",
        "time": "Wed Aug 12 16:18:11 2015 +0200"
      },
      "committer": {
        "name": "Thomas Herve",
        "email": "therve@redhat.com",
        "time": "Tue Aug 18 13:37:48 2015 +0200"
      },
      "message": "Revert failing tests and use v3 for ec2 tokens\n\nDomain users are not supported anymore on v2, so we need to use v3 by\ndefault when authenticating ec2 access.\n\nChange-Id: Ia7ca08bca612b4555f6b4d9098cd7db6c540b1c4\nCloses-Bug: #1484086\n"
    },
    {
      "commit": "9d3cd4f06e70f1359407ac7d903506058e90d6e1",
      "tree": "d9c93011360aac0bdb2de833efe565c96a0a2fff",
      "parents": [
        "081e65fc6522fa90cb3e3aa1d3fdd1f0f4b88e78"
      ],
      "author": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Fri Aug 07 10:45:26 2015 +1200"
      },
      "committer": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Tue Aug 18 16:03:24 2015 +1200"
      },
      "message": "Increase the concurrency of software-config functional test\n\nThe test now creates up to 10 deployments in various stack/deployment\nresource combinations and asserts that the resulting server metadata\nhas the appropriate number of resources.\n\nThis test now creates a deployment via OS::Heat::SoftwareDeployments as\nthe extra nested stack is required to trigger the race causing bug #1477329\n\nRelated-Bug: #1477329\nChange-Id: Id3d5b09def6d03bca669c1ab0751641b72f61ce4\n"
    },
    {
      "commit": "081e65fc6522fa90cb3e3aa1d3fdd1f0f4b88e78",
      "tree": "c92153e4a693289bd7c6eba7724de7fa096ab0bb",
      "parents": [
        "7aee65aae5ac258c455281da1774760cf6a26a31",
        "94c4372929748896b12c1e6df9dd5fa8fc8065f7"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Aug 13 10:04:54 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 13 10:04:54 2015 +0000"
      },
      "message": "Merge \"Adds option to skip specific tests\""
    },
    {
      "commit": "94c4372929748896b12c1e6df9dd5fa8fc8065f7",
      "tree": "0f627962b6acd03dec1bdd740781fd52bb617e34",
      "parents": [
        "12e13d453184f54d90289e5fb084e8657e6d4ad3"
      ],
      "author": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Wed Aug 12 18:39:38 2015 +0530"
      },
      "committer": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Wed Aug 12 20:04:13 2015 +0530"
      },
      "message": "Adds option to skip specific tests\n\nWith this we can specify a class name or a specific test\n(class.method) to skip.\n\nChange-Id: I2effb5c937fbe2b54a34049651b0d5d194550589\n"
    },
    {
      "commit": "7aee65aae5ac258c455281da1774760cf6a26a31",
      "tree": "14cfeba2e29aa7329b8377b12e6611972f11d13f",
      "parents": [
        "12e13d453184f54d90289e5fb084e8657e6d4ad3"
      ],
      "author": {
        "name": "Thomas Herve",
        "email": "therve@redhat.com",
        "time": "Wed Aug 12 13:46:17 2015 +0200"
      },
      "committer": {
        "name": "Thomas Herve",
        "email": "therve@redhat.com",
        "time": "Wed Aug 12 14:06:40 2015 +0200"
      },
      "message": "Skip failing integration tests\n\nSome tests are failing because ec2tokens seems broken. Let\u0027s skip them\nfor now.\n\nRef bug #1484086\n\nChange-Id: I7de260e4dbd1c17fddc9385bdbb127fd593441be\n"
    },
    {
      "commit": "12e13d453184f54d90289e5fb084e8657e6d4ad3",
      "tree": "b95737568bdfb2d3a30fd5d50d42bb8a585a340f",
      "parents": [
        "287ffff4029b028119c508615caca2ef9e13f9ac"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Tue Aug 11 12:17:58 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Tue Aug 11 12:17:58 2015 +1000"
      },
      "message": "Don\u0027t use Ref in hot template (functional test)\n\nThis is a template that should fail (for another reason)\nbut it is causing the nested stack to not get cleaned up.\n\nChange-Id: I501bc279a9f11cc47a89d397055d0aefe0c4bd6e\n"
    },
    {
      "commit": "287ffff4029b028119c508615caca2ef9e13f9ac",
      "tree": "40eb8d6be913f8e7068f7ed31284b2e966b04ab3",
      "parents": [
        "fa202bc460e6f8c31a85344ae4c607888951b7bf"
      ],
      "author": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Mon Aug 10 09:52:35 2015 +0530"
      },
      "committer": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Mon Aug 10 09:57:17 2015 +0530"
      },
      "message": "Add cleanup when skipping tests for stack actions\n\nAdds cleanup and moves the skip before the action.\n\nChange-Id: Ic181a8c978ef535e6b5faf40b8501ca22fc85be4\n"
    },
    {
      "commit": "fa202bc460e6f8c31a85344ae4c607888951b7bf",
      "tree": "d290855a1e1fc4eb4d3b844eb912b54ea95adb14",
      "parents": [
        "99345754d77abe7ccf9aacf20d25bb7ae2d9e462",
        "8e23eb16f8163e381c6317984b153863727a03e3"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Aug 10 02:31:36 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 10 02:31:36 2015 +0000"
      },
      "message": "Merge \"Functional test for encryption volume type\""
    },
    {
      "commit": "99345754d77abe7ccf9aacf20d25bb7ae2d9e462",
      "tree": "2bd8c6f09620b4b1a3d68527c9e890e464a94695",
      "parents": [
        "77e861861b7ba3eeaf1229c799e085ea398fdef4",
        "477efc9b3d19a527eb194eec827544810174a070"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Aug 10 01:38:26 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 10 01:38:26 2015 +0000"
      },
      "message": "Merge \"Add config entries to skip integration tests\""
    },
    {
      "commit": "77e861861b7ba3eeaf1229c799e085ea398fdef4",
      "tree": "a987b367dcb441b61e49e88988191fd75bcc854a",
      "parents": [
        "cecb8ed1f8a1d736d33cbf4baff6dcdd4b3d4629",
        "bad70a71bd78cffb02a8c2157bf9c5d920a5cffb"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Aug 10 01:38:16 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 10 01:38:16 2015 +0000"
      },
      "message": "Merge \"Revert \"Temporarily skip failing scenario tests\"\""
    },
    {
      "commit": "8e23eb16f8163e381c6317984b153863727a03e3",
      "tree": "b3e93e1dce255cc721ed05361407223bbca22823",
      "parents": [
        "477efc9b3d19a527eb194eec827544810174a070"
      ],
      "author": {
        "name": "Rakesh H S",
        "email": "rh-s@hp.com",
        "time": "Thu Jul 02 08:40:53 2015 +0530"
      },
      "committer": {
        "name": "Rakesh H S",
        "email": "rh-s@hp.com",
        "time": "Fri Aug 07 17:15:30 2015 +0530"
      },
      "message": "Functional test for encryption volume type\n\nChange-Id: Ia72f2154105981f89dd03b1fe898530c0fcdc204\nImplements: blueprint cinder-volume-encryption\n"
    },
    {
      "commit": "477efc9b3d19a527eb194eec827544810174a070",
      "tree": "9ab3a16df93c78882a59ae8feab08aa53039f0f8",
      "parents": [
        "cecb8ed1f8a1d736d33cbf4baff6dcdd4b3d4629"
      ],
      "author": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Fri Jul 31 13:01:45 2015 +0530"
      },
      "committer": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Fri Aug 07 07:29:20 2015 +0000"
      },
      "message": "Add config entries to skip integration tests\n\nThis adds options to skip scenario and functional tests.\nYou can either skip the complete set of tests or list of specific\ntests.\n\nFollowing new config options are added:\n\n`skip_scenario_tests` -  Skip all scenario tests\n`skip_functional_tests` - Skip all functional tests\n`skip_functional_test_list` - List of functional tests to skip\n`skip_scenario_test_list` - List of scenario tests to skip\n`skip_test_stack_action_list` - List of actions in tests to skip\n\nChange-Id: I7a5233f5db1f065ccee5a97408c72203c108a656\nDepends-On: I25c5e853f0499b88f2803b077d19e132140908f1\n"
    },
    {
      "commit": "6a20e3b7439c421441c781bbc731ee3b2365544b",
      "tree": "0040c9dcb5cc96a2e381fe84fc111848cb8db60f",
      "parents": [
        "ec1b6dd92af171389433e416e647571d6ff69556"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Wed Aug 05 13:30:26 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Wed Aug 05 13:30:26 2015 +1000"
      },
      "message": "Validate TemplateResource schema when based on other templates\n\nCurrently this is only done if you override a python resource\nand not if you override a template resource.\n\nCloses-bug: #1479565\nChange-Id: I29f65d5058c8c2e8b04cb1fcbcb4956040ec908a\n"
    },
    {
      "commit": "cecb8ed1f8a1d736d33cbf4baff6dcdd4b3d4629",
      "tree": "7eddbeae28e24780ec65710b6d674f5f04e0c212",
      "parents": [
        "ec1b6dd92af171389433e416e647571d6ff69556"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Wed Aug 05 13:19:45 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Wed Aug 05 13:19:45 2015 +1000"
      },
      "message": "Add basic stack-preview functional test\n\nChange-Id: I401bc78488f62fe4d4674ae2d32678cce0242a56\nCloses-bug: #1479594\n"
    },
    {
      "commit": "ec1b6dd92af171389433e416e647571d6ff69556",
      "tree": "c4ff22c40909f5395086f55bd267e14e8c033467",
      "parents": [
        "73087891a88e4226363b1845485ef56aed54a854",
        "245ccc469df5a6f36b1f8261716612e1ccfde1a9"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Aug 04 16:53:26 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Aug 04 16:53:26 2015 +0000"
      },
      "message": "Merge \"Add functional test for resource exposure\""
    },
    {
      "commit": "73087891a88e4226363b1845485ef56aed54a854",
      "tree": "086529d52568c3fb0c5b9dd394894ed65522f505",
      "parents": [
        "3290d757d298f75c490d9055f58b2b31302d519f",
        "61a99e133d93a52f1777c979693436bbf51ea1de"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Aug 04 13:54:33 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Aug 04 13:54:33 2015 +0000"
      },
      "message": "Merge \"Add test for template resource suspend/resume\""
    },
    {
      "commit": "bad70a71bd78cffb02a8c2157bf9c5d920a5cffb",
      "tree": "a95e0d06d5b81aba559d7019a007720bbd79310d",
      "parents": [
        "e2996367f41e7ab28fdc73891b9d839efaaac0c3"
      ],
      "author": {
        "name": "Sirushti Murugesan",
        "email": "sirushti.murugesan@hp.com",
        "time": "Fri Jul 31 14:13:23 2015 +0530"
      },
      "committer": {
        "name": "Sirushti Murugesan",
        "email": "sirushti.murugesan@hp.com",
        "time": "Tue Aug 04 11:51:20 2015 +0000"
      },
      "message": "Revert \"Temporarily skip failing scenario tests\"\n\nThis reverts commit f1dccf91ce6d420031c9e7b35fad3a0885715b48.\n\nChange-Id: I25c5e853f0499b88f2803b077d19e132140908f1\nDepends-On: I770d394f65e5be6a5f8f36c673806f91509e0abe\n"
    },
    {
      "commit": "245ccc469df5a6f36b1f8261716612e1ccfde1a9",
      "tree": "c653885a054169641db1f4c7891e4c18f4b8c831",
      "parents": [
        "3290d757d298f75c490d9055f58b2b31302d519f"
      ],
      "author": {
        "name": "Pavlo Shchelokovskyy",
        "email": "pshchelokovskyy@mirantis.com",
        "time": "Thu Jul 16 09:47:20 2015 +0000"
      },
      "committer": {
        "name": "Pavlo Shchelokovskyy",
        "email": "pshchelokovskyy@mirantis.com",
        "time": "Tue Aug 04 10:55:46 2015 +0000"
      },
      "message": "Add functional test for resource exposure\n\nThese simple tests check that Sahara resources can not be created\nand are not listed in the resource-type-list.\n\nIf we ever decide to install Sahara on the Heat functional tests gate,\ntests should be changed to use other not installed but in principle\nsupported service and resources, as these tests will be skipped in this\ncase.\n\nRelated blueprint keystone-based-resource-availability\n\nChange-Id: I6e692587f49b6c34c5e99b8d26bb6e60b7ce7af5\n"
    },
    {
      "commit": "61a99e133d93a52f1777c979693436bbf51ea1de",
      "tree": "ceecdb219a0b9156be8c38ec35e3e825f5d4630e",
      "parents": [
        "c7bf2eff872484454a6e2f58cb96078f60945b01"
      ],
      "author": {
        "name": "kairat_kushaev",
        "email": "kkushaev@mirantis.com",
        "time": "Fri Jul 31 16:22:45 2015 +0300"
      },
      "committer": {
        "name": "kairat_kushaev",
        "email": "kkushaev@mirantis.com",
        "time": "Tue Aug 04 12:22:50 2015 +0300"
      },
      "message": "Add test for template resource suspend/resume\n\nAdd functional test that executes the following scenario:\n- suspend a stack with template resource\n- resume a stack with template resource.\n\nChange-Id: I7e1ff7785f48d861752d681d26866c985b8c8513\nCloses-bug: #1479595\n"
    },
    {
      "commit": "3290d757d298f75c490d9055f58b2b31302d519f",
      "tree": "459836e55b952614e37ad3a180c433d7fe8ba243",
      "parents": [
        "a75d918fda610c4a8e796c51fc102816f7c336e2",
        "10a4bc4e927e7aef2cfcee2a887c942a01173d8b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Aug 04 08:57:35 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Aug 04 08:57:35 2015 +0000"
      },
      "message": "Merge \"Always commit after deployment db operations\""
    },
    {
      "commit": "a75d918fda610c4a8e796c51fc102816f7c336e2",
      "tree": "06e6e47d5f12d7a81fa28ae14a93c4a1551bd026",
      "parents": [
        "7c9115ddf1aa38585746536c85069eebb4339d85",
        "ff6e675a061cddacfb0cb88fd6760e411dc77a75"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Aug 03 12:46:07 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 03 12:46:08 2015 +0000"
      },
      "message": "Merge \"Add a functional test option to skip notification tests\""
    },
    {
      "commit": "7c9115ddf1aa38585746536c85069eebb4339d85",
      "tree": "39b2fec3e28675688dd558aec9772775a2957721",
      "parents": [
        "4c9f2dd4c79b3d05ccc39136d1d498ead7b4355e"
      ],
      "author": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Mon Aug 03 11:12:46 2015 +1200"
      },
      "committer": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Mon Aug 03 11:12:46 2015 +1200"
      },
      "message": "Integration test check for OS_PROJECT_NAME too\n\nDevstack credential files no longer set OS_TENANT_NAME, so running\ntests with locally sourced credentials was failing\n\nChange-Id: I7191f36c3a5f6587ebaed7e1b6fd211bd01f54d4\n"
    },
    {
      "commit": "4c9f2dd4c79b3d05ccc39136d1d498ead7b4355e",
      "tree": "c3ad3675c4589babe85ac2fca94612553699903e",
      "parents": [
        "e2996367f41e7ab28fdc73891b9d839efaaac0c3",
        "eecee6568784a33cb7c30df4b401cc5e527c7ecc"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun Aug 02 04:02:35 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Aug 02 04:02:36 2015 +0000"
      },
      "message": "Merge \"Adds coverage for AWS EIP resource in scenario tests\""
    },
    {
      "commit": "e2996367f41e7ab28fdc73891b9d839efaaac0c3",
      "tree": "8f7950cbb85771ac6bbb45f8f61d4b4f82ec7ccc",
      "parents": [
        "c7bf2eff872484454a6e2f58cb96078f60945b01"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Fri Jul 31 16:22:42 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Fri Jul 31 16:22:42 2015 +1000"
      },
      "message": "Temporarily skip failing scenario tests\n\nRelates to bug: #1479869\nChange-Id: Idc902cd32395c1bcd4ac32e9850912183efffdad\n"
    },
    {
      "commit": "ff6e675a061cddacfb0cb88fd6760e411dc77a75",
      "tree": "8215543f5f993d039002e7124028c16155ae7a64",
      "parents": [
        "c7bf2eff872484454a6e2f58cb96078f60945b01"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Wed Jul 29 12:15:47 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Wed Jul 29 12:15:47 2015 +1000"
      },
      "message": "Add a functional test option to skip notification tests\n\nWhen running a standalone heat this can never pass.\n\nChange-Id: Ibf435d6bec241904ada86d5786d69e7618adc13f\n"
    },
    {
      "commit": "c7bf2eff872484454a6e2f58cb96078f60945b01",
      "tree": "a95e0d06d5b81aba559d7019a007720bbd79310d",
      "parents": [
        "8b8d179282009149c753bfe2f39425a26dcd63f7",
        "a89a028c6fca5f20ef69c585b565451a7a3df960"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jul 28 09:06:19 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jul 28 09:06:19 2015 +0000"
      },
      "message": "Merge \"Scan for output errors in functional tests\""
    },
    {
      "commit": "8b8d179282009149c753bfe2f39425a26dcd63f7",
      "tree": "55ab2b775ae8dc21a85d74e383bcdf8b475b3b46",
      "parents": [
        "8ebb082b867fccad1ee50489d73dcabb61089771",
        "96606b37bc79624d62dbe414b67c4eb463b10bab"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jul 27 21:23:36 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 27 21:23:36 2015 +0000"
      },
      "message": "Merge \"Adding functional integration test for encrypted parameters.\""
    },
    {
      "commit": "a89a028c6fca5f20ef69c585b565451a7a3df960",
      "tree": "57cd4833d974ece118aafd9187e6f67b50d67932",
      "parents": [
        "8ebb082b867fccad1ee50489d73dcabb61089771"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Fri Jul 24 15:47:38 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Mon Jul 27 20:14:52 2015 +1000"
      },
      "message": "Scan for output errors in functional tests\n\nIn _stack_output() look for unexpected \"output_error\" messages.\nFix a missing output in the template resource tests.\n\nChange-Id: I71d5d7e5800d7503d9e6015f637fe7fef5d867fe\n"
    },
    {
      "commit": "8ebb082b867fccad1ee50489d73dcabb61089771",
      "tree": "74dbeaa70a340ee284a38c05d56a85a6c5271514",
      "parents": [
        "75ee9d1f98627dc1532318177313c0785ee153f6",
        "d3f74717346f616746b4916665883a6c2460fd22"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun Jul 26 23:48:41 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Jul 26 23:48:41 2015 +0000"
      },
      "message": "Merge \"Removes replace-on-update for SwiftSignalHandle resource\""
    },
    {
      "commit": "96606b37bc79624d62dbe414b67c4eb463b10bab",
      "tree": "2e92a1a6f743b575b0918d529adcb4c8ea7de8f6",
      "parents": [
        "75ee9d1f98627dc1532318177313c0785ee153f6"
      ],
      "author": {
        "name": "James Combs",
        "email": "cornracker@gmail.com",
        "time": "Mon Jun 29 15:21:05 2015 +0000"
      },
      "committer": {
        "name": "James Combs",
        "email": "cornracker@gmail.com",
        "time": "Fri Jul 24 21:58:07 2015 +0000"
      },
      "message": "Adding functional integration test for encrypted parameters.\n\nChange-Id: Ie32e3681cf860ee62296f7daea1836f6eb65542f\n"
    },
    {
      "commit": "d3f74717346f616746b4916665883a6c2460fd22",
      "tree": "3391515e52bfd0068b698192f1c00de1fd5a5295",
      "parents": [
        "bd772feaf59b2617ea8d5ca93563be93461fd84c"
      ],
      "author": {
        "name": "Pratik Mallya",
        "email": "pratik.mallya@gmail.com",
        "time": "Wed Jul 15 10:53:48 2015 -0500"
      },
      "committer": {
        "name": "Pratik Mallya",
        "email": "pratik.mallya@gmail.com",
        "time": "Fri Jul 24 08:34:05 2015 -0500"
      },
      "message": "Removes replace-on-update for SwiftSignalHandle resource\n\nRebuilding the resource on every stack update results in a new\nurl being generated. This causes any depending resources to\nbe rebuilt, even when there are no changes in the template.\n\nChange-Id: Id385e0e8f9f68900b76a596a05ac99baceb831cc\nCloses-Bug: #1473692\n"
    },
    {
      "commit": "10a4bc4e927e7aef2cfcee2a887c942a01173d8b",
      "tree": "59ba36ea8c9650c9668ad1112cf7dba792f8335f",
      "parents": [
        "bd772feaf59b2617ea8d5ca93563be93461fd84c"
      ],
      "author": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Thu Jul 23 10:21:02 2015 +1200"
      },
      "committer": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Fri Jul 24 08:31:37 2015 +1200"
      },
      "message": "Always commit after deployment db operations\n\nThis should eliminate a potential race where a depolyment\ncreate doesn\u0027t get commited before another engine calls\nSoftwareConfigService._refresh_software_deployment\n\nThis change also adds a functional test which creates\n4 parallel deployments to a server and assert that all 4 end\nup in the server metadata.\n\nChange-Id: Iab26aa10bddf3ea569e3ed83a973bcf968964b62\nRelated-Bug: #1477329\n"
    },
    {
      "commit": "75ee9d1f98627dc1532318177313c0785ee153f6",
      "tree": "81f260fd9445133b5e9c0989a14878a0c494b3dc",
      "parents": [
        "bd772feaf59b2617ea8d5ca93563be93461fd84c"
      ],
      "author": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Wed Jul 22 10:56:55 2015 +1200"
      },
      "committer": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Wed Jul 22 10:56:55 2015 +1200"
      },
      "message": "Catch NotFound in format_stack_resource for nested()\n\nIf the underlying nested stack doesn\u0027t exist for whatever reason,\ncalling heat resource-list results in a NotFound response even though heat\nstack-show confirms the stack exists.\n\nThis change catches NotFound when calling resource.nested() in\nformat_stack_resource.\n\nChange-Id: Iba92d0590561dffb8f902865cc7134b2eddc23ac\nCloses-Bug: #1476834\n"
    },
    {
      "commit": "eecee6568784a33cb7c30df4b401cc5e527c7ecc",
      "tree": "08adfeecf5d8ab841051617c670b720139d54ffe",
      "parents": [
        "bd772feaf59b2617ea8d5ca93563be93461fd84c"
      ],
      "author": {
        "name": "Rakesh H S",
        "email": "rh-s@hp.com",
        "time": "Wed Jul 15 17:44:41 2015 +0530"
      },
      "committer": {
        "name": "Rakesh H S",
        "email": "rh-s@hp.com",
        "time": "Tue Jul 21 12:45:03 2015 +0530"
      },
      "message": "Adds coverage for AWS EIP resource in scenario tests\n\nChange-Id: Ie37fd388ba3d6c7bc5ec03609d7d27c84ab474cc\nCloses-Bug: #1269551\n"
    },
    {
      "commit": "bd772feaf59b2617ea8d5ca93563be93461fd84c",
      "tree": "cfb689cfe492995094c75fe33e37dd9b2bf3cbcd",
      "parents": [
        "1d5b4d93e52ac3cf620c39095cc05b18251b6659",
        "4be023aadfee986b3da2265fde67019335e3a93b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jul 14 07:46:18 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jul 14 07:46:18 2015 +0000"
      },
      "message": "Merge \"Wait until child process will be killed\""
    },
    {
      "commit": "4be023aadfee986b3da2265fde67019335e3a93b",
      "tree": "559465052b25e4f9810ba3c11803f18f9ff42f8b",
      "parents": [
        "2cbc0a86535bc34f276a89d3818a24d074f3dfce"
      ],
      "author": {
        "name": "Oleksii Chuprykov",
        "email": "ochuprykov@mirantis.com",
        "time": "Wed Jul 08 07:17:08 2015 -0400"
      },
      "committer": {
        "name": "Oleksii Chuprykov",
        "email": "ochuprykov@mirantis.com",
        "time": "Mon Jul 13 12:53:26 2015 +0300"
      },
      "message": "Wait until child process will be killed\n\nIt might take a wile to kill worker after receiving of sighup because\nof worker can be busy at the time, so the check of the workers count\ncan be failed during some amount of time.\nAdd timeout for checking.\n\nChange-Id: Ibdd29b07960b2f765b03ea9458b6e85cd6786fd0\nCloses-bug: #1472531\n"
    },
    {
      "commit": "1d5b4d93e52ac3cf620c39095cc05b18251b6659",
      "tree": "b1e380cb76767b7ce374a2ebec95c7b94f551474",
      "parents": [
        "421d25e866aaa16e1b2bb88601257dfc1f00e0c5",
        "6096dd9dbc040659c62128966fa57d9653903ef1"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jul 10 02:02:03 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jul 10 02:02:03 2015 +0000"
      },
      "message": "Merge \"Extract tags before pass them in create/update\""
    },
    {
      "commit": "421d25e866aaa16e1b2bb88601257dfc1f00e0c5",
      "tree": "56396a7028aa9025d66b6f9365e4a2c1b56bcf2e",
      "parents": [
        "3cfbd550aa1da8a9a2cc0e589dca6145eee53332",
        "b4aa0633c256e1fb66dded4a98ecd48cb13137a9"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Jul 09 15:58:22 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 09 15:58:22 2015 +0000"
      },
      "message": "Merge \"Re-enable the ceilometer alarm test\""
    },
    {
      "commit": "3cfbd550aa1da8a9a2cc0e589dca6145eee53332",
      "tree": "622244a06ec8bccb1f2b9f7346d2f6b7d54261eb",
      "parents": [
        "2cbc0a86535bc34f276a89d3818a24d074f3dfce",
        "a4f9f8207fd102f5a2cd245f7b8081bd5a313444"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Jul 09 08:52:34 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 09 08:52:34 2015 +0000"
      },
      "message": "Merge \"Temporarily skip the ceilometer alarm test(again)\""
    },
    {
      "commit": "b4aa0633c256e1fb66dded4a98ecd48cb13137a9",
      "tree": "2f73b1677a013e4d5b05b99ee8d9d7c94cd03c39",
      "parents": [
        "a4f9f8207fd102f5a2cd245f7b8081bd5a313444"
      ],
      "author": {
        "name": "Sirushti Murugesan",
        "email": "sirushti.murugesan@hp.com",
        "time": "Thu Jul 09 13:19:22 2015 +0530"
      },
      "committer": {
        "name": "Sirushti Murugesan",
        "email": "sirushti.murugesan@hp.com",
        "time": "Thu Jul 09 08:14:47 2015 +0000"
      },
      "message": "Re-enable the ceilometer alarm test\n\nChange-Id: I8de3be645841225fbb82baa38c3d0f0a623a4cb5\nDepends-On: I6feaf639e198a5af7ce970552ce7633a26629024\n"
    },
    {
      "commit": "a4f9f8207fd102f5a2cd245f7b8081bd5a313444",
      "tree": "959b868a60fc68edf2bf99de5553095f12d055b4",
      "parents": [
        "daffd85867f8733715de267cced1d3c6f031bcf0"
      ],
      "author": {
        "name": "Sirushti Murugesan",
        "email": "sirushti.murugesan@hp.com",
        "time": "Thu Jul 09 10:41:38 2015 +0530"
      },
      "committer": {
        "name": "Sirushti Murugesan",
        "email": "sirushti.murugesan@hp.com",
        "time": "Thu Jul 09 10:47:18 2015 +0530"
      },
      "message": "Temporarily skip the ceilometer alarm test(again)\n\nChange-Id: I2bd72b939aed6110f8845b317eb56c3ca95db102\nCloses-Bug: #1472891\n"
    },
    {
      "commit": "6096dd9dbc040659c62128966fa57d9653903ef1",
      "tree": "b1e380cb76767b7ce374a2ebec95c7b94f551474",
      "parents": [
        "2cbc0a86535bc34f276a89d3818a24d074f3dfce"
      ],
      "author": {
        "name": "Sergey Kraynev",
        "email": "skraynev@mirantis.com",
        "time": "Tue Jul 07 09:28:59 2015 -0400"
      },
      "committer": {
        "name": "Sergey Kraynev",
        "email": "skraynev@mirantis.com",
        "time": "Wed Jul 08 06:52:19 2015 -0400"
      },
      "message": "Extract tags before pass them in create/update\n\nThis patch adds call for extracting Tags from args and converting them\nto list of tags instead of string.\n\nChange-Id: If5159a548d38e6cb8400800be1e564c44c638edf\nCloses-Bug: #1472266\n"
    },
    {
      "commit": "2cbc0a86535bc34f276a89d3818a24d074f3dfce",
      "tree": "56396a7028aa9025d66b6f9365e4a2c1b56bcf2e",
      "parents": [
        "daffd85867f8733715de267cced1d3c6f031bcf0"
      ],
      "author": {
        "name": "tyagi",
        "email": "ishant.tyagi@hp.com",
        "time": "Thu May 21 02:53:14 2015 -0700"
      },
      "committer": {
        "name": "Tetiana Lashchova",
        "email": "tlashchova@mirantis.com",
        "time": "Mon Jul 06 17:27:28 2015 +0300"
      },
      "message": "Update wsgi.py to support reload from conf on SIGHUP\n\nThese changes are taken from the glance wsgi.py from where\nheat wsgi.py originated. These changes are to support reload\nof the service with new configuration parameters when SIGHUP\nis received.\n\nThe reload of conf will only work if the server is running\nwith workers. If workers is 0 then it wont reload.\n\nCo-Authored-By: Tetiana Lashchova \u003ctlashchova@mirantis.com\u003e\nChange-Id: I7fd391209591c149fb95136d92dd1d82cfb7a6de\nCloses-Bug: #1449807\nCloses-Bug: #1276694\n"
    },
    {
      "commit": "daffd85867f8733715de267cced1d3c6f031bcf0",
      "tree": "2f73b1677a013e4d5b05b99ee8d9d7c94cd03c39",
      "parents": [
        "1a33fabded731cb106c9220eec70af3ff0b32bed"
      ],
      "author": {
        "name": "Sergey Kraynev",
        "email": "skraynev@mirantis.com",
        "time": "Mon Jun 22 09:49:47 2015 -0400"
      },
      "committer": {
        "name": "Sergey Kraynev",
        "email": "skraynev@mirantis.com",
        "time": "Wed Jul 01 11:55:12 2015 +0000"
      },
      "message": "Specify network for server in test_validation\n\nThis test does not wait, when all resources will be created. However,\nit does not mean, that these resources will not be in create in \nprogress state. The error, mentioned in the bug, happens, when nova \ntries to create server and see two available networks (private and \nheat-net). Current patch prevents error by adding network\nproperty to Server resource.\n\nChange-Id: I7c1f4931976ae3a899563b1a9da9f8bc7564806c\nCloses-Bug: #1467529\n"
    },
    {
      "commit": "1a33fabded731cb106c9220eec70af3ff0b32bed",
      "tree": "193cdee781081a5ea3036583638323c642a2b2e6",
      "parents": [
        "0d9c7ac36002560a96ac2689a01aea4a2a0b320b"
      ],
      "author": {
        "name": "Thomas Herve",
        "email": "therve@redhat.com",
        "time": "Fri Jun 26 15:40:32 2015 +0200"
      },
      "committer": {
        "name": "Thomas Herve",
        "email": "therve@redhat.com",
        "time": "Mon Jun 29 15:41:06 2015 +0200"
      },
      "message": "Re-enable ceilometer alarm test\n\nBehavior ought to be fixed in Ceilometer.\n\nDepends-On: I88cbd83910dcf79bed8a0f9616f98e4346362ab3\nChange-Id: Ie73bb42ff5ab4552618a758490605daa59823c28\n"
    },
    {
      "commit": "0d9c7ac36002560a96ac2689a01aea4a2a0b320b",
      "tree": "23d7414221fecd1f2299205b44f41ec095a4df28",
      "parents": [
        "793b0fc61cb7c21159d1cdc884b12b2acb1702bf"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Fri Jun 26 08:37:43 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Fri Jun 26 08:37:43 2015 +1000"
      },
      "message": "Temporarily skip the ceilometer alarm test\n\nChange-Id: I3e4547887e6c8c556b1b31a22d84a5848b2f9b97\nRelated-Bug: #1468697\n"
    },
    {
      "commit": "793b0fc61cb7c21159d1cdc884b12b2acb1702bf",
      "tree": "193cdee781081a5ea3036583638323c642a2b2e6",
      "parents": [
        "8455a7c6410b48e79a585bbe05f4993014440211"
      ],
      "author": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Wed Jun 24 08:52:08 2015 +1000"
      },
      "committer": {
        "name": "Angus Salkeld",
        "email": "asalkeld@mirantis.com",
        "time": "Wed Jun 24 08:52:08 2015 +1000"
      },
      "message": "Produce more meaningful exception messages in nested stacks\n\nThis produces a nested exception like:\n \u0027ValueError: resources.nested.resources.my_server: it is broken, sorry\u0027\n\nThis re-uses the path mechanism that StackValidationFailed exception\nuses.\n\nChange-Id: Id5204c15ee96784e04522ab3c5a8e66900f9a1d3\nCloses-bug: 1459837\n"
    },
    {
      "commit": "8455a7c6410b48e79a585bbe05f4993014440211",
      "tree": "fd3b49b9b9fc2ab80c1a98e41562f99df5c7a8d0",
      "parents": [
        "ad295fcfeb95ed9d880c8d56873e37c5abbc01cc",
        "79ab11fbae075bc532f6f1301ab8212989e321b0"
      ],
      "author": {
        "name": "Jeremy Stanley",
        "email": "fungi@yuggoth.org",
        "time": "Tue Jun 09 17:43:29 2015 +0000"
      },
      "committer": {
        "name": "Jeremy Stanley",
        "email": "fungi@yuggoth.org",
        "time": "Tue Jun 09 17:43:33 2015 +0000"
      },
      "message": "Merge tag \u00272015.1.0\u0027\n\nThis is a null-merge of the 2015.1.0 release tag back into the master\nbranch so that the 2015.1.0 tag will appear in the git commit history of\nthe master branch. It contains no actual changes to the master branch,\nregardless of how our code review system\u0027s UI represents it. Please\nask in #openstack-infra if you have any questions, and otherwise try\nto merge this as quickly as possible to avoid later conflicts on the\nmaster branch.\n\nChange-Id: I2e88cb9f04864c901a67340620949eb7c54d5543\n"
    },
    {
      "commit": "ad295fcfeb95ed9d880c8d56873e37c5abbc01cc",
      "tree": "fd3b49b9b9fc2ab80c1a98e41562f99df5c7a8d0",
      "parents": [
        "172dac5e61a0540b0042bbe2d077672f029c971a",
        "28bf16ee4783fa8992ff1bfa86109b5525ca96e7"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jun 03 00:59:15 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jun 03 00:59:15 2015 +0000"
      },
      "message": "Merge \"Add functional test for neutron port\""
    },
    {
      "commit": "172dac5e61a0540b0042bbe2d077672f029c971a",
      "tree": "2444a6deb94cbbb714f62377abb612a3f3e6cd94",
      "parents": [
        "5e4d5f478d905b0b34a44c5410b70fa39f05e1f8",
        "ec4b03bcc94c4f2d013ac9b6ed9eb19b8b77b3c0"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jun 02 02:28:57 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jun 02 02:28:57 2015 +0000"
      },
      "message": "Merge \"Use network \u0027heat-net\u0027 for integration_tests\""
    },
    {
      "commit": "28bf16ee4783fa8992ff1bfa86109b5525ca96e7",
      "tree": "798664b8e68375a13ade6c2fb362d556188dfd8b",
      "parents": [
        "5e4d5f478d905b0b34a44c5410b70fa39f05e1f8"
      ],
      "author": {
        "name": "Sergey Kraynev",
        "email": "skraynev@mirantis.com",
        "time": "Wed Apr 29 09:25:46 2015 -0400"
      },
      "committer": {
        "name": "Sergey Kraynev",
        "email": "skraynev@mirantis.com",
        "time": "Fri May 29 03:35:17 2015 -0400"
      },
      "message": "Add functional test for neutron port\n\nPatch covers several common update cases:\n - update replace when port has not assigned ip and it will be\n   changed\n - update replace port with assigned fixed ip - will raise a Error\n - update in-place, with changing any update_allowed property\n\nRelated-Bug: #1455100\n\nChange-Id: Ibd133db87f210916c1609b36343d93f165b37677\n"
    },
    {
      "commit": "ec4b03bcc94c4f2d013ac9b6ed9eb19b8b77b3c0",
      "tree": "cbe45b94f1d5c29ad9cad68967c33623c7602bc4",
      "parents": [
        "3a6c10761509f92426d4f380efe1525323e1747f"
      ],
      "author": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Sat May 23 02:20:47 2015 +0530"
      },
      "committer": {
        "name": "Rabi Mishra",
        "email": "ramishra@redhat.com",
        "time": "Wed May 27 21:01:30 2015 +0530"
      },
      "message": "Use network \u0027heat-net\u0027 for integration_tests\n\nNeutron support for ipv6 is not complete yet (ex. LBaaS\nonly supports ipv4). We\u0027had some gate issues after dual\nstack was enabled in devstack. We had put some tactical\nfixes to resolve those[1][2].\n\nThis fix adds usage of heat-net/heat-subnet(only ipv4)\nfor integration tests. This also rolls back the earlier\ntactical changes.\n\nhttps://review.openstack.org/#/c/178576\nhttps://review.openstack.org/#/c/178933/\n\nChange-Id: Ia863edb8932b8dea5c4fa110c97dcfdadca85bb9\n"
    },
    {
      "commit": "5e4d5f478d905b0b34a44c5410b70fa39f05e1f8",
      "tree": "824da0cd442a37bf363cfca5182ad9a71bc04af8",
      "parents": [
        "3a6c10761509f92426d4f380efe1525323e1747f"
      ],
      "author": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Tue May 26 13:28:28 2015 +1200"
      },
      "committer": {
        "name": "Steve Baker",
        "email": "sbaker@redhat.com",
        "time": "Tue May 26 13:36:50 2015 +1200"
      },
      "message": "Run functional tests when no ceilometer endpoint\n\nCurrently if there is no metering endpoint in the service\ncatalog then no functional/integration tests can be done.\n\nThis change tolerates missing ceilometer endpoint.\n\nChange-Id: I55d45048284c4e78b9a1a94a35ef3cddc7bc3a37\n"
    }
  ],
  "next": "3a6c10761509f92426d4f380efe1525323e1747f"
}
