)]}'
{
  "log": [
    {
      "commit": "86d90f2d4c5d037e69b63dde04e0d5c86a361ad1",
      "tree": "50d0a9f86281c26fd5e0934956da110edfeee8aa",
      "parents": [
        "3043f133b2d68fdbbea0d81b68d2225ee62348e6"
      ],
      "author": {
        "name": "Yuriy Nesenenko",
        "email": "ynesenenko@mirantis.com",
        "time": "Wed Jan 13 14:01:39 2016 +0200"
      },
      "committer": {
        "name": "Yuriy Nesenenko",
        "email": "ynesenenko@mirantis.com",
        "time": "Mon Feb 15 11:29:12 2016 +0200"
      },
      "message": "Skip the test_get_service_by_host_name\n\nThis patch skips the test_get_service_by_host_name to get cinder\nchanges merged [1]. String for host could include host@backend info.\nThe service cinder-volume has got the info for host in this format and\ntherefore it is missing in the service list.\n\n[1] I21775106693176ca128dbfd9db0d43cfc58de00a\n\nRelated-Bug: #1530144\nChange-Id: I4044ab15078ecf54447e1c6e67c27fc8d7c9d6f7\n"
    },
    {
      "commit": "3043f133b2d68fdbbea0d81b68d2225ee62348e6",
      "tree": "5c98bee39bcef613103dc01c5e53738cd328d6c3",
      "parents": [
        "3cc592dbdd7ba95dd238fae96376230e6264c3b8",
        "82c83a521c0f9de68f5328aa8bb88bdcf2ee7010"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 13 11:16:11 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 13 11:16:11 2016 +0000"
      },
      "message": "Merge \"Split users_client from keystone client v2.\""
    },
    {
      "commit": "3cc592dbdd7ba95dd238fae96376230e6264c3b8",
      "tree": "a3d78541f296ad2021ea5d24d3661729198e3175",
      "parents": [
        "16d330c5e75a8e8b7ff6f4e91dabafda8fa6b254",
        "f2f50fae2b5d65eca7ac855b7b4d93af09e9ac29"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 13 11:15:59 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 13 11:16:00 2016 +0000"
      },
      "message": "Merge \"Trival: Remove unused logging import in some files\""
    },
    {
      "commit": "16d330c5e75a8e8b7ff6f4e91dabafda8fa6b254",
      "tree": "750b336862de7cc01a0f4703e721396484cf48a0",
      "parents": [
        "3ccd4b6baaf7380f2275627a7422285852894824",
        "0b75b635a4520f365c9bf73d1652316dd5345657"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 13 10:20:41 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 13 10:20:41 2016 +0000"
      },
      "message": "Merge \"Make volume snapshots_client to use **kwargs\""
    },
    {
      "commit": "3ccd4b6baaf7380f2275627a7422285852894824",
      "tree": "c4ce8ea60ca1b6cf021e7832eed2b85851397eb7",
      "parents": [
        "90008364be26a85eeb7443187fcd2a537c55c0d4",
        "8844b371d67cf5a9907742859bdb88194ebefaec"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 13 08:34:55 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 13 08:34:56 2016 +0000"
      },
      "message": "Merge \"Fix tempest_lib import order\""
    },
    {
      "commit": "90008364be26a85eeb7443187fcd2a537c55c0d4",
      "tree": "18da5c3adb4140598dca2c0e225e1cadc0dd2dc2",
      "parents": [
        "102e00831a28535764d323eee36043c80acf29cf",
        "0ee3744682cb905848d74f64ceb98e4ba22b75e0"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 13 08:32:58 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 13 08:32:58 2016 +0000"
      },
      "message": "Merge \"Mark Javelin as deprecated\""
    },
    {
      "commit": "8844b371d67cf5a9907742859bdb88194ebefaec",
      "tree": "4e3fd06a99b196409f2165ad452621925b71b820",
      "parents": [
        "102e00831a28535764d323eee36043c80acf29cf"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Wed Jan 13 00:09:17 2016 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Wed Jan 13 00:12:36 2016 +0000"
      },
      "message": "Fix tempest_lib import order\n\ntempest_lib is 3rd party library and it should be imported as the\nsecond block. However the import is wrong in account_generator.\nSo this patch fixes the order.\n\nChange-Id: Ib5ba5c35fba07d03c3c26bb84dca57931d1a1b63\n"
    },
    {
      "commit": "102e00831a28535764d323eee36043c80acf29cf",
      "tree": "cc1b09c795100cb86c3aefb1bbae8ce3a544d3fd",
      "parents": [
        "13fba5ac178e64b978f3c6f2dcf6698df2222977",
        "0ae551fdf57ecdd95963e683c9eccbb5dfdf43c4"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 12 23:04:24 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 12 23:04:24 2016 +0000"
      },
      "message": "Merge \"Fix leak from tempest.conf in fake_config fixture\""
    },
    {
      "commit": "13fba5ac178e64b978f3c6f2dcf6698df2222977",
      "tree": "aa721f57d82c8067d36cb8f372cb9cf9c96ae54e",
      "parents": [
        "7731a59fb3fdb7d8578d535d99eabd5b8f01f46a",
        "e33509015dbfd84410e52c031f082f410beabd19"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 12 23:04:13 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 12 23:04:13 2016 +0000"
      },
      "message": "Merge \"Updated from global requirements\""
    },
    {
      "commit": "7731a59fb3fdb7d8578d535d99eabd5b8f01f46a",
      "tree": "aa721f57d82c8067d36cb8f372cb9cf9c96ae54e",
      "parents": [
        "7c6f6284c752aaf1f054130f9c1887ef6c90b025",
        "e0cfc3e4fdf2f54d5133c1b7c413871d39556358"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 12 22:20:28 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 12 22:20:29 2016 +0000"
      },
      "message": "Merge \"Typos and consistency in configuration.rst\""
    },
    {
      "commit": "0ee3744682cb905848d74f64ceb98e4ba22b75e0",
      "tree": "ba18bd21ca40b873b33fa30456f4ab56f60d3d34",
      "parents": [
        "2c1961599a3efb51cec140cec694732ba9b5b240"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Tue Jan 12 16:05:40 2016 -0500"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Tue Jan 12 16:07:24 2016 -0500"
      },
      "message": "Mark Javelin as deprecated\n\nThis commit starts the deprecation timer on the javelin utility and\nadds a deprecation on stdout when the command is invoked. We stopped\nusing it in the upstream gate when grenade was refactored as part of\nadding the plugin interface. We\u0027ll remove it from the tempest tree\nafter a standard deprecation window has elapsed.\n\nChange-Id: Ie4ab5258946271a16e96a070abeedfafa5423714\n"
    },
    {
      "commit": "7c6f6284c752aaf1f054130f9c1887ef6c90b025",
      "tree": "81b8db304df55dd70bc1a2d8b9d8f3469349efd0",
      "parents": [
        "4e0cb92b89d7f382300ebb4e6b6c460edf3786e2",
        "4ccc4a7939f14ff89cbe6526aafd69744f07eacd"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 12 16:34:32 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 12 16:34:32 2016 +0000"
      },
      "message": "Merge \"Wrong usage of \"an\"\""
    },
    {
      "commit": "4e0cb92b89d7f382300ebb4e6b6c460edf3786e2",
      "tree": "7076a0c9d0c2d2b733ddfeb753effbf9ffc4cd44",
      "parents": [
        "49513f367302bddcfcfca755d9064c23cbd93b11",
        "ea3c2214ef1b5db1b59707cf13516d24c6ab6843"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 12 15:59:28 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 12 15:59:29 2016 +0000"
      },
      "message": "Merge \"Use floating_ips_client from tempest-lib\""
    },
    {
      "commit": "49513f367302bddcfcfca755d9064c23cbd93b11",
      "tree": "97325ddfd0af414a0552e4a605668cb7e72a24b8",
      "parents": [
        "4e96e3624b18ea09c662495fcf3558bb5b0eb68c",
        "71f6b974804dfbd92e1cf08b48d842bb19553f3b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 12 13:54:21 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 12 13:54:21 2016 +0000"
      },
      "message": "Merge \"Keep py3.X compatibility for urllib.urlencode\""
    },
    {
      "commit": "4e96e3624b18ea09c662495fcf3558bb5b0eb68c",
      "tree": "2dde1c42b1ba9e859b5fa6c6b43e75f57104c7df",
      "parents": [
        "72dd0aa1d0b4b4ac7fb89eee10382cb7f983e388",
        "618359fd2c55cd39c1404bd11be5d18b39230739"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 12 13:04:10 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 12 13:04:11 2016 +0000"
      },
      "message": "Merge \"Config: change cinder bootable flag to True.\""
    },
    {
      "commit": "72dd0aa1d0b4b4ac7fb89eee10382cb7f983e388",
      "tree": "1f2b259ae01000138cbfe57c5240639cf56e0720",
      "parents": [
        "8ea9905aae3e81ad2affaddc35c7e3a500b61b4f",
        "c9fbdc95041efb91204221e2898f356301597f9f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 12 12:59:46 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 12 12:59:46 2016 +0000"
      },
      "message": "Merge \"Update global-requirement for tempest-lib\""
    },
    {
      "commit": "8ea9905aae3e81ad2affaddc35c7e3a500b61b4f",
      "tree": "7dacb136affd617eba8d8562fea1491c9f9a4b7d",
      "parents": [
        "877e19fe990d0e6277fa70c7a021a54c466c208f",
        "61fd3f059bdc60b40b715f12303b043035674f72"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 12 12:57:49 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 12 12:57:49 2016 +0000"
      },
      "message": "Merge \"Make 2 base_snapshots_client function use **kwargs\""
    },
    {
      "commit": "82c83a521c0f9de68f5328aa8bb88bdcf2ee7010",
      "tree": "c3e9e2c82105f47670a1efbdffb7a636c1b02d1b",
      "parents": [
        "877e19fe990d0e6277fa70c7a021a54c466c208f"
      ],
      "author": {
        "name": "Daniel Mellado",
        "email": "dmellado@redhat.com",
        "time": "Wed Dec 09 15:16:49 2015 +0000"
      },
      "committer": {
        "name": "Daniel Mellado",
        "email": "dmellado@redhat.com",
        "time": "Tue Jan 12 11:43:59 2016 +0000"
      },
      "message": "Split users_client from keystone client v2.\n\nRemoves users client from identity client v2 into an own one.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: I2473fc29c68c763d02fe2d6ce59266e0eb84816d\n"
    },
    {
      "commit": "e33509015dbfd84410e52c031f082f410beabd19",
      "tree": "993e1cffcc7c265df6327ada61ac0ddb7b3e7238",
      "parents": [
        "877e19fe990d0e6277fa70c7a021a54c466c208f"
      ],
      "author": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Tue Jan 12 05:06:56 2016 +0000"
      },
      "committer": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Tue Jan 12 05:06:56 2016 +0000"
      },
      "message": "Updated from global requirements\n\nChange-Id: Ifcd42b5aa96beb3eb419743dc127b3f9395a9179\n"
    },
    {
      "commit": "877e19fe990d0e6277fa70c7a021a54c466c208f",
      "tree": "f5f7854480d3e3d58683296f34ea471d2286c723",
      "parents": [
        "b3bfcdd577fcd2db676a6da39860b00cdd76bacd",
        "9d28aa470eacbb59c954ad64d2be9d113dd7d370"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 11 14:40:34 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 11 14:40:34 2016 +0000"
      },
      "message": "Merge \"Updated from global requirements\""
    },
    {
      "commit": "b3bfcdd577fcd2db676a6da39860b00cdd76bacd",
      "tree": "3f38b9d9610f34cea4f4450d3c910fbc8694fb13",
      "parents": [
        "ff31a13d0f43d9fb126e80d4b42b8520fb1b83c5",
        "619763a40fcbebfdc071fb42499c92fc971dd051"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 11 14:40:24 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 11 14:40:24 2016 +0000"
      },
      "message": "Merge \"Scenario: Skip TestServerMultinode when only 1 compute node\""
    },
    {
      "commit": "ff31a13d0f43d9fb126e80d4b42b8520fb1b83c5",
      "tree": "2e1e5f5d257019b3f49aaddedf57f294b17540f2",
      "parents": [
        "7701ff4c54e77b68117ea65499a115d37cf183cc",
        "1d2e40f76469e64283a5f828d84256436334c75f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 11 14:38:51 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 11 14:38:51 2016 +0000"
      },
      "message": "Merge \"Scenario manager: don\u0027t access glance_client if Glance is not available\""
    },
    {
      "commit": "7701ff4c54e77b68117ea65499a115d37cf183cc",
      "tree": "974b6c19ec3fe144a3c402aaa8a18ff8eb71883c",
      "parents": [
        "5d9df74ab705e2f93e9adb23205997e28450b110",
        "030d55dc501319fdadc4dc7159e7425f7ed8064f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 11 14:29:56 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 11 14:29:57 2016 +0000"
      },
      "message": "Merge \"Add external gateway to dvr before scheduling with dvr_snat agent\""
    },
    {
      "commit": "0b75b635a4520f365c9bf73d1652316dd5345657",
      "tree": "8b1dc014eb5171020f576ae27c4dc17d4859c7af",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Fri Dec 11 15:08:28 2015 +0900"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Mon Jan 11 01:49:58 2016 +0000"
      },
      "message": "Make volume snapshots_client to use **kwargs\n\nAs we discussed on\nhttp://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html\nAll http POST/PUT methods need to contain **kwargs as their arguments.\n\nThis patch makes volume snapshots_client use **kwargs.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: I1fc18a879702a2f77ebbe704fa2e9c5eaa96b220\n"
    },
    {
      "commit": "9d28aa470eacbb59c954ad64d2be9d113dd7d370",
      "tree": "e9132e096b2dbe12ef69be5ec046acd8fea4ed13",
      "parents": [
        "5d9df74ab705e2f93e9adb23205997e28450b110"
      ],
      "author": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Sun Jan 10 03:24:43 2016 +0000"
      },
      "committer": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Sun Jan 10 03:24:43 2016 +0000"
      },
      "message": "Updated from global requirements\n\nChange-Id: I228a4e00b75bce9a144aa7476d735bbfd8baa757\n"
    },
    {
      "commit": "5d9df74ab705e2f93e9adb23205997e28450b110",
      "tree": "58d6dce39edc9ac176ecd6e8530d337ca91a2a24",
      "parents": [
        "798756eb7aa6282d73ef0ca0b4fb54c620a4d041",
        "a9a664cde92570b4b01dbc1e7f02f99aee89b6a1"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sat Jan 09 07:49:43 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jan 09 07:49:43 2016 +0000"
      },
      "message": "Merge \"Add tempest-list-plugins\""
    },
    {
      "commit": "798756eb7aa6282d73ef0ca0b4fb54c620a4d041",
      "tree": "fdd440c78f2b83e0b5958434023d6c507906cc37",
      "parents": [
        "0dd1c7bb5d60e0fe2cbf7cf4960ff53b71179146",
        "86a31e1fc5b850de87af2d3e571889c4c2f5618c"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sat Jan 09 00:40:10 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jan 09 00:40:11 2016 +0000"
      },
      "message": "Merge \"Make v1 create_image \u0026 update_image use **kwargs\""
    },
    {
      "commit": "a9a664cde92570b4b01dbc1e7f02f99aee89b6a1",
      "tree": "506d67624bb9858acf05074afe283d6053e48e3b",
      "parents": [
        "7ffaf08a5f517a4c8aaff9cd5b9d50563ee4473b"
      ],
      "author": {
        "name": "step6829",
        "email": "stephen.lowrie@rackspace.com",
        "time": "Mon Nov 30 18:12:25 2015 +0000"
      },
      "committer": {
        "name": "Stephen Lowrie",
        "email": "stephen.lowrie@rackspace.com",
        "time": "Fri Jan 08 10:02:12 2016 -0600"
      },
      "message": "Add tempest-list-plugins\n\nAdd the tempest-list-plugins cmd.\n\nbp list-plugins\n\nChange-Id: If28311bc2e8d29a97ee46d7d73edba2a93aed7ce\n"
    },
    {
      "commit": "0dd1c7bb5d60e0fe2cbf7cf4960ff53b71179146",
      "tree": "33c40b755000f672aa5f40cdeca6999e004d76c3",
      "parents": [
        "c9b73dcba20dd23517abbc96eaadf04b3c163afd",
        "2c98a169c2c41cb3ef1ba4bb65faf66801b27c87"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 08 04:32:30 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 08 04:32:30 2016 +0000"
      },
      "message": "Merge \"remove log_console_of_servers from get_remote_client\""
    },
    {
      "commit": "c9b73dcba20dd23517abbc96eaadf04b3c163afd",
      "tree": "abdda281c9ee889ac9e6eec0489021c92d02e86b",
      "parents": [
        "15ca9bd23dff0bd54833528332ba832a7a38dec8",
        "d11d5ee09de8d2d15c18519cdc5fa3aedd985ac2"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 08 04:20:58 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 08 04:20:58 2016 +0000"
      },
      "message": "Merge \"Fixing the deprecated library function.\""
    },
    {
      "commit": "15ca9bd23dff0bd54833528332ba832a7a38dec8",
      "tree": "add02d5e298e02f6891e7556a9da6924dc1c94a0",
      "parents": [
        "46964848f95dde3805c237a80055f941b80b5727",
        "32204f39402113031c7c8179f439c9cfab570eb8"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 08 04:20:43 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 08 04:20:43 2016 +0000"
      },
      "message": "Merge \"Refactoring of setting \u0027name\u0027 variable in tempest/common/compute.py\""
    },
    {
      "commit": "46964848f95dde3805c237a80055f941b80b5727",
      "tree": "411346a39a458111bc6d6a8932c197be904652d7",
      "parents": [
        "68469c202e515977cc31d68179f16384e0010eaf",
        "58a9e8720fe0b69e04236570a82e23702d3e980a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 08 03:56:11 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 08 03:56:12 2016 +0000"
      },
      "message": "Merge \"Make volume volume_client to use **kwargs-part2\""
    },
    {
      "commit": "68469c202e515977cc31d68179f16384e0010eaf",
      "tree": "5d978c4c32c64cfdcefa1e880025282fde2ce3e6",
      "parents": [
        "b4fade5a097f7163da4eb260cfa894b70ac75380",
        "8fc0ed246664cd94b5f48416020bdb1f24cdc36b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 08 03:55:56 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 08 03:55:56 2016 +0000"
      },
      "message": "Merge \"Make volume volume_client to use **kwargs-part1\""
    },
    {
      "commit": "b4fade5a097f7163da4eb260cfa894b70ac75380",
      "tree": "28bf55a6ac7f5c6c088f4e7f4f386f99d7d6bcb2",
      "parents": [
        "770548cb3e0bc30dba809fdbb57c6aab8d0e71d6",
        "10ed6203f697415d4f397df2fcd4a7b717151230"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jan 08 03:49:47 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 08 03:49:48 2016 +0000"
      },
      "message": "Merge \"Safe ram/disk/vcpus values for test-made flavor\""
    },
    {
      "commit": "ea3c2214ef1b5db1b59707cf13516d24c6ab6843",
      "tree": "91fd71d483757a41f2298cac56c9a5af9fd35ded",
      "parents": [
        "c9fbdc95041efb91204221e2898f356301597f9f"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Mon Jan 04 04:35:49 2016 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Fri Jan 08 01:31:45 2016 +0000"
      },
      "message": "Use floating_ips_client from tempest-lib\n\nThe files below have been migrated to tempest-lib\n\n * floating_ips_client.py: Ic840c3697f727612dfe754948e9a5890e7f2505d\n\nNow Tempest-lib provides those as stable interfaces. So Tempest should\nstart using those from lib and remove its own copy.\n\nChange-Id: I21c33c981249d3c7897e7d164e16562730849470\n"
    },
    {
      "commit": "c9fbdc95041efb91204221e2898f356301597f9f",
      "tree": "ba64573cfccba8cbcb0c5d9e3911aa204cec79b2",
      "parents": [
        "770548cb3e0bc30dba809fdbb57c6aab8d0e71d6"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Mon Jan 04 04:22:41 2016 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Fri Jan 08 01:30:46 2016 +0000"
      },
      "message": "Update global-requirement for tempest-lib\n\nThe latest tempest-lib contains network service clients.\nThis patch bumps the version for the latest to use these clients.\n\nChange-Id: Ie841385345860d6426ebbdff015dde9556667b36\nDepends-on: I70a69e3909e52476dd0485742302bf4737618fc3\n"
    },
    {
      "commit": "770548cb3e0bc30dba809fdbb57c6aab8d0e71d6",
      "tree": "e8211af1002743c1edd5c2600ffeb133d16220e3",
      "parents": [
        "239f4a06d63d5fb00e74d5d1285710c37e8d96c3",
        "ae76c1208fea7674742f61f45c73becace6cbdc1"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Jan 07 19:03:35 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 07 19:03:35 2016 +0000"
      },
      "message": "Merge \"Rename compute images_client to compute_images_client\""
    },
    {
      "commit": "619763a40fcbebfdc071fb42499c92fc971dd051",
      "tree": "97b9670b40eae71eda97965e1440bfd37174ce78",
      "parents": [
        "239f4a06d63d5fb00e74d5d1285710c37e8d96c3"
      ],
      "author": {
        "name": "Jordan Pittier",
        "email": "jordan.pittier@scality.com",
        "time": "Thu Jan 07 19:26:35 2016 +0100"
      },
      "committer": {
        "name": "Jordan Pittier",
        "email": "jordan.pittier@scality.com",
        "time": "Thu Jan 07 19:26:35 2016 +0100"
      },
      "message": "Scenario: Skip TestServerMultinode when only 1 compute node\n\nThis scenario is useless if we only have one compute node. It should\nbe skipped.\n\nChange-Id: I5a287d708f6de958c24ca811e741c7dd68197c22\n"
    },
    {
      "commit": "030d55dc501319fdadc4dc7159e7425f7ed8064f",
      "tree": "1ca26e85da3cbd3726665ec79204f0d0288f2503",
      "parents": [
        "239f4a06d63d5fb00e74d5d1285710c37e8d96c3"
      ],
      "author": {
        "name": "Swaminathan Vasudevan",
        "email": "swaminathan.vasudevan@hp.com",
        "time": "Mon Dec 14 12:01:40 2015 -0800"
      },
      "committer": {
        "name": "Swaminathan Vasudevan",
        "email": "swaminathan.vasudevan@hp.com",
        "time": "Thu Jan 07 10:07:55 2016 -0800"
      },
      "message": "Add external gateway to dvr before scheduling with dvr_snat agent\n\nBefore scheduling a dvr router with dvr_snat agent, we need to\nadd external gateway to the router. This would prevent some race\nconditions that we are seeing with respect to the dhcp port\u0027s\navailability in that dvr_snat agent host.\n\nCloses-Bug: #1527372\nChange-Id: I40b8684f6ec9ddd31753f7bbbdb364d1c0ec838a\n"
    },
    {
      "commit": "86a31e1fc5b850de87af2d3e571889c4c2f5618c",
      "tree": "553619feca04cf43dfb37af4e969104fd8361ed3",
      "parents": [
        "30d3c9b01c4cdb6fffafbf6466e8918859b41dbc"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Wed Dec 16 15:42:47 2015 +0900"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Thu Jan 07 10:28:49 2016 +0000"
      },
      "message": "Make v1 create_image \u0026 update_image use **kwargs\n\nAs we discussed on\nhttp://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html\nAll http POST/PUT methods need to contain **kwargs as their arguments.\n\nThis patch makes create_image and update_image of v1 image client\nto use **kwargs.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: Ia03d5e8fdf7d7eac338665670b561e452a1d31d9\n"
    },
    {
      "commit": "239f4a06d63d5fb00e74d5d1285710c37e8d96c3",
      "tree": "22d959f0c8d9bba819af55719b46f6b9f1b73bf7",
      "parents": [
        "35f21e3db6a92d154e4bee986d4c5fcc23b399ea",
        "362959184d526a8043bc3d0fa1a3de2aaf5c2e82"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Jan 07 09:51:47 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 07 09:51:47 2016 +0000"
      },
      "message": "Merge \"Fix create/show/delete methods on subnetpools_client\""
    },
    {
      "commit": "58a9e8720fe0b69e04236570a82e23702d3e980a",
      "tree": "145e68917345a4b0c373e94a030e60f73dbff05d",
      "parents": [
        "8fc0ed246664cd94b5f48416020bdb1f24cdc36b"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Fri Dec 18 10:46:07 2015 +0900"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Thu Jan 07 09:38:33 2016 +0000"
      },
      "message": "Make volume volume_client to use **kwargs-part2\n\nAs we discussed on\nhttp://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html\nAll http POST/PUT methods need to contain **kwargs as their arguments.\n\nThis patch makes volume volume_client use **kwargs for all remaining\nmethods.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: I7d65b18fb9f642d7b78b6474eb922c3382daab3e\n"
    },
    {
      "commit": "8fc0ed246664cd94b5f48416020bdb1f24cdc36b",
      "tree": "3928025cde34b55e778b5e93807af62229644699",
      "parents": [
        "1a897258376a095b558ef7196bff2b0fa53a8cf1"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Fri Dec 18 10:25:14 2015 +0900"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Thu Jan 07 09:25:32 2016 +0000"
      },
      "message": "Make volume volume_client to use **kwargs-part1\n\nAs we discussed on\nhttp://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html\nAll http POST/PUT methods need to contain **kwargs as their arguments.\n\nThis patch makes volume volume_client use **kwargs for\ncreate/upload/attach volume methods.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: I42fead6092b24d6bdc852c5fa276974a7b2e7120\n"
    },
    {
      "commit": "35f21e3db6a92d154e4bee986d4c5fcc23b399ea",
      "tree": "1a620747b10efcccc85ba66b87d8cf910d7dd029",
      "parents": [
        "30d3c9b01c4cdb6fffafbf6466e8918859b41dbc",
        "77f3f903484f90ad1b906776fe6fa163baa503db"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Jan 07 06:32:06 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 07 06:32:06 2016 +0000"
      },
      "message": "Merge \"Add support of schema versioning for microversion\""
    },
    {
      "commit": "77f3f903484f90ad1b906776fe6fa163baa503db",
      "tree": "d2acd758a74f1f800fdc88c83af7a687bcc6ef80",
      "parents": [
        "3452fdb49638faf850f2cbf959df7a66d61c86b7"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Thu Dec 17 17:42:08 2015 +0900"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Wed Jan 06 23:47:18 2016 +0000"
      },
      "message": "Add support of schema versioning for microversion\n\nFor API microversion testing, service clients can be\nrequested with any supported API microversions.\nCompute service clients does response validation using response\nschema.\n\nTo validate the corresponding microversion response with appropriate\nschema, we need to add support of versioning in schema.\n\nEach service client having multiple schema for microversions,\nneeds to define a list of dict with schema versions information.\nBased on that information and requested microversion, schema\nwill be selected.\n\nExample-\n\nfrom tempest.api_schema.response.compute.v2_1 import xyz as schemav21\nfrom tempest.api_schema.response.compute.v2_2 import xyz as schemav22\nfrom tempest.api_schema.response.compute.v2_10 import abc as schemav210\n.\n.\n.\n    schema_versions_info \u003d [\n        {\u0027min\u0027: None, \u0027max\u0027: \u00272.1\u0027, \u0027schema\u0027: schemav21},\n        {\u0027min\u0027: \u00272.2\u0027, \u0027max\u0027: \u00272.9\u0027, \u0027schema\u0027: schemav22},\n        {\u0027min\u0027: \u00272.10\u0027, \u0027max\u0027: None, \u0027schema\u0027: schemav210}]\n\nThis can be defined at class level or method level depends on how\nschema differ for that service client.\n\nThis commits add the logic to select the valid schema for requested API\nmicroversion.\n\nPartially implements blueprint api-microversions-testing-support\n\nChange-Id: I7c87287ca9f6f60a66aab8290031632945c03d59\n"
    },
    {
      "commit": "30d3c9b01c4cdb6fffafbf6466e8918859b41dbc",
      "tree": "b63227422dd758ed1d64f827b7eaf7c3491f615c",
      "parents": [
        "a91ca1b378b265a257b6fcb0a622c7b0fcfdc830",
        "5cdbf42905369626b20f610c11c73a7559aa1600"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 06 19:21:24 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 06 19:21:24 2016 +0000"
      },
      "message": "Merge \"Rename references to compute security group rules client\""
    },
    {
      "commit": "2c98a169c2c41cb3ef1ba4bb65faf66801b27c87",
      "tree": "cb4b1e9db7ade50eecd9f7c27aa92be9997a9ceb",
      "parents": [
        "a91ca1b378b265a257b6fcb0a622c7b0fcfdc830"
      ],
      "author": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Wed Jan 06 14:11:13 2016 -0500"
      },
      "committer": {
        "name": "Sean Dague",
        "email": "sean@dague.net",
        "time": "Wed Jan 06 14:12:47 2016 -0500"
      },
      "message": "remove log_console_of_servers from get_remote_client\n\nThis is never used by any caller of this function, and just causes\nconfusion. It also explains where console logs in scenario tests are\nnot as useful as they could be because we never can scope the console\nlogs to the guest that failed.\n\nChange-Id: I9ff86a5b1c8c31ad4bb9b86fcda59cfeae954ef2\n"
    },
    {
      "commit": "a91ca1b378b265a257b6fcb0a622c7b0fcfdc830",
      "tree": "f30e5598b80a2010bf00a9a85c7fd90dae8aebad",
      "parents": [
        "9e38f5a7417d9b3504ef6bc8c83d0c96751ed2b8",
        "4567efea7a0dc718668f48d9942bf79fbd83da39"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 06 12:32:33 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 06 12:32:33 2016 +0000"
      },
      "message": "Merge \"Misspelling in messages\""
    },
    {
      "commit": "f2f50fae2b5d65eca7ac855b7b4d93af09e9ac29",
      "tree": "3fe542103a38be6246dd0a085ecf3beaa5e4f976",
      "parents": [
        "9e38f5a7417d9b3504ef6bc8c83d0c96751ed2b8"
      ],
      "author": {
        "name": "ChenZheng",
        "email": "chen.zheng@easystack.cn",
        "time": "Tue Dec 29 21:38:46 2015 +0800"
      },
      "committer": {
        "name": "ChenZheng",
        "email": "chen.zheng@easystack.cn",
        "time": "Wed Jan 06 16:22:53 2016 +0800"
      },
      "message": "Trival: Remove unused logging import in some files\n\nIn some files, oslo_log.log has been imported but not used. Need to remove it.\n\nChange-Id: I35fa9166f4c78d0b2d549f9b55f8b7a2078b5866\n"
    },
    {
      "commit": "9e38f5a7417d9b3504ef6bc8c83d0c96751ed2b8",
      "tree": "751b117ecb109a90b57a5ba651fb12961271ccb0",
      "parents": [
        "3452fdb49638faf850f2cbf959df7a66d61c86b7",
        "f186edc49c5d35d71725e280fcb5605563654719"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jan 06 08:01:56 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 06 08:01:56 2016 +0000"
      },
      "message": "Merge \"Wrong usage of \"a\"\""
    },
    {
      "commit": "ae76c1208fea7674742f61f45c73becace6cbdc1",
      "tree": "f1e41c13654bbeba54bc008e6ae722de0fd9bce8",
      "parents": [
        "a805a7d3a260421c27fb38fff7ed17370428c8e1"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Tue Dec 22 13:41:35 2015 +0900"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Wed Jan 06 05:41:25 2016 +0000"
      },
      "message": "Rename compute images_client to compute_images_client\n\nWe have two image client one from nova and another from glance.\nNove- cls.images_client\nglance- cls.image_client\nBoth names are very confusing to use or debug.\n\nThis commit rename the nova images_client to compute_images_client\nin Manager and in test cases too.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: I5d67a8ef91b522b5d96011e3039f784caec76b03\n"
    },
    {
      "commit": "362959184d526a8043bc3d0fa1a3de2aaf5c2e82",
      "tree": "557685211523d5d306a9adf2755c7c08940455f9",
      "parents": [
        "3452fdb49638faf850f2cbf959df7a66d61c86b7"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Wed Jan 06 01:24:34 2016 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Wed Jan 06 03:46:00 2016 +0000"
      },
      "message": "Fix create/show/delete methods on subnetpools_client\n\nThe targets of create/show/delete methods of subnetpools_client are\nsingular, and the methods\u0027 names of the other clients are singular.\nSo this aptch fixes subnetpools_client methods\u0027 names.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: I405a896b4da0c5cb5bc87622d07498c06932f406\n"
    },
    {
      "commit": "5cdbf42905369626b20f610c11c73a7559aa1600",
      "tree": "e76bc7a9e0a7b1e24d5f6462ebafc6da0015818e",
      "parents": [
        "312335631ab6282ff62a3dc2faa85caf0f422074"
      ],
      "author": {
        "name": "John Warren",
        "email": "jswarren@us.ibm.com",
        "time": "Tue Jan 05 12:42:43 2016 -0500"
      },
      "committer": {
        "name": "John Warren",
        "email": "jswarren@us.ibm.com",
        "time": "Tue Jan 05 17:19:34 2016 -0500"
      },
      "message": "Rename references to compute security group rules client\n\nThe single network client is being split out into multiple\nclients, one of which will be called SecurityGroupRulesClient. This patch\nrenames references to the compute security group rules client\n(security_group_rules_client changed to\ncompute_security_group_rules_client) to avoid confusion or conflicts\nwith the new neutron security group rules client in code that will reference\nboth the nova and neutron security group rules clients.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: I25c89475df185f6a6397309ffb880f275c7c9e80\n"
    },
    {
      "commit": "3452fdb49638faf850f2cbf959df7a66d61c86b7",
      "tree": "9050e2fcb9b179fa9bee752580dc839540614cf9",
      "parents": [
        "2c1961599a3efb51cec140cec694732ba9b5b240",
        "99018e048ad8a4e7bd7e9996cad603605de18a5f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 05 21:31:47 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 05 21:31:47 2016 +0000"
      },
      "message": "Merge \"Add set microversion in base compute service client\""
    },
    {
      "commit": "2c1961599a3efb51cec140cec694732ba9b5b240",
      "tree": "c4ee466b6be496e5b0cf91b727f5a978fd0796e6",
      "parents": [
        "11d8cb18bd045f0b7ae9cdfb9c07ce3f3093b3de",
        "4be58dc1da07912fa0252c2c5e4afa405fae2580"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 05 20:05:49 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 05 20:05:50 2016 +0000"
      },
      "message": "Merge \"Misspelling in message\""
    },
    {
      "commit": "11d8cb18bd045f0b7ae9cdfb9c07ce3f3093b3de",
      "tree": "128b31e4a15e2de57d96c026fce2d4b174446808",
      "parents": [
        "91fce67cf3176c516b1e44a621ce3a6b6e2a6c05",
        "ad42cf28c0c317b360f0e9800f0b9efb2643e9ac"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 05 19:38:11 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 05 19:38:11 2016 +0000"
      },
      "message": "Merge \"Fix grammatical mistake, Changed word from \"an\" to \"a\" in below file:\""
    },
    {
      "commit": "91fce67cf3176c516b1e44a621ce3a6b6e2a6c05",
      "tree": "59210c1adfa6b4f5a419c464b1c2fb2b2330141e",
      "parents": [
        "6419fb11e31e75125c800b40657efe2eff815e37",
        "6aebd7e71ad677d20c0b4d886d85df79adb4c43a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 05 19:38:00 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 05 19:38:00 2016 +0000"
      },
      "message": "Merge \"Wrong spelling of existing\""
    },
    {
      "commit": "1d2e40f76469e64283a5f828d84256436334c75f",
      "tree": "f2ddd8f5cabd327a194a4a593151007b70fcda18",
      "parents": [
        "6419fb11e31e75125c800b40657efe2eff815e37"
      ],
      "author": {
        "name": "Jordan Pittier",
        "email": "jordan.pittier@scality.com",
        "time": "Tue Jan 05 18:49:14 2016 +0100"
      },
      "committer": {
        "name": "Jordan Pittier",
        "email": "jordan.pittier@scality.com",
        "time": "Tue Jan 05 18:49:14 2016 +0100"
      },
      "message": "Scenario manager: don\u0027t access glance_client if Glance is not available\n\nWithout this patch, if Glance is not enabled, then no Tempest scenario\ncan be executed because scenario/manager.py tries to access the\n`image_client` attribute during its initialization. But `image_client`\nis defined only if CONF.service_available.glance is true.\n\nChange-Id: Ib8d317608ac6a13438581f389b42064772908ef9\nCloses-Bug: #1513474\n"
    },
    {
      "commit": "6419fb11e31e75125c800b40657efe2eff815e37",
      "tree": "7e420588e5a7be8b8cfd65b712532ae23bb50e07",
      "parents": [
        "ef163ece6974f5937aa801ed833265fdc3cabb6a",
        "6f6f53226daca8af241244d23f33975a1d2ed7c2"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 05 17:31:14 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 05 17:31:14 2016 +0000"
      },
      "message": "Merge \"Fix password not strong enough for identity test_groups\""
    },
    {
      "commit": "e0cfc3e4fdf2f54d5133c1b7c413871d39556358",
      "tree": "289794eeb3b312709adf2691634ff33572f88b6a",
      "parents": [
        "ef163ece6974f5937aa801ed833265fdc3cabb6a"
      ],
      "author": {
        "name": "Eric Fried",
        "email": "efried@us.ibm.com",
        "time": "Mon Dec 14 16:10:49 2015 -0600"
      },
      "committer": {
        "name": "Eric Fried",
        "email": "efried@us.ibm.com",
        "time": "Tue Jan 05 10:00:30 2016 -0600"
      },
      "message": "Typos and consistency in configuration.rst\n\nThis patch set updates the configuration.rst file to:\n\n- Fix a few minor typographical and grammatical errors\n- Make case consistent (e.g. \"tempest\" vs. \"Tempest\")\n- Make style consistent (e.g. make references to config file keywords\n  consistently monospace)\n- Spell out numbers less than ten\n- Fix a couple of minor content issues as suggested by @mtreinish.\n\nNo change in meaning or content is intended.\n\nChange-Id: I5a23e2c39c57eec1e6dbc2a5a076b933c930f78e\n"
    },
    {
      "commit": "ef163ece6974f5937aa801ed833265fdc3cabb6a",
      "tree": "e2d467201e65cda7bd63a2915ad7e6a2207d503c",
      "parents": [
        "312335631ab6282ff62a3dc2faa85caf0f422074",
        "6c0966470c6b9cadcadbfe14191a6d68a8a8b5b2"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 05 14:59:29 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 05 14:59:30 2016 +0000"
      },
      "message": "Merge \"Change LOG.warn to LOG.warning\""
    },
    {
      "commit": "312335631ab6282ff62a3dc2faa85caf0f422074",
      "tree": "6116ad350d8558e0138e7ddd5a0c09695104f602",
      "parents": [
        "17c65d144ab9b8ca9de55c3c44ad10ac49be59e7",
        "4e2be34bc3559cc41541dfae468570deb38dc3ed"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 05 13:56:49 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 05 13:56:50 2016 +0000"
      },
      "message": "Merge \"Add logic to select the request microversion\""
    },
    {
      "commit": "17c65d144ab9b8ca9de55c3c44ad10ac49be59e7",
      "tree": "eba817180feb635ef4001f29a0a3c4aadfeb44f6",
      "parents": [
        "7ffaf08a5f517a4c8aaff9cd5b9d50563ee4473b",
        "cf586102e68b336eb25d9d0b47aa498c929b5e1e"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jan 05 10:14:05 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 05 10:14:06 2016 +0000"
      },
      "message": "Merge \"Correct wrong message in configuration doc\""
    },
    {
      "commit": "ad42cf28c0c317b360f0e9800f0b9efb2643e9ac",
      "tree": "1a25cdcde3c5f8b2a56908c1bc672d3c47a56e61",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "Alan",
        "email": "kaihongd@cn.ibm.com",
        "time": "Mon Jan 04 05:34:37 2016 -0500"
      },
      "committer": {
        "name": "Alan",
        "email": "kaihongd@cn.ibm.com",
        "time": "Tue Jan 05 01:14:00 2016 +0000"
      },
      "message": "Fix grammatical mistake, Changed word from \"an\" to \"a\" in below file:\n\n/api/compute/admin/test_aggregates.py line 148,171,191,208\n\"Add an host\" should be \"Add a host\"\n\nChange-Id: Id53eb9e6ae071a628f2cb541b7c18db0b9ea080b\n"
    },
    {
      "commit": "cf586102e68b336eb25d9d0b47aa498c929b5e1e",
      "tree": "0917e0d1c8d057dd599ddfe7258faca503a9d32f",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "Felix Li",
        "email": "liljb@cn.ibm.com",
        "time": "Mon Jan 04 12:07:50 2016 -0500"
      },
      "committer": {
        "name": "Felix Li",
        "email": "liljb@cn.ibm.com",
        "time": "Mon Jan 04 12:07:50 2016 -0500"
      },
      "message": "Correct wrong message in configuration doc\n\nIn latest version, admin user infos are removed to auth section.\nCorrect this in the configuration doc\n\nChange-Id: I75a605e025bb1ee8690455361e3efbc81ead8a55\n"
    },
    {
      "commit": "6aebd7e71ad677d20c0b4d886d85df79adb4c43a",
      "tree": "044d305b2c69bb728408a3361e3944480bbc9f6a",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "Felix Li",
        "email": "liljb@cn.ibm.com",
        "time": "Mon Jan 04 10:11:04 2016 -0500"
      },
      "committer": {
        "name": "Felix Li",
        "email": "liljb@cn.ibm.com",
        "time": "Mon Jan 04 10:11:04 2016 -0500"
      },
      "message": "Wrong spelling of existing\n\nChange \"exising\" to \"existing\"\n\nChange-Id: I23b5f3f7bd358b5a5ebe0a4ec712f739549e8771\n"
    },
    {
      "commit": "7ffaf08a5f517a4c8aaff9cd5b9d50563ee4473b",
      "tree": "806cfab85151ce6da661f3a41a917261ff176675",
      "parents": [
        "d0ea2789f971a0fbdc29df2c30d7af968e8c7dfc",
        "84c6d29085a376382b33d7cb7b028ce0f522532f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 04 13:11:56 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 04 13:11:57 2016 +0000"
      },
      "message": "Merge \"Add a note about using a full path for test accounts option\""
    },
    {
      "commit": "d0ea2789f971a0fbdc29df2c30d7af968e8c7dfc",
      "tree": "761b3c09d8a6cbbe0efba8c004a60fa13b2334a0",
      "parents": [
        "c08a29ea5666b215017494f3b2799f068f695283",
        "ecc6bbde8785c76a01c96eb7ccdf3fc127259c7c"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 04 13:01:03 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 04 13:01:03 2016 +0000"
      },
      "message": "Merge \"Enable test_list_security_groups_list_all_tenants_filter with neutron\""
    },
    {
      "commit": "c08a29ea5666b215017494f3b2799f068f695283",
      "tree": "610c98d48836c32774a98f20464238ac2b136273",
      "parents": [
        "36aa1951d49758e4ad21cad800fdf6aefa4cd5da",
        "f3f8aba87dc5ac8b012f42b715b15cb508bca47a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 04 12:41:44 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 04 12:41:45 2016 +0000"
      },
      "message": "Merge \"Split out Neutron subnetpools client\""
    },
    {
      "commit": "36aa1951d49758e4ad21cad800fdf6aefa4cd5da",
      "tree": "135d2cc3fb207d19442d265c914505b7a705d5e0",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861",
        "7186006bc22268d7c5f1960cbc79fd8500cf2802"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jan 04 12:35:38 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jan 04 12:35:38 2016 +0000"
      },
      "message": "Merge \"Split out Neutron agents client\""
    },
    {
      "commit": "84c6d29085a376382b33d7cb7b028ce0f522532f",
      "tree": "ff70b8a869b06bd27682d30bbc22a197807ebcd9",
      "parents": [
        "226aedc59a6634931b47525ac5caa6a5414debbb"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Wed Dec 16 17:50:57 2015 -0500"
      },
      "committer": {
        "name": "Jordan Pittier",
        "email": "jordan.pittier@scality.com",
        "time": "Mon Jan 04 11:51:48 2016 +0000"
      },
      "message": "Add a note about using a full path for test accounts option\n\nThis commit adds a note to the tempest configuration guide about\nusing a full path for the test accounts configuration option. Using\na relative path can result in the file not being found and things\nfailing.\n\nChange-Id: I87901026b5865399469e5e20e5f8c6cf7336784a\n"
    },
    {
      "commit": "618359fd2c55cd39c1404bd11be5d18b39230739",
      "tree": "edca47a23f5d309e4fab80f1ce3a98fc6497c3df",
      "parents": [
        "c8f2fda7851e3e7a1bdb96850fa56d427baea93d"
      ],
      "author": {
        "name": "Benny Kopilov",
        "email": "bkopilov@redhat.com",
        "time": "Wed Nov 11 13:46:33 2015 +0200"
      },
      "committer": {
        "name": "Benny Kopilov",
        "email": "bkopilov@redhat.com",
        "time": "Mon Jan 04 12:29:31 2016 +0200"
      },
      "message": "Config: change cinder bootable flag to True.\n\nThis flag was not supported by ice-house .\n\nThe change will allow to run tests related to bootable flag\n\nChange-Id: Ib16afc288d661dbf468447a43bcfbf323c959936\n"
    },
    {
      "commit": "6c0966470c6b9cadcadbfe14191a6d68a8a8b5b2",
      "tree": "0dbec2e8624ca9d2bd7da9720347cd7efb4be91e",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "zhangguoqing",
        "email": "zhang.guoqing@99cloud.net",
        "time": "Mon Jan 04 06:17:21 2016 +0000"
      },
      "committer": {
        "name": "zhangguoqing",
        "email": "zhang.guoqing@99cloud.net",
        "time": "Mon Jan 04 06:17:21 2016 +0000"
      },
      "message": "Change LOG.warn to LOG.warning\n\nPython 3 deprecated the logger.warn method, see:\nhttps://docs.python.org/3/library/logging.html#logging.warning\nso we prefer to use warning to avoid DeprecationWarning.\n\nChange-Id: I3a057080b7b888b2c246ad9910ddba564b07dbd9\nCloses-Bug: #1530742\n"
    },
    {
      "commit": "4be58dc1da07912fa0252c2c5e4afa405fae2580",
      "tree": "23597970ef6199408dc72a185c48dc8f800fa9b0",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "april",
        "email": "xiaolixu@cn.ibm.com",
        "time": "Tue Dec 29 00:07:22 2015 +0800"
      },
      "committer": {
        "name": "april",
        "email": "xiaolixu@cn.ibm.com",
        "time": "Mon Jan 04 05:07:24 2016 +0000"
      },
      "message": "Misspelling in message\n\nMisspelling \"separated\" in the message :\n\"A list of backend names seperated by comma .\"\nShould be \"A list of backend names separated by comma. \"\nTotally 1 occasion in Tempest base code\n\nreplace \" .\" also with \". \" in this line, too.\n\nChange-Id: I5f863247cc8d4171618a8948ea7daadc9fd84528\n"
    },
    {
      "commit": "d11d5ee09de8d2d15c18519cdc5fa3aedd985ac2",
      "tree": "1472107bfcc6e532b90012382d14b519b2c79939",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "Harshada Mangesh Kakad",
        "email": "harshadak@metsi.co.uk",
        "time": "Thu Dec 31 01:38:46 2015 -0800"
      },
      "committer": {
        "name": "Harshada Mangesh Kakad",
        "email": "harshadak@metsi.co.uk",
        "time": "Thu Dec 31 01:39:54 2015 -0800"
      },
      "message": "Fixing the deprecated library function.\n\nos.popen() is deprecated since version 2.6. Resolved with use of\nsubprocess module.\n\nChange-Id: I0751dbda085922d5e390cb7a19a9e832d399e20b\nPartial-Bug: #1529836\n"
    },
    {
      "commit": "4567efea7a0dc718668f48d9942bf79fbd83da39",
      "tree": "e083a3b975e9213e183b9705b5e2ed28773d7f39",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "april",
        "email": "xiaolixu@cn.ibm.com",
        "time": "Wed Dec 30 22:32:45 2015 +0800"
      },
      "committer": {
        "name": "april",
        "email": "xiaolixu@cn.ibm.com",
        "time": "Wed Dec 30 22:32:45 2015 +0800"
      },
      "message": "Misspelling in messages\n\nMisspelling in messages: \"configration\" should be \"configuration\"\nTotally 2 occasions in tempest base code\n\nChange-Id: I6a364c80acf0cca96b27268a8cd2df71a644caa2\n"
    },
    {
      "commit": "0ae551fdf57ecdd95963e683c9eccbb5dfdf43c4",
      "tree": "69e616838ae93ecb204e9b51080548c5e2229d39",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "Johan Pas",
        "email": "j20012@outlook.com",
        "time": "Mon Dec 28 22:44:04 2015 +0100"
      },
      "committer": {
        "name": "Johan Pas",
        "email": "j20012@outlook.com",
        "time": "Mon Dec 28 23:54:23 2015 +0100"
      },
      "message": "Fix leak from tempest.conf in fake_config fixture\n\nThe config fixture used in Tempest unit tests\n(tests.fake_config.ConfigFixture) does not reset the\ncfg.CONF/config.CONF values when the test class is initialized.\nIf config.CONF already exists (e.g. with values from tempest.conf file\nthat have been retrieved during test discovery/load), then incorrect\nconfig settings might be used during a unit test.\n\nThere is a statement to (re)initialize cfg.CONF in the init of\ntests.fake_config.FakePrivate (this is a stub for\nconfig.TempestConfigPrivate). However if config.CONF already has\nattribute _config (of type TempestConfigPrivate), then\nTempestConfigPrivate is not called during the test (due to\nlogic in __getattr__ method in config.TempestConfigProxy class). So if\nconfig.CONF was created before start of the unit test, stub FakePrivate\nis not initialized and as a result cfg.CONF is not reset.\n\nThis patch moves the (re)initialization of cfg.CONF from FakePrivate to\nConfigFixture class to ensure that cfg.CONF/config.CONF reset is also\nexecuted if config.CONF already exists before start of the unit test.\n\nPartial-Bug: #1508815\n\nChange-Id: I9525628ffd263dd2ed3ad2411f24548dfd50f747\n"
    },
    {
      "commit": "4ccc4a7939f14ff89cbe6526aafd69744f07eacd",
      "tree": "2523e488bf26cbe81a91dff1834044d0d29091db",
      "parents": [
        "f186edc49c5d35d71725e280fcb5605563654719"
      ],
      "author": {
        "name": "hgangwx",
        "email": "hgangwx@cn.ibm.com",
        "time": "Mon Dec 28 21:19:50 2015 +0800"
      },
      "committer": {
        "name": "hgangwx",
        "email": "hgangwx@cn.ibm.com",
        "time": "Mon Dec 28 21:19:50 2015 +0800"
      },
      "message": "Wrong usage of \"an\"\n\nWrong usage of \"an\" in the mesages:\n\"Add an host to the given aggregate\"\n\"migrate an suspended server should fail\"\n\nShould be:\n\"Add a host to the given aggregate\"\n\"migrate a suspended server should fail\"\n\nTotally 5 occasions in Tempest base code.\n\nChange-Id: I010e14548a236062486e15bf9a6ee79a07313035\n"
    },
    {
      "commit": "f186edc49c5d35d71725e280fcb5605563654719",
      "tree": "dbadaf68e40689901e526c4f3acf02496e1e5020",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "hgangwx",
        "email": "hgangwx@cn.ibm.com",
        "time": "Mon Dec 28 21:12:59 2015 +0800"
      },
      "committer": {
        "name": "hgangwx",
        "email": "hgangwx@cn.ibm.com",
        "time": "Mon Dec 28 21:15:35 2015 +0800"
      },
      "message": "Wrong usage of \"a\"\n\nWrong usage of \"a\" in the mesages:\n\"This condition is to test for a entry\"\n\"Creating a image\"\n\"Waits for a interface to reach a given status.\"\n\nShould be:\n\"This condition is to test for an entry\"\n\"Creating an image\"\n\"Waits for an interface to reach a given status.\"\n\nTotally 3 occasions in Tempest base code.\n\nChange-Id: I7c84ea3477bc02006a881981db77fdcf1f61a935\n"
    },
    {
      "commit": "10ed6203f697415d4f397df2fcd4a7b717151230",
      "tree": "508e7efe5ff0de41a78fe134d8e457780a21168a",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "Evgeny Antyshev",
        "email": "eantyshev@virtuozzo.com",
        "time": "Fri Dec 25 10:47:33 2015 +0000"
      },
      "committer": {
        "name": "Evgeny Antyshev",
        "email": "eantyshev@virtuozzo.com",
        "time": "Fri Dec 25 12:41:07 2015 +0000"
      },
      "message": "Safe ram/disk/vcpus values for test-made flavor\n\nThese hardcoded values for ram/disk/vcpus could be insufficient\nwhen testing on custom images.\nWe propose to base these on corresponding values of default flavor.\n\nChange-Id: Iea6ec129d0069227b1aec7d975db03c297d26686\n"
    },
    {
      "commit": "32204f39402113031c7c8179f439c9cfab570eb8",
      "tree": "4d06a6e743baef946276a1ccd752cc3b15a5c23a",
      "parents": [
        "99da10d2e1d2cdb08e4b84db93d681a154d56861"
      ],
      "author": {
        "name": "Yaroslav Lobankov",
        "email": "ylobankov@mirantis.com",
        "time": "Fri Dec 25 15:24:53 2015 +0300"
      },
      "committer": {
        "name": "Yaroslav Lobankov",
        "email": "ylobankov@mirantis.com",
        "time": "Fri Dec 25 15:24:53 2015 +0300"
      },
      "message": "Refactoring of setting \u0027name\u0027 variable in tempest/common/compute.py\n\nChange-Id: I9a7dd3d3958fbc46a2d89c7bbe05d778fef33691\n"
    },
    {
      "commit": "99da10d2e1d2cdb08e4b84db93d681a154d56861",
      "tree": "ba3419139e2f8f4e1e20baeb4e993292aa456427",
      "parents": [
        "e79bc0fe8d97e3cb0de55c4ba55dd88066fe6243",
        "198511537f0ce018f84893a05752c6586bd09ab7"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Dec 25 06:48:00 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Dec 25 06:48:00 2015 +0000"
      },
      "message": "Merge \"Make v3 update_role use **kwargs \u0026 doc string\""
    },
    {
      "commit": "99018e048ad8a4e7bd7e9996cad603605de18a5f",
      "tree": "b8255d5e921334c3f1fa4de51f58c2fee1505bfa",
      "parents": [
        "4e2be34bc3559cc41541dfae468570deb38dc3ed"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Thu Dec 17 17:23:33 2015 +0900"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Fri Dec 25 05:22:47 2015 +0000"
      },
      "message": "Add set microversion in base compute service client\n\nNow Manager class will set the request microversion\non each service clients if they support microversion.\n\nThis commit provide a set method on base compute service client\nso that Manager can set expected microversion on those.\n\nAs all compute service clients needs to provide support for\nmicroversion, those will be derived from this base class.\n\nPartially implements blueprint api-microversions-testing-support\n\nChange-Id: I9d6fa9654da7c922d9436d541ab363e92127b3e3\n"
    },
    {
      "commit": "4e2be34bc3559cc41541dfae468570deb38dc3ed",
      "tree": "f7314b23f1235fff6d8a41ee158569918c54ea0b",
      "parents": [
        "e79bc0fe8d97e3cb0de55c4ba55dd88066fe6243"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Fri Nov 27 18:07:46 2015 +0900"
      },
      "committer": {
        "name": "Ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Fri Dec 25 14:20:48 2015 +0900"
      },
      "message": "Add logic to select the request microversion\n\nMicroversion is being set on service client at class level which will be\nused to send in microversion header of each method of that service client.\n\nTests class needs to set the selected microversion on service clients and\ntests accordingly.\n\nThis commit adds the below logic to select the appropriate request\nmicroversion-\n- Max of cfg min_version and class min_version\n- None if both are None (In this case service client will send request\n  without microversion)\n\nSetting selected microversion on each service clients through\nManager class which manage all service clients\n\nPartially implements blueprint api-microversions-testing-support\n\nChange-Id: If9b03d03ef29fdeaa75dda823e4904aae1023e70\n"
    },
    {
      "commit": "e79bc0fe8d97e3cb0de55c4ba55dd88066fe6243",
      "tree": "37daf2cef57f3e0d9d37c2f3662660ac45f28876",
      "parents": [
        "633c2fc2800a05ac046c3d97e5a694be15f01a42",
        "757d1a27d16ce9f8c63466d818c246f03855de33"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Dec 25 04:20:21 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Dec 25 04:20:21 2015 +0000"
      },
      "message": "Merge \"[V3] Renaming region_client into regions_client\""
    },
    {
      "commit": "633c2fc2800a05ac046c3d97e5a694be15f01a42",
      "tree": "db214391ea03d8f57bee06f0f4652717bb866499",
      "parents": [
        "3be0b1cd54099d42aff4d6fe3ef3235fa712c333",
        "ed4d15c4869a0a69731eb05e742033fa080118f7"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Dec 25 04:14:15 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Dec 25 04:14:15 2015 +0000"
      },
      "message": "Merge \"[V3] Renaming policy_client into policies_client\""
    },
    {
      "commit": "3be0b1cd54099d42aff4d6fe3ef3235fa712c333",
      "tree": "16ffeb072ec2682070e7519c8dc66df893622f60",
      "parents": [
        "ba2238015113a1caad62a70a3fe0f2b2d4002e04",
        "afaaf2674fc93ba3f59798386b7b2415e1757757"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Dec 25 01:07:32 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Dec 25 01:07:32 2015 +0000"
      },
      "message": "Merge \"Make v2,v3 create_role use **kwargs \u0026 doc string\""
    },
    {
      "commit": "ba2238015113a1caad62a70a3fe0f2b2d4002e04",
      "tree": "bd40556983e0e119add996998a52aacdb62fbaa8",
      "parents": [
        "78be0a1a374ef991d90178c52565b8646daea860",
        "980c7be654068d3a4699fff569a9d67e06c488d3"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Dec 25 01:07:22 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Dec 25 01:07:23 2015 +0000"
      },
      "message": "Merge \"Make v2 for identity_client functions use **kwargs\""
    },
    {
      "commit": "61fd3f059bdc60b40b715f12303b043035674f72",
      "tree": "60a3ca4595155a8189a58cbc9eca4b1c037219de",
      "parents": [
        "78be0a1a374ef991d90178c52565b8646daea860"
      ],
      "author": {
        "name": "piyush110786",
        "email": "piyush.pathak@ril.com",
        "time": "Thu Dec 24 17:09:45 2015 +0530"
      },
      "committer": {
        "name": "piyush110786",
        "email": "piyush.pathak@ril.com",
        "time": "Thu Dec 24 18:15:21 2015 +0530"
      },
      "message": "Make 2 base_snapshots_client function use **kwargs\n\nAs we discussed on\nhttp://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html\nAll http POST/PUT methods need to contain **kwargs as their arguments.\n\nThis patch makes update_snapshot_metadata, update_snapshot_metadata_item\nof v2 base_snapshots_client.py use **kwargs.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: I0d3a8041559b326feeb7c548e34e5e3bdfcbde75\n"
    },
    {
      "commit": "f3f8aba87dc5ac8b012f42b715b15cb508bca47a",
      "tree": "96e1604424dea751908544fd9a6f4a6a5d39b5a8",
      "parents": [
        "7186006bc22268d7c5f1960cbc79fd8500cf2802"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Tue Dec 15 08:11:00 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Thu Dec 24 07:38:02 2015 +0000"
      },
      "message": "Split out Neutron subnetpools client\n\nSplitting out a subnetpools client for Neutron.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: Id968946d174779e0b3bab88f9de93dfc66d79209\n"
    },
    {
      "commit": "7186006bc22268d7c5f1960cbc79fd8500cf2802",
      "tree": "f891025bfa97aee767651b8f56f3093ee3bcb08b",
      "parents": [
        "78be0a1a374ef991d90178c52565b8646daea860"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Tue Dec 15 08:20:13 2015 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Thu Dec 24 07:38:02 2015 +0000"
      },
      "message": "Split out Neutron agents client\n\nSplitting out an agents client for Neutron.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: Ib0086b723bd79d1a475040bceaf3ff1a05c4d5f8\n"
    },
    {
      "commit": "198511537f0ce018f84893a05752c6586bd09ab7",
      "tree": "b30a32a13ad87ed64102234fef9cd27ef26001ec",
      "parents": [
        "e48de266380bf2e94ce95d1610180a3dba23b9ba"
      ],
      "author": {
        "name": "piyush110786",
        "email": "piyush.pathak@ril.com",
        "time": "Mon Dec 14 18:06:24 2015 +0530"
      },
      "committer": {
        "name": "piyush110786",
        "email": "piyush.pathak@ril.com",
        "time": "Thu Dec 24 12:59:10 2015 +0530"
      },
      "message": "Make v3 update_role use **kwargs \u0026 doc string\n\nAs we discussed on\nhttp://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html\nAll http POST/PUT methods need to contain **kwargs as their arguments.\n\nThis patch makes update_role of v3 identity_client use **kwargs.\nAlso update doc string for the same.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: Ic30ce16d5240e597b5abab1590fbfa251321f2b1\n"
    },
    {
      "commit": "78be0a1a374ef991d90178c52565b8646daea860",
      "tree": "49dce0b6bd7dbc5f60788b76f11028ee441b76bc",
      "parents": [
        "32897ce1eeb6179b1637955c0f38793d25928292",
        "f863b3b034e1e3761424ee19b0d8b6d574e4385d"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Dec 23 21:56:56 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Dec 23 21:56:57 2015 +0000"
      },
      "message": "Merge \"Add stdout logging for stress\""
    },
    {
      "commit": "32897ce1eeb6179b1637955c0f38793d25928292",
      "tree": "0f77f26bef1766c8e5467554cf946229c270dc93",
      "parents": [
        "9db196c625b928706aad72496fc4c998c8b0b9c9",
        "f3397941381a55e5790b3e88452610bfc56b3f76"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Dec 23 21:56:47 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Dec 23 21:56:47 2015 +0000"
      },
      "message": "Merge \"Add stdout logging for cleanup CLI\""
    },
    {
      "commit": "9db196c625b928706aad72496fc4c998c8b0b9c9",
      "tree": "a69e38ff092aaa227128e69dfca9ea4614831242",
      "parents": [
        "01041242dc2c9bae8d8dc32eacc4b47ecb8a2b23",
        "50daa1034ce8f33c451759a207d6c77b0c950df3"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Dec 23 21:56:38 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Dec 23 21:56:38 2015 +0000"
      },
      "message": "Merge \"Stop testing rebuild for ironic\""
    },
    {
      "commit": "980c7be654068d3a4699fff569a9d67e06c488d3",
      "tree": "37ec743e3cf0b2f8a83967cb28218ea2057f9cb7",
      "parents": [
        "e48de266380bf2e94ce95d1610180a3dba23b9ba"
      ],
      "author": {
        "name": "piyush110786",
        "email": "piyush.pathak@ril.com",
        "time": "Tue Dec 15 14:14:48 2015 +0530"
      },
      "committer": {
        "name": "piyush110786",
        "email": "piyush.pathak@ril.com",
        "time": "Wed Dec 23 14:19:10 2015 +0530"
      },
      "message": "Make v2 for identity_client functions use **kwargs\n\nAs we discussed on\nhttp://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html\nAll http POST/PUT methods need to contain **kwargs as their arguments.\n\nThis patch makes update_user_password, update_user_own_password,\nenable_disable_user of v2 identity_client use **kwargs.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: I53fd646bbbee6d8de030d72f0c244c756e772e27\n"
    },
    {
      "commit": "01041242dc2c9bae8d8dc32eacc4b47ecb8a2b23",
      "tree": "7adf5f338eb8fa5b151555b884565a538ec60058",
      "parents": [
        "96d8025ae00b72bd3d680db0a7aef3b6ede21e2d"
      ],
      "author": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Wed Dec 23 00:38:15 2015 +0000"
      },
      "committer": {
        "name": "OpenStack Proposal Bot",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Wed Dec 23 00:38:15 2015 +0000"
      },
      "message": "Updated from global requirements\n\nChange-Id: I5e9e39e9eee0c68e6483c3e166131b43e692ec7f\n"
    },
    {
      "commit": "71f6b974804dfbd92e1cf08b48d842bb19553f3b",
      "tree": "0f73652d4c4e32f76b102c5e8c1c7f604511aba3",
      "parents": [
        "96d8025ae00b72bd3d680db0a7aef3b6ede21e2d"
      ],
      "author": {
        "name": "Harshada Mangesh Kakad",
        "email": "harshadak@metsi.co.uk",
        "time": "Tue Dec 22 09:46:48 2015 -0800"
      },
      "committer": {
        "name": "Harshada Mangesh Kakad",
        "email": "harshadak@metsi.co.uk",
        "time": "Tue Dec 22 09:46:48 2015 -0800"
      },
      "message": "Keep py3.X compatibility for urllib.urlencode\n\nFor py3.X, urllib has no attr urlencode while python 2 has.\nChange urlencode to keep compatibility.\n\nChange-Id: I9fc041d6fd8b65d0a19f38ae1915dcb2a1b42553\nPartial-Bug: #1280105\n"
    },
    {
      "commit": "96d8025ae00b72bd3d680db0a7aef3b6ede21e2d",
      "tree": "70cbf429e62d022fbc780c6c5ead31cedbef52c8",
      "parents": [
        "09b01e2eaca4331cb0dbc20d4783ed6970cda8fa",
        "0359c4d470b5c8ef8c7174f1eda8171d35a59d6f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Dec 22 11:15:18 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Dec 22 11:15:19 2015 +0000"
      },
      "message": "Merge \"Make volume_qos_client use **kwargs\""
    },
    {
      "commit": "09b01e2eaca4331cb0dbc20d4783ed6970cda8fa",
      "tree": "75c29129240dd125624bffb477f41e9a2fd0c7bc",
      "parents": [
        "caa754f37ebc724a55bcd92eed54b13dd0347d3e",
        "4cc30d964ab7c647d20af61e2793cc3acdbe51a9"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Dec 22 09:44:31 2015 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Dec 22 09:44:31 2015 +0000"
      },
      "message": "Merge \"Use servers_client from tempest-lib\""
    }
  ],
  "next": "caa754f37ebc724a55bcd92eed54b13dd0347d3e"
}
