)]}'
{
  "log": [
    {
      "commit": "fe868063d757ee4d4303472c753e320679eaed23",
      "tree": "2488cc406da5b33841a29e16530b2864d4d33770",
      "parents": [
        "496237a646a3cff808a52bce540356029f69c5b0"
      ],
      "author": {
        "name": "Kiran Pawar",
        "email": "kinpaa@gmail.com",
        "time": "Wed Jun 11 13:33:02 2025 +0000"
      },
      "committer": {
        "name": "Kiran Pawar",
        "email": "kinpaa@gmail.com",
        "time": "Fri Oct 10 14:39:38 2025 +0000"
      },
      "message": "Add tests for encryption_key_ref\n\nPositive test -\n 1. create barbican secret and create share using secret UUID\n\nNegative test -\n 1. invalid encryption key ref\n 2. invalid share type extra-spec\n 3. absent encryption key ref\n\npartially-implements: blueprint share-encryption\nDepends-On: https://review.opendev.org/c/openstack/requirements/+/963685\nChange-Id: I3145f9cd6847464b2920f1b0a35e6c211e45b26e\nSigned-off-by: Kiran Pawar \u003ckinpaa@gmail.com\u003e\n"
    },
    {
      "commit": "6238ad6efc88fe99bbb80d86064854fec2321b87",
      "tree": "3b5549336c28898203d1e5c5f73efe168b2dbae1",
      "parents": [
        "f47cefe169666322297df43b3a069e530f31e058",
        "7b63ec7845b3a416db7d43b3af9e0fb6779dd834"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Jan 12 11:13:33 2023 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 12 11:13:33 2023 +0000"
      },
      "message": "Merge \"Move general methods under utils file\""
    },
    {
      "commit": "4a80316fe781fd93254596cc870a6819652500ec",
      "tree": "a0a1e629f81d101c49832113f930726b8feeea95",
      "parents": [
        "8dc165888132bbf43c63f2d501717e5308f54956"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Wed Nov 16 11:34:33 2022 +0200"
      },
      "committer": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Wed Dec 14 13:02:16 2022 +0200"
      },
      "message": "Move \"get_access_rule_data_from_config\" method under utils.py\n\nThis method is based only on tempest configuration, so better to\nmove it under utils.py method that other classes will benefit it\nwithout having to inherit from it.\n\nChange-Id: Ia0cf15210e697988cd54ae82db8bb76aa17a5996\n"
    },
    {
      "commit": "7b63ec7845b3a416db7d43b3af9e0fb6779dd834",
      "tree": "b1666a52b3ff6f7069053ff3c2cadbe575ef7920",
      "parents": [
        "8dc165888132bbf43c63f2d501717e5308f54956"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Sun Dec 11 11:57:59 2022 +0200"
      },
      "committer": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Sun Dec 11 12:03:59 2022 +0200"
      },
      "message": "Move general methods under utils file\n\nAs a follow-up to the patch [1].\nBetter to move these methods under utils file\nso other classes can benefit from it.\n\n[1] Ia0cf15210e697988cd54ae82db8bb76aa17a5996\n\nChange-Id: I31322352dcd7982443fa1f590a643b341c059ff0\n"
    },
    {
      "commit": "d62b5dcf51e8b9824ddc279a73ee4d03ee23d0b2",
      "tree": "e8646c4ff19270db2b0d73de3bc7bf6b9d7001e7",
      "parents": [
        "b42c4f84deb69ab7bb33baf97f4f7fe8094eb570"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Wed Jun 29 07:39:53 2022 +0300"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Jul 08 14:56:19 2022 +0000"
      },
      "message": "Use _parse_resp method from tempest\n\nAs a continuation of the patch [1]. The required change\nwas merged in tempest. So we can make the cleanup in\nmanila_tempest_plugin.\n\n[1] https://review.opendev.org/c/openstack/manila-tempest-plugin/+/836877\n\nChange-Id: I093be875910ef18deebe3e56b83c6992d1a307e5\n"
    },
    {
      "commit": "8bb17fc562bef136ccf2683aaf32e3a1ddb6017c",
      "tree": "6b3d515c2e491101bffa18e480c7571ff5c9ea85",
      "parents": [
        "5203643c2423c89afc90b1c0045de422c643f85a"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Wed Apr 06 23:42:27 2022 +0530"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Thu Jun 23 17:00:50 2022 +0530"
      },
      "message": "Refactor share metadata tests\n\n1) Use the shares_v2_client to make metadata API requests.\nThis allows us to test v1 proxies as well where appropriate,\nand actually test the supported version of the API instead\nof the deprecated version\n\n2) Verify key in GET /v2/shares/\u003cshare\u003e/metadata/{key} API\n\nthe client\u0027s _parse_body helper strips out the top\nlevel key allowing us to miss bugs associated with\nany key changes from the server [1]. Allow for opt-in\nverification of the key and add this verification\nto the affected API.\n\n[1] https://bugs.launchpad.net/manila/+bug/1968069\n\nDepends-On: Ib5a62599b84ba55617071f8bcd8e2a1a11b2537b\nChange-Id: I7b1af957f08328c642a74ff123deb78e193bbe3a\nRelated-Bug: #1968069\nSigned-off-by: Goutham Pacha Ravi \u003cgouthampravi@gmail.com\u003e\n"
    },
    {
      "commit": "c1a3c0e54e675380ec85f8092527981efa8ce078",
      "tree": "3622950c63f2fc83caa925fb39a353a492002985",
      "parents": [
        "88225a342c5ee08368f76459cf12415fcf701e52"
      ],
      "author": {
        "name": "Andre",
        "email": "debeltrami@gmail.com",
        "time": "Sat Jan 29 14:46:53 2022 +0000"
      },
      "committer": {
        "name": "andrebeltrami",
        "email": "debeltrami@gmail.com",
        "time": "Thu Mar 10 09:09:27 2022 -0300"
      },
      "message": "Add functional tests for add multiple subnets feature\n\nThis change adds negative and positive functional tests\nfor the new feature add multiple subnets per az. Older\nfunctional tests impacted by the feature are fixed. Finally,\nthe new flags `run_share_server_multiple_subnets_tests` and\n`run_network_allocation_update_tests` are added and configured\nin the community jobs for Dummy DHSS\u003dTrue and Container Driver.\n\nPartially-Implements: blueprint multiple-share-network-subnets\nChange-Id: I99547e1873646fb1494a454f67b14c7293342beb\n"
    },
    {
      "commit": "48895819769e94ae050a08275fa6a9606ef16b73",
      "tree": "973ccfcc4f4a7f8cc88e0263a990978c12eb0b4c",
      "parents": [
        "8866127d8b9bc7c2811c9025be8acf2228adb0f8"
      ],
      "author": {
        "name": "haixin",
        "email": "haixin@inspur.com",
        "time": "Wed Sep 30 13:50:37 2020 +0800"
      },
      "committer": {
        "name": "haixin",
        "email": "haix09@chinatelecom.cn",
        "time": "Thu Dec 09 16:50:57 2021 +0800"
      },
      "message": "Remove all usage of six library\n\nReplace six with Python 3 style code.\n\nChange-Id: I724eba28d1a88317655f9cb7da94716772cd01ab\n"
    },
    {
      "commit": "a0acf25969daf37f3b1f527809f297e6ba227cc9",
      "tree": "b8c6cbc30da4234ae7c1e7cdfd0911186d85bc28",
      "parents": [
        "0031ba11387091fcc830047cd265d7ed9f52c129"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Thu May 27 19:57:55 2021 -0700"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri May 28 00:57:45 2021 -0700"
      },
      "message": "Fix API version test skip logic\n\nAPI tests must be evaluated by min and max\nversions, however, we\u0027ve multiple places\nwhere we don\u0027t seem to evaluate the min_version;\nthis leads to incorrect behavior when test\nrunners set a different min_version in their\ntest configuration.\n\nWe can also consolidate the decorators and\ncallables that we have. We attempted this in\nthe recent past [1], however, we replaced the\ncallables with calling a decorator method, which\nresulted in many tests not being skipped.\n\nThis bugfix is currently necessary to get\ntests working against stable/ussuri and\nstable/train branches.\n\n[1] I0c35aff993e67c1ef44c27580f8c2c829a6275f7\nChange-Id: I2eceb1d5fe42b1b779e115a0144a5d9639d3753f\nSigned-off-by: Goutham Pacha Ravi \u003cgouthampravi@gmail.com\u003e\n"
    },
    {
      "commit": "d91870b8e63f2a2301af645fd8632601a67ec742",
      "tree": "6d37596fa5f913c9387a0fcc94e081897e800cc0",
      "parents": [
        "9ff6b341370b10a80fddc6d1fd70c6375542b846"
      ],
      "author": {
        "name": "Luigi Toscano",
        "email": "ltoscano@redhat.com",
        "time": "Sat Oct 03 15:17:23 2020 +0200"
      },
      "committer": {
        "name": "Luigi Toscano",
        "email": "ltoscano@redhat.com",
        "time": "Sat Oct 03 15:17:23 2020 +0200"
      },
      "message": "Preserve the items order when calling ddt.data()\n\nSeveral calls to ddt.data() change the lists of items into a set\nto de-duplicate them. This happens, for example, when the list\nconstains microversions which may come from some variable.\n\nIn order to generate a consistent and predictable list of tests,\nwhich can be compared over time (as ddt adds the index of the\ntest to the test name), replace the usage of set with\na new function which removes the duplicates but keeps the order.\n\nChange-Id: I9cbd26016238c25487ac8104c1188cd2cf4f467e\n"
    },
    {
      "commit": "1d1461d23220dbd2a5d3420f7802f51992c994f7",
      "tree": "8342629570e19f2b96259ed9d1f0a06af679b5ba",
      "parents": [
        "7674f966482117ead95534875fa8116674f37f81"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Tue Aug 04 11:19:11 2020 +0300"
      },
      "committer": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Tue Aug 18 10:01:00 2020 +0300"
      },
      "message": "Add flake8-import-order extension to tox.ini\n\nThis package adds 3 new flake8 warnings\n\n* ``I100``: Your import statements are in the wrong order.\n* ``I101``: The names in your from import are in the wrong order.\n* ``I201``: Missing newline between sections or imports.\n\nChange-Id: I4feabcd4db583d213e0e4d414eee267b0ddb8870\n"
    },
    {
      "commit": "6e57568e9762be8290380ff3b91afa43caa2149a",
      "tree": "337a5b8f67967a5192ea56f8ac075c37cb142a7f",
      "parents": [
        "ca4dd9f10178fe9e6d5fe81aac3c3b8f3dae6448"
      ],
      "author": {
        "name": "silvacarloss",
        "email": "ces.eduardo98@gmail.com",
        "time": "Tue Feb 18 19:52:35 2020 -0300"
      },
      "committer": {
        "name": "silvacarloss",
        "email": "ces.eduardo98@gmail.com",
        "time": "Wed Apr 22 21:44:03 2020 +0000"
      },
      "message": "Remove experimental flag from share groups feature\n\nThe share groups functionality will no longer be considered\nexperimental. The existent functional tests were modified to accomplish\nwith this feature graduation.\n\nChange-Id: Ideba68c0481345e808f185195eea68e879155cf1\nPartially-Implements: bp graduate-share-groups-feature\n"
    },
    {
      "commit": "ca4dd9f10178fe9e6d5fe81aac3c3b8f3dae6448",
      "tree": "a00aabebcc6a56b4bf865f32e261ace7fa50d072",
      "parents": [
        "9d229583b0b8dce5f1848d55c148260359ce10f2"
      ],
      "author": {
        "name": "silvacarloss",
        "email": "ces.eduardo98@gmail.com",
        "time": "Wed Mar 11 13:57:18 2020 +0000"
      },
      "committer": {
        "name": "silvacarloss",
        "email": "ces.eduardo98@gmail.com",
        "time": "Fri Apr 17 01:04:42 2020 +0000"
      },
      "message": "Update share quota functional tests\n\n- Updates the existent functional tests to accomplish with the two\n  new quotas for share replicas.\n- Add new functional tests for share replicas\n\nDepends-On: I8ba7bc6f167c28d6c169b2187d0e1bda7cad3f69\nChange-Id: I9c5df364bca666bbc32fb10b100a38f78888088a\n"
    },
    {
      "commit": "a3b6f7ad25fcb8b97915cfad27effaf0d350dbe7",
      "tree": "1e63afa90e38d53aae133ea2e424e37ba502ce72",
      "parents": [
        "820064b6d7c4a39a39400c11a3c138d6bf4d9074"
      ],
      "author": {
        "name": "lkuchlan",
        "email": "lkuchlan@redhat.com",
        "time": "Tue Jan 07 10:45:45 2020 +0200"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthampravi@gmail.com",
        "time": "Fri Feb 14 21:22:21 2020 +0000"
      },
      "message": "Move all conditions skipped under \"skip_checks\" method\n\nManila tempest plugin class structure should be compatible\nwith tempest project as manila tempest plugin is a plugin\nof tempest.\nIn some cases incompatibility can cause problems.\nFor example: using \"check_uuid\" tool for generating UUIDs\nfor tests does not work properly in manila, Because some\nclasses are wrapped with conditions skipped.\nI suggest to use \"skip_checks\" method that been used to\nevaluate config before tests methods and skip them based\non these checks.\n\nThis patch moves all conditions under this method.\n\nTwo new functions been added to \"skip_checks\" method\nin order to skip by microversions and reduce a duplicated\ncode:\n  - \"check_skip_with_microversion\"\n  - \"check_skip_with_microversion_not_supported\"\n\nChange-Id: Id0a15dbfbd3d85d7773c26e252f4cc4d906cf377\n"
    },
    {
      "commit": "171241eb94787293d8711a2284ccd7684b2f45bf",
      "tree": "d6a34244bb75e56bcfc7b18b12ec36362993e4c1",
      "parents": [
        "b7e27e7719a2319e8df9a170456d605619af7008",
        "bd4e78c6222834db5bb0130e656df1b6d66bf4ca"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Sat Sep 21 01:02:59 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 21 01:02:59 2019 +0000"
      },
      "message": "Merge \"Enable share-replica tests in multitenancy enviroments\""
    },
    {
      "commit": "b7e27e7719a2319e8df9a170456d605619af7008",
      "tree": "ea69359de3217c101bee4a480857dc5cfc871752",
      "parents": [
        "0d1d29f5618cfbdef31c2acdf537799b01aee232"
      ],
      "author": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Tue Aug 06 19:40:37 2019 -0300"
      },
      "committer": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Fri Sep 20 13:33:12 2019 -0300"
      },
      "message": "Adds new functional tests for share-network-subnets\n\nThis patch adds functional test for share-network-subnets and\nvalidates the new API version 2.51\n\nChange-Id: I60bdb493ad5766f28408a0c877f960922fe44ad0\nPartially-implements: bp share-network-multiple-subnets\n"
    },
    {
      "commit": "bd4e78c6222834db5bb0130e656df1b6d66bf4ca",
      "tree": "8323a2926da2454de080850b4bf9276f9da70d0f",
      "parents": [
        "493a2dfe6fa92cb81e9c9a20d062076c9a265405"
      ],
      "author": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Mon Sep 02 17:16:30 2019 -0300"
      },
      "committer": {
        "name": "Douglas Viroel",
        "email": "viroel@gmail.com",
        "time": "Sat Sep 14 13:59:19 2019 +0000"
      },
      "message": "Enable share-replica tests in multitenancy enviroments\n\nThis patch enables share-replica tests to be executed in a multitenancy\nenvironment, providing a share-network to be used by both shares and\nshare-replicas.\n\nThe multitenancy test for share-replicas will be enabled only for API\nversion equal or greater than 2.51.\n\nDepends-On: I60bdb493ad5766f28408a0c877f960922fe44ad0\nChange-Id: Icb93fc346b71edc7bb3ac989e9751899bb80fbe5\n"
    },
    {
      "commit": "370569423eea5fad86efd646e7c5ea83e1337420",
      "tree": "08bbec97d41847bd2d7199ebec0dcfb443e7e36c",
      "parents": [
        "b4e00216fbe5360a1b8563fc03c341332f039628"
      ],
      "author": {
        "name": "Lucio Seki",
        "email": "luciomitsuru.seki@fit-tecnologia.org.br",
        "time": "Thu Jan 24 15:40:20 2019 -0200"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigob@netapp.com",
        "time": "Wed Mar 06 21:42:27 2019 -0300"
      },
      "message": "Add functional tests for manage/unmanage of shares in DHSS\u003dTrue\n\nThis patch adds functional tests for managing/unmanaging\nshare servers, shares, and snapshots in DHSS\u003dTrue.\n\nChange-Id: I452c2a99b186f53d737cb7fbd7eabfcfd9b249d6\nPartially-implements: bp manage-unmanage-with-share-servers\n"
    },
    {
      "commit": "f6bc6fa7bc0e46857aba2b141f31b516a7d30a41",
      "tree": "a35efd3d0f0af4ae4518d53d18d17136437e6566",
      "parents": [
        "f572d5f75e8427b8f18cb015832c6bcc50b69ab7"
      ],
      "author": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Thu Feb 01 11:27:00 2018 -0500"
      },
      "committer": {
        "name": "Victoria Martinez de la Cruz",
        "email": "victoria@redhat.com",
        "time": "Sun Aug 05 19:37:43 2018 -0300"
      },
      "message": "Create a generic share type (api tests)\n\nTempest assumes a default share type already created\nto work. This means, if a default share type is not\ncreated and not specified in the conf file, tempest\ntests fail. A workaround is to create a share type\nas part of the environment setup for all the tests\nthat need it. This patch set does that.\n\nChange-Id: I15880e400df30918762ebd7304244b4a27200168\nCloses-Bug: #1743472\n"
    },
    {
      "commit": "80f5fbf2c92231f45ebace17a388679cf595b55a",
      "tree": "2cfc00c61599a82317865c5cc987ba93d4f1a967",
      "parents": [
        "3dd627bdec282071450694bf5399d53e9f9abd5b"
      ],
      "author": {
        "name": "Raissa Sarmento",
        "email": "rdearauj@redhat.com",
        "time": "Mon Oct 16 14:38:36 2017 +0100"
      },
      "committer": {
        "name": "Raissa Sarmento",
        "email": "rdearauj@redhat.com",
        "time": "Mon Nov 20 12:01:12 2017 -0300"
      },
      "message": "Initial fixes to plugin repo\n\nFixing requirements and setup for manila tempest plugin.\n\nDepends-On: I21f2e27ba18f18ebdf07105452c0ffb6fc04bb83\nChange-Id: Id773014b915817ff41b9bffd41e84e4d53fb78be\n"
    },
    {
      "commit": "72974ff6a5c0d842b0f17d77fddabe9a35d538a9",
      "tree": "c38cab652762c8a49d168ce1813aff267efe59c0",
      "parents": [
        "2982c3b23445eafd523181c48d6b490aa0c3a702"
      ],
      "author": {
        "name": "zhongjun",
        "email": "jun.zhongjun@huawei.com",
        "time": "Wed May 04 11:47:03 2016 +0800"
      },
      "committer": {
        "name": "zhongjun",
        "email": "jun.zhongjun@huawei.com",
        "time": "Mon Jul 17 09:44:41 2017 +0800"
      },
      "message": "Enable IPv6 in manila(allow access)\n\nPlease read spec for design detail [1].\n\nAdd support to validate IPv6 based addresses\nin allow access API when access type is IP.\n\n[1] f7202a6cfe32a057f752a4e393f848f8a0211c36\n\nAPIImpact\nDocImpact\n\nChange-Id: Ica242007e77a7e21b2151e5fc32401b501d961b2\nPartial-Implements: blueprint support-ipv6-access\n"
    },
    {
      "commit": "58d9de38c0ec25fae1158dbb7c9e260d7f6c3f22",
      "tree": "cc6c7e5bfd8625f94f5311d5a88d8f260f1ecab3",
      "parents": [
        "11c7cfae572a9ce421bfd830f62972a2b4ef85c3"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Tue Sep 06 13:16:47 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Tue Sep 13 13:17:07 2016 -0300"
      },
      "message": "Improve Share Migration tempest tests\n\nImprove coverage by adding tests that validate the share-type\nchange while also changing the driver mode.\n\nCloses-bug: #1620800\n\nChange-Id: I924c34aa69591754b437d75f43db91d77e73fb07\n"
    },
    {
      "commit": "c9abf28dcc22d47b4ad670ed8d2d6fdfdb5a0b71",
      "tree": "0da6c73382ce237de0b41be7e1971c6b4cefef83",
      "parents": [
        "3ca71ed94b242dc28e51816443b2e6c07e75595f"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Wed Aug 24 22:01:31 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Tue Aug 30 08:30:21 2016 -0300"
      },
      "message": "Fix Share Migration improper behavior for drivers\n\nTempest tests were not appropriate for driver-assisted migration,\nso this was fixed.\n\nAlso, improved docstrings and fixed workflow for drivers when\nimplementing 2-phase migration to be accurate with tempest and\nhandle AZs, which were previously locked to the source share\u0027s\nAZ.\n\nDriver-assisted migration now creates an additional\nshare instance to better handle and support driver methods.\n\nUpdated allow_access and deny_access APIs to allow users to mount\nmigrating shares before issuing \u0027migration-complete\u0027.\n\nAPIImpact\n\nCloses-bug: #1594922\nChange-Id: If4bfaf7e9d963b83c13a6fea241c2eda14f7f409\n"
    },
    {
      "commit": "69b00b5b2686ee64fd8e061d30532202842c5f8c",
      "tree": "cc0ea46b09a8634deeb8596d4ed29d6ad472133e",
      "parents": [
        "66a7ce241eb072e7d757e07e2b1da65023d35139"
      ],
      "author": {
        "name": "Xing Yang",
        "email": "xing.yang@emc.com",
        "time": "Sun Nov 22 16:10:44 2015 -0500"
      },
      "committer": {
        "name": "Xing Yang",
        "email": "xing.yang@emc.com",
        "time": "Thu Feb 18 04:09:05 2016 -0500"
      },
      "message": "Manage and unmanage snapshot\n\nAdd APIs to support manage and unmanage share snapshots.\nAlso add support in the Generic driver.\nThis only supports for DHSS\u003dFalse driver mode.\n\nAdd provider_location column to the share_snapshots table\nto save data used to identify the snapshot on the backend.\n\nAlso need to bump microversion.\n\nAPIImpact\nDocImpact\nChange-Id: I87a066173c85d969607d132accd9f0e9bd49c235\nImplements: blueprint manage-unmanage-snapshot\n"
    },
    {
      "commit": "fcde77103ec5656c57d4711b874edb18de092059",
      "tree": "f4aed7d1bc4e0e7d7357e1078a4d8293204a21bc",
      "parents": [
        "ee82d98d92608fc8a1b2bdc3f5a3cab111504290"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Mon Dec 14 18:06:13 2015 +0200"
      },
      "committer": {
        "name": "vponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Dec 16 18:07:57 2015 +0200"
      },
      "message": "Fix Tempest microversion comparison approach\n\nManila microversions have following template:\n\nx.y\n\nwhere \u0027x\u0027 and \u0027y\u0027 both digits.\n\nAnd now tempest transforms string \u0027x.y\u0027 to float but it is incorrect\nthing to do because float assumes that each left value is bigger than\nright one. And it is not suitable for microversion comparisons.\n\nExamples:\n\nMicroversions true conditions:\n2.9 \u003c 2.10\n2.9 \u003c 2.81\n\nFloat true conditions:\n2.9 \u003e 2.10\n2.9 \u003e 2.81\n\nSo, create new file \u0027manila_tempest_tests/utils.py\u0027 and place there\nold and new functions that serve all microversion actions. In addition,\nport another existing utility function called \u0027rand_ip\u0027.\n\nChange-Id: I88bf2cb51fd8de1bc89bf169bda7a05ca5a0b8ab\nCloses-Bug: #1518996\n"
    }
  ]
}
