)]}'
{
  "log": [
    {
      "commit": "a3ecab6618cb7c9ca8089d8b24ac503ed5a719e7",
      "tree": "bb6a2ff4fdc267dd607b5c4011832bc3ddb84893",
      "parents": [
        "5dd1778909c7c256bdef79cd236fb0d95d8a09dd",
        "8d3ac2df582730717392798ae46b436238d91b70"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Aug 15 00:50:41 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Aug 15 00:50:41 2014 +0000"
      },
      "message": "Merge \"Modify `glance image-create` commands to use openstackclient\""
    },
    {
      "commit": "ca8239449fbdbc3a73f691683be2ec9d4a941ff6",
      "tree": "e4f66d34a6af35adf39f05b03c229b0bba0b3ae4",
      "parents": [
        "d8baf23634fb6654b71f79314a8d60dbd58cece4"
      ],
      "author": {
        "name": "Alessandro Pilotti",
        "email": "apilotti@cloudbasesolutions.com",
        "time": "Thu Aug 07 02:05:26 2014 +0300"
      },
      "committer": {
        "name": "Alessandro Pilotti",
        "email": "apilotti@cloudbasesolutions.com",
        "time": "Thu Aug 07 19:30:34 2014 +0300"
      },
      "message": "Adds support for Hyper-V image formats\n\nAdds support for VHD and VHDX image formats, including gz compression.\n\nChange-Id: I9b143c9883b947397b435a671f13703f78019d23\nCloses-bug: #1353726\n"
    },
    {
      "commit": "8d3ac2df582730717392798ae46b436238d91b70",
      "tree": "4a0db330890963c77e92be75c7877e4c7e2d20b0",
      "parents": [
        "5acf159c72fad931031d9768ae02575240a5ede9"
      ],
      "author": {
        "name": "Steve Martinelli",
        "email": "stevemar@ca.ibm.com",
        "time": "Sat Aug 02 23:47:15 2014 -0400"
      },
      "committer": {
        "name": "Steve Martinelli",
        "email": "stevemar@ca.ibm.com",
        "time": "Sat Aug 02 23:47:15 2014 -0400"
      },
      "message": "Modify `glance image-create` commands to use openstackclient\n\nChange `glance image-create` commands to use `openstack image create`,\nin an effort to unify the CLI.\n\nChange-Id: I96cef118daf931b648c0483525ac7d2287fec2e0\n"
    },
    {
      "commit": "5acf159c72fad931031d9768ae02575240a5ede9",
      "tree": "077cdc05957f449d6c38b2e7c1a8d221da53f5fc",
      "parents": [
        "a0c6d1e954003b8e24b33d88ead8f506c5354204",
        "e9f7667050c7385c734e6d653b2ee63b9c7dc0ed"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sat Aug 02 21:49:29 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Aug 02 21:49:29 2014 +0000"
      },
      "message": "Merge \"Clean up local variable usage - upload_image()\""
    },
    {
      "commit": "e9f7667050c7385c734e6d653b2ee63b9c7dc0ed",
      "tree": "805e3160ada87a29ffeb74aeea23135e602b8ef6",
      "parents": [
        "d3121f649d672fdaf757655b94ecd68c71b56b8e"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Fri Jul 25 11:09:36 2014 -0500"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Tue Jul 29 15:40:45 2014 -0500"
      },
      "message": "Clean up local variable usage - upload_image()\n\nCleans up the rather coplex upload_image() function\n\nChange-Id: Ie1ef200b905dd5d17ef887390d620817208f2bf5\n"
    },
    {
      "commit": "36f2f024dbeafdc4cbd7a76ed1c96d28fea61fb4",
      "tree": "e1e3fe650a3a9a8c120aa495ca0a1873106f3dd2",
      "parents": [
        "097183356e60f6375061914e89816c8faafb3a6f"
      ],
      "author": {
        "name": "Sébastien Han",
        "email": "sebastien.han@enovance.com",
        "time": "Mon Jan 06 18:09:26 2014 +0100"
      },
      "committer": {
        "name": "Sébastien Han",
        "email": "sebastien.han@enovance.com",
        "time": "Wed Jul 23 16:13:45 2014 +0200"
      },
      "message": "Implement Ceph backend for Glance / Cinder / Nova\n\nThe new lib installs a full Ceph cluster. It can be managed\nby the service init scripts. Ceph can also be installed in\nstandalone without any other components.\nThis implementation adds the auto-configuration for\nthe following services with Ceph:\n\n* Glance\n* Cinder\n* Cinder backup\n* Nova\n\nTo enable Ceph simply add: ENABLED_SERVICES+\u003d,ceph to your localrc.\nIf you want to play with the Ceph replication, you can use the\nCEPH_REPLICAS option and set a replica. This replica will be used for\nevery pools (Glance, Cinder, Cinder backup and Nova). The size of the\nloopback disk used for Ceph can also be managed thanks to the\nCEPH_LOOPBACK_DISK_SIZE option.\n\nGoing further pools, users and PGs are configurable as well. The\nconvention is \u003cSERVICE_NAME_IN_CAPITAL\u003e_CEPH_\u003cOPTION\u003e where services are\nGLANCE, CINDER, NOVA, CINDER_BAK. Let\u0027s take the example of Cinder:\n\n* CINDER_CEPH_POOL\n* CINDER_CEPH_USER\n* CINDER_CEPH_POOL_PG\n* CINDER_CEPH_POOL_PGP\n\n** Only works on Ubuntu Trusty, Fedora 19/20 or later **\n\nChange-Id: Ifec850ba8e1e5263234ef428669150c76cfdb6ad\nImplements: blueprint implement-ceph-backend\nSigned-off-by: Sébastien Han \u003csebastien.han@enovance.com\u003e\n"
    },
    {
      "commit": "f3939bf07752f19096c10f30684b0efb11b2676e",
      "tree": "a2141ba0ad13e7d87e92142a65abe79d675fefa8",
      "parents": [
        "47e7a1431999e4862e36098ee05d945400b4274d",
        "50e53925e107526915d9bd06b48884c9a574d083"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Jun 19 22:47:39 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jun 19 22:47:39 2014 +0000"
      },
      "message": "Merge \"Use correct path when extracting tar.gz image\""
    },
    {
      "commit": "50e53925e107526915d9bd06b48884c9a574d083",
      "tree": "a40872b970ac358c1340af62dbf6ea7e9f76f11f",
      "parents": [
        "c1699c27d11b48b29eaba41ae4c74c5464414c79"
      ],
      "author": {
        "name": "Greg Lucas",
        "email": "glucas@tesora.com",
        "time": "Mon Jun 09 11:42:12 2014 -0400"
      },
      "committer": {
        "name": "Greg Lucas",
        "email": "glucas@tesora.com",
        "time": "Mon Jun 09 12:06:40 2014 -0400"
      },
      "message": "Use correct path when extracting tar.gz image\n\nFix issue with file:/ image urls.\n\nChange-Id: I8c5f5b27b5d6ebe5be84dc58d37752adbd12f89b\nCloses-Bug: 1277609\n"
    },
    {
      "commit": "54e3910f2d2b2dc49719c7c2f1dca1abb6481870",
      "tree": "0d77636ec8e5bbccc287d48d88dba053d5aa7b38",
      "parents": [
        "ea937baee62378b118c09f42c16a44cc5e6a5fdd"
      ],
      "author": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Tue Jun 03 16:05:12 2014 +1000"
      },
      "committer": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Tue Jun 03 17:16:38 2014 +1000"
      },
      "message": "Add basic echo_* functions for grenade\n\nGrenade, and possibly other components, re-use parts of devstack\nlibraries.  This provides basic echo_* functions to avoid missing\ncommands in several libraries.\n\nChange-Id: I972d6208055a8c4ca4c9bfd5383ad3c7159d5cbe\n"
    },
    {
      "commit": "f1a2dbffe8ba369b0a8a125e975864a5d88f3e87",
      "tree": "3e5a48d66024d165326e4ff05d3b40bcd681cdbc",
      "parents": [
        "871b1e47092a6463cb39be48c66bfe3e646920c2"
      ],
      "author": {
        "name": "Bob Ball",
        "email": "bob.ball@citrix.com",
        "time": "Wed Mar 19 11:08:54 2014 +0000"
      },
      "committer": {
        "name": "Bob Ball",
        "email": "bob.ball@citrix.com",
        "time": "Wed Mar 19 15:06:57 2014 +0000"
      },
      "message": "XenAPI: Cirros images must always boot as PV.\n\nThe default for VHD disk-types is PV, which is why booting from a\nserver works.  However, creating a volume from the image needs to\npass this parameter on to the volume.  Note that\nId673158442fde27e8d468ca412c9bd557a886e6b is also required to fix\nbug 1294069\n\nChange-Id: I7ea1d85d6082787ac4551f78300a04bf59074261\nPartial-Bug: 1294069\n"
    },
    {
      "commit": "911cc586ad8f8a7c736516f2a3d9a9ce8571976b",
      "tree": "a0c7e9611453dc3dc89a867f907c011970fa8619",
      "parents": [
        "73a3bec04a039a0329a5f5f17470dfe6415ca65b",
        "0b03e7acb84e14efed3bfc2b30055a8427a40a12"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Mar 17 23:41:39 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 17 23:41:39 2014 +0000"
      },
      "message": "Merge \"Set correct default disk bus back to virtio on ppc64\""
    },
    {
      "commit": "0b03e7acb84e14efed3bfc2b30055a8427a40a12",
      "tree": "81029538cd3a76ce89369c345aa02e8bdf3bde27",
      "parents": [
        "3e57ac64e75c5a5b55c2fb2d23e5b3d6377121ed"
      ],
      "author": {
        "name": "Rafael Folco",
        "email": "rfolco@br.ibm.com",
        "time": "Fri Mar 14 11:14:57 2014 -0300"
      },
      "committer": {
        "name": "Rafael Folco",
        "email": "rfolco@br.ibm.com",
        "time": "Fri Mar 14 11:20:10 2014 -0300"
      },
      "message": "Set correct default disk bus back to virtio on ppc64\n\nvirtio is supported and should be the default disk bus on Power to\ntake advantage of I/O performance drivers. This aligns with Nova\ndefault bus values on PowerKVM. SCSI is the default for cdrom.\n\nChange-Id: I5de08c90359b3a500c352c09c07b6b082ddb4325\n"
    },
    {
      "commit": "9c6d2840fdb67eb7af34be241bdb2fbebaf67c87",
      "tree": "16cce3ee3bad366e1f736ca984ee0c32e41c7206",
      "parents": [
        "0dfbf9b4b91c0b95fdaa1735471c2e6f15326098"
      ],
      "author": {
        "name": "Sreeram Yerrapragada",
        "email": "syerrapragada@vmware.com",
        "time": "Mon Mar 10 14:12:58 2014 -0700"
      },
      "committer": {
        "name": "Sreeram Yerrapragada",
        "email": "syerrapragada@vmware.com",
        "time": "Wed Mar 12 10:35:19 2014 -0700"
      },
      "message": "fix failing wget statements under -o errexit in vmdk upload routine\n\nFix the case when uploaded image has no descriptor.\nRefactored the code a bit\n\nTested:\n1. monithic Sparse\n2. monolithic flat\n    2.1 flat file name mentioned in descriptor file\n    2.1 flat file name not mentioned in descriptor file\n3. descriptor header not found in the file\n    3.1 image file name is *-flat, download descriptor\n    3.2 image file name does not end with *-flat\n4. file name contains all image properties\n\nChange-Id: I0df9be5c2a1b9ed53cdb22d5cd40b94e56c48f37\nCloses-bug: #1289664\n"
    },
    {
      "commit": "99b622a936c0b6f5b6283f3bcdca3bd7d0628e29",
      "tree": "a1cad4c50d7821d76ab5744346e2987576f47b4a",
      "parents": [
        "4981bd75322810b5ad5bfc89ba77f6e8fb0733e8"
      ],
      "author": {
        "name": "Ryan Hsu",
        "email": "rhsu@vmware.com",
        "time": "Wed Mar 05 15:35:49 2014 -0800"
      },
      "committer": {
        "name": "Ryan Hsu",
        "email": "rhsu@vmware.com",
        "time": "Wed Mar 05 15:57:16 2014 -0800"
      },
      "message": "Refactor vmdk upload code\n\nA syntax error is hit when trying to upload a flat vmdk file that\nis accompanied by a descriptor file. The code block that handles\nthis has some unneeded characters that cause the error. Also,\nan else-block has been removed so that we can remove an extra\nindent.\n\nChange-Id: Iaf5c914e09da6831eeeec141228b39554a1e2216\nCloses-bug: #1288471\n"
    },
    {
      "commit": "314af0a7a97b31ff2a803a77e1a92f5b67857f18",
      "tree": "462563f64b7fc4cf1d09fe8f91e343b8e24ed984",
      "parents": [
        "9f935cbd4af02fe63021282e13bbb3c88758c346"
      ],
      "author": {
        "name": "Sreeram Yerrapragada",
        "email": "syerrapragada@vmware.com",
        "time": "Mon Mar 03 21:34:45 2014 -0800"
      },
      "committer": {
        "name": "Sreeram Yerrapragada",
        "email": "syerrapragada@vmware.com",
        "time": "Mon Mar 03 21:56:09 2014 -0800"
      },
      "message": "Fix upload function for vmdk files\n\nFix all grep statements failing under -o errexit.\n\nChange-Id: I0591a2ba7351d598eb5b29d68a83ce6290600938\n"
    },
    {
      "commit": "5894db323ff528c56bd036243ee15aad91e34fef",
      "tree": "4c6cdb2ebdbbee3efca8b0ee09936616e1226c53",
      "parents": [
        "f0ea4b0dda62e321c11078164d821575a17146c0",
        "d20f632a70565003ab8c72b2598201be79f4d782"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sat Mar 01 13:11:14 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Mar 01 13:11:14 2014 +0000"
      },
      "message": "Merge \"Move some comments of variables to right place\""
    },
    {
      "commit": "d20f632a70565003ab8c72b2598201be79f4d782",
      "tree": "5df8b8c900b560e183822d4ae1337ba722096a12",
      "parents": [
        "3ac259c6856b0f8f7fb24b987f83868c86517396"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "igawa@mxs.nes.nec.co.jp",
        "time": "Fri Feb 28 09:22:37 2014 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "igawa@mxs.nes.nec.co.jp",
        "time": "Fri Feb 28 10:35:49 2014 +0900"
      },
      "message": "Move some comments of variables to right place\n\nsetup_develop*() in functions has been moved to functions-common. But\nsome comments about the variables are still left.\nThis commit moves it to the right place.\n\nChange-Id: Ic360454f1ee72f51c9979d0468dee0913e9b32e4\n"
    },
    {
      "commit": "aee18c749b0e3a1a3a6907a33db76ae83b8d41d9",
      "tree": "01a8ab5abb9867986f3e848918abd9e749b691cd",
      "parents": [
        "0ed4af02da0bd4a0f757dd8c2156913e6c7a724c"
      ],
      "author": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Fri Feb 21 15:35:08 2014 +1100"
      },
      "committer": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Fri Feb 28 07:59:03 2014 +1100"
      },
      "message": "Enforce function declaration format in bash8\n\nCheck that function calls look like ^function foo {$ in bash8, and fix\nall existing failures of that check.  Add a note to HACKING.rst\n\nChange-Id: Ic19eecb39e0b20273d1bcd551a42fe400d54e938\n"
    },
    {
      "commit": "af616d93411a9a446ce0d2e72ea4fb7d281cd940",
      "tree": "73c5cf72c66d2a9c9c44f3a64dc7c9e4825a8917",
      "parents": [
        "4df996bcc6ffd0236576b81aaf50d09adc8042a1"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Mon Feb 17 12:57:55 2014 -0600"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Mon Feb 24 10:38:18 2014 -0600"
      },
      "message": "Move setup_develop() to common\n\nIt\u0027s in the wrong place for current Grenade\n\nChange-Id: Ia670198332af5945a56d708cd83d9239df0c2287\n"
    },
    {
      "commit": "d8864feae93f898f043febf0b4734f0b61c602d4",
      "tree": "2c7e54c06e7745e39b4e13cc1a85f614deef62ea",
      "parents": [
        "83f7736dcf9039d9114dd4568687f28221bac5d9"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Mon Feb 17 11:00:42 2014 -0600"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Mon Feb 17 11:18:12 2014 -0600"
      },
      "message": "Fix shocco errors\n\nClean up comments to fix errors seen while processing with shocco\n\nChange-Id: I0e97ad27613313f03e47c107051ea93b115d4744\n"
    },
    {
      "commit": "dff49a242eef817efa23d4e808aaa6a74ac82ed0",
      "tree": "fee5ccd8ef9805ee1589fd58286ab37eeca8f041",
      "parents": [
        "cc3fcc8c8ebbe0a2cec43e7c6e0f96aae4949764"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Thu Jan 30 15:37:40 2014 -0600"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Wed Feb 12 12:10:11 2014 -0600"
      },
      "message": "Split functions\n\nMove shared and non-DevStack-specific functions to `functions-common`.  This is\na code move only with some updated comments.  The functions are now\nsorted alphabetically within function groups, eg. all git-related functions\nare grouped together.  The groups are listed at the top of the file.\n\n\u0027functions\u0027 sources \u0027functions-common\u0027 so no additional changes are required\nfor backward-compatability.\n\nAll functions shared with Grenade have also been moved.\n\nfunctions-common was created from commit e0ed8ea038299952826b27a16753775472f108d8\n\nChange-Id: I73bf7134fd6a60ec1ea44a5bfab08b0569b60ded\n"
    },
    {
      "commit": "e4fa72132228688d2fe74dd974fe04b0fe4c3d6b",
      "tree": "b92c3050cd93c4d3d87142708eb30f77b58e2628",
      "parents": [
        "f583a04d739a189da6f3780f83e2ddc61bfe9e22"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Wed Jan 15 15:04:49 2014 -0600"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Fri Feb 07 10:06:21 2014 -0600"
      },
      "message": "Begin is_service_enabled() cleanup\n\nThis converts the special cases in the is_service_enabled() function to call\nindividual functions declared by the projects.  This allows projects that\nare not in the DevStack repo and called via the extras.d plugin to handle\nan equivalent service alias.\n\n* Ceilometer\n* Cinder\n* Glance\n* Neutron\n* Nova\n* Swift\n\nTODO: remove the tests from is_service_enabled() after a transition period\n\nPatch Set 2: Rebased\n\nChange-Id: Ic78be433f93a9dd5f46be548bdbd4c984e0da6e7\n"
    },
    {
      "commit": "8dad4bde886ed2a5bb28d8eb43cfa874ee81c790",
      "tree": "e5faed5714213ac027a30f17eeec0e097d84d12c",
      "parents": [
        "b7bdb68b6226ae9b5b19afcdbce5795ba2286827"
      ],
      "author": {
        "name": "Arnaud Legendre",
        "email": "arnaudleg@gmail.com",
        "time": "Mon Feb 03 17:57:39 2014 -0800"
      },
      "committer": {
        "name": "Arnaud Legendre",
        "email": "arnaudleg@gmail.com",
        "time": "Mon Feb 03 18:17:01 2014 -0800"
      },
      "message": "upload_image.sh to support streamOptimized disks\n\nThe current version of the script will use \"preallocated\" as the\ndisk type of a stream optimized disk. This needs to be fixed by\nintrospecting the createType of the vmdk file.\n\nCloses-Bug: #1275993\n\nChange-Id: I98594acecf26dd1164870f43890254a19ef23fe9\n"
    },
    {
      "commit": "bfbcef08879fd741f0ffde1a7ca7a4eaff7d85da",
      "tree": "ee6c5b29c81f83fa5f6405da57deadb34c226eb8",
      "parents": [
        "813ba48a3ce830306cf847b44883f32b72befb14",
        "0b8f6e0fbba961de04d95ff0e06e515d1ea3ea8b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun Jan 26 02:43:31 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Jan 26 02:43:31 2014 +0000"
      },
      "message": "Merge \"Make sure not to revert local changes.\""
    },
    {
      "commit": "58cc03629fd4af1239bed59bd70eb7339bb9976d",
      "tree": "492742b3699f5fd736b997fc5856897d85d11cc7",
      "parents": [
        "d24a053a96cbc6f91b8ddef8c74a3ede90be5b39",
        "b93cd643432d3633c48bec02fcd7cb4f354f67ed"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun Jan 26 02:33:34 2014 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Jan 26 02:33:34 2014 +0000"
      },
      "message": "Merge \"upload_image.sh should parse filenames correctly\""
    },
    {
      "commit": "b93cd643432d3633c48bec02fcd7cb4f354f67ed",
      "tree": "ce6577470d8b7271676cdd3486a013e5e6ac7acb",
      "parents": [
        "6d323f43b499482765438a964ac11874d4af3aec"
      ],
      "author": {
        "name": "Arnaud Legendre",
        "email": "arnaudleg@gmail.com",
        "time": "Thu Jan 23 17:12:21 2014 -0800"
      },
      "committer": {
        "name": "Arnaud Legendre",
        "email": "arnaudleg@gmail.com",
        "time": "Thu Jan 23 18:22:34 2014 -0800"
      },
      "message": "upload_image.sh should parse filenames correctly\n\nThe upload_image script gives the ability to the user to provide\nspecific metadata using the filename:\nfile-adapter_type;disk_type;network_type.vmdk\nCurrently, the regex expects each of these types to be populated.\nThis patch fixes this issue by making the regex more flexible and\naccepts only one of these metadata to be populated.\n\nChange-Id: If74cb06cc640864e7e91fd88943cdb37e05935d6\nCloses-Bug: #1272126\n"
    },
    {
      "commit": "579af5d6786f62008807a473749600e88cea21fc",
      "tree": "64d368cc485067e832731f1aae141e016987fb08",
      "parents": [
        "6d323f43b499482765438a964ac11874d4af3aec"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Thu Jan 23 11:32:22 2014 -0600"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Thu Jan 23 11:32:25 2014 -0600"
      },
      "message": "Kill process groups in screen_stop()\n\nPreviously only the top child process was killed, killing the process\ngroup also takes all of the child processes with it.\n\nCloses-bug: 1271889\nChange-Id: If1864cc4f1944f417ea3473d81d8b6e8e40030c2\n"
    },
    {
      "commit": "0b8f6e0fbba961de04d95ff0e06e515d1ea3ea8b",
      "tree": "5a4d46e5edeb15ded1a11b47557e2adcb2e22d53",
      "parents": [
        "6d323f43b499482765438a964ac11874d4af3aec"
      ],
      "author": {
        "name": "IWAMOTO Toshihiro",
        "email": "iwamoto@valinux.co.jp",
        "time": "Thu Jan 23 12:02:34 2014 +0900"
      },
      "committer": {
        "name": "IWAMOTO Toshihiro",
        "email": "iwamoto@valinux.co.jp",
        "time": "Thu Jan 23 12:02:34 2014 +0900"
      },
      "message": "Make sure not to revert local changes.\n\n\"git diff --quiet\" has a bug ignoring local changes if there\u0027s a\nunchanged file with a newer timestamp.  This patch works around\nthe bug.\n\nChange-Id: I0ddc24e0f7af21287c43c1e04dd166ebff6f2dca\nCloses-Bug: 1264422\n"
    },
    {
      "commit": "9fc8792b0ac7525b4c353b0a55b8b80eabf76e2a",
      "tree": "63db600410e41a8d2e617a735727a31f7254d083",
      "parents": [
        "c8c0ead4cacc512e78be66c11ce98fa22fb77a64"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Wed May 22 17:19:06 2013 -0500"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Sat Jan 11 11:46:19 2014 -0600"
      },
      "message": "Robustify service shutdown\n\n* Save PID when using screen in screen_it()\n* Add screen_stop()\n* Call out service stop_*() in unstack.sh functions so screen_stop()\n  can do its thing\n\nCloses-bug: 1183449\nChange-Id: Iac84231cfda960c4197de5b6e8ba6eb19225169a\n"
    },
    {
      "commit": "6681a4fae9df92cee77900f2248b8e98c501626f",
      "tree": "0b9e71267176f484688422501cff329ff41cbd69",
      "parents": [
        "bd499587945e6f811126eed36337cb14b3d6fcd0"
      ],
      "author": {
        "name": "Isaku Yamahata",
        "email": "isaku.yamahata@intel.com",
        "time": "Fri Jan 10 15:28:29 2014 +0900"
      },
      "committer": {
        "name": "Isaku Yamahata",
        "email": "isaku.yamahata@intel.com",
        "time": "Fri Jan 10 15:39:12 2014 +0900"
      },
      "message": "bash8: fix bash8 warning\n\nThis patch removes the following bash8 warnings.\n\n\u003e /devstack/ $ ./run_tests.sh\n\u003e Running bash8...\n\u003e E003: Indent not multiple of 4: \u0027             wget -c $image_url -O $FILES/$IMAGE_FNAME\u0027\n\u003e  - functions: L1367\n\u003e E003: Indent not multiple of 4: \u0027             if [[ $? -ne 0 ]]; then\u0027\n\u003e  - functions: L1368\n\u003e E003: Indent not multiple of 4: \u0027                 echo \"Not found: $image_url\"\u0027\n\u003e  - functions: L1369\n\u003e E003: Indent not multiple of 4: \u0027                 return\u0027\n\u003e  - functions: L1370\n\u003e E003: Indent not multiple of 4: \u0027             fi\u0027\n\u003e  - functions: L1371\n\u003e E003: Indent not multiple of 4: \u0027                                 `\"should use a descriptor-data pair.\"\u0027\n\u003e  - functions: L1423\n\u003e E003: Indent not multiple of 4: \u0027                         `\" Attempt to retrieve the *-flat.vmdk: $flat_url\"\u0027\n\u003e  - functions: L1438\n\u003e E003: Indent not multiple of 4: \u0027                             `\" Attempt to retrieve the descriptor *.vmdk: $descriptor_url\"\u0027\n\u003e  - functions: L1477\n\u003e E003: Indent not multiple of 4: \u0027                         warn $LINENO \"Descriptor not found $descriptor_url\"\u0027\n\u003e  - functions: L1492\n\u003e E003: Indent not multiple of 4: \u0027                         descriptor_found\u003dfalse\u0027\n\u003e  - functions: L1493\n\u003e E003: Indent not multiple of 4: \u0027                 fi\u0027\n\u003e  - functions: L1501\n\u003e E003: Indent not multiple of 4: \u0027             fi\u0027\n\u003e  - functions: L1502\n\u003e E003: Indent not multiple of 4: \u0027             #TODO(alegendre): handle streamOptimized once supported by the VMware driver.\u0027\n\u003e  - functions: L1503\n\u003e E003: Indent not multiple of 4: \u0027             vmdk_disktype\u003d\"preallocated\"\u0027\n\u003e  - functions: L1504\n\u003e 14 bash8 error(s) found\n\nChange-Id: Icf2cddf283192a50253ccfa697c2d32eec75b4ba\nCloses-Bug: #1267716\n"
    },
    {
      "commit": "be2ff9a745c46bd6627b68d9b6fbdbb724f3854d",
      "tree": "cc7082de2a894ff8d0f24d8d85c6ad5cbb489e0f",
      "parents": [
        "ba3c63640469e86a7a30032f76de455fc211fca7"
      ],
      "author": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Tue Dec 17 16:26:21 2013 +1100"
      },
      "committer": {
        "name": "Ian Wienand",
        "email": "iwienand@redhat.com",
        "time": "Tue Dec 17 16:26:21 2013 +1100"
      },
      "message": "Match RHEL Beta release strings\n\nRHEL7 (in beta) has \"Beta\" after the release number and before the\ncode-name.  Add a number-match to the regex so everything between that\nmatch and the codename in parenthesis is considered the release.\n\nChange-Id: I992f20eedcefc6aeed6bd3ad57fc4cf20c8ef15d\n"
    },
    {
      "commit": "6ef165cd7ae274b95eb46c8f5543726c4fcc811c",
      "tree": "105457fe4e287ff53d1c74419a983621e2659b82",
      "parents": [
        "ec16d0ffd5e780eefe69848134fb7b402bb2707d",
        "bf36e8e4cf89a9de75746ce3e2ae1c98c3948993"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Dec 17 00:40:02 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Dec 17 00:40:02 2013 +0000"
      },
      "message": "Merge \"Make rejoin-stack.sh resume file logging if enabled\""
    },
    {
      "commit": "cd7d956fbc30eae3c1694b187ea605a5f0d960d3",
      "tree": "18c30423780b6642155ebcefb7212db542a27681",
      "parents": [
        "78411958fd086acc0270c2380dd61f03ebd1f451"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@hp.com",
        "time": "Thu Dec 05 08:09:12 2013 +0000"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@hp.com",
        "time": "Thu Dec 12 12:24:55 2013 +0000"
      },
      "message": "Handle the case of pipe char in value for iniset\n\niniset did not handle the case of \"|\" in the value\nto be injected. Fix this by replacing | with \\000 (NULL).\n\nFixes bug #1258050\n\nChange-Id: I8882c2f3f177ebdfa0c66270dbbc7fd50f30b065\n"
    },
    {
      "commit": "2ac8b3f3c2ebe586802d7789cf152b13fe0d0497",
      "tree": "118837bd091932efab16e3fd59ec1e5f1824c6f9",
      "parents": [
        "df8410c387034bec1b82c8f9d9fd949967f7080b"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Wed Dec 04 17:20:28 2013 -0600"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Mon Dec 09 10:30:02 2013 -0600"
      },
      "message": "Fix a couple of INI whitespace bugs\n\n* iniset() bails if no section or option (attribute) is supplied\n* merge_config_file() properly skips lines with only whitespace\n\n* Also split the ini-tests into their own script\n\nBug 1257954\n\nChange-Id: Ie31c5bd0df8dfed129fbcf1e37228aaf25e9305d\n"
    },
    {
      "commit": "bf36e8e4cf89a9de75746ce3e2ae1c98c3948993",
      "tree": "3ee9fe5c54cfee3087d5eb70bb0b5a33fc5245a4",
      "parents": [
        "adc9fd18e516885f972be675ac1e5fa0f826fdf1"
      ],
      "author": {
        "name": "Darragh O\u0027Reilly",
        "email": "dara2002-openstack@yahoo.com",
        "time": "Mon Dec 09 13:16:16 2013 +0000"
      },
      "committer": {
        "name": "Darragh O\u0027Reilly",
        "email": "dara2002-openstack@yahoo.com",
        "time": "Mon Dec 09 13:34:51 2013 +0000"
      },
      "message": "Make rejoin-stack.sh resume file logging if enabled\n\nThis patch ensures that screen will resume logging to files\nafter rejoin-stack.sh when SCREEN_LOGDIR is set.\n\nChange-Id: I4c3eae0df7755b700dd8acf4bf14b7e383372ca3\nCloses-bug: 1192568\n"
    },
    {
      "commit": "b20d4d124e5e3afb6ec4f4c7ec287928376a8581",
      "tree": "5b709bc76a0ff5f2ad673e273fbc161e5d432795",
      "parents": [
        "2095b097def79dedb005466b7f44a20c4cd80d55",
        "ab77587a371dea59055484b6f9e4ee1a434fcaf0"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Dec 05 18:02:04 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Dec 05 18:02:04 2013 +0000"
      },
      "message": "Merge \"Generate glance image with SCSI bus type for ppc arch\""
    },
    {
      "commit": "ab77587a371dea59055484b6f9e4ee1a434fcaf0",
      "tree": "0fc6e84fd8f8becd8c6392f1cc192ff43ccae712",
      "parents": [
        "bddaf0afb6651d6245bae589532aa1d364321bb7"
      ],
      "author": {
        "name": "Rafael Folco",
        "email": "rfolco@br.ibm.com",
        "time": "Mon Dec 02 14:04:32 2013 -0200"
      },
      "committer": {
        "name": "Rafael Folco",
        "email": "rfolco@br.ibm.com",
        "time": "Wed Dec 04 16:52:31 2013 -0200"
      },
      "message": "Generate glance image with SCSI bus type for ppc arch\n\nThis patch fixes wrong assumptions for bus types of disk and cdrom\non ppc64. Qemu driver assumes IDE bus type for cdrom device, which\nis not supported on ppc arch.\nAdds capability to add --property key-value to the glance\nimage-create command.\nUsing double brackets for portability reasons.\n\nChange-Id: I9f55fa0b6a894a93926e4f8c3d0ea410b5283f9c\n"
    },
    {
      "commit": "90bcd2ff4d4ea11883a58521e58b67f2d981693b",
      "tree": "6fa95a1071729b740f454818e72b3c87c7f15d3a",
      "parents": [
        "ed727dc6d94b31b66997010666a83a540d98ff88"
      ],
      "author": {
        "name": "Arnaud Legendre",
        "email": "arnaudleg@gmail.com",
        "time": "Fri Nov 22 16:05:39 2013 -0800"
      },
      "committer": {
        "name": "Arnaud Legendre",
        "email": "arnaudleg@gmail.com",
        "time": "Tue Dec 03 17:57:24 2013 -0800"
      },
      "message": "Attempt to retrieve the vmdk descriptor data-pair\n\nVMDK formats such as monolithicFlat and vmfs require two files to be\nfully consumable by the Nova drivers (a descriptor-data pair: *.vmdk and\n*-flat.vmdk).\nOn the upload of the descriptor (*.vmdk), upload_image.sh should attempt to\nretrieve the *-flat.vmdk. The same way, the descriptor should be\nretrieved when a flat disk is uploaded.\nOn success, the upload script will be able to use the flat disk as the image\ncontent and the relevant descriptor settings as the image metadata.\n\nChange-Id: I9214754029c46dd60b9e7d606d84d8819a498a8d\nCloses-Bug: #1252443\n"
    },
    {
      "commit": "1fe3fc0457615007226c94be44a9535d8bb809a9",
      "tree": "a8b8b5ba121ee2ec403580b384455dbc196a5f39",
      "parents": [
        "cdf722cc0954ffc9863963f9ab1991346f081654",
        "bfb3e5ec9cfb6f06bfc4373e3c795e2918602c8e"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Nov 22 16:19:01 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Nov 22 16:19:01 2013 +0000"
      },
      "message": "Merge \"Update vsphere image filename pattern\""
    },
    {
      "commit": "202677ae3070ca5a239d29a6bb081b2fd5d1600c",
      "tree": "6d2d8acae12dba4db5914508465c9fa920e44d9e",
      "parents": [
        "429b64e4a55184d7f430e7ae52594d7c8cece6aa",
        "aaac4eede998e6601c879fd359e0cb91c83ba77a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Nov 22 09:58:08 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Nov 22 09:58:08 2013 +0000"
      },
      "message": "Merge \"Fix stackforge_libs installation step\""
    },
    {
      "commit": "429b64e4a55184d7f430e7ae52594d7c8cece6aa",
      "tree": "40c917282d95672fc9b25c3301913444597ca60a",
      "parents": [
        "92f314785c76c32bba8e5b94068ca24034f2efcf",
        "3e439448b5ab1ea1cf2bfaef5d08c6ce41819912"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Nov 22 03:02:08 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Nov 22 03:02:08 2013 +0000"
      },
      "message": "Merge \"upload_image.sh should handle file URLs\""
    },
    {
      "commit": "921c508027b23639e10951e7a01df3d1590ea7ed",
      "tree": "ee203858ef2da9220e4bb737b909af5e1c54fb01",
      "parents": [
        "c3dff93fcbe53fbca1695f5e49af09d6cf7af990",
        "d0059595529883719726ec146534a6639dbae65e"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Nov 21 21:08:30 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Nov 21 21:08:30 2013 +0000"
      },
      "message": "Merge \"Enable/disable ironic in tempest config\""
    },
    {
      "commit": "bfb3e5ec9cfb6f06bfc4373e3c795e2918602c8e",
      "tree": "1b65bb952bfc5edc14bca3bbbae242e627b09f15",
      "parents": [
        "c85ac787ba43115a3f47416470ef16e21ad20caf"
      ],
      "author": {
        "name": "Ryan Hsu",
        "email": "rhsu@vmware.com",
        "time": "Mon Nov 11 21:20:14 2013 -0800"
      },
      "committer": {
        "name": "Ryan Hsu",
        "email": "rhsu@vmware.com",
        "time": "Tue Nov 19 20:54:23 2013 -0800"
      },
      "message": "Update vsphere image filename pattern\n\nThe vsphere image filename pattern has been updated so that semi-\ncolons are used to delimit image properties rather than colons,\nwhich are not permitted in Windows filesystems. To support back-\nwards compatibility, colons can still be used.\n\nChange-Id: I29a3ac03dcae294326dc8813a66512a79f705f81\nCloses-Bug: #1250319\n"
    },
    {
      "commit": "aaac4eede998e6601c879fd359e0cb91c83ba77a",
      "tree": "7bba8294e2b4e0d177558fee88e4f8ede9455774",
      "parents": [
        "c85ac787ba43115a3f47416470ef16e21ad20caf"
      ],
      "author": {
        "name": "Doug Hellmann",
        "email": "doug.hellmann@dreamhost.com",
        "time": "Mon Nov 18 22:12:46 2013 +0000"
      },
      "committer": {
        "name": "Doug Hellmann",
        "email": "doug.hellmann@dreamhost.com",
        "time": "Mon Nov 18 22:16:45 2013 +0000"
      },
      "message": "Fix stackforge_libs installation step\n\nWhen stackforge_libs is enabled, the WSME and Pecan libraries\nare checked out from stackforge and installed from source instead of\npip. This change introduces a new function to perform the installation\nwithout attempting to sync the global requirements list, since the\nversion of setup.py in the global requirements repository breaks the\ndependencies for WSME (there is no ipaddr library in python 2, so we\nneed to install it, but under python 3 where it is part of the stdlib we\ncannot include it in the requirements).\n\nFixes bug 1252488\n\nChange-Id: I58357757ac67a919bf70178b76f65fa0a9e16242\n"
    },
    {
      "commit": "3e439448b5ab1ea1cf2bfaef5d08c6ce41819912",
      "tree": "093e8929d5ee67d5d99ebabf5e443347646bf1b8",
      "parents": [
        "80798bf56d22a6c72b3d8625a55dcad0e1bb9f8e"
      ],
      "author": {
        "name": "Arnaud Legendre",
        "email": "arnaudleg@gmail.com",
        "time": "Fri Nov 15 16:06:03 2013 -0800"
      },
      "committer": {
        "name": "Arnaud Legendre",
        "email": "arnaudleg@gmail.com",
        "time": "Fri Nov 15 16:16:17 2013 -0800"
      },
      "message": "upload_image.sh should handle file URLs\n\nupload_image.sh doesn\u0027t handle correctly file URLs: a file URL works only\nif the file is already in the cache.\nThis patch provides support for file URLs of local files (RFC 1738)\nhttp://tools.ietf.org/html/rfc1738\n\nChange-Id: I107299c543cfa189e32848c32eefdbeb51a5e1f5\nCloses-Bug: #1251752\n"
    },
    {
      "commit": "80798bf56d22a6c72b3d8625a55dcad0e1bb9f8e",
      "tree": "f8fefad3d6b878601c421c0fb72a7f0c55c10543",
      "parents": [
        "b21d6ee9fa956c43eaea8408440eafe4c3050bcc",
        "5ea53ee5f710076eba80ee9677afd3769fd2f36a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Nov 15 18:45:11 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Nov 15 18:45:11 2013 +0000"
      },
      "message": "Merge \"Use vmdk descriptor to populate image properties\""
    },
    {
      "commit": "d0059595529883719726ec146534a6639dbae65e",
      "tree": "5b2ad59023bf1f8b937cd26a3a85f841e48681a2",
      "parents": [
        "1722aabd9c4599a9ba99dbd95889df18bd1c1cd9"
      ],
      "author": {
        "name": "Roman Prykhodchenko",
        "email": "me@romcheg.me",
        "time": "Thu Nov 14 09:58:53 2013 +0200"
      },
      "committer": {
        "name": "Roman Prykhodchenko",
        "email": "me@romcheg.me",
        "time": "Thu Nov 14 09:58:53 2013 +0200"
      },
      "message": "Enable/disable ironic in tempest config\n\nIn order to run tempest tests for Ironic in devstack\nthe availability of the Ironic service must be set in\nthe tempest config.\n\nThis patch adds a shortcut for Ironic services and sets\navailability of Ironic in tempest config.\n\nChange-Id: I206fc2ea13412ceb128f8bfe90c153348d6f2f3e\n"
    },
    {
      "commit": "5ea53ee5f710076eba80ee9677afd3769fd2f36a",
      "tree": "ad9a49f4cadecd520aa4f8b15251e931bb3c1f6d",
      "parents": [
        "1c1aef0eb7796f0fe8b2502eb4aaa62369b7842a"
      ],
      "author": {
        "name": "Arnaud Legendre",
        "email": "arnaudleg@gmail.com",
        "time": "Fri Nov 01 16:42:54 2013 -0700"
      },
      "committer": {
        "name": "Arnaud Legendre",
        "email": "arnaudleg@gmail.com",
        "time": "Tue Nov 12 15:45:53 2013 -0800"
      },
      "message": "Use vmdk descriptor to populate image properties\n\nimage_upload.sh doesn\u0027t use the descriptor properties embedded inside\nthe vmdk file. This requires the user to manually change the filename of the\nvmdk file to add the properties (disk type, storage adapter and network\nadapter).\nIn case of a sparse monolithic sparse or stream-optimized sparse, these\nproperties are extracted from the descriptor.\nThe user can still override these values by modifying the filename.\n\nChange-Id: I1734311c66efe60a1a30e3ea63cc2a9da9cdb5b4\nCloses-Bug: #1247300\n"
    },
    {
      "commit": "26e0a05a9043ce93af62058132864caabd54b853",
      "tree": "1a4193049ad2373decc2d57b9bae228b1889a089",
      "parents": [
        "5a35e73b3419df571f55efd2a68ef565469e3d1b",
        "610af8cfa7ff9cadac80fdd37924ecd8fe0d546e"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Nov 11 22:20:08 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Nov 11 22:20:08 2013 +0000"
      },
      "message": "Merge \"Fix horizon config under Apache 2.4\""
    },
    {
      "commit": "610af8cfa7ff9cadac80fdd37924ecd8fe0d546e",
      "tree": "60745b1340c115c6a0d8fab05c7bc80282a9d0d2",
      "parents": [
        "e8aa8306b1ab3f471c288d5171b31481c742f236"
      ],
      "author": {
        "name": "Chris Buccella",
        "email": "buccella@linux.vnet.ibm.com",
        "time": "Tue Nov 05 12:56:34 2013 +0000"
      },
      "committer": {
        "name": "Chris Buccella",
        "email": "buccella@linux.vnet.ibm.com",
        "time": "Tue Nov 05 13:06:34 2013 +0000"
      },
      "message": "Fix horizon config under Apache 2.4\n\nApache 2.4 now uses mod_authz_host for acces control. Horizon\u0027s\nApache config needs an update to allow access to its directory,\notherwise a 403 will be returned.\nThis change replaces a similar previous fixes done for Fedora 18\nand Ubuntu 13.10, since this is an Apache version issue, not a\ndistro-specific one.\n\nChange-Id: Iecc17600d8e1aae6a7b0929b1493d712c307616f\nCloses-Bug: #1243075\n"
    },
    {
      "commit": "89d41ca23941d864ac9b5665cd68423311029236",
      "tree": "cce6aa53cda99630a228675abbb3f6359f9f3fe6",
      "parents": [
        "613fd5591c8d6cfac6ccf4b197ed93bb8d2f7676"
      ],
      "author": {
        "name": "DennyZhang",
        "email": "denny@unitedstack.com",
        "time": "Fri Nov 01 15:41:01 2013 -0500"
      },
      "committer": {
        "name": "DennyZhang",
        "email": "denny@unitedstack.com",
        "time": "Fri Nov 01 15:41:23 2013 -0500"
      },
      "message": "Fix wrong variable comparision in functions\n\nA whitespace is missing.\nCloses-Bug: #1247273\n\nChange-Id: I4bbed6077813c5d7522650baf2e78d9c44c1bba4\n"
    },
    {
      "commit": "b7c11a0f98f46a5e205ef227f3ccdb801b6fb663",
      "tree": "b937e1bca59bdd99e599b5a7311419b37f85adc2",
      "parents": [
        "8e285072c9b6f9cee4568cc882001f87e51d3c24",
        "6a5aa7c6a20435bbd276a0f1823396b52a8f0daf"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Oct 31 14:19:15 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 31 14:19:15 2013 +0000"
      },
      "message": "Merge \"Fix some Markdown formatting issues\""
    },
    {
      "commit": "8e285072c9b6f9cee4568cc882001f87e51d3c24",
      "tree": "f66fd4cca555c178b270fa44ef9ef9eb8220dfba",
      "parents": [
        "78180a1735c6d9c072f417accb31f90c17a01341",
        "cb961597cc30f9d8ece17529f09a8291454827e3"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Oct 31 14:18:32 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 31 14:18:32 2013 +0000"
      },
      "message": "Merge \"Fix shocco errors and warnings\""
    },
    {
      "commit": "fd98edb469884610031207695ec91c2db8c7ab93",
      "tree": "1fa220c49e9c2514d401e76c9f5bb98c36aa41fa",
      "parents": [
        "0c42f250430ad2e68c0a72804179a80522a159df"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Thu Oct 24 14:57:59 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Thu Oct 24 15:09:47 2013 -0400"
      },
      "message": "create an UNDO_REQUIREMENTS variable\n\nin the gate, we actually need to *not* roll back the requirements,\notherwise tempest can wedge the world because it runs under tox.\n\nMake a variable that we can set to false in the gate to ensure that\nwe don\u0027t roll back the requirements changes.\n\nChange-Id: I2b842ecc3f6e8b917dd721729640000bd7e7fb78\n"
    },
    {
      "commit": "0c42f250430ad2e68c0a72804179a80522a159df",
      "tree": "97d325a40441a38f3ffb9e478d817df4603ec02a",
      "parents": [
        "897f48a897f9404a6825275c97ae386f0994c0e6",
        "cbce1fa418ccb271879040b117b96038fefb479f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Oct 24 16:48:54 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 24 16:48:54 2013 +0000"
      },
      "message": "Merge \"Just reset the repo instead of trying to co files\""
    },
    {
      "commit": "6a5aa7c6a20435bbd276a0f1823396b52a8f0daf",
      "tree": "d5137f132a359469f1225d61850466feb4658297",
      "parents": [
        "cb961597cc30f9d8ece17529f09a8291454827e3"
      ],
      "author": {
        "name": "Adam Spiers",
        "email": "aspiers@suse.com",
        "time": "Thu Oct 24 11:27:02 2013 +0100"
      },
      "committer": {
        "name": "Adam Spiers",
        "email": "aspiers@suse.com",
        "time": "Thu Oct 24 17:38:19 2013 +0100"
      },
      "message": "Fix some Markdown formatting issues\n\nAddress miscellaneous issues with Markdown formatting in comments which\nare consumed by shocco when generating the online documentation.\n\nChange-Id: I953075cdbddbf1f119c6c7e35f039e2e54b79078\n"
    },
    {
      "commit": "cb961597cc30f9d8ece17529f09a8291454827e3",
      "tree": "542d144cffde414f2c54eab747f6ff4908d675df",
      "parents": [
        "897f48a897f9404a6825275c97ae386f0994c0e6"
      ],
      "author": {
        "name": "Adam Spiers",
        "email": "aspiers@suse.com",
        "time": "Sat Oct 05 12:11:07 2013 +0100"
      },
      "committer": {
        "name": "Adam Spiers",
        "email": "aspiers@suse.com",
        "time": "Thu Oct 24 15:43:05 2013 +0100"
      },
      "message": "Fix shocco errors and warnings\n\nA few Markdown-oriented issues were causing Docutils errors to\nleak into the end-user docs on http://devstack.org\n\nChange-Id: I51fa9698afb1bfb48596478d83bd1fdcd84ac52e\n"
    },
    {
      "commit": "80c3ea52ed1caec16e5c6c6beecd434225afbd97",
      "tree": "be9127c85db029092dea3cf58c7dc23c84b1d8a5",
      "parents": [
        "0b865a55f2b6fa1435e8bf6df09218a9bf7a0ca0",
        "dc30bd3eb457aaea66451621695cddfa8213a169"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Oct 22 21:33:39 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Oct 22 21:33:39 2013 +0000"
      },
      "message": "Merge \"exit cleanup in functions\""
    },
    {
      "commit": "537d4025c511d9b162726bb5c972da72028573ed",
      "tree": "f5e9e3e9d545225b41ca4678b834aab01f12618a",
      "parents": [
        "8d3beb673cee45db73617f84b92df7b588db0411"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue Oct 22 07:43:22 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue Oct 22 12:59:22 2013 -0400"
      },
      "message": "whitespace cleanup on functions \u0026 lib/config\n\nfix some of the bash8 issues found in functions and lib/config,\npart of the long march towards fixing all the bash8 issues.\n\nChange-Id: Ia131f64870acb0f9d196fe1a9a45d633abb6fc4d\n"
    },
    {
      "commit": "92a864737e9c18ed031c4176bd7d3d13b7d4453c",
      "tree": "d34362e1b28202b92df43aaeac7128e19ba9deb0",
      "parents": [
        "a248d07f0ae2038238d0328b281cdea1848e168d",
        "f43f3a59c26979f40510b7531b587b029088c871"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Oct 22 14:02:59 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Oct 22 14:02:59 2013 +0000"
      },
      "message": "Merge \"./stack.sh complain no /etc/nova/nova.conf\""
    },
    {
      "commit": "dc30bd3eb457aaea66451621695cddfa8213a169",
      "tree": "28058ad6386b1a954a0f9879062c6c9b8a493770",
      "parents": [
        "ff38d464e41db3d8f83c2b85b48f983e424f3a23"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue Oct 22 07:30:47 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue Oct 22 07:32:04 2013 -0400"
      },
      "message": "exit cleanup in functions\n\nwe should always use die instead of exit so that we know why we\nfailed.\n\nAlso remove instances where exit is called after die, as that is\na noop.\n\nChange-Id: I8e08cce63d35c503c36ff1e09805f3db427d082d\n"
    },
    {
      "commit": "f43f3a59c26979f40510b7531b587b029088c871",
      "tree": "34e922dfaa758cf8cb5496c5e7f4b0c60bf1bb8f",
      "parents": [
        "3931573f2bdb542ff4299bd548cab3458c3b0c99"
      ],
      "author": {
        "name": "DennyZhang",
        "email": "denny@unitedstack.com",
        "time": "Fri Oct 11 23:09:47 2013 -0500"
      },
      "committer": {
        "name": "DennyZhang",
        "email": "denny@unitedstack.com",
        "time": "Sun Oct 20 09:49:52 2013 -0500"
      },
      "message": "./stack.sh complain no /etc/nova/nova.conf\n\nIf nova.conf doesn\u0027t exist, mute error generated by grep.\n\nCloses-Bug: #1239044\n\nChange-Id: Ia497e2a9d8395cc11850fb16fd4075af9855b2a5\n"
    },
    {
      "commit": "cbce1fa418ccb271879040b117b96038fefb479f",
      "tree": "d3cc60a83798f433a3627e3a9d9835a071c6f559",
      "parents": [
        "af0912b51257b5423fabd41fddef282da2c8386f"
      ],
      "author": {
        "name": "Chmouel Boudjnah",
        "email": "chmouel@enovance.com",
        "time": "Thu Sep 26 09:20:04 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 17 11:43:48 2013 +0000"
      },
      "message": "Just reset the repo instead of trying to co files\n\nWe can just reset the repo instead of trying to checkout specific files.\nThis fix external repos which doesn\u0027t not have requirements.txt or\ntest-requirements.txt.\n\nCloses-Bug: 1231334\nChange-Id: Iab898f5e8a422cc0cbfe44839c938f22c7525fd8\n"
    },
    {
      "commit": "afcb049c7ce1c0419f88cd7184a2ccc4db058387",
      "tree": "812cbfd482f259a2dcc3de5d21ab5cd50adc1667",
      "parents": [
        "79ad8617108fff38c00d851f69bd854350b825da",
        "ca5af8615e58b78dbb0242074bc35aec5de1dda5"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Oct 16 21:13:51 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Oct 16 21:13:51 2013 +0000"
      },
      "message": "Merge \"Remove general assumption in get_packages()\""
    },
    {
      "commit": "c5a1b05ebac150590bab553d484c283567cf0a6a",
      "tree": "47d609bd441934d60cb267a1a7592bee22684a8e",
      "parents": [
        "570edfa9baa8c1e81894da67a1fe90023da0ac1c",
        "893e66360caf3bcf0578d4541b3c17d089c33b02"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Oct 14 17:49:26 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Oct 14 17:49:26 2013 +0000"
      },
      "message": "Merge \"Add meta-config via local.conf\""
    },
    {
      "commit": "b5e11ff87409a6cac67378715379f739daaa2b0b",
      "tree": "5e78a76ae48ab589008f376e9987ee7447813ee3",
      "parents": [
        "3931573f2bdb542ff4299bd548cab3458c3b0c99"
      ],
      "author": {
        "name": "DennyZhang",
        "email": "denny@unitedstack.com",
        "time": "Mon Oct 14 00:53:37 2013 -0500"
      },
      "committer": {
        "name": "DennyZhang",
        "email": "denny@unitedstack.com",
        "time": "Mon Oct 14 00:53:46 2013 -0500"
      },
      "message": "fix typo in functions\n\nChange-Id: I0d09d6d4f4405d3dc96f7a9eed62f87e5d3f8bc1\n"
    },
    {
      "commit": "893e66360caf3bcf0578d4541b3c17d089c33b02",
      "tree": "c91bd45ede20b9739c5dd39bec08d8ee32937af5",
      "parents": [
        "7ab1f22c606ae55883ac47298c810062965a1527"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Fri Sep 13 15:05:51 2013 -0500"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Fri Oct 11 11:41:58 2013 -0500"
      },
      "message": "Add meta-config via local.conf\n\nThis defines a new local.conf file that is designed to take the place of all\nof the \u0027pass-through\u0027[1] configuration options that have been defined in DevStack.\n\n* new local.conf file can contain multiple config file settings to be\n  merged in to existing project config files\n* localrc can be embedded into local.conf and will auto-extract if\n  localrc does not exist\n* Adds functions get_meta_section(), get_meta_section_files(),\n  merge_config_file() and merge_config_group()\n* Adds EXTRA_OPTS, EXTRA_BAREMETAL_OPTS, Q_DHCP_EXTRA_DEFAULT_OPTS and\n  Q_SRV_EXTRA_DEFAULT_OPTS to the deprecated warning list at the end of stack.sh\n\n[1] Pass-through options are those that do not configure or change DevStack\u0027s behaviour\nbut simply set a value in a project config file.  This includes most of the EXTRA_XXX_OPTS\nconfiguration variables.\n\nChange-Id: I367cadc86116621e9574ac203aafdab483d810d3\n"
    },
    {
      "commit": "125c29f99eb590fe2ee8b4d571d9567317cbc8a5",
      "tree": "b8087e5d5bd5ec3decbd277372e182e181091cae",
      "parents": [
        "8356b8dc4f9d28661a83f2f07fab6560b10b9bea",
        "49f4486f1caff209254f560deecd774246c91c79"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun Oct 06 08:42:08 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Oct 06 08:42:08 2013 +0000"
      },
      "message": "Merge \"Fix typo in property passed to glance\""
    },
    {
      "commit": "06e54c74772836fead6679ed115f5f5c9892e8c2",
      "tree": "3208664260100cc2424ea339ec4981ecca65b8e4",
      "parents": [
        "1e087b996593c1a918ce1a27a7a4f74c7514a94e",
        "0aa8534ada621becb3a6bd14e4e6b5faabde9dd6"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Oct 04 19:17:09 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Oct 04 19:17:09 2013 +0000"
      },
      "message": "Merge \"Using no proxy option to skip wget and curl proxy settings in config\""
    },
    {
      "commit": "2671a8b97e9b1c231d2eeaa0cd2bd1f6b77f8904",
      "tree": "ad3f0e2fa959e9ba3e29ebc5248e88f2cce25420",
      "parents": [
        "af2b982842c79e8d7f320893d4d2552b3adeb114",
        "6d8fce732523c183fa307c6c5a685e257bdbd78a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Oct 04 18:37:30 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Oct 04 18:37:30 2013 +0000"
      },
      "message": "Merge \"Fix handling of pip and virtualenv on openSUSE\""
    },
    {
      "commit": "ca5af8615e58b78dbb0242074bc35aec5de1dda5",
      "tree": "144f4c6b009350b114ebcb2c067ddeb1200fe8f4",
      "parents": [
        "af2b982842c79e8d7f320893d4d2552b3adeb114"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Fri Oct 04 13:33:07 2013 -0500"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Fri Oct 04 13:33:10 2013 -0500"
      },
      "message": "Remove general assumption in get_packages()\n\nget_packages() always included \u0027general\u0027 as a default \u0027service\u0027 file.\nRemove this assumption and add it explicitly to the primary package\ninstallation call.  This allows get_package() to be used in other places\nwhere \u0027general\u0027 is not desired to be included.\n\nChange-Id: I1eed4386d073d6ae9534aedae32654208c6662e8\n"
    },
    {
      "commit": "49f4486f1caff209254f560deecd774246c91c79",
      "tree": "4d20c74aba55e65c9c81e149dccfc1a4fb61adfb",
      "parents": [
        "c5affb48d6f0eab5d517bc8dc5ddbaeaa09a98c6"
      ],
      "author": {
        "name": "Ryan Hsu",
        "email": "rhsu@vmware.com",
        "time": "Thu Oct 03 22:27:03 2013 -0700"
      },
      "committer": {
        "name": "Ryan Hsu",
        "email": "rhsu@vmware.com",
        "time": "Thu Oct 03 22:29:52 2013 -0700"
      },
      "message": "Fix typo in property passed to glance\n\nIn the upload_image function, a property that is passed to glance in\nthe vmdk conditional block has a typo. Changes \"vmware-disktype\" to\n\"vmware_disktype\" (dash to underscore)\n\nChange-Id: I6c4e1875b6ab4544f9742ab08893dae0e86965a0\nCloses-Bug: #1235080\n"
    },
    {
      "commit": "6d8fce732523c183fa307c6c5a685e257bdbd78a",
      "tree": "1815062063d0f4bce41f2874379053e88bd82f5d",
      "parents": [
        "1c1aef0eb7796f0fe8b2502eb4aaa62369b7842a"
      ],
      "author": {
        "name": "Adam Spiers",
        "email": "aspiers@suse.com",
        "time": "Tue Oct 01 15:59:05 2013 +0100"
      },
      "committer": {
        "name": "Adam Spiers",
        "email": "aspiers@suse.com",
        "time": "Tue Oct 01 18:07:39 2013 +0100"
      },
      "message": "Fix handling of pip and virtualenv on openSUSE\n\nopenSUSE\u0027s python-virtualenv rpm depends on the python-pip rpm, but\ntools/install_pip.sh prefers to deinstall the latter (if installed) and\ninstall pip directly from upstream source instead.\n\nThis deinstallation of python-pip will break if attempted via rpm -e,\nsince rpm does not transitively remove dependents (in this case\npython-virtualenv).  In contrast, \"zypper rm\" does, so we switch to\nthat.\n\nIt is safe to remove the python-virtualenv package, since stack.sh will\ninstall virtualenv via pip instead.\n\nChange-Id: I5bc23de0f2de2e3940c4be3b76b7c0634836239b\n"
    },
    {
      "commit": "aee9412b4bad788125e513c9d455283f14ed84de",
      "tree": "b609ee36a06167820be185987ec6f702d7863803",
      "parents": [
        "b48e00816984cee78b3e9be5cce000eba5b42ab0"
      ],
      "author": {
        "name": "Mehdi Abaakouk",
        "email": "mehdi.abaakouk@enovance.com",
        "time": "Mon Sep 30 11:48:00 2013 +0000"
      },
      "committer": {
        "name": "Mehdi Abaakouk",
        "email": "mehdi.abaakouk@enovance.com",
        "time": "Mon Sep 30 14:04:11 2013 +0200"
      },
      "message": "Allow openrc to be loaded in zsh\n\nThis fix the test then detect OSX in GetOSVersion that break support of zsh.\n\nFixes bug #1233118\n\nChange-Id: If243fbe59f8f08041327057425018d7ae0d13ab2\n"
    },
    {
      "commit": "0aa8534ada621becb3a6bd14e4e6b5faabde9dd6",
      "tree": "71cea861042be2f5d2e415889ff782b1b68da513",
      "parents": [
        "b48e00816984cee78b3e9be5cce000eba5b42ab0"
      ],
      "author": {
        "name": "JUN JIE NAN",
        "email": "nanjj@cn.ibm.com",
        "time": "Fri Sep 13 15:47:09 2013 +0800"
      },
      "committer": {
        "name": "JUN JIE NAN",
        "email": "nanjj@cn.ibm.com",
        "time": "Mon Sep 30 16:03:00 2013 +0800"
      },
      "message": "Using no proxy option to skip wget and curl proxy settings in config\n\nWhen end users specify proxy settings in config file for wget /etc/wgetrc:\nhttp_proxy \u003d http://...\nor for curl ${HOME}/.curlrc:\nproxy \u003d http://...\n\nUsing `http_proxy\u003d\"\" wget\u0027 can not skip the proxy setting in the\nconfig files, also it can skip proxy settings in env viriables.\n\nIn order to skip proxy setting in both env and config file, we pass\n--no-proxy option for wget, and --noproxy \u0027*\u0027 for curl.\n\nFixes bug #1224836\n\nChange-Id: I2b25aeca9edf2ce4525fb1db325e5e24c18b4d55\n"
    },
    {
      "commit": "f20859b4354177bc31cade1824334e2444b1f276",
      "tree": "199ab8cd9383d760e515c9f17935497c484a315b",
      "parents": [
        "30de41de2349a16457dab640e70c1e4a1c773410",
        "a8d41e3af70309fb9c8df150ef162685bae41ee4"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun Sep 29 12:30:48 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Sep 29 12:30:48 2013 +0000"
      },
      "message": "Merge \"Normalise RECLONE flag to True Or False.\""
    },
    {
      "commit": "d76b11f56e653fed7b25e940743f781c29231293",
      "tree": "0ea2fa82d4f99ee273ea62ce1b80812b03fdbf68",
      "parents": [
        "6c92b2adfb7c671953cc01c60784d26c4c289920",
        "45a21f0e54def308f1d05440f030b49346b73fad"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Sep 26 04:54:57 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 26 04:54:57 2013 +0000"
      },
      "message": "Merge \"change git show to | head -1\""
    },
    {
      "commit": "0c43c6a7b8c3fc1b0079370aa537a1009bb949da",
      "tree": "2a203ac5ca379e9ec9a79f55cd5208352ec5b4f8",
      "parents": [
        "5a9609bed33cf4157a3b6c3553fccebae7472473",
        "c3431bfdd90b3d149b119038d19f6a22bc278dc0"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Sep 25 17:12:13 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 25 17:12:13 2013 +0000"
      },
      "message": "Merge \"Clean up automated changes to requirements\""
    },
    {
      "commit": "45a21f0e54def308f1d05440f030b49346b73fad",
      "tree": "1dbddf872c1151f63edf1e2e2a702142e425376d",
      "parents": [
        "5a9609bed33cf4157a3b6c3553fccebae7472473"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Wed Sep 25 10:27:27 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Wed Sep 25 10:27:27 2013 -0400"
      },
      "message": "change git show to | head -1\n\ngit show uses default system pager, which for people that have\nfunky pagers, goes sideways. Pipe this through head -1 to ensure\nwe only get the single change line we care about.\n\nChange-Id: Iff22612b555bf58fe12101701cfe593f37e8f8de\n"
    },
    {
      "commit": "5a9609bed33cf4157a3b6c3553fccebae7472473",
      "tree": "072620f8a9823482a132c42e08cf420ccabbf445",
      "parents": [
        "23033e0399887a394f27c40482c2e011f37a3cdf",
        "06d17eb54ad37e6d21eafcded52cc581a56d328b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Sep 25 13:22:04 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 25 13:22:04 2013 +0000"
      },
      "message": "Merge \"make git show not display a diff\""
    },
    {
      "commit": "a8d41e3af70309fb9c8df150ef162685bae41ee4",
      "tree": "9c0b2e1ed1fe42d59c5bfe7962705866760f1465",
      "parents": [
        "23033e0399887a394f27c40482c2e011f37a3cdf"
      ],
      "author": {
        "name": "Sirushti Murugesan",
        "email": "sirushtim@gmail.com",
        "time": "Wed Sep 25 11:30:31 2013 +0530"
      },
      "committer": {
        "name": "Sirushti Murugesan",
        "email": "sirushtim@gmail.com",
        "time": "Wed Sep 25 13:34:09 2013 +0530"
      },
      "message": "Normalise RECLONE flag to True Or False.\n\nRECLONE flag now uses function trueorfalse for flag handling.\nAdded more flag cases to normalisation function trueorfalse.\n\nFixes bug #1200382\n\nChange-Id: I0738537c87634281c6a92fa93b7f84a6b0dad497\n"
    },
    {
      "commit": "23033e0399887a394f27c40482c2e011f37a3cdf",
      "tree": "ebdf6b26aa44993a8157e61d82f635c8d467ad32",
      "parents": [
        "5470701e10ee68c80860d4cf7e0fa5d8a913c288",
        "05ae833be298d1b8fa85cfbb9ef57c059baea05e"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Sep 24 21:59:07 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Sep 24 21:59:07 2013 +0000"
      },
      "message": "Merge \"Colorize Neutron log output and refactor log setup code\""
    },
    {
      "commit": "06d17eb54ad37e6d21eafcded52cc581a56d328b",
      "tree": "ba39416fe367056e5d7bb8251884daad1917fd33",
      "parents": [
        "d24674ed22687159ced65613c714a075d9804279"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue Sep 24 07:04:11 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Tue Sep 24 07:06:16 2013 -0400"
      },
      "message": "make git show not display a diff\n\nif the top commit includes actual content, this was being displayed\nin the devstack log, which was just confusing. --quiet suppresses\nthis.\n\nChange-Id: Id52604d3b2b9a1372746120cb5d8d741c35576b7\n"
    },
    {
      "commit": "c3431bfdd90b3d149b119038d19f6a22bc278dc0",
      "tree": "1e62c6de4247b703161b27d5fa98e30b68fe2add",
      "parents": [
        "e802cc451470d748c56039f392f6264b487bcbfe"
      ],
      "author": {
        "name": "Doug Hellmann",
        "email": "doug.hellmann@dreamhost.com",
        "time": "Fri Sep 06 15:30:22 2013 -0400"
      },
      "committer": {
        "name": "Doug Hellmann",
        "email": "doug.hellmann@dreamhost.com",
        "time": "Mon Sep 23 17:14:49 2013 -0400"
      },
      "message": "Clean up automated changes to requirements\n\nSome of us like to reuse sandboxes, and keep them up to date.  This\nis very difficult to do if devstack leaves modifications to\nrequirements.txt files after a run, since \u0027git pull\u0027 may refuse to\noverwrite those changes.\n\nThis modification has devstack undo the changes to the requirements\nfiles, to leave the sandbox in a clean state again.\n\nChange-Id: Ia2d928ade8141b59b56a2c4548d760bf6911a3e5\n"
    },
    {
      "commit": "835db2feadd1795201abaf4be00efc85ef9f8253",
      "tree": "452c0e8605d9d314b4c390457b5e4da6b222d431",
      "parents": [
        "e802cc451470d748c56039f392f6264b487bcbfe"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Mon Sep 23 14:17:06 2013 -0400"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sdague@linux.vnet.ibm.com",
        "time": "Mon Sep 23 14:19:45 2013 -0400"
      },
      "message": "print out git references for trees\n\nin order to be sure we understand the environment that\u0027s running\nin an upstream test, print out the git information for the tree.\nThis will hopefully address questions of \"which commit of tempest\"\nis being used for particular tests.\n\nChange-Id: Ief4e8a17fd75945f02982d2adf8625fe927d823d\n"
    },
    {
      "commit": "b305eeea1b93e32fb6e0ac919399ff66cfea5baf",
      "tree": "bdc7103e4945fdd4a8d5d915a7acf87e2d6a1905",
      "parents": [
        "7ab1f22c606ae55883ac47298c810062965a1527",
        "e700267e33d748fe36c621cf16497597fcbe6aac"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun Sep 15 14:05:25 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Sep 15 14:05:25 2013 +0000"
      },
      "message": "Merge \"Only run chmod/chown for local files\""
    },
    {
      "commit": "05ae833be298d1b8fa85cfbb9ef57c059baea05e",
      "tree": "ff9769c8e7ec8e7f1bc4f4f6a518dc27ff06ab79",
      "parents": [
        "7ab1f22c606ae55883ac47298c810062965a1527"
      ],
      "author": {
        "name": "Salvatore Orlando",
        "email": "salv.orlando@gmail.com",
        "time": "Tue Aug 20 14:51:08 2013 -0700"
      },
      "committer": {
        "name": "Salvatore Orlando",
        "email": "salv.orlando@gmail.com",
        "time": "Fri Sep 13 10:34:40 2013 -0700"
      },
      "message": "Colorize Neutron log output and refactor log setup code\n\nBug 1214616\n\nThis patch adds colors to on-screen Neutron log output in the same way nova,\ncinder, and heat engine do.\nTo this aim, colorized logging configuration has been moved to ./functions.\nThe reason for this refactoring is that these instruction are the same or\nvery similar for each project, with the only exception of the target\nconfiguration file.\n\nChange-Id: Idf0d1b842bb9ab046c9ef826de1dfc55b3f1df9d\n"
    },
    {
      "commit": "abd1f24dd65efab63daac9e83bc6237b73030dc4",
      "tree": "d74f41cb1f13e44059f706588f9a58101359f6f9",
      "parents": [
        "302a8f7a172a77766a9d89a05f2c8453bafc595d",
        "0cccad43aad08487ad1712c63afed602889aaf72"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Sep 12 22:42:18 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 12 22:42:18 2013 +0000"
      },
      "message": "Merge \"Added Trove (Database as a Service).\""
    },
    {
      "commit": "0cccad43aad08487ad1712c63afed602889aaf72",
      "tree": "7be8f53e47a2ff1eb4f245ca71fa99df59d924c5",
      "parents": [
        "58afc729831d0d202bc4f1aa13a3340e3f1320c5"
      ],
      "author": {
        "name": "Nikhil Manchanda",
        "email": "SlickNik@gmail.com",
        "time": "Mon Dec 03 18:15:09 2012 -0700"
      },
      "committer": {
        "name": "Michael Basnight",
        "email": "mbasnight@gmail.com",
        "time": "Wed Sep 11 23:48:07 2013 +0000"
      },
      "message": "Added Trove (Database as a Service).\n\n- Added changes to stackrc for the Trove Repos.\n- Added support to devstack for \"install\", \"configure\",\n  \"init\", and \"run\"\n\nimplements blueprint:trove-devstack-integration\n\nChange-Id: Ib3f6daad33e629f764a174b80762c808ce8588e2\n"
    },
    {
      "commit": "e700267e33d748fe36c621cf16497597fcbe6aac",
      "tree": "96c57761e620b503b2abaae9883f7f2206ebffe9",
      "parents": [
        "72854cc567d1696a3bf4358680f585097c5dfcb6"
      ],
      "author": {
        "name": "Doug Hellmann",
        "email": "doug.hellmann@dreamhost.com",
        "time": "Thu Sep 05 08:10:07 2013 -0400"
      },
      "committer": {
        "name": "Doug Hellmann",
        "email": "doug.hellmann@dreamhost.com",
        "time": "Tue Sep 10 15:15:58 2013 -0400"
      },
      "message": "Only run chmod/chown for local files\n\nWhen the /opt/stack directory is NFS mounted, chown to\nthe local user might not work. Create safe_chown and\nsafe_chmod functions that do nothing on NFS filesystems\nto avoid spurrious errors.\n\nChange-Id: Iaa68879e867a4426b1990d4d46164769177dc7cc\n"
    },
    {
      "commit": "a6273b9378622318057c2f5f685022389a066818",
      "tree": "a95872559d5c56efa9f60eb0d7951050661cf3d3",
      "parents": [
        "d748b16ef29f44fb1b943f7f1963d4c47b88fd5b"
      ],
      "author": {
        "name": "Ryan Hsu",
        "email": "rhsu@vmware.com",
        "time": "Wed Sep 04 23:51:29 2013 -0700"
      },
      "committer": {
        "name": "Ryan Hsu",
        "email": "rhsu@vmware.com",
        "time": "Thu Sep 05 16:49:20 2013 -0700"
      },
      "message": "Provide a means of setting vmdk custom properties via image filename\n\nCustom properties for vmdk disk type, storage adapter type, and\nnetworking adapter type can now be retrieved from a vmdk image\u0027s\nfilename. The filename format is defined as:\n\n  \u003cname\u003e-\u003cdisk type\u003e:\u003cstorage adapter\u003e:\u003cnetwork adapter\u003e\n\nAn example filename following this format would be\ndebian-2.6.32-i646-thin:ide:VirtualE1000. If the vmdk filename does not\nmatch the above format then underlying nova driver will supply default\nvalues.\n\nChange-Id: I83483d20f984250bd8154d8e270b2e801d2df303\nCloses-bug: #1221044\n"
    },
    {
      "commit": "53d5b791fdad145cdc71e189da1562c1c8d5ae1a",
      "tree": "9099d8409d468d798c60181c63830740759798b5",
      "parents": [
        "ac920f25c7f94710c9f2cd8bb885e249dd57d692",
        "533e14d6a5fc1ba3dbd24fb0075ef1eafd00a705"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Sep 04 16:47:04 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 04 16:47:04 2013 +0000"
      },
      "message": "Merge \"Copy policy_add() from Grenade functions\""
    },
    {
      "commit": "533e14d6a5fc1ba3dbd24fb0075ef1eafd00a705",
      "tree": "65c8a4da0e398f9e4d5840f7a1f9c8cb8c9706cc",
      "parents": [
        "96c8dad0530c9b6176b58080e15cec9b05eccc9e"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Fri Aug 30 15:11:22 2013 -0500"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Tue Sep 03 14:19:32 2013 -0500"
      },
      "message": "Copy policy_add() from Grenade functions\n\npolicy_all() was added to Grenade\u0027s functions file, which is notmally synced\nfrom DevStack so we need to bring it over here before the next sync.\n\nChange-Id: Ifd852e9d1ffe39fa23f6312d1ddf2874b5f2b9f0\n"
    },
    {
      "commit": "1533a349da34a002ab6a09cee86d47daf6d777fb",
      "tree": "1f0f5f48a1814546a89772715e5d50417cf35887",
      "parents": [
        "117af3430f34f375b3343cc062257f87b9e8990c"
      ],
      "author": {
        "name": "Mate Lakat",
        "email": "mate.lakat@citrix.com",
        "time": "Fri Aug 30 14:10:52 2013 +0100"
      },
      "committer": {
        "name": "Mate Lakat",
        "email": "mate.lakat@citrix.com",
        "time": "Fri Aug 30 14:10:52 2013 +0100"
      },
      "message": "remove multi-host timeout\n\nIf you ran exercises with MULTI_HOST enabled, an additional sleep was\nperformed. This change removes that sleep to speed up tests.\n\nChange-Id: I9dfd61cbb9415bd5e8fd1e40f4e41512be2ae0d2\n"
    },
    {
      "commit": "5584709fa8194cb7fa69c65b535999e28278e3da",
      "tree": "7f05f2f2ef87e68450c441fe0986eb2986d2a05c",
      "parents": [
        "bc11e0a0bcbb7a9022923b0fce1af71d55768eca",
        "04762cd823302ca9992b67419e55ad5fc4dbf8fe"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Aug 29 04:51:52 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 29 04:51:52 2013 +0000"
      },
      "message": "Merge \"Fix is_package_installed() check with dpkg\""
    },
    {
      "commit": "bc11e0a0bcbb7a9022923b0fce1af71d55768eca",
      "tree": "4e194bc5e855c8cf4a305edbf7780bf12897832d",
      "parents": [
        "666fe5fd9f949a7f789b75b06f3ce7c9ff612a5f",
        "bc2ef929ed4529197b0418fc8234aaca56f84109"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Aug 29 02:17:23 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 29 02:17:23 2013 +0000"
      },
      "message": "Merge \"xenapi: devstack support for raw tgz image upload\""
    },
    {
      "commit": "666fe5fd9f949a7f789b75b06f3ce7c9ff612a5f",
      "tree": "8e800ee5b3262d1cf3d20b1723c96782da30976a",
      "parents": [
        "cb201e7519d81dd279d0b5c6057f977bb00710b7",
        "71d5630c4ad2dd74964119a4ad8f16833f61fc21"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Aug 29 01:17:45 2013 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 29 01:17:45 2013 +0000"
      },
      "message": "Merge \"Adds new tag for testonly packages in package lists\""
    },
    {
      "commit": "04762cd823302ca9992b67419e55ad5fc4dbf8fe",
      "tree": "e63e3640a10c7ea85f23edc7951bd3858823620f",
      "parents": [
        "8db8f38c65d7d0f2c79e78794b974966b4e3f68d"
      ],
      "author": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Tue Aug 27 17:06:14 2013 -0500"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Tue Aug 27 17:48:49 2013 -0500"
      },
      "message": "Fix is_package_installed() check with dpkg\n\nis_package_installed() incorrectly returned \u00270\u0027 for packages that\nhad \u0027un\u0027 status in the dpkg database.\n\nChange-Id: I81b77486c2ed7717ed81cb2c2572fe6c4b394ffc\n"
    },
    {
      "commit": "bc2ef929ed4529197b0418fc8234aaca56f84109",
      "tree": "1fe4b340d259b1a5bfd58f399ece6e286344e464",
      "parents": [
        "551765d3f53098f68239b692e6017d1ccdc78a24"
      ],
      "author": {
        "name": "Mate Lakat",
        "email": "mate.lakat@citrix.com",
        "time": "Thu Aug 15 18:06:59 2013 +0100"
      },
      "committer": {
        "name": "Mate Lakat",
        "email": "mate.lakat@citrix.com",
        "time": "Tue Aug 27 11:12:28 2013 +0100"
      },
      "message": "xenapi: devstack support for raw tgz image upload\n\nDevstack will recognise the .xen-raw.tgz extensions, and upload them to\nglance as raw tgz images with xen pv_mode. This change also adds \"tgz\" to\nthe recognised container formats of glance. The changes for raw tgz\nsupport are:\n\n    https://review.openstack.org/#/c/40908/\n    https://review.openstack.org/#/c/40909/\n    https://review.openstack.org/#/c/41651/\n\nrelated to blueprint xenapi-supported-image-import-export\n\nChange-Id: I077564587d4303291bb4f10d62bb16380b574106\n"
    },
    {
      "commit": "71d5630c4ad2dd74964119a4ad8f16833f61fc21",
      "tree": "2a5d835d6a76bc60498cca63556eaa9ca6ca910a",
      "parents": [
        "55181d2cfba5dd6bbbde42bb964782e8c2b8ee50"
      ],
      "author": {
        "name": "Christian Berendt",
        "email": "berendt@b1-systems.de",
        "time": "Mon Jul 22 11:37:42 2013 +0200"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Wed Aug 21 14:15:20 2013 -0500"
      },
      "message": "Adds new tag for testonly packages in package lists\n\nAlso introduces a new parameter INSTALL_TESTONLY_PACKAGES\nin the stackrc with False as default value. Setting it to\nTrue stack.sh will install all packages tagged with the tag\ntestonly in the package lists.\n\nIncludes needed packages for Ubuntu and Fedora\n\nfixes bug #1203680\n\nChange-Id: I911a6601819a34262853bba0658f6751148bfbec\n"
    }
  ],
  "next": "68044c0245e0d39cecbc8602a8059bd7c33b7693"
}
