)]}'
{
  "log": [
    {
      "commit": "dd7590832a4bbdcae7561aab8d2e76faa1339913",
      "tree": "f2b3dab2141c286aebdf4c6ab89f8afb94cd52b8",
      "parents": [
        "9a77c920a2ff902ebc121ed55abc4694a44c2e7a"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "igawa@mxs.nes.nec.co.jp",
        "time": "Tue Jan 20 14:35:20 2015 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "igawa@mxs.nes.nec.co.jp",
        "time": "Thu Feb 05 22:29:45 2015 +0900"
      },
      "message": "Change tempest UnprocessableEntity exc to tempest-lib exc\n\nThis commit changes tempest.exceptions.UnprocessableEntity to\ntempest_lib.exceptions.UnprocessableEntity. This is one of the migrating\nrest client to tempest-lib works.\n\nChange-Id: I7293131d2961388b91b3270167a07496a8a0f378\n"
    },
    {
      "commit": "9a77c920a2ff902ebc121ed55abc4694a44c2e7a",
      "tree": "a8ad742a1e5acf04ceeb6425a0312aa6a1f4cdcc",
      "parents": [
        "ce34d2fcf10f29ed1d9a2812df046d968b69dc30"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "igawa@mxs.nes.nec.co.jp",
        "time": "Tue Jan 20 14:24:28 2015 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "igawa@mxs.nes.nec.co.jp",
        "time": "Thu Feb 05 22:29:09 2015 +0900"
      },
      "message": "Remove unused exceptions\n\nThis commit just removes unused exceptions.\n\nChange-Id: I00f9b8c7a83575bd938a5e08b3ee3849147a0633\n"
    },
    {
      "commit": "ce34d2fcf10f29ed1d9a2812df046d968b69dc30",
      "tree": "8b7ec9d9ce2dedcbba177e6287848621ece92c2c",
      "parents": [
        "1f88ecec48dd89cc101fdf30458ed177bd7f20ef"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "igawa@mxs.nes.nec.co.jp",
        "time": "Tue Jan 20 13:16:43 2015 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "igawa@mxs.nes.nec.co.jp",
        "time": "Thu Feb 05 14:36:57 2015 +0900"
      },
      "message": "Remove UnexpectedResponseCode exception\n\nThis commit just removes UnexpectedResponseCode exception. Because we\nalready don\u0027t use it.\n\nChange-Id: Ibb3af95f7038c46f0e67727b161328ec4fadce8e\n"
    },
    {
      "commit": "1f88ecec48dd89cc101fdf30458ed177bd7f20ef",
      "tree": "e04f017d625e87f4bc530160a89bd56bcfbb424c",
      "parents": [
        "884d1063d289088eaeace2ea8e4d656d6035744a"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Fri Jan 23 03:33:11 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Thu Feb 05 00:25:00 2015 +0000"
      },
      "message": "Remove CONF values from baremetal client\n\nTo move baremetal client to tempest-lib, this patch moves\nCONF values from baremetal client to the client setting.\n\nChange-Id: I8a77b552407dd44a712d030c080f0e060c70c2f1\n"
    },
    {
      "commit": "884d1063d289088eaeace2ea8e4d656d6035744a",
      "tree": "0cf75f01bda4d1e062bd5f1feb1dcf3041b16a74",
      "parents": [
        "19b6ff59408fd1c43b8fb2397d7e77d9b362036b"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Fri Jan 23 03:24:41 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Thu Feb 05 00:24:37 2015 +0000"
      },
      "message": "Remove inheritance from baremetal client\n\nbaremetal client has complicated inheritance because Tempest tested\nXML tests and the base part of the client was necessary for both XML\nand JSON. However, XML tests have been already removed from Tempest\nand the inheritance is unnecessary and the code is complicated.\nThe this patch removes the inheritance and renames the file name of\nthe client for fittig to the other clients\u0027 names.\n\nChange-Id: I0a798fb146edd53b7a61bf30689b93cbd90ddac0\n"
    },
    {
      "commit": "19b6ff59408fd1c43b8fb2397d7e77d9b362036b",
      "tree": "f755062478263f0cfe615195b7518a765604d724",
      "parents": [
        "039994c9ba8ec824e5017dfe504dda42568fc040"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Fri Jan 23 02:45:50 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Thu Feb 05 00:23:46 2015 +0000"
      },
      "message": "Move JSON de/serializers to base baremetal client\n\nNow Tempest supports JSON tests only without XML ones, but a\nbase baremetal client contains still an option for switching\nde/serializers and it makes the code a little difficult.\n\nThen, this patch moves JSON de/serializers for clarifying it\nsupports only JSON and easy code.\nIn addition, this patch removes \"object_type\" from serialize()\nbecause now passed values are \u0027node\u0027, \u0027chassis\u0027 and  \u0027port\u0027\nand they are not used for serializing at all.\n\nChange-Id: Id96af61c422cb4e9a6d89f4ede6701e3c9d5f3c5\n"
    },
    {
      "commit": "039994c9ba8ec824e5017dfe504dda42568fc040",
      "tree": "ef2f4642ac8c830fca6ef9f706da560b315214f9",
      "parents": [
        "10478954165dd091452af61fc86b65d6e6253125",
        "bd2d49af14d6323c112204a8f8e0e53f68d745df"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Feb 04 16:05:44 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 04 16:05:44 2015 +0000"
      },
      "message": "Merge \"test_verify_multiple_nics_order failing in gate\""
    },
    {
      "commit": "10478954165dd091452af61fc86b65d6e6253125",
      "tree": "1ef2865e9a724c2d087619c5afc73f830ead9b1e",
      "parents": [
        "2f5f9835aff3a503cdbc4590feb82a535ec7d348",
        "a4cae616b117e864b36c5eec1969e663999f32d9"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Feb 04 13:03:55 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 04 13:03:55 2015 +0000"
      },
      "message": "Merge \"Do not parse Neutron error message to tolerate message changing\""
    },
    {
      "commit": "2f5f9835aff3a503cdbc4590feb82a535ec7d348",
      "tree": "d0bf83151aea93e7f6b09e6b6ab0eb49915412ad",
      "parents": [
        "4bd288c7782951d1fbf88c96119fec4be69bf115",
        "b38eb00d9175f79333b099a9cb4702121e1c882d"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Feb 04 12:01:27 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 04 12:01:27 2015 +0000"
      },
      "message": "Merge \"Order service clients setting first\""
    },
    {
      "commit": "4bd288c7782951d1fbf88c96119fec4be69bf115",
      "tree": "85c3605db557ee4a148c98d72ced333c85ce73f6",
      "parents": [
        "4d4a20d5cd87ea5ab2b1b0b39c339f601dd85b16",
        "d5dba1c495e21ba4a2de7c5db9fbb8ff1ba73768"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Feb 04 11:59:19 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 04 11:59:19 2015 +0000"
      },
      "message": "Merge \"Remove CONF values from telemetry client\""
    },
    {
      "commit": "4d4a20d5cd87ea5ab2b1b0b39c339f601dd85b16",
      "tree": "8469e1e5bf980be982174e94a7826b8d169c2169",
      "parents": [
        "82c3befa60e067fa4f164e6141531981cdd2d5ef",
        "b8bc43475140e7fe3d82ea5646b195228b7c6609"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Feb 04 11:53:54 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 04 11:53:54 2015 +0000"
      },
      "message": "Merge \"Update live migration test for return one value\""
    },
    {
      "commit": "82c3befa60e067fa4f164e6141531981cdd2d5ef",
      "tree": "45c3be6515532acddb3b813f661bba415aee919a",
      "parents": [
        "fdf20ffcc2c63a76a0810006f9b6d1e5b3128d60",
        "b28b41854655b6dff7f2d5a5bf785826921e2057"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Feb 04 11:14:36 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 04 11:14:36 2015 +0000"
      },
      "message": "Merge \"Add a test for filtering list servers for a specific tenant\""
    },
    {
      "commit": "fdf20ffcc2c63a76a0810006f9b6d1e5b3128d60",
      "tree": "86d2732527d23ae8e33359854ba8cfad21d8dbe3",
      "parents": [
        "dc85dfbe9f1c65256fbcf88fcacd5f895242c61f",
        "1ac3ee025b8e1bdf9ce1e9ed2990979e6f2d0b1f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Feb 04 10:35:49 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 04 10:35:49 2015 +0000"
      },
      "message": "Merge \"Add a test for new-style container-sync\""
    },
    {
      "commit": "dc85dfbe9f1c65256fbcf88fcacd5f895242c61f",
      "tree": "ee8949d4bd85ec1b897ad5c7d2a44e3677bb362d",
      "parents": [
        "17f81d4cc83569438fe11b1ee6ee2afe74c0b501",
        "9b59767218b07864e229251d12379f4a62f269dd"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Feb 04 10:19:00 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 04 10:19:00 2015 +0000"
      },
      "message": "Merge \"Add SSL  parameters to negative tests\""
    },
    {
      "commit": "b38eb00d9175f79333b099a9cb4702121e1c882d",
      "tree": "eb2b75aaf13b71b2c3c58d0148eb06ecac970fa1",
      "parents": [
        "d5dba1c495e21ba4a2de7c5db9fbb8ff1ba73768"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Fri Jan 23 02:35:01 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Wed Feb 04 01:43:32 2015 +0000"
      },
      "message": "Order service clients setting first\n\nIn __init__() of Manager class, there are much client settings.\nbut the order was mess, so this patch makes service clients setting\nfirst for code cleanup.\n\nChange-Id: I913ab73bb5cb897e6dc39c70f49287bbc6872128\n"
    },
    {
      "commit": "d5dba1c495e21ba4a2de7c5db9fbb8ff1ba73768",
      "tree": "3f002c694387c21d041b51d580b33a027453c0a8",
      "parents": [
        "17f81d4cc83569438fe11b1ee6ee2afe74c0b501"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Fri Jan 23 02:23:22 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Wed Feb 04 01:43:32 2015 +0000"
      },
      "message": "Remove CONF values from telemetry client\n\nTo move telemetry client to tempest-lib, this patch moves\nCONF values from telemetry client to the client setting.\n\nChange-Id: I270725b15463e95955db969b17cf4d667f6530fe\n"
    },
    {
      "commit": "17f81d4cc83569438fe11b1ee6ee2afe74c0b501",
      "tree": "48af68ecfdae7fc9bb929a3b69a8d2a4c6efd419",
      "parents": [
        "11fbf0f3ecb3cf4f1eecfb08b4818c739c2368df",
        "b8c2d7cf2da02a7c951c1c8e8a955293ed600624"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Feb 03 10:33:18 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 03 10:33:18 2015 +0000"
      },
      "message": "Merge \"Add Forbidden translation\""
    },
    {
      "commit": "b8bc43475140e7fe3d82ea5646b195228b7c6609",
      "tree": "3908a213f8410aadb2a8594c4b985060388d90b6",
      "parents": [
        "11fbf0f3ecb3cf4f1eecfb08b4818c739c2368df"
      ],
      "author": {
        "name": "Joseph Lanoux",
        "email": "joseph.lanoux@hp.com",
        "time": "Tue Feb 03 09:38:26 2015 +0000"
      },
      "committer": {
        "name": "Joseph Lanoux",
        "email": "joseph.lanoux@hp.com",
        "time": "Tue Feb 03 09:38:26 2015 +0000"
      },
      "message": "Update live migration test for return one value\n\nThe test_live_block_migration test is missing a return one value update.\n\nPartially implements: blueprint clients-return-one-value\n\nChange-Id: I95eef0fc14595908832a01c9112d76a7ba474f7d\n"
    },
    {
      "commit": "11fbf0f3ecb3cf4f1eecfb08b4818c739c2368df",
      "tree": "25b03525be822dfad8018eec2bf3f064d0e62793",
      "parents": [
        "250745d1c4fe676797beae0bad5230aefd90a187",
        "b3b75687698b28a9641896d2a6f7e20a7ba6fded"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Feb 03 05:33:43 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 03 05:33:43 2015 +0000"
      },
      "message": "Merge \"Remove data_utils import from a service client\""
    },
    {
      "commit": "250745d1c4fe676797beae0bad5230aefd90a187",
      "tree": "ed94e4250a7e5ee33bf4273ae144a83fbd19aaf1",
      "parents": [
        "199e44e6ce25fa5b4bc18c8bd9da5f11cad2a163",
        "2183a65887d6ff0b23d0d7d77bf2440e66420a4c"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Feb 03 05:33:33 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 03 05:33:33 2015 +0000"
      },
      "message": "Merge \"Remove CONF values from messaging client\""
    },
    {
      "commit": "199e44e6ce25fa5b4bc18c8bd9da5f11cad2a163",
      "tree": "e75e4d50f1d37333a272aa83b0ae7d0b58d10cad",
      "parents": [
        "58bc79c6c4e2222fd0c9f54d950faa7de7dbd3c3",
        "564b2adf1ef5ed73c529a9fabdc1c74553f2a48d"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Feb 03 04:04:07 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 03 04:04:07 2015 +0000"
      },
      "message": "Merge \"Remove CONF values from object_storage clients\""
    },
    {
      "commit": "58bc79c6c4e2222fd0c9f54d950faa7de7dbd3c3",
      "tree": "e01055396c47d9c3fd67ea2e56882dd90f105f32",
      "parents": [
        "8dc09260ce595d511254c65ace33edad0d037d28",
        "3a1ca3e11b5ea3b2456d8c8a702650c0e45bed0a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Feb 03 03:33:53 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 03 03:33:53 2015 +0000"
      },
      "message": "Merge \"boto: Remove skip for bug 1072318\""
    },
    {
      "commit": "8dc09260ce595d511254c65ace33edad0d037d28",
      "tree": "fec4a6a331aba3f52a57283c0cb67fb65bcedc83",
      "parents": [
        "cd739654b2cfa16d2287f6c1710da2d703e2e1fa",
        "027367316ec9aac308835e6110957f436c5decac"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Feb 03 02:44:11 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 03 02:44:11 2015 +0000"
      },
      "message": "Merge \"Improves a couple of docstrings in Javelin\""
    },
    {
      "commit": "b3b75687698b28a9641896d2a6f7e20a7ba6fded",
      "tree": "0df4e24228cd72c30af30f19a4be999d3a997b4c",
      "parents": [
        "2183a65887d6ff0b23d0d7d77bf2440e66420a4c"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 22 05:05:29 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Tue Feb 03 02:07:30 2015 +0000"
      },
      "message": "Remove data_utils import from a service client\n\nThere is data_utils module in Tempest for generating random\ndata, but it is better to avoid using it in service clients\nbecause service clients will be moved to tempest-lib in the\nfuture but we are not sure whether data_utils also is moved\nor not. Then, this patch removes data_utils import from the\nmessaging client.\n\nChange-Id: I2070d33ea8d174092981dca3e59fe65d13a13fa7\n"
    },
    {
      "commit": "2183a65887d6ff0b23d0d7d77bf2440e66420a4c",
      "tree": "53e386d24c5935369f2e0208e85ce5a37fb4099b",
      "parents": [
        "564b2adf1ef5ed73c529a9fabdc1c74553f2a48d"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 22 05:00:20 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Tue Feb 03 02:06:44 2015 +0000"
      },
      "message": "Remove CONF values from messaging client\n\nTo move messaging client to tempest-lib, this patch moves\nCONF values from messaging client to the client setting.\n\nChange-Id: Iedda3da7074e9db6759f2b32bb905cf3d83baf52\n"
    },
    {
      "commit": "564b2adf1ef5ed73c529a9fabdc1c74553f2a48d",
      "tree": "cbc8da3072aeee390d4c7146d6af7002081deaba",
      "parents": [
        "cd739654b2cfa16d2287f6c1710da2d703e2e1fa"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 22 02:08:59 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Tue Feb 03 02:04:47 2015 +0000"
      },
      "message": "Remove CONF values from object_storage clients\n\nTo move object_storage clients to tempest-lib, this patch moves\nCONF values from object_storage clients to the client setting.\n\nChange-Id: I0fabc1036bcf8ce2e96ac946a6fe1d67deee140d\n"
    },
    {
      "commit": "cd739654b2cfa16d2287f6c1710da2d703e2e1fa",
      "tree": "679532d27ed63825ddc42c7ed0970ed4c170cbc4",
      "parents": [
        "3fc44f236325418868ccc8dc06df6f9d240e938f",
        "c95eb85a4f54ed55ec25e6cd34f2f473fa25109d"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Feb 03 01:40:24 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 03 01:40:24 2015 +0000"
      },
      "message": "Merge \"Add _set_object_storage_clients() to client setting\""
    },
    {
      "commit": "3fc44f236325418868ccc8dc06df6f9d240e938f",
      "tree": "94a8c4efd3f077804a7a746198f28465df344c94",
      "parents": [
        "4cf80bfdb87a82334b8e33a57188a60acdd45d35",
        "d7df383651ba21188ebc37df00052e030fcafc49"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Feb 03 01:40:14 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 03 01:40:14 2015 +0000"
      },
      "message": "Merge \"Add a tests for service clients\""
    },
    {
      "commit": "4cf80bfdb87a82334b8e33a57188a60acdd45d35",
      "tree": "82271d5de7bcdb856f7fe3edac0fd606862225d1",
      "parents": [
        "c15034e0822d93d37684cf902bdf936d9ce2d19c",
        "ab61e49b186901999fb5e6812462dbf6afb0c06c"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Feb 03 01:40:05 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 03 01:40:05 2015 +0000"
      },
      "message": "Merge \"Always use an available plugin for CLI sahara test\""
    },
    {
      "commit": "c15034e0822d93d37684cf902bdf936d9ce2d19c",
      "tree": "5bc293395ab5d28f2e6f1e6e7fe53a8cd77fa00e",
      "parents": [
        "55d8ff39c3ee373b2f3f0bcb90fa40a5e01a05cb",
        "9f1612e7afd9de56bc70d5c5b1c63ad5181d84ab"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Feb 03 00:29:34 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 03 00:29:34 2015 +0000"
      },
      "message": "Merge \"Turn off sitepackages\""
    },
    {
      "commit": "55d8ff39c3ee373b2f3f0bcb90fa40a5e01a05cb",
      "tree": "1fd3ecb85229cde188ec6f742e0bd73cda9e36b0",
      "parents": [
        "50131ee9b5e71dedcd773958d902b2cfba995a3c",
        "ca600f5aa7a850b38d7136b0977ae8cbf28f9094"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Feb 03 00:28:40 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 03 00:28:40 2015 +0000"
      },
      "message": "Merge \"Fixed a small spelling mistake\""
    },
    {
      "commit": "a4cae616b117e864b36c5eec1969e663999f32d9",
      "tree": "efe83af5eb5ac728b87581e12bf17dd07bf981eb",
      "parents": [
        "e0e5cef683948fd91d9b776b131060f3b5d23994"
      ],
      "author": {
        "name": "Qin Zhao",
        "email": "chaochin@gmail.com",
        "time": "Wed Jan 28 16:27:00 2015 +0800"
      },
      "committer": {
        "name": "Qin Zhao",
        "email": "chaochin@gmail.com",
        "time": "Mon Feb 02 14:33:53 2015 +0800"
      },
      "message": "Do not parse Neutron error message to tolerate message changing\n\nTwo Neutron exception messages are being refined in\nhttps://review.openstack.org/#/c/121767/. Need to use assertRaises instead of\nassertRaisesRegexp to make test case tolerate message changing in the future.\n\nChange-Id: Ia92f750c81b29ebe15e06d62a08b3f0ef14f3b84\nRelated-Bug: 1369871\n"
    },
    {
      "commit": "50131ee9b5e71dedcd773958d902b2cfba995a3c",
      "tree": "01874f07daf75d5b8b891d1b5c9c96a69a613e8a",
      "parents": [
        "158efa6208e055a168ce395592c6bd8b0b2c0259"
      ],
      "author": {
        "name": "Fei Long Wang",
        "email": "flwang@catalyst.net.nz",
        "time": "Mon Feb 02 16:58:24 2015 +1300"
      },
      "committer": {
        "name": "Fei Long Wang",
        "email": "flwang@catalyst.net.nz",
        "time": "Mon Feb 02 16:58:57 2015 +1300"
      },
      "message": "Fix typos in security group scenario test\n\nChange-Id: Ie3f35108439cb0c7294415b4f9dcc4738e9a9fed\n"
    },
    {
      "commit": "3a1ca3e11b5ea3b2456d8c8a702650c0e45bed0a",
      "tree": "d62cb440daa3d387df8258c6c7e2efd96f6e64d3",
      "parents": [
        "158efa6208e055a168ce395592c6bd8b0b2c0259"
      ],
      "author": {
        "name": "Matt Riedemann",
        "email": "mriedem@us.ibm.com",
        "time": "Fri Jan 30 14:55:44 2015 -0800"
      },
      "committer": {
        "name": "Matt Riedemann",
        "email": "mriedem@us.ibm.com",
        "time": "Fri Jan 30 14:56:34 2015 -0800"
      },
      "message": "boto: Remove skip for bug 1072318\n\nThe nova bug is marked as fixed so remove the skip.\n\nRelated-Bug: #1072318\n\nChange-Id: Ieb3042ca996fd4aaa466814916ddd1a9028c84f1\n"
    },
    {
      "commit": "158efa6208e055a168ce395592c6bd8b0b2c0259",
      "tree": "ba9fda663ffffc52203f5b84bdee8a27dfba89e0",
      "parents": [
        "97a8447f41d30873a91ec5dc708c77352f7ea36e",
        "fc5e0c75fa7c20c62974e2fd6e66087d67707928"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 30 06:20:48 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 30 06:20:48 2015 +0000"
      },
      "message": "Merge \"Fix create server request in test_network_v6\""
    },
    {
      "commit": "97a8447f41d30873a91ec5dc708c77352f7ea36e",
      "tree": "d9bb2014afc0c1d96c38cd72a0a3aba5c156328a",
      "parents": [
        "fc1593a04f3ca17bfe69c859ca4db8d13456a781",
        "c268828f3c511d91ce55faccebf93867fd87c851"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 30 06:01:07 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 30 06:01:07 2015 +0000"
      },
      "message": "Merge \"Fix FIP negative tests for nova V2.1 API\""
    },
    {
      "commit": "ca600f5aa7a850b38d7136b0977ae8cbf28f9094",
      "tree": "4d0b3366a093e729e2ef9cc04e95fe7d23650d1b",
      "parents": [
        "fc1593a04f3ca17bfe69c859ca4db8d13456a781"
      ],
      "author": {
        "name": "Marc Solanas Tarre",
        "email": "msolanas@cisco.com",
        "time": "Thu Jan 29 11:31:28 2015 -0800"
      },
      "committer": {
        "name": "Marc Solanas Tarre",
        "email": "msolanas@cisco.com",
        "time": "Thu Jan 29 11:31:28 2015 -0800"
      },
      "message": "Fixed a small spelling mistake\n\nFixed a small typo.\n\nChange-Id: Id52e08067911ef7c6aff49f5c78d7d970fa77d2a\n"
    },
    {
      "commit": "fc1593a04f3ca17bfe69c859ca4db8d13456a781",
      "tree": "a689ebf582decb193896ea88fa98d72a994c6b61",
      "parents": [
        "eb3645aa31968089124084a0e78f0333f6c83329",
        "e4d52d6447cdcf6116f72f8e93b3cb73d6a4eb18"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Jan 29 10:14:07 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 29 10:14:07 2015 +0000"
      },
      "message": "Merge \"Add ipsec-site-connections to resource map of a network client\""
    },
    {
      "commit": "fc5e0c75fa7c20c62974e2fd6e66087d67707928",
      "tree": "bd349d336faf34eac4ddc023a0bb3e6bc12f4c30",
      "parents": [
        "23d37aa4bfaa03e2debb99e5c3cceaed5ab582dd"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Thu Jan 29 15:09:40 2015 +0900"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Thu Jan 29 06:47:48 2015 +0000"
      },
      "message": "Fix create server request in test_network_v6\n\nAs Nova V2.1 is much strict about API inputs, Security group name\nonly is accepted on create server request as a security group\nparameter.\n\ntest_network_v6 passes complete security group (name, id, rules etc)\nin create server request and fails for Nova V2.1.\n\nCloses-Bug: #1414967\n\nChange-Id: I45adde0c7c4134ea087427f23f2e45d7ec9c88e7\n"
    },
    {
      "commit": "b8c2d7cf2da02a7c951c1c8e8a955293ed600624",
      "tree": "bd675351bd5b5b4f2895e7c1fb8d60299abfbe86",
      "parents": [
        "23d37aa4bfaa03e2debb99e5c3cceaed5ab582dd"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 29 01:51:57 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 29 01:51:57 2015 +0000"
      },
      "message": "Add Forbidden translation\n\nI890498b2df6ae8d8f689537c8d6da1b5c06c2bd6 is trying to separate\nForbidden from Unauthorized in tempest-lib, but the gate tests\nfails because some negative tests expect Unauthorized in Tempest\nside. To avoid failures, this patch adds Forbidden translation\ntemporary.\n\nChange-Id: Ic6b06a8cb4747a94259602e013306a7632fb1b45\n"
    },
    {
      "commit": "c95eb85a4f54ed55ec25e6cd34f2f473fa25109d",
      "tree": "1315178fd78f9b98492ddba497fb1d9541260398",
      "parents": [
        "d7df383651ba21188ebc37df00052e030fcafc49"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 22 01:57:57 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 29 00:46:21 2015 +0000"
      },
      "message": "Add _set_object_storage_clients() to client setting\n\nThere are three clients for object_storage, and this patch adds\nan internal method for code cleanup.\n\nChange-Id: I0a09b9de9822106b8f0a816ae064f07691097d39\n"
    },
    {
      "commit": "d7df383651ba21188ebc37df00052e030fcafc49",
      "tree": "04d24d07f10e52761f834ed148f35fb9bc701da0",
      "parents": [
        "23d37aa4bfaa03e2debb99e5c3cceaed5ab582dd"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 22 02:56:54 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 29 00:46:21 2015 +0000"
      },
      "message": "Add a tests for service clients\n\nNow we are trying to migrate service clients to tempest-lib,\nand we need to check all arguments of each service client work\nfine as library functions.\nThis patch adds a test for doing it.\n\nThere is data_utils module in Tempest for generating random\ndata, but this test doesn\u0027t use it because this test will be\nmoved to tempest-lib in the future and we are not sure whether\ndata_utils also is moved or not.\n\nNote:\n  If adding migrated client to test_clients which is added by\n  this patch on each migration patch, we can test each client\n  migration after this patch.\n\nChange-Id: Ic6e1efd6ff9931e16a4ba490ef4aba4a23f71370\n"
    },
    {
      "commit": "eb3645aa31968089124084a0e78f0333f6c83329",
      "tree": "c3041a5cee36718687643c9cb1a9f03076b1e360",
      "parents": [
        "23d37aa4bfaa03e2debb99e5c3cceaed5ab582dd"
      ],
      "author": {
        "name": "Joe Gordon",
        "email": "joe.gordon0@gmail.com",
        "time": "Wed Jan 28 16:17:50 2015 -0800"
      },
      "committer": {
        "name": "Joe Gordon",
        "email": "joe.gordon0@gmail.com",
        "time": "Wed Jan 28 16:17:50 2015 -0800"
      },
      "message": "Drop nova-manage CLI tests\n\nnova manage tests really don\u0027t belong in tempest, and the risk of having\nno test coverage for these until nova has its own coverage via\nfunctional testing is minimal.\n\nChange-Id: I2a4da6a0d858f89fd0c91aac6e94075bc21e19be\n"
    },
    {
      "commit": "9f1612e7afd9de56bc70d5c5b1c63ad5181d84ab",
      "tree": "ebeafd1cffcbacb02206314e6620121c17ff2cd6",
      "parents": [
        "e0e5cef683948fd91d9b776b131060f3b5d23994"
      ],
      "author": {
        "name": "Joe Gordon",
        "email": "joe.gordon0@gmail.com",
        "time": "Wed Jan 28 11:23:43 2015 -0800"
      },
      "committer": {
        "name": "Joe Gordon",
        "email": "joe.gordon0@gmail.com",
        "time": "Wed Jan 28 13:35:56 2015 -0800"
      },
      "message": "Turn off sitepackages\n\nFully decouple the versions needed for tempest from the underlying\nsystem. This will help make it possible to pin library versions on\nstable branches to the library version used when the branch was\ncut, while allowing master global requirements to move beyond that\nversion.\n\nNote: We previously enabled sitepackages everywhere to avoid\nrecompiling indirect dependencies that were pulled in via the\npythonclients. To address this we were working on removing the CLI tests\nfrom tempest.\n\nChange-Id: I3b355fb592dbbd38cb6805ec413e02644088b088\n"
    },
    {
      "commit": "23d37aa4bfaa03e2debb99e5c3cceaed5ab582dd",
      "tree": "782431a3ca2c5a3ac10214e90ba1bc32db458344",
      "parents": [
        "e0e5cef683948fd91d9b776b131060f3b5d23994",
        "38890b5facf0442d8992f4bec84b96387b4e8bd0"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 28 10:14:50 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 28 10:14:50 2015 +0000"
      },
      "message": "Merge \"Fix _create_loginable_secgroup_rule in scenario manager\""
    },
    {
      "commit": "027367316ec9aac308835e6110957f436c5decac",
      "tree": "9121f762ab66d6cdf327603e7dec82de7ef625aa",
      "parents": [
        "e0e5cef683948fd91d9b776b131060f3b5d23994"
      ],
      "author": {
        "name": "Joe H. Rahme",
        "email": "joe.hakim.rahme@enovance.com",
        "time": "Tue Jan 27 18:33:09 2015 +0100"
      },
      "committer": {
        "name": "Joe H. Rahme",
        "email": "joe.hakim.rahme@enovance.com",
        "time": "Tue Jan 27 18:33:09 2015 +0100"
      },
      "message": "Improves a couple of docstrings in Javelin\n\nChange-Id: Ib6de5616dc4229350e1ff3c2ef3d79a3712f0006\n"
    },
    {
      "commit": "c268828f3c511d91ce55faccebf93867fd87c851",
      "tree": "617a9208bce2845c8070cc46e5b3ab9ebf10f445",
      "parents": [
        "e0e5cef683948fd91d9b776b131060f3b5d23994"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Tue Jan 27 20:15:26 2015 +0900"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Tue Jan 27 20:27:42 2015 +0900"
      },
      "message": "Fix FIP negative tests for nova V2.1 API\n\nNova V2.1 API have strong input validation.\nIa04256e0c1f9235769035cc9e7eadd864112559c adds schema for add floating ip\nfor strong input validation but tempest negative test fail.\n\nIn case of empty FIP, tests should expect Bad Request also in case\nof V2.1.\n\nCloses-Bug: #1414996\n\nChange-Id: I38a2f5cb336ddd22ac920aebecf95bdcd3524a74\n"
    },
    {
      "commit": "e0e5cef683948fd91d9b776b131060f3b5d23994",
      "tree": "57d65f41f11183be9df62ecf7c78c3f6557c6b20",
      "parents": [
        "915182016acb97dd50e6a7cc1b198464a1853f6d",
        "3fd5d89684e1bf7d6b667dc2c18f2c5e9a20ea7b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 27 09:00:34 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 27 09:00:34 2015 +0000"
      },
      "message": "Merge \"Add ironic port show by mac address\""
    },
    {
      "commit": "915182016acb97dd50e6a7cc1b198464a1853f6d",
      "tree": "dadd031a146d56d90c7cb4ae4bc15c2cf1b72e53",
      "parents": [
        "ceba2a360e40e055e2b7be2f3f51f766212ce797",
        "14d172d9da32bc28b880151b5ecc474de1c50a22"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 27 01:07:25 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 27 01:07:25 2015 +0000"
      },
      "message": "Merge \"Allow to specify the list of sahara enabled plugins\""
    },
    {
      "commit": "ab61e49b186901999fb5e6812462dbf6afb0c06c",
      "tree": "b6a0572527fa2ce354d9e13edccd513f6f470884",
      "parents": [
        "14d172d9da32bc28b880151b5ecc474de1c50a22"
      ],
      "author": {
        "name": "Luigi Toscano",
        "email": "ltoscano@redhat.com",
        "time": "Mon Jan 26 15:00:35 2015 +0100"
      },
      "committer": {
        "name": "Luigi Toscano",
        "email": "ltoscano@redhat.com",
        "time": "Mon Jan 26 15:00:35 2015 +0100"
      },
      "message": "Always use an available plugin for CLI sahara test\n\nThe test is skipped if no plugins are specified in tempest configuration.\nOtherwise, the first available one is used.\n\nChange-Id: Ib50716cb96c103da24fd0e0f1b3cb4bfd484dea4\n"
    },
    {
      "commit": "ceba2a360e40e055e2b7be2f3f51f766212ce797",
      "tree": "1de95f4d0c8f30f4ab874c20643aa077436fe684",
      "parents": [
        "737a60373b29d6c542a9a64b2c9afe2d41fdef7d"
      ],
      "author": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Mon Jan 26 10:35:04 2015 +0000"
      },
      "committer": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Mon Jan 26 10:35:04 2015 +0000"
      },
      "message": "Updated from global requirements\n\nChange-Id: Ib994a90820d8f91e536e1d3420950d762e54f319\n"
    },
    {
      "commit": "3fd5d89684e1bf7d6b667dc2c18f2c5e9a20ea7b",
      "tree": "d33081789cc9b2c51a7f1586e07e420013a92485",
      "parents": [
        "737a60373b29d6c542a9a64b2c9afe2d41fdef7d"
      ],
      "author": {
        "name": "Kan",
        "email": "kansks@cn.ibm.com",
        "time": "Mon Jan 26 01:36:01 2015 -0800"
      },
      "committer": {
        "name": "Kan",
        "email": "kansks@cn.ibm.com",
        "time": "Mon Jan 26 01:44:53 2015 -0800"
      },
      "message": "Add ironic port show by mac address\n\nAdd support for ironic port-show command\nto show port by mac address.\n\nChange-Id: I9114c2e5d0ac9812dfda07452fcdfead34002b6a\nCloses-Bug: #1413897\n"
    },
    {
      "commit": "1ac3ee025b8e1bdf9ce1e9ed2990979e6f2d0b1f",
      "tree": "f4404e240bcd55d43bfc34c5fe0ef4974b2b62df",
      "parents": [
        "737a60373b29d6c542a9a64b2c9afe2d41fdef7d"
      ],
      "author": {
        "name": "Daisuke Morita",
        "email": "morita.daisuke@lab.ntt.co.jp",
        "time": "Mon Aug 25 12:59:18 2014 +0900"
      },
      "committer": {
        "name": "Daisuke Morita",
        "email": "morita.daisuke@lab.ntt.co.jp",
        "time": "Mon Jan 26 10:35:46 2015 +0900"
      },
      "message": "Add a test for new-style container-sync\n\nAdd a file for testing new-style container synchronization. The file is named\nas \"test_container_sync_middleware.py\" because new-style function is defined\nin wsgi middleware. Add two config items for container-sync settings for\nthe new test.\n\nAlmost all test code is the same as \"old-style\" container sync test so new\ntest class overrides the old one. To reuse source code of the old class,\ntest_container_sync.py file is cleaned up.\n\n!!!CONFIG DEFAULT VALUE IS CHANGED!!!\nThe default value of \u0027container_sync_timeout\u0027 item is changed from 120 to\n600 because the default interval time when container-sync daemon process\nruns is 300 sec so tests related to container-sync had a potential to\nterminate in failure. From this patch, the default value is changed to\nthe double of the interval time for the purpose of safety.\n\nPartially implements blueprint add-icehouse-swift-tests\n\nChange-Id: I81c4ad6d452ed6a96ed81af3404f47cf802c41a0\n"
    },
    {
      "commit": "737a60373b29d6c542a9a64b2c9afe2d41fdef7d",
      "tree": "3625cc3acbf48d6ebafc550793b11bc5c1f24470",
      "parents": [
        "816a7a582d5f2637e3e9d72b59941838b006b34a"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Wed Jan 21 07:04:42 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Sat Jan 24 01:30:57 2015 +0000"
      },
      "message": "Remove CONF values from database client\n\nTo move database client to tempest-lib, this patch moves\nCONF values from database client to the client setting.\n\nChange-Id: I00c96c15c47280cc4134b2de93ef2c9aa01447ca\n"
    },
    {
      "commit": "816a7a582d5f2637e3e9d72b59941838b006b34a",
      "tree": "d3cc88a1a472f7ca1489b9b18a4c23f9ef2a2784",
      "parents": [
        "a182e8637dcd341f3ab9c6724ab9bf5563cdda2e",
        "b8d1d01f8e0c149b22dea7b52a173c3eb23a5451"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sat Jan 24 00:58:01 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jan 24 00:58:01 2015 +0000"
      },
      "message": "Merge \"Use server_client clearly for removing server_group\""
    },
    {
      "commit": "14d172d9da32bc28b880151b5ecc474de1c50a22",
      "tree": "758d1ffefabe42e12bd25886fedd38dd85521a72",
      "parents": [
        "a182e8637dcd341f3ab9c6724ab9bf5563cdda2e"
      ],
      "author": {
        "name": "Luigi Toscano",
        "email": "ltoscano@redhat.com",
        "time": "Fri Jan 23 16:37:47 2015 +0100"
      },
      "committer": {
        "name": "Luigi Toscano",
        "email": "ltoscano@redhat.com",
        "time": "Fri Jan 23 16:43:49 2015 +0100"
      },
      "message": "Allow to specify the list of sahara enabled plugins\n\nThe list of plugins can be tuned by cloud administrator, so make\nsure that the list of checked plugins is not hardcoded.\nThe default list of plugins matches the one currently enabled.\n\nThis commit introduces also a new section for data_processing enabled\nfeatures in the tempest configuration.\n\nChange-Id: Ie29aeef2df605cfe840e053bc57ff980e9332636\n"
    },
    {
      "commit": "9b59767218b07864e229251d12379f4a62f269dd",
      "tree": "3cbadabf474047e4296763bd688bfaf7d182a8b6",
      "parents": [
        "a182e8637dcd341f3ab9c6724ab9bf5563cdda2e"
      ],
      "author": {
        "name": "Joseph Lanoux",
        "email": "joseph.lanoux@hp.com",
        "time": "Wed Jan 21 16:38:08 2015 +0000"
      },
      "committer": {
        "name": "Joseph Lanoux",
        "email": "joseph.lanoux@hp.com",
        "time": "Fri Jan 23 15:07:12 2015 +0000"
      },
      "message": "Add SSL  parameters to negative tests\n\nSSL parameters are not passed on to negative tests using the negative rest\nclient. This change updates the client from rest_client to service_client.\n\nChange-Id: I2a2973f17dbe17acc196c0d264e6c25115c8174a\nCloses-bug: #1413292\n"
    },
    {
      "commit": "b8d1d01f8e0c149b22dea7b52a173c3eb23a5451",
      "tree": "1f9964aa057c2fdb91ae257dbd8f3ad22becf1b9",
      "parents": [
        "0bc91f6ac8b9debf640b21bbf72ca02b0dccb188"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 22 06:49:17 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 22 06:50:21 2015 +0000"
      },
      "message": "Use server_client clearly for removing server_group\n\ncls.client is changed on each test class.\nThe problem 1413486 would happen, because cleanup of server groups\nhappened in different test class from server group test.\nThis patch makes cleanup of server groups use server_client clearly\nfor fixing this problem.\n\nChange-Id: Idfdca6a1fb6a1669e41f0a0484c9f85ece913699\nCloses-Bug: #1413486\n"
    },
    {
      "commit": "a182e8637dcd341f3ab9c6724ab9bf5563cdda2e",
      "tree": "53bf6acd9b907bbb0f6fa9e3e4c8d25a7c56eda8",
      "parents": [
        "4771cbcefba4de42a901281cac7560397340cb6d"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Wed Jan 21 01:16:37 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 22 01:54:05 2015 +0000"
      },
      "message": "Remove CONF values from network client\n\nTo move network client to tempest-lib, this patch moves\nCONF values from network client to the client setting.\n\nChange-Id: I221db92f0137b2333df5c6be2be352a697bdf42d\n"
    },
    {
      "commit": "4771cbcefba4de42a901281cac7560397340cb6d",
      "tree": "a50742ef3e59cd2478cdcda127d6b2b655f54827",
      "parents": [
        "0bc91f6ac8b9debf640b21bbf72ca02b0dccb188"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Mon Jan 19 23:45:23 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Thu Jan 22 01:54:05 2015 +0000"
      },
      "message": "Remove CONF values from compute clients\n\nTo move compute clients to tempest-lib, this patch moves\nCONF values from compute clients to the client setting.\n\nChange-Id: I740d7c20a7b3139b71d120f53bb4764cf51e95e3\n"
    },
    {
      "commit": "0bc91f6ac8b9debf640b21bbf72ca02b0dccb188",
      "tree": "826d26c817f0d51c2e7ed06f28ba15abb659234c",
      "parents": [
        "cf8abdd77829b27ffe7765756b13d8d50ba5150e",
        "874122225aea72fd08f1faf73475624b35a505ef"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 21 17:59:35 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 21 17:59:35 2015 +0000"
      },
      "message": "Merge \"update test_volume_boot_pattern to assign one value\""
    },
    {
      "commit": "cf8abdd77829b27ffe7765756b13d8d50ba5150e",
      "tree": "79017a5dca0c8700cf2c5e96ebee8887e7b42e2a",
      "parents": [
        "9d0b1fa1c78a4dec3bfadedcf7813f62621bd794",
        "c9c06be977f81f54132d15a53c865d6c67620b14"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 21 17:59:24 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 21 17:59:24 2015 +0000"
      },
      "message": "Merge \"Update glance_http for SSL\""
    },
    {
      "commit": "c9c06be977f81f54132d15a53c865d6c67620b14",
      "tree": "b85aa35879b5b2cb00436b67027f97ea6684f9cd",
      "parents": [
        "81cf3a42386c211b08d992d8de171dfb0ca9f772"
      ],
      "author": {
        "name": "Joseph Lanoux",
        "email": "joseph.lanoux@hp.com",
        "time": "Wed Jan 21 09:03:30 2015 +0000"
      },
      "committer": {
        "name": "Joseph Lanoux",
        "email": "joseph.lanoux@hp.com",
        "time": "Wed Jan 21 11:48:02 2015 +0000"
      },
      "message": "Update glance_http for SSL\n\nUpdate the cacert variable name to ca_certs in glance_http in order for the\ncertificate to be properly passed on.\n\nChange-Id: If1607b38eef5dbdeb351ba1e9816b92640dfc0c2\nCloses-bug: #1413169\n"
    },
    {
      "commit": "9d0b1fa1c78a4dec3bfadedcf7813f62621bd794",
      "tree": "589b0030ca15c7101a76b2cca4a1f62b39bda247",
      "parents": [
        "81cf3a42386c211b08d992d8de171dfb0ca9f772",
        "c4801a37dd4bb9a1f8394fa4c0f102384017c6ba"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 21 09:45:41 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 21 09:45:41 2015 +0000"
      },
      "message": "Merge \"Use valid metadata keys for compute images\""
    },
    {
      "commit": "38890b5facf0442d8992f4bec84b96387b4e8bd0",
      "tree": "b024807c3b879011db74bc696611c8d162bf3c77",
      "parents": [
        "7c73dd5b18d29f0f3f3be0088514121dade53c8f"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Wed Jan 21 15:24:18 2015 +0900"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Wed Jan 21 15:24:18 2015 +0900"
      },
      "message": "Fix _create_loginable_secgroup_rule in scenario manager\n\nIn NetworkScenarioTest, _create_security_group does not pass the\nrequested client to _create_loginable_secgroup_rule.\n\nIf sec grp is being created with different client than admin or primary\ncred then, _create_loginable_secgroup_rule will through Bad Request.\nThis is because sec grp is being created with different tenant and tests\ntry to add rule with different tenant.\n\nThis patch fix above issue.\n\nCloses-Bug: 1412303\n\nChange-Id: I558fec9081644b795f550ae4e63f133e22d6f325\n"
    },
    {
      "commit": "874122225aea72fd08f1faf73475624b35a505ef",
      "tree": "8f17c6e9469652a53b3dc9c1ef7fddd9354447ea",
      "parents": [
        "7c73dd5b18d29f0f3f3be0088514121dade53c8f"
      ],
      "author": {
        "name": "melanie witt",
        "email": "melwitt@yahoo-inc.com",
        "time": "Wed Jan 21 04:32:17 2015 +0000"
      },
      "committer": {
        "name": "melanie witt",
        "email": "melwitt@yahoo-inc.com",
        "time": "Wed Jan 21 04:39:24 2015 +0000"
      },
      "message": "update test_volume_boot_pattern to assign one value\n\nIn commit 6809bab06e5b29efe02c11b9f4e53707c26eb1f9, the\ncreate_snapshot function was changed to return one value.\nThe test_volume_boot_pattern is currently being skipped because of\na bug, so this was noticed during local testing with the test\nenabled.\n\nRelated to blueprint clients-return-one-value\n\nChange-Id: I18a68a0a4d25c8f965664d04d83dbb0842fb7037\n"
    },
    {
      "commit": "81cf3a42386c211b08d992d8de171dfb0ca9f772",
      "tree": "621fcaae4b723a085273da8ad341df142214b1fb",
      "parents": [
        "7c73dd5b18d29f0f3f3be0088514121dade53c8f"
      ],
      "author": {
        "name": "Adam Gandelman",
        "email": "adamg@ubuntu.com",
        "time": "Tue Jan 20 13:16:39 2015 -0800"
      },
      "committer": {
        "name": "Adam Gandelman",
        "email": "adamg@ubuntu.com",
        "time": "Tue Jan 20 13:16:39 2015 -0800"
      },
      "message": "Skip test_subnet_details\n\nRather than a full revert, skip test_subnet_details until timeouts/delays\nhave been added and the test is stabilized.\n\nChange-Id: Iac6603ae3efc8588756c02ae2c1ab03a9df615e9\nRelated-bug: #1412325\n"
    },
    {
      "commit": "e4d52d6447cdcf6116f72f8e93b3cb73d6a4eb18",
      "tree": "99d22673f8d7dafeaaaff66a7385349eaa9c6298",
      "parents": [
        "d1ef1333c02194965bc4517d403230bbaf0201bf"
      ],
      "author": {
        "name": "nfedotov",
        "email": "nfedotov@cisco.com",
        "time": "Mon Jan 19 14:34:28 2015 +0300"
      },
      "committer": {
        "name": "nfedotov",
        "email": "nfedotov@cisco.com",
        "time": "Tue Jan 20 17:25:32 2015 +0300"
      },
      "message": "Add ipsec-site-connections to resource map of a network client\n\nLines #68 and #71, #97 and #99 are identical.\nThe removes duplicated lines and it adds ipsec-site-connections\nresource. The resource is needed to make NetworkClientJSON work\nwith ipsec-site-connections. For example tests for ipsec-site-connections\nwill use it.\n\nChange-Id: I606a5c62ba932ac0f7e6d3cf825e9c5440ffa0d8\n"
    },
    {
      "commit": "c4801a37dd4bb9a1f8394fa4c0f102384017c6ba",
      "tree": "27be810595fdcad72f449f929add37b64061548f",
      "parents": [
        "7c73dd5b18d29f0f3f3be0088514121dade53c8f"
      ],
      "author": {
        "name": "Flavio Percoco",
        "email": "flaper87@gmail.com",
        "time": "Fri Jan 16 17:32:19 2015 +0100"
      },
      "committer": {
        "name": "Flavio Percoco",
        "email": "flaper87@gmail.com",
        "time": "Tue Jan 20 12:55:57 2015 +0100"
      },
      "message": "Use valid metadata keys for compute images\n\nGlance\u0027s v2 has a strict policy on what keys may/may not be used as\ncustom properties for images. The list of valid properties used by nova\nis defined here[0].\n\nThis patch updates tempests tests to make it compatible with Glance\u0027s\nv2.\n\nhttps://github.com/openstack/glance/blob/master/etc/schema-image.json\n\nChange-Id: I074e5d2fa73e74afc2c130d4c18f79bbee387ce5\n"
    },
    {
      "commit": "7c73dd5b18d29f0f3f3be0088514121dade53c8f",
      "tree": "b10de2b725c9144699a41d02ec4f390a79ae3bd4",
      "parents": [
        "4857696ad79572c937ac132567b9fbc9b0be6a75",
        "a5299ebb742c76f9380cd2d639e6fa81bebf371d"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 20 10:47:35 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 20 10:47:35 2015 +0000"
      },
      "message": "Merge \"Change compute image client methods to return one value\""
    },
    {
      "commit": "4857696ad79572c937ac132567b9fbc9b0be6a75",
      "tree": "ed2952be59aeb6e80f563844f8e07d58f9104c4b",
      "parents": [
        "47278ecb11db387a82ed9793d98fcebb62e472e3",
        "b28b260d8335dd035e28f6a71cf3f6b016c01b3a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 20 06:58:32 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 20 06:58:32 2015 +0000"
      },
      "message": "Merge \"Add compute_quotas lock fixture to test_absolute_limits_negative\""
    },
    {
      "commit": "47278ecb11db387a82ed9793d98fcebb62e472e3",
      "tree": "026c5dc261917a478469a3a8e20341267d081875",
      "parents": [
        "02f50d70deb3be92fced92d4e2d8bcd5ff029ecf",
        "41a74431a234b59b3d3c78057b3fe2fe3c351e9d"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 20 06:58:22 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 20 06:58:22 2015 +0000"
      },
      "message": "Merge \"Use create_test_server in test_max_image_meta_exceed_limit\""
    },
    {
      "commit": "02f50d70deb3be92fced92d4e2d8bcd5ff029ecf",
      "tree": "22b0c76cf7e1a2156856b3cc9e72b46e59524af4",
      "parents": [
        "2cdacc841d209a65302d1659fd099c6d4f1aa604",
        "8ad924b6ad7013e229776326058b5a25d0fb3ccd"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 20 05:47:11 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 20 05:47:12 2015 +0000"
      },
      "message": "Merge \"Change orchestration client to return one value and update tests\""
    },
    {
      "commit": "2cdacc841d209a65302d1659fd099c6d4f1aa604",
      "tree": "3edb8e0775328ba10a913aae0067294530463718",
      "parents": [
        "aa3527a430133fc4c9422e6fe56d03696e93d3ba",
        "79aede10293664495d46645cd370a0eceacecb6c"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 20 03:34:10 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 20 03:34:10 2015 +0000"
      },
      "message": "Merge \"Switch rest_client module to tempest-lib\""
    },
    {
      "commit": "aa3527a430133fc4c9422e6fe56d03696e93d3ba",
      "tree": "a88f6ef2b7b196d84a784dd61ec2ff3904ac187e",
      "parents": [
        "c2b11cef0b40dabf9516c28efaac9c446bfc0fed",
        "4ca14f609c8a9c1d1ea75be9befd5d0c1c409a7b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 20 00:40:07 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 20 00:40:07 2015 +0000"
      },
      "message": "Merge \"Remove RestClientException inheritance\""
    },
    {
      "commit": "79aede10293664495d46645cd370a0eceacecb6c",
      "tree": "f79bed4a618b10698464d9b9e47c1e8609c42be9",
      "parents": [
        "4ca14f609c8a9c1d1ea75be9befd5d0c1c409a7b"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Sat Jan 17 08:19:47 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Mon Jan 19 15:19:02 2015 +0000"
      },
      "message": "Switch rest_client module to tempest-lib\n\nThe rest_client module has been migrated to tempest-lib already, so\nthis patch switches rest_client module to use tempest-lib one.\n\nChange-Id: I8e99eb11bffe3014d5bf3fd52d447e8c4249732f\n"
    },
    {
      "commit": "4ca14f609c8a9c1d1ea75be9befd5d0c1c409a7b",
      "tree": "5ffa3332b93f5b5147e5355ca019ba33d16844d9",
      "parents": [
        "d1ef1333c02194965bc4517d403230bbaf0201bf"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Mon Jan 19 02:29:56 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Mon Jan 19 15:18:12 2015 +0000"
      },
      "message": "Remove RestClientException inheritance\n\nThe rest_client module doesn\u0027t raise AuthenticationFailur, so this\npatch removes the inheritance.\nIn addition, this patch changes the order of exceptions for knowing\nwhat exceptions the rest_client module raises.\n\nChange-Id: Ia60ba728bdc650542602382eacbd35149717ecf7\n"
    },
    {
      "commit": "8ad924b6ad7013e229776326058b5a25d0fb3ccd",
      "tree": "c460764db2ffbf2da48882723e088a97997dc56e",
      "parents": [
        "fd1bea83cd5bc7d52a8cf9e56c1b759418bff170"
      ],
      "author": {
        "name": "David Kranz",
        "email": "dkranz@redhat.com",
        "time": "Fri Jan 16 16:50:18 2015 -0500"
      },
      "committer": {
        "name": "David Kranz",
        "email": "dkranz@redhat.com",
        "time": "Mon Jan 19 09:55:48 2015 -0500"
      },
      "message": "Change orchestration client to return one value and update tests\n\nPartially implements: blueprint clients-return-one-value\n\nChange-Id: I2be81f2b3776d54476f46fad5b79c3366d3bb489\n"
    },
    {
      "commit": "c2b11cef0b40dabf9516c28efaac9c446bfc0fed",
      "tree": "386d09551b3074927c4fa0544f0f38488f28ae94",
      "parents": [
        "d1ef1333c02194965bc4517d403230bbaf0201bf"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Fri Jan 16 07:17:29 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Mon Jan 19 13:55:56 2015 +0000"
      },
      "message": "Remove CONF values from OrchestrationClient\n\nTo move OrchestrationClient to tempest-lib, this patch moves\nCONF values from OrchestrationClient to the client setting.\nIn addition, this patch adds default_params into general client\nsetting class and makes use it for removing default_params values\nfrom service client code in the future.\n\nChange-Id: Ia988862516b7bc1d6e8bd79c671da4ecc2abe8f3\n"
    },
    {
      "commit": "d1ef1333c02194965bc4517d403230bbaf0201bf",
      "tree": "6d2deb910bc8cf59d8afcc872aeacbd17283de9a",
      "parents": [
        "7db96932825a0fed3a9dc8e86746109280cbff24",
        "2cdd550624ca27d70d59e0010da8cd2fb64b1a52"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 19 10:43:47 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 19 10:43:47 2015 +0000"
      },
      "message": "Merge \"Add return one value to volume delete methods\""
    },
    {
      "commit": "7db96932825a0fed3a9dc8e86746109280cbff24",
      "tree": "cc70f3f8ba9229805fbbf5aebcd85e4a73610bb4",
      "parents": [
        "20f3743b4319461badcc9f5710265e37b875f2a7",
        "0a735176a045d5940e965ae6e3aaede02d00db40"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 19 10:37:56 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 19 10:37:56 2015 +0000"
      },
      "message": "Merge \"Change some compute admin image client methods to return one value\""
    },
    {
      "commit": "20f3743b4319461badcc9f5710265e37b875f2a7",
      "tree": "ea08aa980691685ef29a72496f90e972ebbb7c99",
      "parents": [
        "b6270cb32af728512cba0a349cd9848504828f03",
        "413bf2d6bd947626be9c8adf1e5f2b7e40da540b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 19 03:39:22 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 19 03:39:22 2015 +0000"
      },
      "message": "Merge \"Adds scenario for DNS-nameserver configuration\""
    },
    {
      "commit": "b6270cb32af728512cba0a349cd9848504828f03",
      "tree": "397ef0504b29360adc32b3f74b9f590a4fefc0b1",
      "parents": [
        "83feb46843cb97ab99c0eb21feb5be8e8f86c2e8",
        "80ec0b90d9c4755bb4c5be077295d94ce5b6b1b0"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 19 03:10:26 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 19 03:10:26 2015 +0000"
      },
      "message": "Merge \"Remove JSON-specific code from client settings\""
    },
    {
      "commit": "83feb46843cb97ab99c0eb21feb5be8e8f86c2e8",
      "tree": "72f0a42691fca7c8dfa04a84cbb0af082560c219",
      "parents": [
        "e8650045474c1a5a79982e2d22d703d8d4583590",
        "167b2bea9e0148973f2fcecd9db8fab97aeae3bf"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun Jan 18 19:11:21 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Jan 18 19:11:21 2015 +0000"
      },
      "message": "Merge \"Move tempest_roles options to auth group\""
    },
    {
      "commit": "0a735176a045d5940e965ae6e3aaede02d00db40",
      "tree": "377090ca87e8c7b22354a74e2b46a8c76007cc39",
      "parents": [
        "3feb4d4e1f9367269a226f788ff468f820751340"
      ],
      "author": {
        "name": "David Kranz",
        "email": "dkranz@redhat.com",
        "time": "Fri Jan 16 10:51:18 2015 -0500"
      },
      "committer": {
        "name": "David Kranz",
        "email": "dkranz@redhat.com",
        "time": "Fri Jan 16 16:53:34 2015 -0500"
      },
      "message": "Change some compute admin image client methods to return one value\n\nagents, aggregates, hosts, hypervisors, services were modified and tests\nupdated.\n\nPartially implements: blueprint clients-return-one-value\n\nChange-Id: Ib633020d06ea864fd228203b06cb5e68d75f8e60\n"
    },
    {
      "commit": "e8650045474c1a5a79982e2d22d703d8d4583590",
      "tree": "7fdf4b3654e6efd89acaf31ccae072aab8fbe0ae",
      "parents": [
        "fd1bea83cd5bc7d52a8cf9e56c1b759418bff170"
      ],
      "author": {
        "name": "Adam Gandelman",
        "email": "adamg@ubuntu.com",
        "time": "Fri Jan 16 11:36:37 2015 -0800"
      },
      "committer": {
        "name": "Adam Gandelman",
        "email": "adamg@ubuntu.com",
        "time": "Fri Jan 16 11:38:33 2015 -0800"
      },
      "message": "Add explicit cleanup to test_ports\n\nCurrently, resources are cleaned up as part of test class teardown.\nThe number of subnets this class creates has increased to the quota\nmaximum and no longer runs when tenant isolation is disabled unless\nthings get cleaned up per-test.\n\nAlso, this removes a duplicate test case.\n\nChange-Id: Ica58eb8da471282f35ff7c05cafcb64d4fd73ba6\nCloses-bug: #1411794\n"
    },
    {
      "commit": "fd1bea83cd5bc7d52a8cf9e56c1b759418bff170",
      "tree": "4b1d176e87e4e8804034b51eac644045c00b9f33",
      "parents": [
        "f1858d40379dd6b1de164cdb2f8c9ea212214584",
        "de29177beca371d41da1ab503c3d16718a250b22"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 16 16:23:29 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 16 16:23:29 2015 +0000"
      },
      "message": "Merge \"Adds tests create/update port with multiple attributes\""
    },
    {
      "commit": "f1858d40379dd6b1de164cdb2f8c9ea212214584",
      "tree": "ad7902a22d77ad11f93b858f26028f95f62eb27f",
      "parents": [
        "3feb4d4e1f9367269a226f788ff468f820751340",
        "e757c33f4cfefa6058e25792e28949a7b12e2681"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 16 16:16:36 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 16 16:16:36 2015 +0000"
      },
      "message": "Merge \"Test delete of SLAAC subnet without port delete\""
    },
    {
      "commit": "b28b260d8335dd035e28f6a71cf3f6b016c01b3a",
      "tree": "17ca817efd6644231bcecb0bd08400d906107478",
      "parents": [
        "41a74431a234b59b3d3c78057b3fe2fe3c351e9d"
      ],
      "author": {
        "name": "Matt Riedemann",
        "email": "mriedem@us.ibm.com",
        "time": "Fri Jan 16 08:04:32 2015 -0800"
      },
      "committer": {
        "name": "Matt Riedemann",
        "email": "mriedem@us.ibm.com",
        "time": "Fri Jan 16 08:04:32 2015 -0800"
      },
      "message": "Add compute_quotas lock fixture to test_absolute_limits_negative\n\nThis has a negative test which tries to create a server with a number of\nmetadata items that exceed the quota limits but it intermittently\nfailing because the server gets created successfully (returns the 202).\n\nThis is most likely due to the quota class test which is making the\ndefault quotas unlimited when it runs so we can hit a window where this\nnegative test will fail.\n\nAnything compute tests in tempest which relies on quota checks for test\nresults should be using the compute_quotas lock fixture, so add that\nhere.\n\nCloses-Bug: #1411708\n\nChange-Id: Ic701b0dff2087002243d1ebc2ba8b4bd628d5eab\n"
    },
    {
      "commit": "41a74431a234b59b3d3c78057b3fe2fe3c351e9d",
      "tree": "f898bb465c78185619f80b5871e9521e86abf7cd",
      "parents": [
        "3feb4d4e1f9367269a226f788ff468f820751340"
      ],
      "author": {
        "name": "Matt Riedemann",
        "email": "mriedem@us.ibm.com",
        "time": "Fri Jan 16 07:43:07 2015 -0800"
      },
      "committer": {
        "name": "Matt Riedemann",
        "email": "mriedem@us.ibm.com",
        "time": "Fri Jan 16 07:45:05 2015 -0800"
      },
      "message": "Use create_test_server in test_max_image_meta_exceed_limit\n\nWhen this fails it\u0027s just a MismatchError in the logs so it\u0027s hard to\nfingerprint this kind of race failure in logstash, especially since the\nname of the test server is just \u0027test\u0027.\n\nChange to use the create_test_server method from the base class so the\ninstance name has the class name in it which would make this easier to\nfingerprint in the result of an intermittent failure.\n\nThis is doubly useful since if this fails we\u0027re leaking a server\nresource. By using create_test_server, if the assertion fails then at\nleast the base class is tracking the server created and will delete it\non tear down.\n\nRelated-Bug: #1411708\n\nChange-Id: Ib015442a4d89dfcbb68438fe31d6fda719ddd011\n"
    },
    {
      "commit": "2cdd550624ca27d70d59e0010da8cd2fb64b1a52",
      "tree": "60f0d70cddb653d5525d45654e8482ba868cc2cb",
      "parents": [
        "3feb4d4e1f9367269a226f788ff468f820751340"
      ],
      "author": {
        "name": "Joseph Lanoux",
        "email": "joseph.lanoux@hp.com",
        "time": "Fri Jan 16 14:46:51 2015 +0000"
      },
      "committer": {
        "name": "Joseph Lanoux",
        "email": "joseph.lanoux@hp.com",
        "time": "Fri Jan 16 14:46:51 2015 +0000"
      },
      "message": "Add return one value to volume delete methods\n\nThis change updates the volume clients in order for the delete methods to\nreturn their response.\n\nPartially implements: blueprint clients-return-one-value\n\nChange-Id: I0a828e2c4a5cb449e989cd4d2a1549a19e66a596\n"
    },
    {
      "commit": "3feb4d4e1f9367269a226f788ff468f820751340",
      "tree": "d99cc6f728e94265d9dd5fd2f13adb05a54223f8",
      "parents": [
        "5b3b8443ab1562514cc92cd40c002abe9fc601dd",
        "6809bab06e5b29efe02c11b9f4e53707c26eb1f9"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 16 10:38:09 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 16 10:38:09 2015 +0000"
      },
      "message": "Merge \"Change volume client methods to return one value\""
    },
    {
      "commit": "413bf2d6bd947626be9c8adf1e5f2b7e40da540b",
      "tree": "c65b0a5dcc4c670f798f9c99792c546f518a4ed8",
      "parents": [
        "c603d16a81e7c048750a223516c6b450668de63d"
      ],
      "author": {
        "name": "Yair Fried",
        "email": "yfried@redhat.com",
        "time": "Wed Nov 19 17:07:11 2014 +0200"
      },
      "committer": {
        "name": "Yair Fried",
        "email": "yfried@redhat.com",
        "time": "Fri Jan 16 12:08:50 2015 +0200"
      },
      "message": "Adds scenario for DNS-nameserver configuration\n\nTests that subnet\u0027s DNS server configurations are effecting the VMs\n1. Configure subnet with DNS nameserver\n2. Retrieve the VM\u0027s configured DNS and verify it matches the one configured\n   for the subnet.\n3. Update subnet\u0027s DNS\n4. Retrieve the VM\u0027s configured DNS and verify it matches the new one\n   configured for the subnet.\n\nDNS nameservers\u0027 addresses are arbitrary as any resolution check would be\ntesting either:\n* L3 forwarding - tested in test_network_basic_ops\n* External DNS service resolution - out of scope for Tempest tests\n\nAdds dhcp_client to tempest.conf which should indicate the image DHCP client\nused for renewing dhcp lease.\nSupported: \u0027udhcpc\u0027, \u0027dhclient\u0027\nEmpty value should skip subnet update parts of scenario\n\nTODO: add support for dhcpcd client\n\nChange-Id: Idd8d11929320aa9208dd14d718e1f8f264d9de80\n"
    },
    {
      "commit": "5b3b8443ab1562514cc92cd40c002abe9fc601dd",
      "tree": "3c7feee32ea5955bc444dab2f03f97f7762c09f6",
      "parents": [
        "4b87e65e2444e8dc183c6bb3788374f6603231ac",
        "de45a5e5c6715c9499f3bdf01ae7fb56e509ca8e"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 16 08:24:43 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 16 08:24:43 2015 +0000"
      },
      "message": "Merge \"Create port in allowed allocation pools\""
    },
    {
      "commit": "bd2d49af14d6323c112204a8f8e0e53f68d745df",
      "tree": "cfa8d692eae1f63e4837423abcfed7b35dadb933",
      "parents": [
        "3654cf506851577c011fc7895e41d423070b60a8"
      ],
      "author": {
        "name": "venkata anil",
        "email": "anil.venkata@enovance.com",
        "time": "Fri Jan 16 08:07:15 2015 +0000"
      },
      "committer": {
        "name": "venkata anil",
        "email": "anil.venkata@enovance.com",
        "time": "Fri Jan 16 08:09:42 2015 +0000"
      },
      "message": "test_verify_multiple_nics_order failing in gate\n\nThis test is intermittently failing in gate with error\n MismatchError: [\u002719.80.0.2\u0027, \u002719.86.0.2\u0027] !\u003d [u\u002719.80.0.3\u0027, u\u002719.86.0.3\u0027]\n\nThis test verifies that the ip addresses assigned to server were in the\norder of networks given at the server creation. And in the tests we\ncheck for [\u002719.80.0.2\u0027, \u002719.86.0.2\u0027] addresses on the server. But some\ntimes the addresses assigned to server will be [\u002719.80.0.3\u0027, \u002719.86.0.3\u0027].\nSo we are getting a mismatch error.\n\nAs we  can\u0027t predict the ip addresses assigned to the server on networks,\nlet us check whether (order of)the addresses assigned to sever belong to\n(order of)networks given at server creation i.e first address is in\nfirst network and similarly second address is in second network.\n\nChange-Id: I785567d6e230b4330ef0f252851f7040a934a409\nCloses-bug: #1411312\n"
    },
    {
      "commit": "80ec0b90d9c4755bb4c5be077295d94ce5b6b1b0",
      "tree": "63b6f524069cc4427fc8aa6b2209713b79ddd30d",
      "parents": [
        "4b87e65e2444e8dc183c6bb3788374f6603231ac"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Fri Jan 16 06:43:10 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "oomichi@mxs.nes.nec.co.jp",
        "time": "Fri Jan 16 06:43:10 2015 +0000"
      },
      "message": "Remove JSON-specific code from client settings\n\nNow Tempest is testing JSON API for all projects, and JSON-specific\nsetting code is unnecessary because all tests are JSON.\nThen this patch removes it for cleanup.\n\nChange-Id: Ie66d36760dc36ab77d833430dfc73de04766d294\n"
    },
    {
      "commit": "a5299ebb742c76f9380cd2d639e6fa81bebf371d",
      "tree": "fda541d2a273b87b6c945c982ce92cfd6fb33c58",
      "parents": [
        "cbaba256031fac04538819f6616490f41ddfcb86"
      ],
      "author": {
        "name": "David Kranz",
        "email": "dkranz@redhat.com",
        "time": "Thu Jan 15 17:24:05 2015 -0500"
      },
      "committer": {
        "name": "David Kranz",
        "email": "dkranz@redhat.com",
        "time": "Thu Jan 15 22:22:16 2015 -0500"
      },
      "message": "Change compute image client methods to return one value\n\nUpdated tests.\n\nPartially implements: blueprint clients-return-one-value\n\nChange-Id: I899f3bead89edbdbf71c9129afb7be58f1cd438e\n"
    },
    {
      "commit": "4b87e65e2444e8dc183c6bb3788374f6603231ac",
      "tree": "4939b0f7c94336b113f23d236b0357662ed23f87",
      "parents": [
        "24c264b15a3fdaace1827cd4d0cab06cffb4e398",
        "b7f655982c9d16252015b33e80e4cbb465c6d5e4"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 16 03:20:00 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 16 03:20:00 2015 +0000"
      },
      "message": "Merge \"Make rest_client module py34-compatible\""
    },
    {
      "commit": "24c264b15a3fdaace1827cd4d0cab06cffb4e398",
      "tree": "af0d531737304609ba47200b8ea07fd43779ef7a",
      "parents": [
        "7f3bd14f690eac1fc74918f51e0edc5a6d3607be",
        "c5d607d92aa83a69431cda138606a854800f25f2"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 16 03:19:47 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 16 03:19:47 2015 +0000"
      },
      "message": "Merge \"Move fake get_credentials methods to test_auth\""
    },
    {
      "commit": "7f3bd14f690eac1fc74918f51e0edc5a6d3607be",
      "tree": "6cccb07f928ddfc2a8398ebde95501ebf858552f",
      "parents": [
        "33438a17352befd58cb692f6494b0294d025540e",
        "2931fa6ffeca66069ffc32b5ae5d1bd7a874b217"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 16 03:09:54 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 16 03:09:54 2015 +0000"
      },
      "message": "Merge \"Remove CONF reference in test_rest_client\""
    }
  ],
  "next": "b7f655982c9d16252015b33e80e4cbb465c6d5e4"
}
