)]}'
{
  "log": [
    {
      "commit": "fa32884e1cd9973bd22adc0b1ca6c4036da70441",
      "tree": "cc710ca25d31327c41665fb28ae3acda6289166a",
      "parents": [
        "f070f7bb67fa01719458156b9d26d16385171f09"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Thu Dec 14 07:22:12 2017 +0000"
      },
      "committer": {
        "name": "Ilya Menkov",
        "email": "imenkov@mirantis.com",
        "time": "Tue Jan 26 10:48:10 2021 +0000"
      },
      "message": "Volume Service Testing: default to v3 endpoints\n\nVolume service has 2 versions of APIs, v2 and v3. v3 base\nversion \u0027v3.0\u0027 is supposed to be identical to v2 APIs.\n\nCurrent supported API is v3 and all future development\nwill be on v3 with microversion.\n\nBase API       v3.0 \u003d\u003d v2\nAPI versioning  v3.0 + microversion (v3.1, v3.2 etc)\n\nIn current situation, Tempest tests v2 API mainly and\nv3 microversion specific change. As Cinder already made v3 as\ncurrent supported APIs which are supposed to be identical to v2,\nit\u0027s is good to test v3 API as default with ability to configure\nto test v2 APIs also.\n\nTempest should have flexibility to run existing test against any\nof the API version. All existing tests which used to run on v2 APIs\nshould pass on v3.0 without any change.\n\nIdea to achieve that is:\n -  Use config option ``[volume].catalog_type`` to switch the target API\n    version for testing. For example-\n    If it is configured to v3 endpoints, all tests will run against v3 APIs. like\n    \u0027volumev3\u0027 in case of devstack [1].\n    If it is configured to v2 endpoints, all tests will run against v2 APIs. like\n    \u0027volumev2\u0027 in case of devstack.\n\nChanges required:\nTempest: this commit\n 1. Change the default value of the config option ``[volume].catalog_type`` to ``volumev3``\n    so that all gate job test v3 as default.\n 2. Make all volume service clients version less.\n\nDevstack: I531f3b32e81ac5d282461597ca286c09429cb143\n 3. Make Devstack to configure the ``[volume].catalog_type`` on tempest for v2 job.\n 4. If Tempest if configured to tests v2 APIs, configure tempest to skip microversion tests\n    as no microversion supported in v2 APIs.\n\nv2 API Job: TODO\n 5. Add new job for v2 APIs testing and set ``[volume].catalog_type`` to ``volumev2``\n    to run all tests against v2 APIs.\n\nThis way we will have:\n - default gate testing of v3 APIs.\n - separate job testing v2 APIs till it is required.\n\n..1 https://github.com/openstack-dev/devstack/blob/924b1149c8138bf1401aaef709e00f680509c33f/lib/cinder#L361\n\nNOTE: Next patch will make all service clients under v3 dir\n      and keep v2 service clients available for backward\n      compatibility.\nRelated-prod: PRODX-9612\nChange-Id: I0c9193501eb9eaa25eb5f0786bb72eb7855099fb\n"
    },
    {
      "commit": "802fc240a515275444f29ce894b0a0abb6d145d7",
      "tree": "bab49fedbd05139e801de38a752276e88b7465b4",
      "parents": [
        "e1ce5a8a32f701893c29c8cf39e29d24d3533476"
      ],
      "author": {
        "name": "Attila Fazekas",
        "email": "afazekas@redhat.com",
        "time": "Wed Sep 12 17:30:01 2018 -0600"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri Jan 15 10:35:13 2021 +0200"
      },
      "message": "Default enable run_validation\n\nIt was default enabled on the gate for a long time.\nThe option is  required to run api tests stability in case the\nguest cooperation required for example volume/interface detach.\n\nhttps://etherpad.openstack.org/p/handling-of-interface-attach-detach-hotplug-unplug\n\nRelated-Prod: PRODX-10450\n\nChange-Id: I9fd433fe249cc80f6799ff240df692a5ce9275a5\n"
    },
    {
      "commit": "e1ce5a8a32f701893c29c8cf39e29d24d3533476",
      "tree": "89496e18002851877ac01c31a65b4b3cb2d3e03e",
      "parents": [
        "cd296794d44769ab2a2302c317ba043a41f92fcb"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Jun 18 17:29:39 2020 +0300"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Jun 18 15:37:27 2020 +0000"
      },
      "message": "Update skip check for ServersTestBootFromVolume\n\nIntroduce new config option boot_from_volume in compute-feature-enabled\ngroup which specifies if booting from volume is allowed.\n\nChange-Id: Ieaed751b55bdfd38750ab3dd659e437eca937a0a\nRelated-Prod: PRODX-5741\n"
    },
    {
      "commit": "36702c40392034b62fd8917ec5c339b029aada98",
      "tree": "5797c3700533031428e1cd74f1dff70039e0348c",
      "parents": [
        "dbf284ade9c708d63b37203bf4bb41255a0c508f"
      ],
      "author": {
        "name": "Alex Savatieiev",
        "email": "osavatieiev@mirantis.com",
        "time": "Wed Mar 28 17:56:49 2018 +0200"
      },
      "committer": {
        "name": "sandriichenko",
        "email": "sandriichenko@mirantis.com",
        "time": "Tue Jun 12 13:33:35 2018 +0300"
      },
      "message": "VNC harcoded server name removed\n\n  VNC server can be other than WebSockify, so there is a need to\n  configure it once in a while for various deployments\n\n    - added config option\n    - updated test\n\nRelated-prod: PROD-18630\n\nChange-Id: I938bae347eaa9fcf76e4118188b325ba6d3efa77\nCloses-Bug: #1748339\n(cherry picked from commit 82b6aebee79e3a4709268a45861069cb87b3f96a)\n(cherry picked from commit 441c3c1c972112076df344970a4bda62094abc4a)\n"
    },
    {
      "commit": "b9f9f892958be615dad47e740e6329c3046b6dbd",
      "tree": "26bbd26fbb75efb63afac8608042ddff52a9cc71",
      "parents": [
        "60d7af7ab088bb210c9b951846d3c69e59f29c77",
        "891299e4480f45f7326fa43a6f2613ef5cfe42bd"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Feb 27 16:26:55 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 27 16:26:55 2018 +0000"
      },
      "message": "Merge \"Add releasenotes to mark the start of Queens support, newton EOL\""
    },
    {
      "commit": "60d7af7ab088bb210c9b951846d3c69e59f29c77",
      "tree": "9777aac510117f56964f6d555745d66adf8f4af5",
      "parents": [
        "1fb52ae1743e1f1359fb431314afc0efca4b7e44",
        "2a69e466c41aad7496f6793fe40b126447f8b953"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Feb 27 16:06:27 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Feb 27 16:06:27 2018 +0000"
      },
      "message": "Merge \"Reno for tempest run CLI new arg and fix\""
    },
    {
      "commit": "891299e4480f45f7326fa43a6f2613ef5cfe42bd",
      "tree": "8aa7bcae97fcd0fece0d9991244b438f7eebe56d",
      "parents": [
        "2a69e466c41aad7496f6793fe40b126447f8b953"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Feb 22 07:50:45 2018 +0000"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Feb 27 13:40:20 2018 +0000"
      },
      "message": "Add releasenotes to mark the start of Queens support, newton EOL\n\nThis commit adds the releasenote to start the Queens support\nand needed for version 18.0.0 to release.\n\nAlong with that this also marks end of support for Newton in Tempest\n\nChange-Id: I8aec5e91a2c54cc8a5dcdbb0f42ee575c10119c4\n"
    },
    {
      "commit": "2a69e466c41aad7496f6793fe40b126447f8b953",
      "tree": "d8b49a216c569327fe5ec599f51ee6b98ad50d8d",
      "parents": [
        "ff07eace4cf6901779da360dc5c63a9a0437bb0f"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Fri Feb 23 07:21:43 2018 +0000"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "gmann@ghanshyammann.com",
        "time": "Tue Feb 27 13:39:56 2018 +0000"
      },
      "message": "Reno for tempest run CLI new arg and fix\n\nThis commit adds the reno for changes done in\nbelow commits\n-I440ab90f576e1ac333c7c40175ad6117d1299c04\n-I90dfc15765057f876ebaf66abf5af24de0f675b9\n\nChange-Id: I00ae901dc168cf0f7f7c24d5e9a46e5d6c911847\n"
    },
    {
      "commit": "e2c2fb1e06df8af20d29e73fefc25f385a1b05b1",
      "tree": "b7faa122ad01c5f9dc38525745bfcedf69af6635",
      "parents": [
        "195992425461f788ed924d671f81fa0153fe3e70"
      ],
      "author": {
        "name": "Moshe Levi",
        "email": "moshele@mellanox.com",
        "time": "Thu Aug 31 15:18:58 2017 +0300"
      },
      "committer": {
        "name": "Lenny Verkhovsky",
        "email": "lennyb@mellanox.com",
        "time": "Mon Feb 26 06:22:51 2018 +0000"
      },
      "message": "allow to config port binding:profile\n\nWhen using OVS HW offload feature we need to create\nneutron port with  --binding-profile \u0027{\"capabilities\": [\"switchdev\"]}\u0027 [1]\nTo allow this feature to be tested with Mellanox CI we need a way\nto configure the port binding:profile in tempest\n\n[1] - https://review.openstack.org/#/c/504911/\n\nChange-Id: I9b562aaabf960d38f623d88e8b88619edbb70fe8\n"
    },
    {
      "commit": "24a753dcfbbda143254c64e58b06d15f40e78f59",
      "tree": "5eae17393de1e9074cf8cfa76e8c1a40603102b5",
      "parents": [
        "d8240a950504ea1379c3bbb1d2556a42631ec694",
        "8a4396e3d3b48447a1ea1b9c20810e1cc3a6c357"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Feb 21 23:01:58 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 21 23:01:59 2018 +0000"
      },
      "message": "Merge \"Switch Tempest CLI commands from testrepository to stestr\""
    },
    {
      "commit": "b6c6d2a128ded6bcda1ae3536da237a71c4780a4",
      "tree": "3c19f885f38a4e9ebf203bb1e6dd7016ba91ebda",
      "parents": [
        "3fb1d3689ea7848d9e2d53e53e98f455b303a0da"
      ],
      "author": {
        "name": "Mohammed Naser",
        "email": "mnaser@vexxhost.com",
        "time": "Fri Dec 29 18:13:29 2017 -0500"
      },
      "committer": {
        "name": "Mohammed Naser",
        "email": "mnaser@vexxhost.com",
        "time": "Mon Feb 19 10:16:13 2018 -0500"
      },
      "message": "Refactor config drive mounting\n\nThere are a few places where we mount the config drive which\nis not done in a consistent manner which results in failures\nfor the cases where the config drive is VFAT, which makes the\ndevice label report as CONFIG-2 and not config-2 (uppercase).\n\nThis refactors the mounting and unmounting codebase to the\nsame block and reuses it to ensure a consistent behaviour across\ntests, also letting the tags checks pass when using VFAT for\nconfig drives.\n\nChange-Id: I529cff87c848bc87d63d2ec407ed18cdd631ecef\n"
    },
    {
      "commit": "8a4396e3d3b48447a1ea1b9c20810e1cc3a6c357",
      "tree": "28b9aff79c5ec1b7d972732a2aeeb645e5fb7cba",
      "parents": [
        "4acc05b56bac7dffc8d0ab6d9401b8024b261946"
      ],
      "author": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Fri Sep 15 12:18:10 2017 +0530"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Tue Feb 13 08:16:33 2018 +0000"
      },
      "message": "Switch Tempest CLI commands from testrepository to stestr\n\nThis commit switches the Tempest CLI commands to internally use stestr\ninstead of testrepository. At this point in time the testrepository\nproject is effectively unmaintained and stestr was a fork started to\nhave an actively maintained test runner. It also focuses on being a\ndedicated python test runner, instead of an abstract test runner\ninterface for any tests that emit subunit.\n\nBesides the bug fixes and other improvements included with stestr, this\nswitch provides a number of advantages for tempest. Primarily stestr has\na real python API for invoking the test runner directly from python. This\nmeans we can simplify the wrapper code to simply call a function instead\nof building out a set of CLI arguments and passing that to the CLI\nprocessor.\n\nCo-Authored-By: Matthew Treinish \u003cmtreinish@kortar.org\u003e\n\nDepends-On: Ic1fa3a98b6bcd151c489b078028687892655a19b\nDepends-On: I3855aad5ce129ec8ccb87c05f7aa709b74070efe\nDepends-On: https://review.openstack.org/529490/\nChange-Id: I6f5fa7796c576b71c4a0dde66896974a8039a848\n"
    },
    {
      "commit": "1ac13b274a8e9dbfc63c8e24534e7433dcebf3aa",
      "tree": "061ee72da886a9422b9c478de036b61296596b5e",
      "parents": [
        "70ebe69cc2e4fa8a06071d48d19f61d2f01a33f6"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Fri Feb 09 15:17:21 2018 +0800"
      },
      "committer": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Fri Feb 09 17:32:45 2018 +0800"
      },
      "message": "Add show quota details to network quotas_client library\n\nThis patch adds show quota details API to network quotas_client library\nand also adds test cases for this new feature.\n\nChange-Id: I1d229d7903db719369fd8ec0eb0bd2ce4d15978f\n"
    },
    {
      "commit": "d88a250924c034ba1c82793e04e99c95f037525e",
      "tree": "d472426664f80b53fa11d076161f924b7f08ac01",
      "parents": [
        "9358cfb4624405d213083612bfff4ff20a2b145d"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Sat Nov 18 17:04:47 2017 +0800"
      },
      "committer": {
        "name": "Jeremy Zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Thu Feb 08 04:30:39 2018 +0000"
      },
      "message": "Add test for showing encryption specs item\n\nThis patch adds test for the missing API (volume v2):\nshow specific encryption specs item for a volume type.\n\nIncluding:\n\n[1] Add show encryption specs item API to v2 encryption_types_client\n[2] Add unit test for the API\n[3] Modify test case: test_volume_type_encryption_create_get_update_delete\n[4] Add release note\n\nChange-Id: Idd91e39716f4acf6796412f3f67ef8b6771916f9\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": "562773f7e4dee541b8fced95a4b73af0deb2c820",
      "tree": "7fc6fd7454e9d29093f7cf24b1cfcaa35329f69b",
      "parents": [
        "4717e0c054ec02bfa0b8c19ff575c9969a5279db",
        "6e695c9626518c58720adf2858ab80f65ca873ef"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Jan 31 05:19:47 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 31 05:19:47 2018 +0000"
      },
      "message": "Merge \"Add show default quotas API to network quotas_client library\""
    },
    {
      "commit": "9139224f2c61d0d75ed1242e8ca02d178ccf4207",
      "tree": "b3fe60c787dbd092fb918638fe403f36a9bf8c5a",
      "parents": [
        "3c47414c93e15cd603ff20e92f8d5f5474611588",
        "98dc45ca3ce3371e93cc1973d9f1608b04a2597d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sun Jan 28 09:25:58 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Jan 28 09:25:58 2018 +0000"
      },
      "message": "Merge \"Add test case for group type specs APIs\""
    },
    {
      "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": "6283daa5ad4c92ca5d1917cdde8dd96ff4b28e04",
      "tree": "2864facf1572aa495ec99397bc86669854062e15",
      "parents": [
        "4acc05b56bac7dffc8d0ab6d9401b8024b261946"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Sun Dec 10 12:51:42 2017 +0300"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Sun Jan 21 17:15:42 2018 +0300"
      },
      "message": "Remove deprecated \u0027orchestration\u0027 config group options\n\n\u0027orchestration\u0027 config group options were deprecated in\nId0f69f3b60cbb4f4a1f1fa7e18c7700490d6656a\n\nAnd heat tests also been removed from tempest\n- Ifc2cac575919da4e361eaa3234d7e0f3e2f98d21\n\nNow we can remove these deprecated config options.\n\nCleaning up heat related things in account_generator,\ncleanup_service etc.\n\nChange-Id: I1c02fd88c3d93b511ff4a6b54b668ebd306481a9\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": "98dc45ca3ce3371e93cc1973d9f1608b04a2597d",
      "tree": "e33745b571b8047e2795b8a5476efa8b885538c1",
      "parents": [
        "5d0962bb7740f0bbcdf98104bc3e0182b48f701f"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Thu Dec 14 12:58:53 2017 +0800"
      },
      "committer": {
        "name": "Jeremy Zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Fri Jan 19 02:42:20 2018 +0000"
      },
      "message": "Add test case for group type specs APIs\n\nGroup type specs APIs (min_microversion is 3.11) are implemented in v3\nvolume group types. These APIs has not been tested in Tempest yet, and\nthis patch adds test case for the new features.\n\nIncluding:\n\n[1] Add group type specs APIs to v3 group_types_client\n[2] Add unit tests for group type specs APIs\n[3] Add test case: test_group_type_specs_create_show_update_list_delete\n[4] Add release note\n\nChange-Id: Ie7c8dd06238e111cdf691f083500018d066dd689\n"
    },
    {
      "commit": "178807293c083f110c1b462cee2287f8d3094896",
      "tree": "4449fa503c99100dd50b056360e5806a7d45302f",
      "parents": [
        "235e3d4c1c212e86df7a09159001821041e4c1f2",
        "7ac02f364dfb0de9becb5a95fb219f415a15a9dc"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jan 18 09:11:16 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 18 09:11:16 2018 +0000"
      },
      "message": "Merge \"Remove \u0027deactivate_image\u0027 config options\""
    },
    {
      "commit": "6e695c9626518c58720adf2858ab80f65ca873ef",
      "tree": "f7da014307637c2a1048b5165c0d7e141e5f53c6",
      "parents": [
        "b4db359d1aa3a3ec005c4583e2f842849806db6d"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Thu Dec 21 23:52:48 2017 +0800"
      },
      "committer": {
        "name": "Jeremy Zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Tue Jan 16 15:05:18 2018 +0000"
      },
      "message": "Add show default quotas API to network quotas_client library\n\nThis patch adds show default quotas API to network quotas_client\nlibrary and also adds test cases for this feature.\n\nChange-Id: Icadc4a522681ab042ca6e07908bdc16f08330add\n"
    },
    {
      "commit": "7ac02f364dfb0de9becb5a95fb219f415a15a9dc",
      "tree": "d602fa7fa2159ee5ff1093f551cb345acfef4a7c",
      "parents": [
        "efb12befbfb21e423f11455fb182521a0b2019ea"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Sun Dec 10 05:39:53 2017 +0300"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyammann@gmail.com",
        "time": "Fri Jan 12 00:13:07 2018 +0000"
      },
      "message": "Remove \u0027deactivate_image\u0027 config options\n\n\u0027deactivate_image\u0027 config option was added long\nback in kilo cycle and has been deprecated for\nremoval.\n- I584cd40a9b5f297537333336b1b9a46ccf1ddc67\n\nThis commit removes it from tempest.\n\nChange-Id: I843d4c64f24407d9d217005d5ea59d50d7ad62e7\n"
    },
    {
      "commit": "d3db306af8b3c727c732fa3ac7475d43f911181e",
      "tree": "03b87e58f57df45a9b5c8a14f471f23137f75597",
      "parents": [
        "5895ec110edc92ed62df4bac32a6e3118baca9c4"
      ],
      "author": {
        "name": "Luigi Toscano",
        "email": "ltoscano@redhat.com",
        "time": "Thu Jan 11 10:26:54 2018 +0100"
      },
      "committer": {
        "name": "Luigi Toscano",
        "email": "ltoscano@redhat.com",
        "time": "Thu Jan 11 10:26:54 2018 +0100"
      },
      "message": "CLI tests: Identity v3 (project name, api version)\n\nSwitch to --os-project-name instead of --os-tenant-name, and pass\nalso --os-identity-api-version.\nAll the clients which are wrapped by some method of the CLIClient class\nand which use cmd_with_auth support the newly introduced flags at least\nsince Liberty.\nOnly exception: the keystone client, which was removed in Newton, so\nit is not supported anyway (and it has not been fixed).\n\nCloses-Bug: #1721553\nChange-Id: I6d34e76b4089be024093a75f9e467d273d80f1c2\n"
    },
    {
      "commit": "be11739269714276c3619762f1aba126d5fd399f",
      "tree": "7e337d1034b0be06e522a9eca40a10bfc0972e8c",
      "parents": [
        "74737b777f6979908fa7187f280ff18b5e890c07"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Mon Dec 04 11:30:36 2017 -0500"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Mon Dec 18 11:31:29 2017 -0500"
      },
      "message": "Add release note about the ostestr tox job\n\nThe ostestr tox job was recently removed from the tempest tox.ini,\nmostly because we\u0027re moving towards standardizing on just using stestr\nfor everything and dropping the dependency on os-testr. During the\nreview that removed the job, some concerns were raised that it might\nbreak people. To address that this commit adds a release note explaining\nthe potential upgrade implications and how to work around the removal.\n\nChange-Id: Ibc59e01af9f5a9c4d8c67fbde1f029decf602226\n"
    },
    {
      "commit": "334f313220b97761a9bab3976e72f4cef4f53b3a",
      "tree": "6fe0a6fe0c53273ed3342d840e7e9334f6bac4b0",
      "parents": [
        "9a257398fa1c366043194f12b385b49cbb0c27a5"
      ],
      "author": {
        "name": "melanie witt",
        "email": "melwittt@gmail.com",
        "time": "Thu Dec 14 21:49:55 2017 +0000"
      },
      "committer": {
        "name": "melanie witt",
        "email": "melwittt@gmail.com",
        "time": "Fri Dec 15 16:53:56 2017 +0000"
      },
      "message": "Add CONF.compute_feature_enabled.volume_backed_live_migration\n\nThe test_volume_backed_live_migration test has been skipped for some\ntime because of a bug [1] which could possibly be resolved with newer\nlibvirt and qemu package versions available in the pike UCA.\n\nThis changes the unconditional skip to a config option controlled skip\nso that we can try re-enabling this test on the master branch for nova\nchanges.\n\n[1] https://bugs.launchpad.net/nova/+bug/1524898\n\nChange-Id: I78ceb1aaa3e96f6b76fa94aba50527022c3e2d45\n"
    },
    {
      "commit": "9a257398fa1c366043194f12b385b49cbb0c27a5",
      "tree": "5e48da02f3485612580e9364a8790abb75ef8e5b",
      "parents": [
        "c536175d8d4d572278b4e592dadc548b34e4ea91",
        "a2f69f11a786565be6d9aa46e09190f2cd0dbf76"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Dec 14 03:24:07 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Dec 14 03:24:07 2017 +0000"
      },
      "message": "Merge \"Add update groups types API endpoint to volumes v3 library\""
    },
    {
      "commit": "a2f69f11a786565be6d9aa46e09190f2cd0dbf76",
      "tree": "d3996ea8255dc00507c091811cb85be51fa10bdc",
      "parents": [
        "ce5f6094a139b652a9dc380e1392e412e92197aa"
      ],
      "author": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Mon Nov 20 18:56:53 2017 +0000"
      },
      "committer": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Wed Dec 13 17:26:48 2017 +0000"
      },
      "message": "Add update groups types API endpoint to volumes v3 library\n\nThis PS adds update group types API to v3 ``group_types_client``\nlibrary; min_microversion of this API is 3.11 [0].\n\nIncluded in this PS:\n\n* Update group types API to group_types_client\n* Unit tests for update API\n* API test for update API\n\n[0] https://docs.openstack.org/cinder/latest/contributor/api_microversion_history.html#id11\n\nChange-Id: Ie3834c1a4b3ebd1463cdaacc86cd21b7be9fa3ce\n"
    },
    {
      "commit": "efb12befbfb21e423f11455fb182521a0b2019ea",
      "tree": "eda36803d519081020c945fc09d4ec3a8b36f468",
      "parents": [
        "6dd6fc66d8a04bdba8063f34244e7db2f70a7251"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Sun Dec 10 04:18:38 2017 +0300"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyammann@gmail.com",
        "time": "Mon Dec 11 00:11:41 2017 +0000"
      },
      "message": "Remove deprecated \u0027forbid_global_implied_dsr\u0027 feature flag\n\n\u0027forbid_global_implied_dsr\u0027 feature flag was added for Mitaka\nand older branches which are not supported now.\n\nDevstack already removed this feature flag setting\n- Ia1eb87d68a6265d8541cb87a88523246885e5a8a\n\nThis commit removes this from tempest.\n\nChange-Id: I5422e33867a6038e8a4782dbdc639434a3c2b4b6\n"
    },
    {
      "commit": "0648215f58c3806cba43a38518956cdb3a3e81c0",
      "tree": "3710756b8465f8cce56e947fd5f5178184a5a010",
      "parents": [
        "e12d98aacf23eea64cb9119b496de32828fd39b3"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Sat Nov 18 13:53:04 2017 +0800"
      },
      "committer": {
        "name": "Jeremy Zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Wed Nov 29 14:37:04 2017 +0000"
      },
      "message": "Remove deprecated skip_unless_attr decorator\n\nThis patch aims to remove \u0027skip_unless_attr\u0027 decorator, which marked as\ndeprecated and would be removed in Queens.\n\nChange-Id: I33fb4466df2747fdbbf023373e53079a99a4d2c2\n"
    },
    {
      "commit": "a12e8daff8020bab7a4d98e3acccc309af164c23",
      "tree": "981c54e0fd62109277f834462bb7c66a025f173e",
      "parents": [
        "c96a31862013ea679744ffe1c402e2dc72b0be69"
      ],
      "author": {
        "name": "Andreas Jaeger",
        "email": "aj@suse.com",
        "time": "Thu Nov 16 22:30:56 2017 +0100"
      },
      "committer": {
        "name": "Andreas Jaeger",
        "email": "aj@suse.com",
        "time": "Thu Nov 16 22:30:56 2017 +0100"
      },
      "message": "Remove setting of version/release from releasenotes\n\nRelease notes are version independent, so remove version/release\nvalues. We\u0027ve found that projects now require the service package\nto be installed in order to build release notes, and this is entirely\ndue to the current convention of pulling in the version information.\n\nRelease notes should not need installation in order to build, so this\nunnecessary version setting needs to be removed.\n\nThis is needed for new release notes publishing, see\nI56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting\nat\nhttp://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html\n.\n\nChange-Id: I87a073ba9d61a4817aff0c57cd31c143a2c16259\n"
    },
    {
      "commit": "cf52e342e873c6e9da3360ef69385d334cff06ab",
      "tree": "2a5075d56cb4ead6e85cf26624ea7312d55306fb",
      "parents": [
        "93a42fd79dfc38c3f6b7a138a3298bfa5873c2f7"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Mon Nov 13 10:05:13 2017 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Tue Nov 14 10:27:07 2017 +0800"
      },
      "message": "Add support of args and kwargs in call_until_true\n\nNow call_until_true doesn\u0027t accept args and kwargs,\nso if want to call a callable with parameters, we have to\ndo like this(test_network_v6.py):\n    srv1_v6_addr_assigned \u003d functools.partial(\n        guest_has_address, sshv4_1, ips_from_api_1[\u00276\u0027][i])\n    self.assertTrue(test_utils.call_until_true(srv1_v6_addr_assigned,\n                    CONF.validation.ping_timeout, 1))\nSo this is to add support of args and kwargs in call_until_true,\nand to log the cost time when call_until_true returns True or\nFalse for debugging.\n\nChange-Id: Ib7a392f1a3999c2f2bd3cccaf2fd356cd7879950\n"
    },
    {
      "commit": "710c8422fe20c28c229637588f6f4fa7bffee762",
      "tree": "8a333b329250c7b7ef212b30eb3c75a53b787cd6",
      "parents": [
        "1235b81b9cebd6e54aa362b3094c0027c3b5bf74"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Tue Oct 31 10:51:00 2017 +0800"
      },
      "committer": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Tue Oct 31 15:48:02 2017 +0800"
      },
      "message": "Remove deprecated volume apis from v2 volumes client\n\nThe APIs \u0027show_pools\u0027 and \u0027show_backend_capabilities\u0027 in v2\nvolumes_client are deprecated, and they are re-realized in volume\nv2 scheduler_stats_client and capabilities_client. Now these two\ndeprecated APIs are not being used by any other projects, and it is\ntime to remove them from the v2 volumes_client.\n\nChange-Id: Iaed636bffe912e424dbccb20c38946525af052db\n"
    },
    {
      "commit": "31864393710e282516bfd32369d9301ecf9958d4",
      "tree": "75a5764963ea8a2e4c5c5f1fa1dc1eb217970601",
      "parents": [
        "5bdb287bd51de7b849aadb9787565138258d7345",
        "60ebc5d0e35c806bf882a0bf99453702ad0749ad"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Oct 27 08:27:31 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Oct 27 08:27:31 2017 +0000"
      },
      "message": "Merge \"List auth domains v3 identity endpoint\""
    },
    {
      "commit": "bd9798d0ec6326f6fef353461d5f7b9c8824354f",
      "tree": "84a33544e24dd4e11ef2caef75e4292306743e3c",
      "parents": [
        "fbd26cf12483c9e7bd9587cdc75507a658c48e41",
        "cad70e20cf8a04b809be54f122bff82aae8f4137"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Oct 26 10:39:45 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 26 10:39:45 2017 +0000"
      },
      "message": "Merge \"Don\u0027t read config in cred_factory module\""
    },
    {
      "commit": "60ebc5d0e35c806bf882a0bf99453702ad0749ad",
      "tree": "66f94ca3a578e1a9e6726bfdb201925ec8564938",
      "parents": [
        "fbd26cf12483c9e7bd9587cdc75507a658c48e41"
      ],
      "author": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Wed Jul 12 04:13:37 2017 +0100"
      },
      "committer": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Thu Oct 26 03:40:58 2017 +0000"
      },
      "message": "List auth domains v3 identity endpoint\n\nThis commit adds ``list_auth_domains`` to the v3 identity\nclient.\n\nNote that the related test doesn\u0027t require admin credentials [0]\nyet has been created in the admin sub-folder for identity\nbecause ``test_list_auth_projects`` was already present therein.\n\n[0] https://github.com/openstack/keystone/blob/82f60fe22c405829f8e5f6576f25cf3663b10f73/keystone/auth/controllers.py#L410\n\nChange-Id: Ie50c30bfff1900a9056aaedca7ba15b0d9573eab\n"
    },
    {
      "commit": "fbd26cf12483c9e7bd9587cdc75507a658c48e41",
      "tree": "a0fb36aa039ccc44006b2eef2b45458cc5d0e9aa",
      "parents": [
        "ac0c19d39ce96d9ada924d36479f028f1a093a4d",
        "a22794d93f5845d2787f34b4f8f154db1ffbef17"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Oct 26 02:42:12 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Oct 26 02:42:12 2017 +0000"
      },
      "message": "Merge \"Add release notes for an queens intermediate release.\""
    },
    {
      "commit": "1d8dfec13ddc3ca04ab940df0a3d1297b4035f2f",
      "tree": "7b143837821e0b9d1438fb6c0c0926874cdca7f4",
      "parents": [
        "a273b0fe19beb9263a0f0cb3b77d9859b7093e63",
        "712dafab0d0606e1a656c0e8c78111db7fed3844"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Oct 25 05:35:52 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Oct 25 05:35:52 2017 +0000"
      },
      "message": "Merge \"Remove method get_ipv6_addr_by_EUI64\""
    },
    {
      "commit": "a22794d93f5845d2787f34b4f8f154db1ffbef17",
      "tree": "58abc7967abb65a3811b109203abe90647a3a24f",
      "parents": [
        "10973fb725d498443ee7e21bb11a9ccbaab4701a"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Wed Oct 25 00:42:25 2017 +0000"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Wed Oct 25 00:46:02 2017 +0000"
      },
      "message": "Add release notes for an queens intermediate release.\n\nChange-Id: If1a9518e624d4d48a82daf8541d7db15d8040cb4\n"
    },
    {
      "commit": "363adc5975a8ca7bcd2ac55db6e0a713eceab8cb",
      "tree": "2b912f7639c5860fe04538dfe0aa6b48ee65ac51",
      "parents": [
        "cb94b5e506808463caef9fcd302cb1f40c6216a9",
        "bf142fc3d8cab33aca1756869c92954a05de4a0c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Oct 24 13:01:52 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Oct 24 13:01:52 2017 +0000"
      },
      "message": "Merge \"Make test.py and clients.py as stable for plugins\""
    },
    {
      "commit": "cad70e20cf8a04b809be54f122bff82aae8f4137",
      "tree": "d0480bb716bf1d88f7a5de58760c80466a6d0a63",
      "parents": [
        "cb94b5e506808463caef9fcd302cb1f40c6216a9"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Wed Aug 16 13:19:04 2017 +0100"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Tue Oct 24 08:42:29 2017 +0200"
      },
      "message": "Don\u0027t read config in cred_factory module\n\nThe credentials_factory module loads a few bit configuration\nat module import time when the DEFAULT_PARAMS variable is defined.\nThis is not a good idea as it forces configuration to be loaded\neven during test discovery. Besides DEFAULT_PARAMS was out of\ndate as it did not include http_timeout.\n\nReplacing the DEFAULT_PARAMS variable with calls to\nconfig.service_client_config().\n\nNot loading CONF at test discovery time uncovered the fact that\nthe account generator unit tests were depending on oslo log\nconfiguration parameters to be there. Mocking the log setup\nstep fixed the issue.\n\nChange-Id: I6e0eb85b3749baedb6035f59ed1c66850f6c95fb\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": "cb94b5e506808463caef9fcd302cb1f40c6216a9",
      "tree": "dced9cbc9933817df3c9f51c834d7f04036b5abf",
      "parents": [
        "c0a96b313292e35f341dcae80d5c4afcd4439c70"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Mon Oct 23 16:53:34 2017 +0200"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Mon Oct 23 16:53:34 2017 +0200"
      },
      "message": "Add proxy_url to get_credentials in auth\n\nWhen proxy_url was added, it was added to the AuthProvider\nbut not to the get_credentials helper, so fixing that.\n\nChange-Id: I2bcb8446295178cc7a24437478a6a1d293e5a197\n"
    },
    {
      "commit": "1fbad23824bbb5f43cddb796a3f950d448cf9cc5",
      "tree": "fff2c9c16271fe1d5fdd4e927a1727f0b8ba126a",
      "parents": [
        "c91d445614364c955b09dbaafccc274c6eb63428"
      ],
      "author": {
        "name": "Lance Bragstad",
        "email": "lbragstad@gmail.com",
        "time": "Fri Sep 22 18:58:53 2017 +0000"
      },
      "committer": {
        "name": "Lance Bragstad",
        "email": "lbragstad@gmail.com",
        "time": "Wed Oct 18 13:59:00 2017 +0000"
      },
      "message": "Disable testing of the v2.0 identity API\n\nThe v2.0 identity API is being removed in the Queens release, but in\norder to do so we need to exclude/remove some v2.0 tempests tests\nfrom being run. Since tempest is branchless we should keep the tests\naround until Queens is EOL and then we can go through and clean up\nall the v2.0 cruft from tempest.\n\nChange-Id: I5d6bd5e1bfe2d5c999ced9ff92de846e50cc2c12\n"
    },
    {
      "commit": "c91d445614364c955b09dbaafccc274c6eb63428",
      "tree": "bad30ad551fd84bf7d7a7036b3148581e2c2b068",
      "parents": [
        "b28d78f1ff5a5f46e6e7927d6c3aecde6c49c23a",
        "986407ddd3e8cafac9e699ca90886ae8cb5c1bf9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Oct 18 12:32:08 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Oct 18 12:32:08 2017 +0000"
      },
      "message": "Merge \"Move the object client to tempest.lib\""
    },
    {
      "commit": "faa2e5dff0bde7fd2788374d6185ba88b9b0e92f",
      "tree": "7e0ccb2ad51f7ae14c515279c39c8b8981247f8b",
      "parents": [
        "9d0a88f9a157e6378e85fd94dd435f144a01818d",
        "b441134c584f948c35526e932f0d1ae077eaeb98"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Oct 18 06:57:29 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Oct 18 06:57:29 2017 +0000"
      },
      "message": "Merge \"Allow to specify user and project domains in CLIclient\""
    },
    {
      "commit": "986407ddd3e8cafac9e699ca90886ae8cb5c1bf9",
      "tree": "7d4705e8e33c85edf5b4e96ff465e71361c9acc9",
      "parents": [
        "f36476e65ab9168b5077ee78ab9ff834d47d4c21"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Wed Oct 11 10:23:17 2017 +0000"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyammann@gmail.com",
        "time": "Tue Oct 17 00:14:20 2017 +0000"
      },
      "message": "Move the object client to tempest.lib\n\nMove the object client to tempest.lib and cleanup the last bits\nof code that were required to manage internal-only tempest service\nclients.\n\nChange-Id: Ia9aeab78e530c798dfa7b7d6f71e4b3ea3a84b7f\n"
    },
    {
      "commit": "74514400a2042ea8362c40a166e014b47b838f7d",
      "tree": "73ffec854f49539bcedf515a156a445d78394bb0",
      "parents": [
        "46a0fa7cec5c0286755c2e9672abe25aee28bedb"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Thu Sep 01 11:44:57 2016 -0400"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken1ohmichi@gmail.com",
        "time": "Mon Oct 16 16:36:48 2017 +0000"
      },
      "message": "Add config options to set proxy_url\n\nAs part of the migration from httblib2 -\u003e urllib3 we lost support for\nhandling the env vars for setting an http proxy. This wasn\u0027t ever an\nexplicit feature in tempest, but instead was an artifact of our\nlibrary choice for doing http. However as people relied on this\nfunctionality and it is a useful feature having tempest support this\nexplicitly will make sure we don\u0027t accidentally drop support for it in\nthe future. This commit adds a new config options to specify and\nproxy_url to replace the lost functionality.\n\nChange-Id: Id8f6422a323f8bfdb10527f55c0cb046622b88bf\nCloses-Bug: #1556864\n"
    },
    {
      "commit": "b441134c584f948c35526e932f0d1ae077eaeb98",
      "tree": "d79e412b6e592e8a73deb0e05cbd3383dcf3bf75",
      "parents": [
        "f5eba4115838b2f917d214a8fdae9a9cf153bc1d"
      ],
      "author": {
        "name": "Mike Fedosin",
        "email": "mikhail.fedosin.ext@nokia.com",
        "time": "Tue Sep 26 20:17:02 2017 +0300"
      },
      "committer": {
        "name": "Mike Fedosin",
        "email": "mikhail.fedosin.ext@nokia.com",
        "time": "Thu Oct 12 14:46:45 2017 +0300"
      },
      "message": "Allow to specify user and project domains in CLIclient\n\nCurrently it\u0027s impossible to provide related parameters\nto the class, which leads to clients functional tests\nfailures.\n\nChange-Id: I50490428f85e264e6b5e3b7c83ff768a986cb8c8\nCloses-bug: #1719687\n"
    },
    {
      "commit": "41e2c31129fe97d59d69e056c54f5811350d5935",
      "tree": "25abfe5b7a3e3db2a48f377d6a281fe85116321c",
      "parents": [
        "cf4880e7dc10d5275b650fec0dc6cf68ed0f8e90",
        "ae0e27b542782e325d748b5b7056afedeb132fea"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Oct 11 10:39:46 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Oct 11 10:39:46 2017 +0000"
      },
      "message": "Merge \"Add release note for --load-list\""
    },
    {
      "commit": "712dafab0d0606e1a656c0e8c78111db7fed3844",
      "tree": "016758dc857c764e44484f47f1ebae21ce3e0ed0",
      "parents": [
        "b39e6b25c9d07176e2aba2fc185386aff7537420"
      ],
      "author": {
        "name": "zhangxuanyuan",
        "email": "zhangxuanyuan@unionpay.com",
        "time": "Fri Sep 15 15:00:48 2017 +0800"
      },
      "committer": {
        "name": "zhangxuanyuan",
        "email": "zhangxuanyuan@unionpay.com",
        "time": "Wed Oct 11 17:42:04 2017 +0800"
      },
      "message": "Remove method get_ipv6_addr_by_EUI64\n\noslo_utils.netutils provides same method get_ipv6_addr_by_EUI64\n\nChange-Id: Ibc615d652be4594748188170764adb5d9fd0473b\n"
    },
    {
      "commit": "cf4880e7dc10d5275b650fec0dc6cf68ed0f8e90",
      "tree": "0a0bc221eb287987a38e9eed5bc020808a8fde32",
      "parents": [
        "f801213ff1adc73704cdc31ab6749c249a3ff6d4",
        "cddfdced59e55ec55f7af4acef207b72bc9814fc"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Oct 10 13:24:53 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Oct 10 13:24:53 2017 +0000"
      },
      "message": "Merge \"Move object storage container_client to lib interface\""
    },
    {
      "commit": "b39e6b25c9d07176e2aba2fc185386aff7537420",
      "tree": "333fa9265db59ca28b17d49d31cf5729e91c4216",
      "parents": [
        "b802b4fd8f67d07e2a19010e0868821265683dfd",
        "0befe81e68bf765cc7c74d511a55092b1c503a19"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Oct 09 02:53:19 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Oct 09 02:53:19 2017 +0000"
      },
      "message": "Merge \"Remove deprecated APIs from volume v2 volumes_client\""
    },
    {
      "commit": "cddfdced59e55ec55f7af4acef207b72bc9814fc",
      "tree": "0f3b4842a361e1f2a98e18ce9b4a025c57eec799",
      "parents": [
        "eed4031a9e6ff79b66248dae6f7c70a5227e55c4"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Fri Oct 06 00:08:54 2017 +0000"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Fri Oct 06 00:12:31 2017 +0000"
      },
      "message": "Move object storage container_client to lib interface\n\nobject storage container_client is stable now and good to be moved\nas stable library interface.\n\nUnit tests will be next step for those clients which should\nbe ok after miving to lib.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: I74c6d62058e0dcf9284f313c6f45d83c20597fc4\n"
    },
    {
      "commit": "ae0e27b542782e325d748b5b7056afedeb132fea",
      "tree": "7e531a1f55d650905fb2e91e0a79abdd90959aa2",
      "parents": [
        "58788f7ebdbfa7e166fb33328ccaa62cbad27700"
      ],
      "author": {
        "name": "Trevor McCasland",
        "email": "tm2086@att.com",
        "time": "Thu Sep 28 09:37:55 2017 -0500"
      },
      "committer": {
        "name": "Trevor McCasland",
        "email": "TM2086@att.com",
        "time": "Thu Oct 05 20:08:16 2017 +0000"
      },
      "message": "Add release note for --load-list\n\nThis is a follow up patch to:\n    I75488871ac797d6bec4e2834c9d1b0c7885c891b\n\nChange-Id: Ic181159530a86532a7d5529f42e216a09fa98b72\n"
    },
    {
      "commit": "e2412107e43f3e4a8191e761a6d072c9d56652e4",
      "tree": "b4de53e930e5273e34f74878a8c67d233df443ff",
      "parents": [
        "ae4017f22b152c1ff1b9f6f420eeb4e869277bfb",
        "23df2c0ac52b9a2a8f0cb9adb72ddebb5c86f775"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Sep 27 14:28:53 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 27 14:28:53 2017 +0000"
      },
      "message": "Merge \"Add test case for reset group snapshot status\""
    },
    {
      "commit": "afd0e998b59ebc5ce0858d4fa74c6bbf60d0986d",
      "tree": "66b596c904ec4f83fcf5587ff53abe7c353ea071",
      "parents": [
        "dcafc882ace2543f2470e8fe69011854416417b8",
        "3b2a215df4c7f179d27512b8a808b8421ddad539"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Sep 27 14:28:17 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 27 14:28:17 2017 +0000"
      },
      "message": "Merge \"Fix list_group_snapshots API in v3 group_snapshots_client\""
    },
    {
      "commit": "23df2c0ac52b9a2a8f0cb9adb72ddebb5c86f775",
      "tree": "2ea7d5f0265d34276b992a31bff20f9c30c26c08",
      "parents": [
        "f5eba4115838b2f917d214a8fdae9a9cf153bc1d"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Tue Sep 26 22:33:17 2017 +0800"
      },
      "committer": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Tue Sep 26 22:33:17 2017 +0800"
      },
      "message": "Add test case for reset group snapshot status\n\nReset group snapshot status is a new api implemented in v3 group snapshots,\nmin_microversion is 3.19. This patch adds test case for this new feature.\n\nIncluding:\n\n[1] Add reset group snapshot status api to v3 group_snapshots_client\n[2] Add unit test for reset group snapshot status api\n[3] Add test case: test_reset_group_snapshot_status\n[4] Add release note\n\nChange-Id: I14f5b8fd0f386ea5f84cc3a2decede430a7e7893\n"
    },
    {
      "commit": "78fd3d30e203738b11a3ff7b8f277fa26c42bac8",
      "tree": "f2744bccfbb3724fd10bf96e53c13900be537859",
      "parents": [
        "12c58abe82312f29d9c3b55dd1a6c9ac1a4d6b9f",
        "cca9974d338c89b20778e44a277149563aa6805b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Sep 25 09:21:17 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Sep 25 09:21:17 2017 +0000"
      },
      "message": "Merge \"Add test case for reset group status\""
    },
    {
      "commit": "0befe81e68bf765cc7c74d511a55092b1c503a19",
      "tree": "d9b48903c113c4a88b8270390a7412816506b545",
      "parents": [
        "54d8f90496cdc0631cdc91f2c3414c2c82a23267"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Tue Sep 19 12:44:14 2017 +0800"
      },
      "committer": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Thu Sep 21 22:10:50 2017 +0800"
      },
      "message": "Remove deprecated APIs from volume v2 volumes_client\n\nIn volume v2 volumes_client, the deprecated APIs (transfer related) has\nbeen re-realized in volume v2 transfers_client. Now in Queens it will be\na good time to remove these deprecated APIs.\n\nChange-Id: I147cf2175d51b5db97395df27ddee41bc1417b49\n"
    },
    {
      "commit": "f92e6d42f0105004f6647b028acc64a202c2b2ca",
      "tree": "839246b27483e692068e4e54e0b5550052abc31a",
      "parents": [
        "991d62df79149eea99fb807d730316c58c957618"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Thu Sep 21 12:37:32 2017 +0800"
      },
      "committer": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Thu Sep 21 17:17:07 2017 +0800"
      },
      "message": "Remove deprecated skip decorators\n\nThis patch aims to remove \u0027skip_unless_config\u0027 and \u0027skip_if_config\u0027\ndecorators, which marked as deprecated and would be removed in Queens.\n\nChange-Id: I45a0216b7ab34e962b0f4802df77019b0c613d49\n"
    },
    {
      "commit": "cca9974d338c89b20778e44a277149563aa6805b",
      "tree": "34d2b0221b9db20e491c3c147814095be578fb88",
      "parents": [
        "54d8f90496cdc0631cdc91f2c3414c2c82a23267"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Sun Aug 20 01:08:24 2017 +0800"
      },
      "committer": {
        "name": "Jeremy Zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Mon Sep 18 02:47:35 2017 +0000"
      },
      "message": "Add test case for reset group status\n\nReset group status is a new api implemented in v3 generic volume groups,\nmin_microversion is 3.20. This patch adds test case for this new feature.\n\nIncluding:\n\n[1] Add reset group status api to v3 groups_client\n[2] Add unit test for reset group status api\n[3] Add test case: test_reset_group_status\n[4] Add release note\n\nChange-Id: I41d0c3f459c139a0e5e415c030cddbb1fe8beb46\n"
    },
    {
      "commit": "3b2a215df4c7f179d27512b8a808b8421ddad539",
      "tree": "8f7ed9440d8654499949bbaa30244528466f6022",
      "parents": [
        "54d8f90496cdc0631cdc91f2c3414c2c82a23267"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Mon Aug 21 17:38:27 2017 +0800"
      },
      "committer": {
        "name": "Jeremy Zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Mon Sep 18 02:46:48 2017 +0000"
      },
      "message": "Fix list_group_snapshots API in v3 group_snapshots_client\n\nThe API (list group snapshots with details) is wrongly implemented now.\nIt uses the \u0027?detail\u003dTrue\u0027 to get group snapshots list with details,\nwhich only returns \u0027id\u0027 and \u0027name\u0027 elements of group snapshots.\n\nThis patch fixes on group snapshots api and according api/unit tests to\nsolve this problem.\n\nCloses-bug: #1715786\nChange-Id: Ia869a7dc9654a6253c2209724afd2fe2f8519558\n"
    },
    {
      "commit": "bc876de52fdddd4028fc26bb72f0ae9a4599ae06",
      "tree": "35324d70c9a0cdc8b6371d095aab6b2d20e9c613",
      "parents": [
        "f87093ef0c22b31c747264ad36db9bfdd77d98d2",
        "b72cf49c870fa7d92ad7a66bb471935625914d67"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Sep 15 15:59:24 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 15 15:59:24 2017 +0000"
      },
      "message": "Merge \"Move object storage account_client to lib interface\""
    },
    {
      "commit": "b72cf49c870fa7d92ad7a66bb471935625914d67",
      "tree": "e1666da1bd895032116054e07722b82ecf371d6b",
      "parents": [
        "43afce6b8c4ba4e8f829770a7f5e6a2b0f5a325f"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Thu Sep 14 02:04:11 2017 +0300"
      },
      "committer": {
        "name": "Ghanshyam Mann",
        "email": "ghanshyammann@gmail.com",
        "time": "Thu Sep 14 17:23:58 2017 +0000"
      },
      "message": "Move object storage account_client to lib interface\n\nobject storage account_client is stable now and good to be moved\nas stable library interface.\n\nPartially implements blueprint consistent-service-method-names\n\nChange-Id: I03863fbb23e914b4115f2c0aaec0ecf266ccc060\n"
    },
    {
      "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": "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": "a07642783d99f6c4523be147243aac963fccc8ff",
      "tree": "9c99cb921bddb8a0f95dd04682bda42b77571530",
      "parents": [
        "6c4232f0e71026389c56fd90886b7bd457de3b36",
        "9ff5c280ab55eaaa5a5e2b5b8bfa46bafebbfed2"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Sep 01 07:37:27 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 01 07:37:27 2017 +0000"
      },
      "message": "Merge \"Add compare header version function to tempest.lib\""
    },
    {
      "commit": "9ff5c280ab55eaaa5a5e2b5b8bfa46bafebbfed2",
      "tree": "d1802bfb69c2a8051e3fc5362b30fb70ba86bb0e",
      "parents": [
        "ad75393a990e0bd6cfa694d554b43136216db03b"
      ],
      "author": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Wed Jun 21 21:05:07 2017 +0100"
      },
      "committer": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Fri Sep 01 02:37:35 2017 +0100"
      },
      "message": "Add compare header version function to tempest.lib\n\nThe motivation for this commit is that some API responses like\nbacking up a server image return the location of the image_id\nin either the response body or the response header depending\non the microversion, e.g. [0]. In the case of server backup\naction, image_id is added to response body in microversion 2.45.\n\nAdd `compare_version_header_to_request` to\n`api_version_utils` to accept a new kwarg called\n`operation`. At run time, \u0027eq\u0027 is translated\nto the __eq__ attribute of `APIVersionRequest`.\nThe other operations include le, lt, gt, ge, and ne.\n\nThis makes it possible to do for example:\n\n    if api_version_utils.compare_version_header_to_response(\n            \"X-OpenStack-Nova-API-Version\", \"2.45\", resp, \"lt\"):\n        image1_id \u003d resp[\u0027image_id\u0027]\n    else:\n        image1_id \u003d data_utils.parse_image_id(resp[\u0027location\u0027])\n\nWhich means that if \"2.45\" \u003c \"microversion in resp\" then\nwe can grab the image_id from the response body -- else we have\nto grab it from resp.response[\u0027location\u0027].\n\nThis commit:\n  - adds compare_version_header_to_response to api_version_utils\n    allowing to compare the request\u0027s header microversion\n    to an expected microversion\n  - modifies test_server_actions to use the new function in tests that\n    always assume that the image_id attribute is in the resp header\n    (not true across all microversions) -- this can be done to other\n    tests in follow-up patch\n  - adds related unit tests for all scenarios\n\n[0] https://developer.openstack.org/api-ref/compute/#create-server-back-up-createbackup-action\n\nChange-Id: Ib97e65cca468a09bbeaf68fcfe0e8192674a481e\n"
    },
    {
      "commit": "f1fbb3fd8a29c1a61ebd32a14134511ec27cf4da",
      "tree": "6bc472243c8278dfbf794375799a7e73aa7885ae",
      "parents": [
        "6eb7d2e59bcc939492b29bd10832435ea217b64c",
        "9cafd3d045b6253a6821e38857ebfd9f3675aeda"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Aug 31 19:38:44 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 31 19:38:44 2017 +0000"
      },
      "message": "Merge \"Fix identity tests when domain specific drivers are enabled\""
    },
    {
      "commit": "d2eb092a1c16c74d7733690c174783f47f5452a7",
      "tree": "1a4d2d1de3fb6e18728761ba04a8f8b4f3b0d219",
      "parents": [
        "ad75393a990e0bd6cfa694d554b43136216db03b"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Wed Aug 30 17:57:09 2017 +0100"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Wed Aug 30 17:58:01 2017 +0100"
      },
      "message": "Add release notes page for v17\n\nAdd a new page for v17 release notes.\n\nDepends-on: Id0f729faa56dd17c3f98c3703683256a3e493b47\nChange-Id: Icaedd8aa925f54803d22af6dfb2938bfdef43e1e\n"
    },
    {
      "commit": "35976ed20697cd4e4077c8f2279f02ec01a7c6d7",
      "tree": "8f1c15538a4344a16fd073867c0643b6bd21eb96",
      "parents": [
        "b43e42fa0391c78431d7735d217da49c77758358"
      ],
      "author": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Wed Aug 30 09:20:58 2017 -0400"
      },
      "committer": {
        "name": "Matthew Treinish",
        "email": "mtreinish@kortar.org",
        "time": "Wed Aug 30 09:20:58 2017 -0400"
      },
      "message": "Add release not to mark the start of Pike support\n\nThis commit adds the release note necessary for version 17.0.0.\n\nChange-Id: I9193c5529298085b344cd7758ac42435474ac9ee\n"
    },
    {
      "commit": "15429d8c0f1dfe0ef312ee030aa5a79cfb8021a3",
      "tree": "48312f3a2ea9f5c206e9b0bc5a44d52d443b5804",
      "parents": [
        "45e600c375ed40d6f4be599f7e34893efbe12121"
      ],
      "author": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Fri Aug 25 00:04:01 2017 +0100"
      },
      "committer": {
        "name": "Felipe Monteiro",
        "email": "felipe.monteiro@att.com",
        "time": "Fri Aug 25 03:23:15 2017 +0100"
      },
      "message": "[TrivialFix] Add bug reference to releasenote\n\nAs per request in [0] adding bug reference to releasenote.\n\n[0] I1a308f486fd7b14a9111a3433284e3c4abf65bd3\n\nChange-Id: I13d04e3c4121b172d22730d19cc8a64dde151225\n"
    },
    {
      "commit": "45e600c375ed40d6f4be599f7e34893efbe12121",
      "tree": "5c49547820f98244d6d99dd44a3aeab195b7a3fa",
      "parents": [
        "0a107b1b30e8a5b963e85d59963f159b3b694ac4",
        "d8152de0da08e1654e6d25deee408f45d8a8f2bd"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Aug 23 07:24:20 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Aug 23 07:24:20 2017 +0000"
      },
      "message": "Merge \"Fix RemoteClient having bad default ssh_shell_prologue\""
    },
    {
      "commit": "0a107b1b30e8a5b963e85d59963f159b3b694ac4",
      "tree": "436793c594a851e338539d605d556d50defacf59",
      "parents": [
        "da9d05c55aef08049a05355bfdc1ff2cc36a828d",
        "816358471f328f1ddffab58ad915b0c91428c54a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Aug 23 03:24:30 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Aug 23 03:24:31 2017 +0000"
      },
      "message": "Merge \"Remove unnecessary schema check of ip address\""
    },
    {
      "commit": "d8152de0da08e1654e6d25deee408f45d8a8f2bd",
      "tree": "9e73d3cf1bff83df9ed03f3b9dc4c2b9cd547b57",
      "parents": [
        "e66994083158b60f00209a01c3ea6454333d1fc3"
      ],
      "author": {
        "name": "Kris Stercxk",
        "email": "kris.sterckx@nuagenetworks.net",
        "time": "Sun Jul 30 09:44:12 2017 +0200"
      },
      "committer": {
        "name": "Kris Sterckx",
        "email": "kris.sterckx@nuagenetworks.net",
        "time": "Tue Aug 22 11:43:37 2017 +0200"
      },
      "message": "Fix RemoteClient having bad default ssh_shell_prologue\n\nChange-Id: I0e73b8deedf4bf78481cdf09b863dc149a70e9be\nCloses-Bug: #1707478\n"
    },
    {
      "commit": "816358471f328f1ddffab58ad915b0c91428c54a",
      "tree": "f6c75704e0aad43aa52dcc54b24e042d798e58e7",
      "parents": [
        "e56964dfbe6bca0c3acee7891111d9e12d0cc4e2"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Mon Aug 21 13:19:37 2017 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Tue Aug 22 06:08:16 2017 +0000"
      },
      "message": "Remove unnecessary schema check of ip address\n\nThis is to add more accurate ip version check in address\nschema which will limit ip version value in [4, 6], and\nto remove unnecessary schema check in testcases.\n\nChange-Id: Ice426db172b8d697c8a5be0426fb3f7b25e548c2\n"
    },
    {
      "commit": "9cafd3d045b6253a6821e38857ebfd9f3675aeda",
      "tree": "e511a4c52630c402a586f71f97ed28467e42eb22",
      "parents": [
        "e66994083158b60f00209a01c3ea6454333d1fc3"
      ],
      "author": {
        "name": "Leticia Wanderley",
        "email": "leticiafwanderley@gmail.com",
        "time": "Fri Aug 04 00:22:34 2017 -0300"
      },
      "committer": {
        "name": "Leticia Wanderley",
        "email": "leticiafwanderley@gmail.com",
        "time": "Mon Aug 21 08:00:05 2017 -0300"
      },
      "message": "Fix identity tests when domain specific drivers are enabled\n\nThis updates users and groups identity tests to check the existence\nof domain specific drivers and, therefore, the existence of users\nand groups on different domain drivers.\n\nThis adds a new feature flag to be used when domain specific drivers\nare enabled.\n\nChange-Id: Iedb470c51fa2174ab7651e6b7e22eff1f25f7aac\n"
    },
    {
      "commit": "3ea343ecc42fe5dcdefd06d47a1a7504a0cbfdd1",
      "tree": "dcc8c527fbe7e7d3e94c01b39201f7e209aafe51",
      "parents": [
        "519ec8a9a9776ebbe4c7e7bcd5f22b9d496fb739",
        "463a8a64ef5ba8f9e295cafc0f7d71826c414267"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Aug 17 17:21:03 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 17 17:21:03 2017 +0000"
      },
      "message": "Merge \"Fix client usage in validation resources\""
    },
    {
      "commit": "519ec8a9a9776ebbe4c7e7bcd5f22b9d496fb739",
      "tree": "a58ebd678aa89904daf49e2c2eace5e7e2e2a518",
      "parents": [
        "9009194d2a7925115f04026c38ce0dcd01884759",
        "4723fde77b6a3d001586eea2e2528fb44b53fac6"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Aug 17 08:54:23 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 17 08:54:23 2017 +0000"
      },
      "message": "Merge \"Raise exception when error_deleting\""
    },
    {
      "commit": "463a8a64ef5ba8f9e295cafc0f7d71826c414267",
      "tree": "4d4d3f5104dbe7728b34a9d87cddaad703a4d77e",
      "parents": [
        "1fa7a60e26ffc9ec83b7abe66cbbeb8048018cad"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Wed Aug 09 16:55:33 2017 +0100"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Tue Aug 15 07:36:57 2017 +0100"
      },
      "message": "Fix client usage in validation resources\n\nValidation resources implicitly depends on tempest/clients.py as\nit uses client aliases defined there. This is not ok since that\nmodule does not live under tempest/lib.\n\nChange validation resources to use clients as defined in\ntempest/lib/services/clients.py instead. The ServiceClients class\ndefined in there is the superclass of the Manager class that was\nassumed before, so it will just work with any further change.\n\nClients were also not used consistently with the use_neutron\nflag, so making sure that only neutron clients are used if neutron\nis selected and viceversa.\n\nChange-Id: If83610b06af13aa736b03d463a94ac6ed02296bd\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": "9ee986075935eaa10c3102af87e669618b634ee1",
      "tree": "fa9c74b3915e52d11880d3c6e2824c45ab65a02e",
      "parents": [
        "66e11c58c4a83769092193ca68491b72c3ea6f6b"
      ],
      "author": {
        "name": "xing-yang",
        "email": "xing.yang@emc.com",
        "time": "Sat Jul 01 14:12:54 2017 -0700"
      },
      "committer": {
        "name": "xing-yang",
        "email": "xing.yang@emc.com",
        "time": "Tue Aug 08 05:19:06 2017 -0700"
      },
      "message": "Add Tests for Groups Volume APIs - Part 4\n\nGeneric volume groups support was added to Cinder in the\nNewton release:\nhttps://blueprints.launchpad.net/cinder/+spec/generic-volume-group\n\nThis is the 4th patch that adds the tempest tests for generic\nvolume groups APIs in Cinder. It adds tests for the following API:\n\n  * update group\n\nChange-Id: I7cc1b7978f24d6cb0e9b13b9387f000b9ca348b3\nCo-Authored-By: Imran Ansari \u003cimran.ansari@hpe.com\u003e\n"
    },
    {
      "commit": "66e11c58c4a83769092193ca68491b72c3ea6f6b",
      "tree": "e5db7b10f5e1ee91365f6a5d05fc2bcbee8ad627",
      "parents": [
        "b2ff0787a36891085f333b73656ec38af99f9550",
        "d56edc35ecc6774f92e2f4ff6e2c6a219ca35759"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Aug 08 06:35:26 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Aug 08 06:35:26 2017 +0000"
      },
      "message": "Merge \"Add Tests for Groups Volume APIs - Part 3\""
    },
    {
      "commit": "0fc1454c86abf2b2fc1fb5250f42e1a9d4d533c1",
      "tree": "33d82bf6771a65409ada6e7c30f6329e6465cfdf",
      "parents": [
        "e31581afeacf785fe2c67968563e67b061fbcc13",
        "f0599b19fdb9a4cf035aff550369f8a91793241e"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Aug 07 20:19:27 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 07 20:19:27 2017 +0000"
      },
      "message": "Merge \"Add test for showing volume image metadata\""
    },
    {
      "commit": "f815189f1a9ac5bfde70b092da40b2de8b7ce199",
      "tree": "3566fe42e80be0fc7164a692c96c8d68f403761b",
      "parents": [
        "dba8f79220343cb4078feccc1b56c5e2dc57a86d",
        "2d7b40a45376186c5abc7b64a388ab9cfae8f2c3"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Aug 07 11:43:28 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 07 11:43:28 2017 +0000"
      },
      "message": "Merge \"Add release notes for client registration changes\""
    },
    {
      "commit": "d56edc35ecc6774f92e2f4ff6e2c6a219ca35759",
      "tree": "759dffcddad0d809d1d74e8f1fdfe5e00fa54195",
      "parents": [
        "112eeb103cff945c0af5956f35980aaff3bcc65d"
      ],
      "author": {
        "name": "xing-yang",
        "email": "xing.yang@emc.com",
        "time": "Sat Jul 01 14:00:06 2017 -0700"
      },
      "committer": {
        "name": "xing-yang",
        "email": "xing.yang@emc.com",
        "time": "Fri Aug 04 18:22:43 2017 -0700"
      },
      "message": "Add Tests for Groups Volume APIs - Part 3\n\nGeneric volume groups support was added to Cinder in the\nNewton release:\nhttps://blueprints.launchpad.net/cinder/+spec/generic-volume-group\n\nThis is the 3rd patch that adds the tempest tests for generic\nvolume groups APIs in Cinder. It adds tests for the following API:\n\n  * create group from src\n\nChange-Id: I30c6709fe3fe9e75f6a2d980d0a5ffaedb42dad3\n"
    },
    {
      "commit": "2d7b40a45376186c5abc7b64a388ab9cfae8f2c3",
      "tree": "a004d93c9952bd846d326b926a4777ac28f1d348",
      "parents": [
        "ff50cc5b52b5bb24804c97de697b304b9f006715"
      ],
      "author": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Thu Aug 03 16:33:29 2017 +0100"
      },
      "committer": {
        "name": "Andrea Frittoli",
        "email": "andrea.frittoli@gmail.com",
        "time": "Thu Aug 03 16:33:29 2017 +0100"
      },
      "message": "Add release notes for client registration changes\n\nIn patch I902cfdea0af371dfa222a9bbf41edc4ea2765926 I forgot\nto add the release notes file, so adding it now as a separate patch.\n\nChange-Id: I4465913fa813971a95ca55fbda6c60312610ac64\n"
    },
    {
      "commit": "f0599b19fdb9a4cf035aff550369f8a91793241e",
      "tree": "2f335de1fdd46c3092d1e1ffeff4660de570cf88",
      "parents": [
        "c465bfe00183c18ae83e28dadfc2560f4ff1394e"
      ],
      "author": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Thu Aug 03 20:02:51 2017 +0800"
      },
      "committer": {
        "name": "jeremy.zhang",
        "email": "zhangjun_inspur@163.com",
        "time": "Thu Aug 03 20:02:51 2017 +0800"
      },
      "message": "Add test for showing volume image metadata\n\nThis patch adds test for the missing API (volume v2):\nshow image metadata for a volume.\n\nIncluding:\n\n[1] Add show volume image metadata API to v2 volumes_client\n[2] Add unit test for the API\n[3] Modify test case: test_update_image_metadata\n[4] Add release note\n\nChange-Id: Id428c64794085ffbcda5d500bb4996e3d8da15ee\n"
    },
    {
      "commit": "1bf32ebd6e8eba69029ec6fe9185086df4077c9c",
      "tree": "96f3d779b1a9324f9f6cfaef1d28a62816992783",
      "parents": [
        "c465bfe00183c18ae83e28dadfc2560f4ff1394e"
      ],
      "author": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Thu Aug 03 17:20:25 2017 +0530"
      },
      "committer": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Thu Aug 03 17:22:26 2017 +0530"
      },
      "message": "Moved releasenotes from tempest package to proper location\n\n* releasenotes should go under releasnotes directory. But\n  add-return-value-to-retype-volume-a401aa619aaa2457.yaml was under\n  tempest package. It should be moved to its proper home for\n  maintaining consistency.\n\nChange-Id: Ibfc7650bcd2e7cba17db1c2a3f6fe29131bec6de\n"
    },
    {
      "commit": "99e6d1acf78e248837863df93ff1c409a3b34fe9",
      "tree": "bb2fbf56759b310a132232e3f8cfb112d208d14c",
      "parents": [
        "167cd2f12806ff90c84d90b51a02204af861f87d",
        "41ed715c2306b701fea19adfc9e0f187a5dcf381"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jul 31 11:43:52 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 31 11:43:52 2017 +0000"
      },
      "message": "Merge \"Add Tests for Groups Volume APIs - Part 2\""
    },
    {
      "commit": "0252bca0d926774eab86fd88590401897eefa41b",
      "tree": "f74e76ffe43ab6d4280483954e2f558a70683a8b",
      "parents": [
        "684380741961830e602f4c4bfa6fd9f7d80a868c",
        "b282eb767f8b4b12b4588ea1f6293464a9d422e2"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Jul 27 03:17:54 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 27 03:17:54 2017 +0000"
      },
      "message": "Merge \"Fix some nits in object storage clients release notes\""
    },
    {
      "commit": "684380741961830e602f4c4bfa6fd9f7d80a868c",
      "tree": "e2285b34d3391aa4a55c61825653b69d49050ff9",
      "parents": [
        "3e4f8ebfede61a3ff7fe9ab528c5f2ba85ba83f8",
        "27127378b63ea706c457544200fff3a6abed98ed"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jul 26 13:25:25 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jul 26 13:25:25 2017 +0000"
      },
      "message": "Merge \"Remove support for py34\""
    },
    {
      "commit": "3e4f8ebfede61a3ff7fe9ab528c5f2ba85ba83f8",
      "tree": "be8d2122f9fadb5750e6661e035035fb481148f9",
      "parents": [
        "b6a775e414386ec84a0915b528572eb24bfc99d1",
        "97f6a843fc167da1d2fca0aedd927666c83086a5"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jul 26 10:55:34 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jul 26 10:55:34 2017 +0000"
      },
      "message": "Merge \"Move object storage capabilities_client to lib interface\""
    },
    {
      "commit": "b6a775e414386ec84a0915b528572eb24bfc99d1",
      "tree": "0586839359aa460ad64d804e0a2f744abfee1b47",
      "parents": [
        "80046606ea05e33a4e16b4edaafd003e0813a956",
        "5b7f6b9205aeb7dec0cb776dd68faca1cf1b3cb6"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jul 26 10:55:26 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jul 26 10:55:26 2017 +0000"
      },
      "message": "Merge \"Move object storage bulk_middleware_client to lib interface\""
    },
    {
      "commit": "27127378b63ea706c457544200fff3a6abed98ed",
      "tree": "408e1ce491c5af296b557a9f4c0566dd1bfed914",
      "parents": [
        "55e301689c3e2bb0bf7189dafc824b53bdd7ea3c"
      ],
      "author": {
        "name": "howardlee",
        "email": "lihongweibj@inspur.com",
        "time": "Wed Jul 19 11:13:37 2017 +0800"
      },
      "committer": {
        "name": "howard lee",
        "email": "lihongweibj@inspur.com",
        "time": "Wed Jul 26 09:33:24 2017 +0000"
      },
      "message": "Remove support for py34\n\nDue to the change from Ubuntu Trusty to Xenial, only python3.5 is\navailable(Python3.4 is restricted to \u003c\u003d Mitaka). So, there is no\nneed to continue to keep these settings.\n\nChange-Id: I07bf6c3299a2e509a2d30342922459dc79c8f281\n"
    },
    {
      "commit": "b282eb767f8b4b12b4588ea1f6293464a9d422e2",
      "tree": "c19f51af435ebeadc804fe677a13187bd0e5e46c",
      "parents": [
        "97f6a843fc167da1d2fca0aedd927666c83086a5"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Wed Jul 26 09:24:47 2017 +0300"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Wed Jul 26 09:24:47 2017 +0300"
      },
      "message": "Fix some nits in object storage clients release notes\n\nThis is follow up patch to fix the nits in\nrelease notes - I6b44fb9a692b947baadbe049b2f7d31e4ab51035\n\nChange-Id: I9eb4a60a8b0ff69c0646b87af846cf8947cede21\n"
    }
  ],
  "next": "41ed715c2306b701fea19adfc9e0f187a5dcf381"
}
