)]}'
{
  "log": [
    {
      "commit": "f7fe7ff7234e031172881bd621c3f84d82b721d8",
      "tree": "c5086321ecb99f102348e6aa580e8c97a5068967",
      "parents": [
        "9c71dcfa7c24a1fea350c07f4008964d857957ad",
        "00b3bd55d956f9d8d8d5fb7b96de025e5c6c22be"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Aug 22 05:46:49 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Aug 22 05:46:49 2018 +0000"
      },
      "message": "Merge \"Add server schema for microversion 2.8\""
    },
    {
      "commit": "114214cab69e1921afeb9733d6f806e7918351a9",
      "tree": "dcf4e821a1fafa002c3b0daf3e406e0105ef40ba",
      "parents": [
        "f60fb1ba391bb93853e85dada157bbf4489f355c",
        "e142f546057e90a544827c60bd28790dba1a03a4"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Aug 20 15:19:27 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 20 15:19:27 2018 +0000"
      },
      "message": "Merge \"Change schema hypervisor.cpu_info from string to object in 2.28\""
    },
    {
      "commit": "00b3bd55d956f9d8d8d5fb7b96de025e5c6c22be",
      "tree": "8c3a77b9b70440b8a9fde489937b7b1cfdafeba7",
      "parents": [
        "6a8d495192632fd18dce4baf1a4b213f401a0167"
      ],
      "author": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Fri Aug 03 02:18:13 2018 -0400"
      },
      "committer": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Mon Aug 20 14:06:26 2018 +0000"
      },
      "message": "Add server schema for microversion 2.8\n\nThis commit adds servers schema for microversion 2.8 [0]:\n\nAdd ‘mks’ protocol and ‘webmks’ type for remote consoles.\n\nThe appropriate api_schema files are updated with the\n2.8 microversion changes.\n\nNote that no test is added to cover this new microversion\nsince it isn\u0027t possible to test mks protocol in Tempest\ngates so as per REVIEWING documentation [1] we shouldn\u0027t\nadd such a test. So, we could only cover the vnc protocol\nfor 2.8 but this would also not be of much value since\nthe vnc value (instead of mks) would be returned by the\nserver.\n\n[0] https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id7\n[1] https://docs.openstack.org/tempest/latest/REVIEWING.html#ensuring-code-is-executed\n\npartially-implements: blueprint full-schema-for-all-microversions\nChange-Id: I5a6d2852db8e2a67013eee71a094e9b521a92524\n"
    },
    {
      "commit": "e142f546057e90a544827c60bd28790dba1a03a4",
      "tree": "057a1121da1ee8b8888c6a30adf1dcc56714a38a",
      "parents": [
        "2e1ed28a135821cf5313bdf5e2b87a47131ebdc2"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Wed Aug 01 14:08:52 2018 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Fri Aug 17 10:44:53 2018 +0800"
      },
      "message": "Change schema hypervisor.cpu_info from string to object in 2.28\n\nThis is to change schema hypervisor.cpu_info from string to object\nin microversion 2.28.\nhttps://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id25\n\nChange-Id: I36715c6b1751ceee304d18114b4473d60758a7ff\n"
    },
    {
      "commit": "8778ca1e15ed07a58f79ab3058d8be2be297f268",
      "tree": "05bb181fca9c8f2855c5dcdeab14ba7b267033f0",
      "parents": [
        "5b6d40e8389d2f8afbd3ee1702324983d3fd11c6",
        "4af2c82068d1188a03c1c3ed422f85f512997b73"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Aug 13 17:02:52 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 13 17:02:52 2018 +0000"
      },
      "message": "Merge \"Fill aggregate schema for microversion 2.41\""
    },
    {
      "commit": "4af2c82068d1188a03c1c3ed422f85f512997b73",
      "tree": "548441d20678a83a4dcdeeb2cfe0ffc556c5846a",
      "parents": [
        "25572c3b5512aa3ecc949b926af1e1fd64fddfd9"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Mon Aug 06 14:38:53 2018 +0800"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Aug 09 13:57:42 2018 +0000"
      },
      "message": "Fill aggregate schema for microversion 2.41\n\nThe ‘uuid’ attribute of an aggregate is returned from calls\nto the /os-aggregates endpoint from microversion 2.41, so\nthis is to add \u0027uuid\u0027 in schema of aggregate.\n\nhttps://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id37\n\nChange-Id: I90e53056ceae5ad6b6ea2995f3f8c6eceea4739a\npartially-implements: blueprint full-schema-for-all-microversions\n"
    },
    {
      "commit": "df037310ba9e946e0509fb7e56384e6a9f292113",
      "tree": "c07b9314720629be96f0d22c7e5e5a60b0b695c8",
      "parents": [
        "82539ad1c1671dc09f8f24a9ccbeaad6f08cd3fa"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Jul 27 09:31:16 2018 +0000"
      },
      "committer": {
        "name": "akhiljain23",
        "email": "akhil.jain@india.nec.com",
        "time": "Tue Jul 31 17:09:37 2018 +0530"
      },
      "message": "Dynamic width count for plugin registry table column\n\nThere might be chance that few plugin name and url\ndoes not fit into hard coded column width and give error.\n\nThis commit count the column width as per plugins name.\n\nAlso display the number of plugins in new SR column.\nChange-Id: Ia5736d2581ee3b6f851b8d08f855c2a19c157c47\n"
    },
    {
      "commit": "365f701964dc286d0b136cb1dedd98745bdae8ec",
      "tree": "a7322a1980c6f80416bab3fd12642efa8a659b5c",
      "parents": [
        "0445a5cfc05b6d349652893e1fe55766e101fbcc",
        "8013413d8c5ee00469197dd0d018c4a6225974ea"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Jul 30 16:44:02 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 30 16:44:02 2018 +0000"
      },
      "message": "Merge \"Modify limits fields according to microversion\""
    },
    {
      "commit": "8013413d8c5ee00469197dd0d018c4a6225974ea",
      "tree": "2c01f5134e7745638591c6ee22269ae53a2fd41f",
      "parents": [
        "f5b034da57b1fc531269e07ea7bc11247f624de4"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Thu Mar 29 10:28:59 2018 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Mon Jul 30 11:01:26 2018 +0800"
      },
      "message": "Modify limits fields according to microversion\n\n1. Some limits fields are removed from Microversion 2.35/2.38/2.56,\n   so we should check limits fields according to microversion.\n2. In test_max_metadata_exceed_limit, maxImageMeta is deprecated from\n   Microversion 2.38, so maxServerMeta is used instead, btw, maxServerMeta\n   seems to be more suitable for this testcase.\n   Besides, test_max_metadata_exceed_limit is not used in interop, so we\n   can safely change its name.\n\nref: https://developer.openstack.org/api-ref/compute/#show-rate-and-absolute-limits\n\nImplements blueprint: clear-deprecated-api\n\nChange-Id: I53e2ee82c9c52afb0a56526c655eb9b3b6b8f483\n"
    },
    {
      "commit": "b286ad402e6bd60f33dfd8251d6cf1ed1ceae69d",
      "tree": "eb3bf00b9befb080313ede0e4600a2d156371078",
      "parents": [
        "f5ed8eace70f9d55978a4a2892ec76fae6f498ad",
        "e495cd257d80b1d39001285bdac768e678d7cf69"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Jul 18 23:22:56 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jul 18 23:22:56 2018 +0000"
      },
      "message": "Merge \"trivial: Fix typos in the documentation page\""
    },
    {
      "commit": "e495cd257d80b1d39001285bdac768e678d7cf69",
      "tree": "e392cf154fbca34ef9acf4b997fc455a8a5e70f6",
      "parents": [
        "de5f0da10e44a52e5bc5f577e4ec33231add3831"
      ],
      "author": {
        "name": "deepak_mourya",
        "email": "deepak.mourya@india.nec.com",
        "time": "Mon Jul 16 12:38:17 2018 +0530"
      },
      "committer": {
        "name": "Deepak Mourya",
        "email": "deepak.mourya@india.nec.com",
        "time": "Wed Jul 18 08:39:27 2018 +0000"
      },
      "message": "trivial: Fix typos in the documentation page\n\nThis patchset fixes typos (capitalization mistakes,\ngrammar mistakes) found in the documentation pages.\n\nChange-Id: If500aeab1af7dd8b56d63cbc481ee501216df161\n"
    },
    {
      "commit": "f89ab81c38a7ffc87303b10e156759e25c09abdb",
      "tree": "e635bcd47560e231d6dd44590ca84a8364b6fdef",
      "parents": [
        "de5f0da10e44a52e5bc5f577e4ec33231add3831"
      ],
      "author": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Tue Jul 10 20:34:02 2018 -0400"
      },
      "committer": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Sat Jul 14 19:30:06 2018 -0400"
      },
      "message": "docs: Add information on test removal/interop to REVIEWING\n\nThis patch set adds information on test removal, relocation,\nrenaming to REVIEWING because it is important that such\nactions do not break interop. Interop is closely tied to\nTempest because it directly references Tempest tests that\nare not only expected to exist, but to also work.\n\nThe same is true of breaking blacklist/whitelist\nreferences to Tempest tests, this is also included\nin the new documentation section.\n\nIt is important that there be REVIEWING guidelines\nin place to assist reviewers understand this importance.\nAlso references are included for defcore/interop to help\nusers find more information on these topics.\n\nCurrently interop is only mentioned in 1 place in Tempest [0]\nand yet there is little information about it. This patchset\naims to make it easier to find more information about it\nfor reviewers and users alike.\n\n[0] http://git.openstack.org/cgit/openstack/tempest/tree/doc/source/test_removal.rst\n\nChange-Id: Ifbde674b42355077fcd8daa07be8be1248b77b0f\n"
    },
    {
      "commit": "eab26ec50115abff4fefd72b958669fd94776679",
      "tree": "0cd7881978238333912d92453a93e2a313ff1cda",
      "parents": [
        "20aa25f8592acc5bd9e85106a0265eb260852be5",
        "c384bc4ae0064673c1507ef668ea1e91fc34f6d4"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sat Jul 14 15:32:47 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jul 14 15:32:47 2018 +0000"
      },
      "message": "Merge \"trivial: Fix typos in the test_removal documentation page\""
    },
    {
      "commit": "c384bc4ae0064673c1507ef668ea1e91fc34f6d4",
      "tree": "338033120e1b6529c437f758d35bcf4f59f3fba6",
      "parents": [
        "e6c330892fbc8ae790384d554dd6d5c2668d8d24"
      ],
      "author": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Tue Jul 10 20:14:04 2018 -0400"
      },
      "committer": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Tue Jul 10 20:14:04 2018 -0400"
      },
      "message": "trivial: Fix typos in the test_removal documentation page\n\nThis patchset fixes typos (capitalization mistakes, grammar\nmistakes) found in the test_removal.rst documentation page.\n\nChange-Id: Ia9a6b9d7a2a151a460a620be9fa6875f2efda00f\n"
    },
    {
      "commit": "c0348ee84e4ea1c7d874f170554ac369d57702b6",
      "tree": "0201ecf83a3bb9ec749aa110f9ef2f2f9e5f932e",
      "parents": [
        "7627aee7fa5698cefde7127b8d34a1c19787d302"
      ],
      "author": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Sat Jul 07 16:14:13 2018 -0400"
      },
      "committer": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Tue Jul 10 18:56:24 2018 +0100"
      },
      "message": "Add update_service to compute services_client library\n\nThis patchset adds update_service to compute module\u0027s services_client\nlibrary. This API is introduced in microversion 2.53 and supersedes\nthe following APIs:\n\n    * ``PUT /os-services/disable`` (``disable_service``)\n    * ``PUT /os-services/disable-log-reason`` (``disable_log_reason``)\n    * ``PUT /os-services/enable`` (``enable_service``)\n    * ``PUT /os-services/force-down`` (``update_forced_down``)\n\nNegative tests were added for all the APIs above. The negative\ntests only test the microversion \u003e\u003d 2.53 case: the new\nudpate_service API is called (also with bad parameters).\n\nThe v2_11 schema was updated to reference all the unchanged\nAPIs from v2_1 for the compute services api_schema. Also,\nthe v2_53 schema was introduced for the new update_service\nAPI and it also references all the unchanged APIs from v2_1.\n\nFinally, unit tests and releasenotes are included.\n\nChange-Id: I5e7b81496cbb87cda81413124b5f82bd5356e666\n"
    },
    {
      "commit": "1718a0393f80fc6dec9b76eebbe3680b39285a52",
      "tree": "f9bb692c6712c091ff517c0f3f221abe58566866",
      "parents": [
        "9d30dc66d93b27971267f3b4bc1377f76c3fc7ec",
        "dd09bd95904d25259992aad83c05417298b0547f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Jul 09 19:51:51 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 09 19:51:51 2018 +0000"
      },
      "message": "Merge \"trivial: fix some incorrect compute microversion references\""
    },
    {
      "commit": "96dedaca0bc74ac77861e9e9a2119dade9f09ccd",
      "tree": "1dcaa80b5861e44c328aa451766e0454fb0fc6b0",
      "parents": [
        "a6353c452e286f8116bb015704fd4ac70b710758",
        "d201cd39777998f4f37bd4ec204d707300bb66f5"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Jul 09 12:39:53 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 09 12:39:53 2018 +0000"
      },
      "message": "Merge \"Add compute microversion 2.61 schema in flavors_client\""
    },
    {
      "commit": "d201cd39777998f4f37bd4ec204d707300bb66f5",
      "tree": "2f710c336af5a6e472e7f447fd8f5112ae82b474",
      "parents": [
        "9594233ffd93066677aa601c594d55f3a4f188d8"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Mon Apr 23 09:10:11 2018 +0000"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Mon Jul 09 08:55:10 2018 +0000"
      },
      "message": "Add compute microversion 2.61 schema in flavors_client\n\nCompute microversion 2.61 adds \u0027extra_specs\u0027 in flavor APIs response\nThis commit fill the schema gap for that.\n\nChange-Id: Id1f1e51fbae1cc3d0c9efdcd9009f384745915d6\n"
    },
    {
      "commit": "dd09bd95904d25259992aad83c05417298b0547f",
      "tree": "82932d74d737e6a68dda0a328971c60e2846ae5d",
      "parents": [
        "f5b034da57b1fc531269e07ea7bc11247f624de4"
      ],
      "author": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Sat Jul 07 16:25:18 2018 -0400"
      },
      "committer": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Sat Jul 07 16:26:29 2018 -0400"
      },
      "message": "trivial: fix some incorrect compute microversion references\n\nThis patchset fixes some incorrect compute microversion references.\n\n2.54: should have id 49 (was 4)\n2.55: should have id 50 (was 49)\n2.57: should have id 52 (was 51)\n\nChange-Id: I81d90637fe16e1d5de1e26f50a86f9ff83d355ca\n"
    },
    {
      "commit": "1a0a6d685eb5b6dd87c2d7b1202b0c0d47a777e4",
      "tree": "2b189502fa8be750637a71b66cf53d94405086d7",
      "parents": [
        "a394fad4e283e2801887040ff6f7b42082c6b64d",
        "247841ecf653067995656ba3d29b9f91786f10c3"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jun 28 14:14:58 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jun 28 14:14:58 2018 +0000"
      },
      "message": "Merge \"Move Stable branch Policy Doc outside of coding guide\""
    },
    {
      "commit": "247841ecf653067995656ba3d29b9f91786f10c3",
      "tree": "b103c1c2a1a2a850ec14a1c01173ae7f5361cb2b",
      "parents": [
        "302db369ebc7eb85d78160d409fbf9eb530bae16"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Jun 19 09:26:22 2018 +0000"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Wed Jun 20 04:53:16 2018 +0000"
      },
      "message": "Move Stable branch Policy Doc outside of coding guide\n\nCurrent doc explaining the stable branches support policy is under\ncoding guide. But support policy should be at higher level which\ncan be useful for user or maintainer of Tempest.\n\nChange-Id: Id46e14080559062b4d89e5f7a9acbcd5df09691e\n"
    },
    {
      "commit": "d09caf65b8c6c23ff593abc6f2e8bf5e8a7554ac",
      "tree": "2edb5885a4f1bf006b7914980829f02387910965",
      "parents": [
        "db7f2a07ec64d61f9baf1ed826b36ad215e8de09",
        "1fa4464404dd4400e1c0669dda29d696d3e5badb"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Jun 18 08:05:30 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jun 18 08:05:30 2018 +0000"
      },
      "message": "Merge \"Add new schema for Nova microversion 2.63\""
    },
    {
      "commit": "1fa4464404dd4400e1c0669dda29d696d3e5badb",
      "tree": "534c118c9a8e855896987d94857553f14782f29a",
      "parents": [
        "d539465e1d9538b1d5f97b8737dfaad04287a148"
      ],
      "author": {
        "name": "Jackie Truong",
        "email": "jacklyn.truong@jhuapl.edu",
        "time": "Wed Oct 25 16:42:08 2017 -0400"
      },
      "committer": {
        "name": "Brianna Poulos",
        "email": "Brianna.Poulos@jhuapl.edu",
        "time": "Thu Jun 14 16:23:23 2018 -0400"
      },
      "message": "Add new schema for Nova microversion 2.63\n\nThis microversion adds the trusted_image_certificates parameter to the\nserver rebuild, server create, server update, and servers details\nresponses.\n\nChange-Id: I48f62d36a871a95601ebf277a2f39a41a873daa8\nImplements blueprint: nova-validate-certificates\n"
    },
    {
      "commit": "575dc80cd9b9fb748707b15942e1592ae9747211",
      "tree": "9055fca69f31c2612f0aaa1681066d5e2ebb875c",
      "parents": [
        "72e754e713a43ded157b6810947b0fb0b9fda5d3",
        "d539465e1d9538b1d5f97b8737dfaad04287a148"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Jun 05 02:07:15 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jun 05 02:07:15 2018 +0000"
      },
      "message": "Merge \"Add compute microversion 2.57 schema in servers_client\""
    },
    {
      "commit": "d539465e1d9538b1d5f97b8737dfaad04287a148",
      "tree": "07ff5876f0439f777269b4eabf7613eeaad86cf9",
      "parents": [
        "418a674e2a9f7a9717a34250a240ef26035c3ecf"
      ],
      "author": {
        "name": "Ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Thu Apr 26 07:59:32 2018 +0000"
      },
      "committer": {
        "name": "Brianna Poulos",
        "email": "Brianna.Poulos@jhuapl.edu",
        "time": "Tue May 22 14:55:15 2018 +0000"
      },
      "message": "Add compute microversion 2.57 schema in servers_client\n\nCompute microversion 2.57 adds \u0027user_data\u0027 in rebuild servers\nAPIs response.\n\nThis commit fill the schema gap for that.\nChange-Id: I3472ea78f08b48a8c1bda23147275198a7cd3b0f\n"
    },
    {
      "commit": "b6b2bba8ce927701a4b031b71407e2e34a300f5a",
      "tree": "973acda1e354549a1153fc0ea13d4a652cd0ee47",
      "parents": [
        "a77c7d6eab1b763631bec8c66408ca7c65315f31"
      ],
      "author": {
        "name": "Artom Lifshitz",
        "email": "alifshit@redhat.com",
        "time": "Mon Oct 31 14:56:40 2016 -0400"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Sun May 20 18:56:55 2018 +0000"
      },
      "message": "Integration tests for tagged attach\n\nThis tests nova microversion 2.49, tagged attach of network interfaces\nand block devices.\n\nChange-Id: I50b9aa168629457ce8270e456161727bd7b91a86\nImplements: blueprint virt-device-tagged-attach-detach\n"
    },
    {
      "commit": "85a4b0a314e4d9776726d3c0f86b57569bf116f7",
      "tree": "bbcafa9b47de241b865c4483b2ad24f54e3dc1d8",
      "parents": [
        "e4f4d8bee163c5025b2a3a7c72626b4a3de00f3e"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Tue Apr 24 11:09:25 2018 +0300"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Thu May 17 17:04:13 2018 +0000"
      },
      "message": "Add compute microversion 2.54 schema in servers_client\n\nCompute microversion 2.54 adds \u0027key_name\u0027 in rebuild servers\nAPIs response.\nThis commit fill the schema gap for that.\n\nChange-Id: I6c46319a873a34d74e8ed1a32ffc0b32c4d04ab2\n"
    },
    {
      "commit": "e4f4d8bee163c5025b2a3a7c72626b4a3de00f3e",
      "tree": "8cc0997ebb4ea16da554a7755dc419d8e6e4a061",
      "parents": [
        "f863a50d0434968bdec2697eb6b2feb8e12fb4b0",
        "52c5d28190a1b3ee4d76c42021495b04f4fe5eb0"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed May 16 05:35:28 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed May 16 05:35:28 2018 +0000"
      },
      "message": "Merge \"Add 2.55 schema \u0026 update flavor API in flavors_client\""
    },
    {
      "commit": "a8ace7228744ff3b22fe84bfe63352361cf98219",
      "tree": "f0d0bfecf16e2998b428443d4b3e4a19855769fd",
      "parents": [
        "7c189a0a83529896cd07294c2c745db6e5e589d0"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Apr 20 08:45:10 2018 +0000"
      },
      "committer": {
        "name": "Brianna Poulos",
        "email": "Brianna.Poulos@jhuapl.edu",
        "time": "Tue May 01 11:34:13 2018 -0400"
      },
      "message": "Fill update, rebuild, list API response schema for 2.47\n\nMicroversion 2.47 has changed the response of update\nlist, and rebuild API also but we did not updated corresponding\nresponse schema.\n\nAlso this commits add single test which covers the schema change\nof microversions 2.9, 2.19, 2.26 and 2.47.\n\n-https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id42\n\nChange-Id: I64cc37c78bcded9d4dd85b7003319a17f3ac2137\n"
    },
    {
      "commit": "52c5d28190a1b3ee4d76c42021495b04f4fe5eb0",
      "tree": "764c04e8fffc793a155f9e6dab2f64a4b87d67c5",
      "parents": [
        "52d0c059abb89beaa433a51a6442f019ccd545a2"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Mon Apr 23 08:43:25 2018 +0000"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyammann@gmail.com",
        "time": "Tue Apr 24 06:53:10 2018 +0000"
      },
      "message": "Add 2.55 schema \u0026 update flavor API in flavors_client\n\nCompute microversion 2.55 adds \u0027description\u0027 in\nflavor APIs response and new API to update the same.\n\nThis commit fill the schema gap for that and also\nadd new updte flavor API in flavors_client lib.\n\nChange-Id: I91c049c3aa9dab5a272369edd18f2c5890d1e5b0\n"
    },
    {
      "commit": "9358cfb4624405d213083612bfff4ff20a2b145d",
      "tree": "01c969a5c601343f4fbc3e196a7c3885436b5e6e",
      "parents": [
        "039941b539586d6d579096c7a6c8254a759ea66d",
        "b69463e0b3413c149cd333afd5d5386cc0c1bf9c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Feb 07 20:57:51 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 07 20:57:51 2018 +0000"
      },
      "message": "Merge \"Add \u0027doc\u0027 tag for bug link on doc theme\""
    },
    {
      "commit": "b69463e0b3413c149cd333afd5d5386cc0c1bf9c",
      "tree": "713acf0b602c2bcde37cd087ac0cc88bccc70f1e",
      "parents": [
        "e4976924ff764efead1c4ce063e5845693029615"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Thu Feb 01 16:54:34 2018 +0900"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Wed Feb 07 18:53:36 2018 +0000"
      },
      "message": "Add \u0027doc\u0027 tag for bug link on doc theme\n\nThis commit adds \u0027doc\u0027 tag for a bug link on the\nopenstackdocstheme config. This configuration is used for\ndocumentation bug basically. So, this should be good in most cases.\n\nChange-Id: I11b7a9caef7ef896b39c39ddc2d958b6f0891991\n"
    },
    {
      "commit": "09ff7ab7813ccba61a050c29f0a6b237f5506616",
      "tree": "e26b412473b788c77dce87b4ef73b06887127834",
      "parents": [
        "4d5283ea2ff8afc1a95dd44e55155d50deb01320",
        "81fa9b6aaa7330995310069b8511e90b1a6d5181"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Feb 02 03:40:27 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Feb 02 03:40:27 2018 +0000"
      },
      "message": "Merge \"Add a few tests for cinder multiattach\""
    },
    {
      "commit": "6ec582f1115a290bce4cb0a40d8e97d3ab77b86c",
      "tree": "984ed61561f97d843c3fba50d5060479b3d1ce58",
      "parents": [
        "fe655fef81c55d8ce6745a5eeaa5f15a2f9b672a"
      ],
      "author": {
        "name": "gaofei",
        "email": "gao.fei@inspur.com",
        "time": "Wed Jan 24 14:08:36 2018 +0800"
      },
      "committer": {
        "name": "gaofei",
        "email": "gao.fei@inspur.com",
        "time": "Fri Jan 26 05:56:28 2018 +0000"
      },
      "message": "Replace curly quotes with straight quotes\n\nCurly quotes usually input from Chinese input method.\nWhen read from english context, it makes some confusion.\n\nChange-Id: I6209f92de2a5b136c2c16decfe5752f5c44096ff\n"
    },
    {
      "commit": "81fa9b6aaa7330995310069b8511e90b1a6d5181",
      "tree": "c90e3ae183ee4de6f89b7f740756c7354af59742",
      "parents": [
        "c4377ef276a1b774428d75505765882ed1657e9d"
      ],
      "author": {
        "name": "Matt Riedemann",
        "email": "mriedem@us.ibm.com",
        "time": "Thu Jan 14 13:04:38 2016 -0800"
      },
      "committer": {
        "name": "Matt Riedemann",
        "email": "mriedem.os@gmail.com",
        "time": "Thu Jan 25 21:37:49 2018 -0500"
      },
      "message": "Add a few tests for cinder multiattach\n\nThis adds basic compute API tests for testing a multiattach volume in\nCinder being attached to multiple instances in Nova and then\ndetaching them.\n\nThis change depends on the nova series that adds the support to nova\u0027s\nlibvirt driver.\n\nDevstack change I46b7eabf6a28f230666f6933a087f73cb4408348 is used to\nenable this test when using the libvirt driver.\n\nDepends-On: I02120ef8767c3f9c9497bff67101e57e204ed6f4\nDepends-On: Iac67f112b0dc9353c6a66e6fbc81cc8324a2b37c\n\nPart of nova blueprint multi-attach-volume\n\nChange-Id: I80c20914c03d7371e798ca3567c37307a0d54aaa\n"
    },
    {
      "commit": "b20f7e62c60417b59a2b9fc5b4d976a11a122b08",
      "tree": "e02c063537b3ff9d0e85729d5e9392138cf187f7",
      "parents": [
        "3975c725de83f85c4dbc0cbbe643a0af9b7e9ed1"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Sun Dec 10 07:10:22 2017 +0300"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyammann@gmail.com",
        "time": "Sun Jan 21 07:29:55 2018 +0000"
      },
      "message": "Remove deprecated config options \u0027resources_prefix\u0027\n\nConfig option \u0027resources_prefix\u0027 was deprecated. It is\nused by only manila plugin which fix has been commited.\n\nThis commit removes this config option and hardcode the\nresource prefix as \u0027tempest\u0027\n\nChange-Id: Idce7af97fe6647e3095b2b626fbacb3446694fbc\nDepends-On: I9c140b3a9efabeced7fc26cb1f169ebe6789d88b\n"
    },
    {
      "commit": "e72760fe3baa0a0990d9688670bfaa23c5463b25",
      "tree": "308a8b9645e441d9d051c0bdece5708229cea84b",
      "parents": [
        "96107397fe6c820304f850ca553dbc2693de84cc"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Wed Jan 03 13:53:08 2018 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Wed Jan 03 15:17:25 2018 +0800"
      },
      "message": "Add some missing implemented microversion in doc\n\nInstanceActionsV221TestJSON tests v2.21 and\nLiveMigrationRemoteConsolesV26Test tests v2.6, so\nthis is to add v2.21 and v2.6 in microversion_testing doc.\n\nChange-Id: I3a8d76e484e10a10a2a53f5a9b084123eeb7b0d3\n"
    },
    {
      "commit": "c536175d8d4d572278b4e592dadc548b34e4ea91",
      "tree": "d1aa2293f59c72fab11b1809f131fc8cffd819f7",
      "parents": [
        "b8f3100d8537e82ecaa08f058d04af3393d25928",
        "2abe00a486acf5dc39df3b6f3779f13aaed26273"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Dec 11 17:43:05 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Dec 11 17:43:05 2017 +0000"
      },
      "message": "Merge \"Refactor volume groups and group snapshots tests\""
    },
    {
      "commit": "7451a29f68109dcdcb1229916531ab3ccf961605",
      "tree": "ed49a1a40dbcbbf1e77dcbfc5eae14639e5b3caa",
      "parents": [
        "8da64f1d17d058ef474973ce97cc6395c4954d48",
        "8d1c71e7cc15c8a85961225c8b98af0800922566"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Dec 11 08:49:29 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Dec 11 08:49:29 2017 +0000"
      },
      "message": "Merge \"Fix a misspelled addClassResourceCleanp in tempest doc\""
    },
    {
      "commit": "8d1c71e7cc15c8a85961225c8b98af0800922566",
      "tree": "61442bab9b3b2fffb40b7df0c5eed060eb81603a",
      "parents": [
        "54cf3e446f16f1f914f9f8ccbc8400b8e57eb5b7"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Fri Dec 08 17:11:43 2017 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Fri Dec 08 17:11:43 2017 +0800"
      },
      "message": "Fix a misspelled addClassResourceCleanp in tempest doc\n\nThis is to fix a misspelled addClassResourceCleanp, which\nshould be addClassResourceCleanup, in tempest doc\n\nChange-Id: Ie4cdc9680016feca5f75df193077b1f0edce7e4b\n"
    },
    {
      "commit": "e9241b5d89e8b70b852d1eec9af73ecac17ed28a",
      "tree": "a3a89bc16a517aea0c3c9241423b67cf0b991864",
      "parents": [
        "54cf3e446f16f1f914f9f8ccbc8400b8e57eb5b7"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Wed Dec 06 15:41:08 2017 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Wed Dec 06 15:41:08 2017 +0800"
      },
      "message": "Fix a missing preposition in plugin doc\n\nIn \"While there are no hard and fast rules for the structure a plugin\"\na preposition is missing between \"structure\" and \"a plugin\", this is\nto fix it.\n\nChange-Id: Ib22f614dece35d2ed79fa660027e50840e77d7bb\n"
    },
    {
      "commit": "2abe00a486acf5dc39df3b6f3779f13aaed26273",
      "tree": "a4394e46ac6f27ed06e1646e3cf6fed44633b85c",
      "parents": [
        "e12d98aacf23eea64cb9119b496de32828fd39b3"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Tue Nov 21 10:14:09 2017 +0800"
      },
      "committer": {
        "name": "Jeremy Zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Wed Nov 29 14:37:29 2017 +0000"
      },
      "message": "Refactor volume groups and group snapshots tests\n\nAccording to api microversion history of Cinder[1], min microversion for\nvolume groups (create/delete/update/list/show) is 3.13, min microversion\nfor group snapshots(create/delete/list/show) and create group from group\nor group snapshot is 3.14.\n\nWhile in GroupsTest in Tempest, the min microversion for volume groups is\nset to 3.14. This patch aims to refactor the original GroupsTest to correct\nthe min microversion for volume groups, and also spilt it into two parts,\none for groups tests and the other for group snapshot tests, which will make\nthe code more clear and readable.\n\n[1] https://docs.openstack.org/cinder/latest/contributor/api_microversion_history.html\n\nChange-Id: Ic98e8892c4a44850d7a7afac9be1aa59ab38bb8c\n"
    },
    {
      "commit": "bbbaad68c3c2f213edc477bee20ab3658615a499",
      "tree": "c6a6f7bfb758427d54eb202721e8a345c6d7fc44",
      "parents": [
        "ce5f6094a139b652a9dc380e1392e412e92197aa"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Tue Nov 21 16:04:03 2017 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Tue Nov 21 19:02:54 2017 +0900"
      },
      "message": "Fix docs markup consistency\n\nThis commit fixes docs consistency about markups, mainly. Originally,\nsome of command options were written with strong emphasis. However,\ndouble dashes are converted to a single dash with it. And this commit\nalso fixes some inconsistencies and weird indentations.\n\nChange-Id: Iff1e8e320dcb1fa69ca0fce139c58727fca7b729\n"
    },
    {
      "commit": "b78b923e5a9c8f8a21cad2c9aed4bd12c28d1a9b",
      "tree": "efa5149ef27017f08712450ef524aaf3a0b2f293",
      "parents": [
        "10d9e733494a9a898a97dfe8abf8e4ba39d88db8"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki.igawa@gmail.com",
        "time": "Fri Nov 17 16:12:37 2017 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki.igawa@gmail.com",
        "time": "Mon Nov 20 07:39:09 2017 +0000"
      },
      "message": "Fix indentation in docs\n\nThis commit fixes indentation in tempest docs. These indentations are\nnot necessary and it causes a weird html outputs.\n\nChange-Id: I9c8714558a3327b7ad0b0ab0d3fdc7e770c3c75b\n"
    },
    {
      "commit": "cd2fef95ca1462f9c8d026dd19c20a84deba3157",
      "tree": "5644de8dfba7eb830f226c304d9e12a7d5d9396e",
      "parents": [
        "93a42fd79dfc38c3f6b7a138a3298bfa5873c2f7"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Mon Nov 06 20:11:45 2017 -0500"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Wed Nov 08 01:23:17 2017 +0000"
      },
      "message": "Add a .htaccess for redirecting old paths\n\nThis commit adds an .htaccess file to the tempest docs to handle\nredirecting old paths to the new location. Before the docs migration in\nthe past we had docs located at docs.openstack.org/developer/tempest and\nnow things are located in docs.openstack.org/tempest/latest. With this\nfile we should be properly redirecting old links to the new location.\n\nChange-Id: Idec7b2f299ade9b7dcc678ea1daf8daa25f08c44\n"
    },
    {
      "commit": "bf142fc3d8cab33aca1756869c92954a05de4a0c",
      "tree": "4318fd88c0ff4b0e0192ff0b027441253324bd0a",
      "parents": [
        "c0a96b313292e35f341dcae80d5c4afcd4439c70"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Mon Oct 23 17:30:18 2017 +0200"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Mon Oct 23 17:51:32 2017 +0200"
      },
      "message": "Make test.py and clients.py as stable for plugins\n\ntest.py and clients.py now only depend on stable\ninterfaces and can be marked stable for plugins.\n\nPrevious patches added unit tests and docstrings\nfor most methods.\n\nChange-Id: I22cb1a7744d2310f9b70769e136803a607217ceb\n"
    },
    {
      "commit": "dc6e2a889e5c0dfe1637cc5ecc46009e1f72cd19",
      "tree": "1408b993b545d31cdf4435f03aea98ce2980d90d",
      "parents": [
        "7f76a2db80b344ef8520b7a1a5a91531e8fc9b70"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Thu Sep 28 07:21:59 2017 +0000"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Thu Sep 28 07:29:33 2017 +0000"
      },
      "message": "Fill microversion doc for implemented volume tests\n\nWe have lot of volume microversion tests implemented\nbut microversion doc is out of date ti list all.\n\nAdding below microversion in doc:\n- 3.9 - I41d0c3f459c139a0e5e415c030cddbb1fe8beb46\n- 3.11 - Ic409db6f1258befc6f1772ea19e7e634170269f8\n- 3.12 - I9904bc53896e7d58a22aef11f6a3128147c0a373\n- 3.14 - Id1779fe5dce50b062ca0ff841a7ede72cac9dd73\n- 3.19 - I14f5b8fd0f386ea5f84cc3a2decede430a7e7893\n- 3.20 - I41d0c3f459c139a0e5e415c030cddbb1fe8beb46\n\nChange-Id: Ifbd4d00e5b75a0c099cac1d1f393490ee326a17f\n"
    },
    {
      "commit": "7df4477fd9705fabb0764f73656657c0b2da61fb",
      "tree": "7935ff78e192d1e140d55d723a17b0e080042420",
      "parents": [
        "47fd954cceafd32b4755677e3e78b79f6caa6fe2",
        "6d5a48cbe7aede5cb5f446af29d80ddf340f6340"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Sep 15 15:49:24 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 15 15:49:24 2017 +0000"
      },
      "message": "Merge \"Move data directory under doc/source\""
    },
    {
      "commit": "7dcb98f50391b15580449b18469c18b2a584717b",
      "tree": "b29126b3edcee720d2507c6ef2b7d4254cf2362b",
      "parents": [
        "d5f49e2f76a9ca3b1f117c1a9eb349e9976ac222",
        "0477accd328220c725bdf227b25cbe8ce2862e72"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Sep 14 19:07:08 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 14 19:07:08 2017 +0000"
      },
      "message": "Merge \"Make validation_resources a stable interface\""
    },
    {
      "commit": "43afce6b8c4ba4e8f829770a7f5e6a2b0f5a325f",
      "tree": "642a9fd29b11b177f830ed8e9cd655f3583aa1b7",
      "parents": [
        "2c8e377d6338d3bccb1cc9e540fa344d8e00c0a1",
        "3be574898c6eebaf86c39fc4512fc56e36df5535"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Sep 13 17:54:24 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 13 17:54:24 2017 +0000"
      },
      "message": "Merge \"Make resource_cleanup stable\""
    },
    {
      "commit": "0477accd328220c725bdf227b25cbe8ce2862e72",
      "tree": "6ea9f2db9dbb70864b09e09770c7a6ef6653ec9e",
      "parents": [
        "9f416dd25a641de016bc081aeefb0f7a701a7a43"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Wed Aug 09 21:14:53 2017 +0100"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Tue Sep 12 15:02:15 2017 -0600"
      },
      "message": "Make validation_resources a stable interface\n\nMove the module to tempest.lib, add unit tests, release notes and\nupdate imports.\n\nChange-Id: I76b3b8e9a83bd83a6b5742b6d2ceb84642f653ad\n"
    },
    {
      "commit": "3be574898c6eebaf86c39fc4512fc56e36df5535",
      "tree": "bb655db96bf85f49b490a0818e44f5b92757ce91",
      "parents": [
        "9806f2dc53acf2286302f5cb569dc2bb5d2dc4c3"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Fri Aug 25 22:41:26 2017 +0100"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Tue Sep 12 12:37:30 2017 -0600"
      },
      "message": "Make resource_cleanup stable\n\nAdd docstrings, unit tests and an helper for class resource\ncleanup. Check super\u0027s resource_cleanup is invoked when\noverriden to ensure the cleanup stack is processed.\n\nChange-Id: I9c89ba4efd715634dde6b1182c2025ddf9c2f7d2\n"
    },
    {
      "commit": "a1c3af33507b9dd52d1838cd21b8914340889fbd",
      "tree": "f545eb7669bf692b1337e723ff2fec81887523d3",
      "parents": [
        "3f310141fb77c1cd787df84b16588b51d01a71a2"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Thu Sep 07 10:22:37 2017 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Thu Sep 07 11:53:49 2017 +0900"
      },
      "message": "[DOC] Fix \"Title level inconsistent\" warning\n\nThis commit fixes the warning \"Title level inconsistent\". And the module\nAPI docs should be shown up.\n\nChange-Id: Ie9a3656b0a58300d611352d054868440f0ffd387\n"
    },
    {
      "commit": "6d5a48cbe7aede5cb5f446af29d80ddf340f6340",
      "tree": "a271dd3b1823c77a88320e80269cc286763c4476",
      "parents": [
        "4747708c017616fec767c597015bf88597c0d9f3"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Wed Sep 06 18:31:57 2017 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Wed Sep 06 18:31:57 2017 +0900"
      },
      "message": "Move data directory under doc/source\n\nThis commit moves the data directory under doc/source directory. The\ndata directory have only tempest-plugins-registry.header which is only\nused for documentation. So, this change makes it clearer for the meaning\nof the directory.\n\nChange-Id: I73059707cb45bb241128662fbd7a48747332ea7f\n"
    },
    {
      "commit": "5415c8ee83c2faa255d1f459334d85a65ecbc6d2",
      "tree": "86a84670c7ec4c34544d00f56e0e5d11977895ba",
      "parents": [
        "09389815a1e37a5674919e0053400a7ac1bd5812",
        "5febd73a5009710b6dd860eb75db6e2ad1ee1ca7"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun Sep 03 12:26:56 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Sep 03 12:26:56 2017 +0000"
      },
      "message": "Merge \"[Doc] Remove html_use_smartypants config in doc\""
    },
    {
      "commit": "c9f271d5c0e4525bf95abc10ce98edaea8842ac1",
      "tree": "27b2eaec95abc24a6d325262a7009e38a801eeee",
      "parents": [
        "596f98073101ed674e2e8f2b92b8859ae642539f"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Wed Aug 30 10:14:23 2017 +0300"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Wed Aug 30 10:14:23 2017 +0300"
      },
      "message": "Fix volume microversion link in doc\n\nCurrent link is of ocata, we should have latest doc\nlink for better maintenance.\n\nChange-Id: Ic8194bb1e4263324267852fccd4f9f9a029ce86a\n"
    },
    {
      "commit": "ecdb0609f586035886fa0862d254cdd1f116f7c6",
      "tree": "e84f821ed3d05dd954cb7a1fb195fc8f16043dee",
      "parents": [
        "680c32aa4af4356fa8b4d04b2876e7911798ae0a",
        "20e512b55333248bd37f081419aed4ef38b8ec2a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Aug 21 05:07:31 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 21 05:07:31 2017 +0000"
      },
      "message": "Merge \"Update and replace http with https for doc links in tempest\""
    },
    {
      "commit": "20e512b55333248bd37f081419aed4ef38b8ec2a",
      "tree": "480e094a31e1bf00cc1bc51f4b126bd6f65008ee",
      "parents": [
        "8d437c776bba5383adb862dbefe8a1b7adb357b5"
      ],
      "author": {
        "name": "shangxiaobj",
        "email": "shangxiaobj@inspur.com",
        "time": "Mon Aug 14 00:12:40 2017 -0700"
      },
      "committer": {
        "name": "shangxiaobj",
        "email": "shangxiaobj@inspur.com",
        "time": "Mon Aug 14 00:12:40 2017 -0700"
      },
      "message": "Update and replace http with https for doc links in tempest\n\n1) Update doc links according to OpenStack document migration\n2) Use https instead of http for docs links\n\nChange-Id: I56ee6a1aa8fd63c336849affb8d6aff5c9e66e9e\n"
    },
    {
      "commit": "284d3112679d9970240e0bbea26b5d0281ee84a5",
      "tree": "3febba322102bd52c01e6fb3dc625f746dc101b1",
      "parents": [
        "8d437c776bba5383adb862dbefe8a1b7adb357b5"
      ],
      "author": {
        "name": "shangxiaobj",
        "email": "shangxiaobj@inspur.com",
        "time": "Sun Aug 13 23:37:34 2017 -0700"
      },
      "committer": {
        "name": "shangxiaobj",
        "email": "shangxiaobj@inspur.com",
        "time": "Sun Aug 13 23:38:43 2017 -0700"
      },
      "message": "[Trivialfix]Fix typos in tempest\n\nFix all the typos found in tempest.\n\nChange-Id: I9417ff7e0ab8a552c6d6acdeb968a9fe993b270a\n"
    },
    {
      "commit": "ff682c8bc3dab2371561c67325095d3f932a0683",
      "tree": "a20fe5278f1095e9e807ed3a9584392f1760a322",
      "parents": [
        "9543ad1e07bb712496762947b7443ff2078664cf",
        "17347f0effe9d0dd85408dd623446873cafa4a36"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Aug 10 10:47:11 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 10 10:47:11 2017 +0000"
      },
      "message": "Merge \"Mark credentials_factory stable for plugins\""
    },
    {
      "commit": "17347f0effe9d0dd85408dd623446873cafa4a36",
      "tree": "696871f0dab11c94456a4ed05eb8ad7122bffdaa",
      "parents": [
        "684380741961830e602f4c4bfa6fd9f7d80a868c"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Wed Jul 26 16:18:30 2017 +0100"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Tue Aug 08 22:26:07 2017 +0100"
      },
      "message": "Mark credentials_factory stable for plugins\n\nAdd unit tests for credentials_factory and mark it stable for\nplugins. This is part of the work to make tempest/test.py stable\nfor plugins.\n\nChange-Id: I99414cb2704ce5469fcb66406b6905e2d1871dba\n"
    },
    {
      "commit": "b2ff0787a36891085f333b73656ec38af99f9550",
      "tree": "2ddb7d58faf4fcdef1f04ff3082ab935107f82d7",
      "parents": [
        "0fc1454c86abf2b2fc1fb5250f42e1a9d4d533c1",
        "850f14dbf9e4c26ff26cd3518ad64615d950e050"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Aug 08 02:48:27 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Aug 08 02:48:27 2017 +0000"
      },
      "message": "Merge \"Fix microversion doc for implemented microversion tests\""
    },
    {
      "commit": "850f14dbf9e4c26ff26cd3518ad64615d950e050",
      "tree": "4756c91cc44ed741c83b20880bb6d8a5d3691815",
      "parents": [
        "248082e22820ccc423e370cc949be3d3c4399b43"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Tue Aug 01 08:37:25 2017 +0000"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Mon Aug 07 18:45:17 2017 +0000"
      },
      "message": "Fix microversion doc for implemented microversion tests\n\ncompute microversion 2.52, and 2.53 are not implemented\nin Tempest and should not be added in doc also.\n\nThose were added in Icc43342e4b64f415593700cb5ab19156a5d2bc19\n\nChange-Id: I8bdd32adcb2bb775099db3a8b8af3832a4025d96\n"
    },
    {
      "commit": "6176f1bbf939aefa463d77696c1c420a21c30abf",
      "tree": "1dc3e33e7bb09a3b6b2bcf081c817477b843233e",
      "parents": [
        "c465bfe00183c18ae83e28dadfc2560f4ff1394e"
      ],
      "author": {
        "name": "yfzhao",
        "email": "dsware@126.com",
        "time": "Thu Aug 03 20:13:50 2017 +0800"
      },
      "committer": {
        "name": "yfzhao",
        "email": "dsware@126.com",
        "time": "Thu Aug 03 20:16:13 2017 +0800"
      },
      "message": "TrivialFix: Remove the unused import code\n\nRemove the unused import code in doc/source/conf.py\n\nChange-Id: Idd3de97e2752eb6a04b2040ea1dd88da5bb91b04\n"
    },
    {
      "commit": "248082e22820ccc423e370cc949be3d3c4399b43",
      "tree": "7c5737b86553dd07152200b8be9b8955f82f184e",
      "parents": [
        "98c5c1e89e60bfa88e9fc6440f8c5c7855be7097",
        "7664afec2d0d9def644f904204a7f91f166d7aa4"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Aug 01 06:30:15 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Aug 01 06:30:15 2017 +0000"
      },
      "message": "Merge \"Fixed the broken links for api microversion\""
    },
    {
      "commit": "15b3842665e53994adb7683714d3815b68ae45bb",
      "tree": "56018995f5c1627a003477b0b1f64eb50abe3871",
      "parents": [
        "0252bca0d926774eab86fd88590401897eefa41b"
      ],
      "author": {
        "name": "junboli",
        "email": "junbo85.li@gmail.com",
        "time": "Mon Jul 31 15:32:19 2017 +0800"
      },
      "committer": {
        "name": "junboli",
        "email": "junbo85.li@gmail.com",
        "time": "Mon Jul 31 15:32:19 2017 +0800"
      },
      "message": "TrivialFix: Remove the unused import code\n\nIn the file doc/source/conf.py, some unused import code left, this change is to\nclean them up.\n\nChange-Id: I22ad2c3f6f37e0ca80c2a0d0943492572899929e\n"
    },
    {
      "commit": "7664afec2d0d9def644f904204a7f91f166d7aa4",
      "tree": "5f08ea00baed930911862e3088deb5b65955253d",
      "parents": [
        "0252bca0d926774eab86fd88590401897eefa41b"
      ],
      "author": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Fri Jul 28 18:59:33 2017 +0530"
      },
      "committer": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Fri Jul 28 19:00:02 2017 +0530"
      },
      "message": "Fixed the broken links for api microversion\n\nChange-Id: Icc43342e4b64f415593700cb5ab19156a5d2bc19\n"
    },
    {
      "commit": "ae90da579661f408444cba2c8fb87407c98f42da",
      "tree": "8330626aa5b452263a54e3ca4a972cd198a2076d",
      "parents": [
        "40bf695c91c3fe1c5ae858bfe2a862b99648db1c",
        "841b75e6b64254965e72c6a09bd09171e158e56b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jul 24 19:53:19 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 24 19:53:19 2017 +0000"
      },
      "message": "Merge \"Add better docs on credential providers\""
    },
    {
      "commit": "e70e0feb6361d7f97f0b360b25a711a2426775a7",
      "tree": "38ea690785af82628f88710418787aab9178a3d9",
      "parents": [
        "30bbd2deeb1b786014aabd9e4b822146351b1ade",
        "b19c55df4bb30a65e3e6abfa977dd9e857a330a4"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jul 24 10:30:29 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 24 10:30:29 2017 +0000"
      },
      "message": "Merge \"Migrate the preprov creds module to tempest lib\""
    },
    {
      "commit": "30bbd2deeb1b786014aabd9e4b822146351b1ade",
      "tree": "4e9e78aef1aae12fec2a5ed9f2e7ccdd8f3becf7",
      "parents": [
        "c7a403debdb270412836cca30103512b9a7d497f",
        "c51b712dec2013edeeaa3e91e65f94a7bb185574"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jul 24 10:08:02 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 24 10:08:02 2017 +0000"
      },
      "message": "Merge \"Migrate the dynamic creds module to tempest lib\""
    },
    {
      "commit": "c7a403debdb270412836cca30103512b9a7d497f",
      "tree": "50b63ac3d8f3d4a5e77fc6c9709d0edfc14f5a22",
      "parents": [
        "878845412eee5f0b2c5b86835372096723fa8596",
        "74a56aba03aaed32669ea7f0b011a5a7c2c6a730"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sat Jul 22 01:47:46 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jul 22 01:47:46 2017 +0000"
      },
      "message": "Merge \"Doc: fix markups, capitalization and add 2 REVIEWING advices\""
    },
    {
      "commit": "841b75e6b64254965e72c6a09bd09171e158e56b",
      "tree": "ea12a0db44ebc4ce71d0069dd99a19ff61855c0b",
      "parents": [
        "b19c55df4bb30a65e3e6abfa977dd9e857a330a4"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Mon Jul 17 13:17:43 2017 -0400"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Fri Jul 21 16:16:48 2017 -0400"
      },
      "message": "Add better docs on credential providers\n\nThis commit adds some better documentation with an example explaining\nhow to use the credential providers now in tempest/lib.\n\nChange-Id: I9f6856645094d483f7a3f0f76a40568c28c4e9b1\n"
    },
    {
      "commit": "b19c55df4bb30a65e3e6abfa977dd9e857a330a4",
      "tree": "06c35b92944205f26e74e214a19f75697059fafe",
      "parents": [
        "c51b712dec2013edeeaa3e91e65f94a7bb185574"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Mon Jul 17 12:38:35 2017 -0400"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Fri Jul 21 16:14:41 2017 -0400"
      },
      "message": "Migrate the preprov creds module to tempest lib\n\nThis commit migrates the preprovisioned credentials provider from\ntempest/common into tempest/lib. As part of this 2 dependencies are\nalso migrated to lib: the InvalidTestResource exception class and the\ntempest.common.fixed_network module.\n\nChange-Id: Ib9e909aaaf81f7cb57e2382cec44598e918747b8\n"
    },
    {
      "commit": "c51b712dec2013edeeaa3e91e65f94a7bb185574",
      "tree": "c5a93a86de8cc400b1951d86bc67b0d919a91983",
      "parents": [
        "e1e6e7825d48a4c4ef582b9c81b0a320e72ca18b"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Mon Jul 17 12:28:07 2017 -0400"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Fri Jul 21 16:14:40 2017 -0400"
      },
      "message": "Migrate the dynamic creds module to tempest lib\n\nThis commit migrates the dynamic credentials provider from\ntempest/common into tempest/lib.\n\nChange-Id: Id8d60e4d7c22bc72c3e48bc768509ff0cc0c89d5\n"
    },
    {
      "commit": "e98720a22f70079a2b3bc55dce2c7ff214dd1ff5",
      "tree": "610306ada41094253287c936d124854e875a3bb0",
      "parents": [
        "55e301689c3e2bb0bf7189dafc824b53bdd7ea3c"
      ],
      "author": {
        "name": "chenxing",
        "email": "chen.xing@99cloud.net",
        "time": "Wed Jul 19 03:42:23 2017 +0000"
      },
      "committer": {
        "name": "chenxing",
        "email": "chen.xing@99cloud.net",
        "time": "Wed Jul 19 03:42:23 2017 +0000"
      },
      "message": "Update the documention for doc migration\n\nChange-Id: Ie6d322d1b9c93118af7c74986993010b9f4b76b2\n"
    },
    {
      "commit": "aa516f871f0f1b471909e24aa178bbe77ceebb0e",
      "tree": "2e7a3c17df1995566ca81c18caf385428814bfc1",
      "parents": [
        "7a857b04f8fa39c48d25f66153dbbbf7615331c9"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Wed Jul 12 13:56:04 2017 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Wed Jul 12 13:56:04 2017 +0900"
      },
      "message": "Add flag to generate tempest plugin list\n\nThis commit adds a flag to generate a tempest plugin list. In a local\nenvironment, we don\u0027t need to generate a tempest plugin list, always\nwhen we just need to see the other documents. Besides, generating the\ntempest plugin list takes a long time. When GENERATE_TEMPEST_PLUGIN_LIST\nenvironment variable is \u0027true\u0027(default), the plugin list is created.\nWhen the other value such as \u0027false\u0027 is specified, it isn\u0027t.\n\nChange-Id: I6fd3cb3045ba8bbfb39c597413e13faa3cd24ae3\n"
    },
    {
      "commit": "74a56aba03aaed32669ea7f0b011a5a7c2c6a730",
      "tree": "2914b1dad1904088d49509355877a83a2c446b23",
      "parents": [
        "21dd8a5ee2ab5a068cbb20d0468bd5f444fef59a"
      ],
      "author": {
        "name": "Jordan Pittier",
        "email": "jordan.pittier@scality.com",
        "time": "Wed Apr 26 16:46:20 2017 +0200"
      },
      "committer": {
        "name": "Jordan Pittier",
        "email": "jordan.pittier@scality.com",
        "time": "Tue Jul 11 20:26:32 2017 +0200"
      },
      "message": "Doc: fix markups, capitalization and add 2 REVIEWING advices\n\nI\u0027ve been reading our entire documentation to see where it could\nbe improved. It\u0027s guide good actually. While reading I\u0027ve fixed\nsome typos, added some capitalization to project names, mostly\ntrivial stuff.\n\nWhat\u0027s worth reviewing is the 2 paragraphs I added to the REVIEWING\nguidelines.\n\nChange-Id: I977de335119f4ff7b9aedcfbed31c264ed531ea8\n"
    },
    {
      "commit": "29b22308285de4f5aca09a9becf16f132efe463d",
      "tree": "778f46dc3e5a12719ded188a09e5106234b2c6fa",
      "parents": [
        "479863dd47beeb35aef5fd5541956658940c48cc"
      ],
      "author": {
        "name": "bhavani.cr",
        "email": "bhavani.r@nectechnologies.in",
        "time": "Tue Jul 04 12:00:58 2017 +0530"
      },
      "committer": {
        "name": "bhavani",
        "email": "bhavani.r@nectechnologies.in",
        "time": "Tue Jul 04 11:01:33 2017 +0000"
      },
      "message": "Switch from oslosphinx to openstackdocstheme\n\nTo use openstackdocstheme 1.11.0 properly, this patch fixes\nsome settings according to follow.\nhttps://docs.openstack.org/openstackdocstheme/latest/\n\nChange-Id: I07652e3a086a650ab9f08f6da7ddf0e8145b2969\n"
    },
    {
      "commit": "5febd73a5009710b6dd860eb75db6e2ad1ee1ca7",
      "tree": "677a6fd434f95f71b2a4c01f28dbaab11fe67cfb",
      "parents": [
        "1b786f1c6d4ed605be0f09647b44e97f8bd40664"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Thu Jun 29 12:43:04 2017 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Thu Jun 29 12:43:04 2017 +0900"
      },
      "message": "[Doc] Remove html_use_smartypants config in doc\n\nThis commit removes \u0027html_use_smartypants\u0027 config in the doc conf.py.\nThe config option is already deprecated. And we don\u0027t need it in the\nquoted double-dashes.\n\nChange-Id: I1884abdb6bcab606879f4d90d604fdf2dee78c7d\n"
    },
    {
      "commit": "0cb4f2255c8331e091a9143b65d73927ade6e757",
      "tree": "2ca111ba8a61f540896a330bb87f8469f263398c",
      "parents": [
        "8fde5658a8045b42cfd7dbf4ba2ef6422741c8c3"
      ],
      "author": {
        "name": "Sergey Nikitin",
        "email": "snikitin@mirantis.com",
        "time": "Fri Feb 03 13:16:33 2017 +0400"
      },
      "committer": {
        "name": "Sergey Nikitin",
        "email": "nikitinserv@gmail.com",
        "time": "Fri Jun 23 14:14:38 2017 +0000"
      },
      "message": "Tests for Nova instance diagnostics (microversion v2.48)\n\nExisting instance diagnostics tests were moved to the new files\nto test diagnostics for different microversions (2.1 and 2.48).\n\nDepends-On: If0b1493cc5c1c7f0d9896dd68342ad4dea4f7da2\n\nChange-Id: I7757c5beeea3d3b0bc15a51cafc5ea2ada65e76c\n"
    },
    {
      "commit": "8fde5658a8045b42cfd7dbf4ba2ef6422741c8c3",
      "tree": "5e6cc94296e3ad6607c2de50662e630695f00045",
      "parents": [
        "7226611b00ef4fca8e74df3c697929eb167ba49c",
        "8654e5b0d6fb756e163bb722e2dc603c68a770ad"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jun 23 14:12:42 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jun 23 14:12:42 2017 +0000"
      },
      "message": "Merge \"Added tests for Nova microversion v2.47\""
    },
    {
      "commit": "8654e5b0d6fb756e163bb722e2dc603c68a770ad",
      "tree": "88a50f17fb80749e4ca306861d2c669ec65f105e",
      "parents": [
        "d61cc59a0b9f3d6ed1764da2ad06b81a3788f50b"
      ],
      "author": {
        "name": "Sergey Nikitin",
        "email": "snikitin@mirantis.com",
        "time": "Sun Jun 04 22:09:56 2017 +0400"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyammann@gmail.com",
        "time": "Tue Jun 20 04:43:04 2017 +0000"
      },
      "message": "Added tests for Nova microversion v2.47\n\nThis microversion changes flavor property in server response.\nNew test case was added to do not overload some other testcase\nby running all tests for two microversions (v2.1 and v2.47)\n\nAlso method create_test_server was modified. Now it adds field\n\u0027network\u0027 into request if microversion \u003e\u003d v2.37 because since\nthis microversion this field is required.\n\nChange-Id: If7420d0c6153fe63c049c0f6dc9a748968d40315\n"
    },
    {
      "commit": "60dc7a3a94f28d257257f9d8cfbaa1f7732048b4",
      "tree": "e4e5060a7e7635d21640b8564fcc746c225b0b5c",
      "parents": [
        "a863236795baee5690abe99c10c19bf5d57af3df"
      ],
      "author": {
        "name": "zhanghongtao",
        "email": "zhanghongtao0826@126.com",
        "time": "Fri Jun 09 16:28:15 2017 +0800"
      },
      "committer": {
        "name": "ZhangHongtao",
        "email": "zhanghongtao0826@126.com",
        "time": "Fri Jun 09 09:21:07 2017 +0000"
      },
      "message": "Fix html_last_updated_fmt for Python3.\n\nhtml_last_updated_fmt option is interpreted as a\nbyte string in python3, causing Sphinx build to break.\nThis patch makes it utf-8 string.\n\nChange-Id: If9104f4b56cd22fed87c596f990350ea877d83b6\nCloses-Bug:#1693670\n"
    },
    {
      "commit": "e88caa85444115defaf9d48cb3a4b72975b0cc30",
      "tree": "90c594ad78651da3d3d30e29b49a7705f3265a61",
      "parents": [
        "d61cc59a0b9f3d6ed1764da2ad06b81a3788f50b"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.me",
        "time": "Mon May 22 17:53:15 2017 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.me",
        "time": "Tue Jun 06 12:00:24 2017 +0900"
      },
      "message": "Fix minor header wordings\n\nThis commit fixes minor header wordings which were mentioned in the\nprevious patch review[1].\n\n[1] Ia1e8e16e5f5ddb06e4c4ccb4979b0750b88a4db4\n\nChange-Id: I4db09bda5628371186e3548143c59d0841fcb7b0\n"
    },
    {
      "commit": "cc0c0485437ffbfb93c6391a8553921f9ef3bfce",
      "tree": "5c2dc802677515155e5b9fa02af87727ff89e40f",
      "parents": [
        "7203f58c97f250d8443235334efedd4d94792877"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Sat May 27 16:21:18 2017 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Sat May 27 16:21:18 2017 +0800"
      },
      "message": "Remove the exception description of auth_version in doc\n\nAfter I2601433585740030ab61433f0e8ca1a919275d9f is merged,\nthe exception description of auth_version is no longer\ntrue, this is to remove it.\n\nChange-Id: I5f9d8fb852faa92708158fca7d7bc7f5ac2fd933\n"
    },
    {
      "commit": "0419088f9d24ef95adbb5cc5a26c02c639521c5f",
      "tree": "f1c6b055a3d00ff9f0b96749eedd7ae06df2f2c5",
      "parents": [
        "fcefb26f2a7450cf2f108e28139820bcfd620c7c"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Tue May 23 10:21:48 2017 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Tue May 23 10:45:48 2017 +0800"
      },
      "message": "Replace the usage of \u0027os\u0027 with \u0027os_primary\u0027\n\nRead-only property \u0027os\u0027 has moved to \u0027os_primary\u0027 in version \u0027Pike\u0027\nand will be removed in version \u0027Queens\u0027, so this is to replace\nthe usage of \u0027os\u0027 with \u0027os_primary\u0027.\n\nChange-Id: I9f7c13da05a8c4a63529c11aa6213a7269abee6d\n"
    },
    {
      "commit": "d2a657de0e636b121e2ce967505f7643e8aac542",
      "tree": "2af4eed03a2461215c26e29de2534824f0a887c9",
      "parents": [
        "7db050e405a89961cac7d88cf89f50214b289f93"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.me",
        "time": "Mon May 08 15:25:56 2017 -0400"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.me",
        "time": "Tue May 09 15:34:45 2017 -0400"
      },
      "message": "Update document theme and section headers\n\nThis commit updates the document theme. It is clear, simple, up-to-date\nand beautiful. And this commit also updates section headers to fix the\ndocument index.\n\nChange-Id: Ia1e8e16e5f5ddb06e4c4ccb4979b0750b88a4db4\n"
    },
    {
      "commit": "8160d31e58eab90fde1f3412dae1099653482cc4",
      "tree": "6a159b5dd6eb113a32894fc818ab81f0a3b6a1f8",
      "parents": [
        "5ee0941501378552aa3308df8fdfef3ec1e16778"
      ],
      "author": {
        "name": "Jordan Pittier",
        "email": "jordan.pittier@scality.com",
        "time": "Tue Apr 18 11:52:23 2017 +0200"
      },
      "committer": {
        "name": "Jordan Pittier",
        "email": "jordan.pittier@scality.com",
        "time": "Wed Apr 26 10:34:56 2017 +0200"
      },
      "message": "test.py: stop using aliases for creds manager\n\nIt could be confusing to new comers that the variables\ncls.os and cls.os_primary or cls.alt_manager and cls.os_alt\nactually are aliases. Besides we are not consistent in their usage.\n\nThis patch normalizes the usage around os_admin, os_primary and\nos_alt. We keep the old aliases for compatibility but we should not\nuse them anymore.\n\nThis fix a long standing TODO item.\n\nChange-Id: I5f7164f7a7ec5d4380ca22885000caa0183a0bf7\n"
    },
    {
      "commit": "595887ba5e3e1c442007ff0d2020841722198cf0",
      "tree": "ab03d35e8bf332f086d625fb89ee21e7e9a68bd5",
      "parents": [
        "c29ac6cf0671db9d2446981773beb5500e84146e",
        "933d982f3566d40c51714b78f766dd1f4000f843"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Apr 24 05:35:12 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 24 05:35:12 2017 +0000"
      },
      "message": "Merge \"Improvement in API Microversion testing doc\""
    },
    {
      "commit": "2e644e6519393a5b27b8ae5cf1f153bc03035ed6",
      "tree": "1c081e1825018d55550c9acfebd2858ba795df1a",
      "parents": [
        "549cac3ed9eae6357dd7a9306d6521a3fd33604a"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Fri Apr 21 14:14:54 2017 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Fri Apr 21 14:14:54 2017 +0800"
      },
      "message": "Fix the position of the dots in write_tests.rst\n\nThis is to move the dots to the end of the sentences.\n\nChange-Id: I2f6906efc8f63f39737c73301e7239b1c7e18ea8\n"
    },
    {
      "commit": "79a45702e9ab2aef87ce7814d68852c9afe05f4c",
      "tree": "67509a2a040ee8cfcf300f7a841b5754014a8ad6",
      "parents": [
        "8bf816a7fb2fb650b2b4b413b79e46d8558c1bbd",
        "19b7ba42296a0fb01380d0dc67e41fa23bf89bcc"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Apr 20 18:47:55 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 20 18:47:55 2017 +0000"
      },
      "message": "Merge \"Add write tests docs for using client managers and credentials\""
    },
    {
      "commit": "933d982f3566d40c51714b78f766dd1f4000f843",
      "tree": "32dc459cefb430e1d05a2fc944ef839ae1108ca0",
      "parents": [
        "58fbcd0071a4f1afce3818ac0658eddfcfd0af68"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Mon Mar 13 06:09:02 2017 +0000"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyammann@gmail.com",
        "time": "Wed Apr 19 06:19:08 2017 +0000"
      },
      "message": "Improvement in API Microversion testing doc\n\nDuring ATL PTG, we discussed about the testing\nof API microversions in Tempest and what all\ntests can be implemented on Tempest side.\n\nThis patch adds those consensus in doc to clarify\nabout microversion testing scope.\n\nChange-Id: Ifbaa66dba932a7472010bddf11545d66b95ba42e\n"
    },
    {
      "commit": "19b7ba42296a0fb01380d0dc67e41fa23bf89bcc",
      "tree": "772fa93234d34b3abf49de56df9b856743cd6162",
      "parents": [
        "c85642f6e2c355669c42572c2b08706ee9f98bbf"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Sun Apr 09 20:39:49 2017 -0400"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Mon Apr 17 10:08:31 2017 -0400"
      },
      "message": "Add write tests docs for using client managers and credentials\n\nThis commit adds documentation on how to interact with clients, client\nmanagers, and credentials objects. These are critical pieces of\ninformation for anyone writing tempest tests, so making sure the guide\nincludes this information is equally important.\n\nChange-Id: I89e2c137068eea8aeaff0561fe078eccd3a23f0e\n"
    },
    {
      "commit": "cd420fb059aef4d4356897626a75a1fb851ce9d2",
      "tree": "261c80133c043e6e9764d583151e647d6cd5fe4a",
      "parents": [
        "b86de8898f60af921980c00991f34248e100ccf9"
      ],
      "author": {
        "name": "yuhui_inspur",
        "email": "yuhui@inspur.com",
        "time": "Tue Apr 11 01:46:48 2017 -0700"
      },
      "committer": {
        "name": "yuhui_inspur",
        "email": "yuhui@inspur.com",
        "time": "Tue Apr 11 01:47:43 2017 -0700"
      },
      "message": "Add Apache License content in .py files\n\nChange-Id: Iebd5844dc2b999f19264daf61d4b73dc85f42111\n"
    },
    {
      "commit": "8f28d1fff41443c25915618f881e1e6eebac6da2",
      "tree": "9124f420287a93481dd4e726723f967bd4311896",
      "parents": [
        "d649055e46b866d290c9a6ef55a3134217caefd6"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Sat Apr 08 21:35:41 2017 -0400"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Sat Apr 08 21:35:41 2017 -0400"
      },
      "message": "Fix heading levels in write_tests doc\n\nThis commit fixes the top level header for the write_tests doc.\nPreviously, the doc title was set as the same as the section. This\ncaused things like table of contents to confuse the hierarchy of the\nsections in the docs. This commit fixes that by setting the doc title\nto be a higher lever in the hierarchy.\n\nChange-Id: I2ecb110c766a71e1dc2d9e663ca38ece76dc327d\n"
    },
    {
      "commit": "d8386a3fb492122eedf926f0a61822068b2499e2",
      "tree": "badb1c4c290b4312d76d567a4effed937be5d5ae",
      "parents": [
        "3f9b3b1191ab3b7e91bd1525f10a1c202009c4c3"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Fri Mar 31 10:56:58 2017 -0700"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Tue Apr 04 18:00:52 2017 +0000"
      },
      "message": "Rename test-removal.rst\n\nAll other rst files don\u0027t contain \"-\" in the file names instead of \u0027_\u0027.\nThis patch renames test-removal.rst for consistent format on rst files.\n\nTrivialFix\n\nChange-Id: I229870baa1954e1f6b2277318ae5bae332f660ad\n"
    },
    {
      "commit": "e8ab5f9b080d67ef5023a9a2eaa3e9ed8feafd7a",
      "tree": "52d08cd5b4d9693ed2426209dc55baa1de4c8fce",
      "parents": [
        "90d505ae75462aea9c16119db0ef8933d999b872"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Wed Mar 01 15:25:39 2017 -0500"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Mon Apr 03 11:53:35 2017 -0400"
      },
      "message": "Add tempest test writing guide\n\nThis commit is the start of a new doc guide for helping people figure\nout how to write good tempest tests. This is just a starting point for\nthe document and doesn\u0027t cover every aspect of writing a test case in\ntempest. Right now it just covers the setupClass phase for writing\nTestCases. It will be expanded upon in future commits to give a complete\nguide to writing tests in Tempest.\n\nChange-Id: Ie0db2079163f536ae72668c8fc9129ae4c6389e2\n"
    },
    {
      "commit": "d114804f1a25c4fc6299153e8e368e12151bbf2f",
      "tree": "3d469f349c77a362790d52f1f405eb2ee8921295",
      "parents": [
        "e3701dd534696bb29661f61aa1759bc9e659931e"
      ],
      "author": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Wed Mar 22 12:35:10 2017 +0000"
      },
      "committer": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Thu Mar 23 11:51:45 2017 +0000"
      },
      "message": "Use Sphinx 1.5 warning-is-error\n\nWith pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as\nerrors is setting warning-is-error in build_sphinx section. Migrate\nthe setting from the old warnerrors one.\n\nThere are a couple of small items to be cleaned up.\n\nChange-Id: I01b1ac49c69d001ea25a475d903311d0b592656e\n"
    },
    {
      "commit": "e3701dd534696bb29661f61aa1759bc9e659931e",
      "tree": "d9d75ee2465db7f7e54b4a11b045c0b4033856cd",
      "parents": [
        "4411b2992c4f093ddc893e2e8149b2277d35c137"
      ],
      "author": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Wed Mar 22 12:39:44 2017 +0000"
      },
      "committer": {
        "name": "Stephen Finucane",
        "email": "sfinucan@redhat.com",
        "time": "Wed Mar 22 12:41:12 2017 +0000"
      },
      "message": "doc: Remove config for unused builders\n\nTempest doesn\u0027t build docs in any format except for HTML. We can remove\nall of the cruft for other builders.\n\nChange-Id: I0011e4bfdf6fdeb560e5f8a39a8077c80501c79e\n"
    },
    {
      "commit": "58fbcd0071a4f1afce3818ac0658eddfcfd0af68",
      "tree": "0a21e993f640d642597659006e33940a2e733d20",
      "parents": [
        "e80cb3561ae8041294af65ae7d71fe0c84aab542"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Mon Mar 13 04:37:17 2017 +0000"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Mon Mar 13 04:37:17 2017 +0000"
      },
      "message": "Add Cinder microversion test info in doc\n\nBelow patch implemented Cinder microversion 3.3 test case.\n- I3d9b3fe288333721bf3b2c6c988949f2f253bfcc\n\nThsi commit adds the information about tested microversion\nin doc.\n\nChange-Id: I17e66b3732657a5606e300b504bbf474abc073fa\n"
    }
  ],
  "next": "4d8ba2377bdf7c4b8d7cda205b06b0881f5890c3"
}
