)]}'
{
  "log": [
    {
      "commit": "11c7cfae572a9ce421bfd830f62972a2b4ef85c3",
      "tree": "ba450226f4e8dce5207c2677ee09177e0472a1f6",
      "parents": [
        "3223a53556a96b1bff888a28b74932ad0f5f2bc1",
        "586638050fa632bc4436aa676af40cefa77d2e9f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sat Sep 03 13:12:52 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Sep 03 13:12:52 2016 +0000"
      },
      "message": "Merge \"Correct reraising of exception\""
    },
    {
      "commit": "3223a53556a96b1bff888a28b74932ad0f5f2bc1",
      "tree": "749d85d77051b91612d51ff17c56a70a311b2974",
      "parents": [
        "367fbfe99fd6328f406fe96d770f968957077ac3",
        "d38d2f5f94e69506e0a6e53580388905c7a9d0a2"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Sep 01 13:56:40 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 01 13:56:40 2016 +0000"
      },
      "message": "Merge \"Add share type change to Share Migration\""
    },
    {
      "commit": "367fbfe99fd6328f406fe96d770f968957077ac3",
      "tree": "309acb9d6d920d614cf2c5408fee0530ac1c4f72",
      "parents": [
        "3772064a48b4e1c8fce20b44546972c5e6e9e801",
        "269d1fcd6800248551ce875b9a40b5532132486e"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Sep 01 04:58:34 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 01 04:58:34 2016 +0000"
      },
      "message": "Merge \"Fix test bugs for replication CI\""
    },
    {
      "commit": "d38d2f5f94e69506e0a6e53580388905c7a9d0a2",
      "tree": "1c083fb27f82c0acbea4edafbd0c9dacffe1f454",
      "parents": [
        "427bc05c686cd2312c9769d205957c10023c2db0"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Tue Jul 19 22:24:56 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Wed Aug 31 21:07:47 2016 -0300"
      },
      "message": "Add share type change to Share Migration\n\nThis patch adds a \u0027new_share_type_id\u0027 parameter to Share Migration,\nwhere the destination share can be provisioned under a different\nshare type of choice.\n\nHost-assisted migration handles it by creating a totally new share,\nas before.\n\nDriver-assisted migration handles by creating the destination\ninstance model with the new share type, the driver is responsible\nfor making the necessary changes to satisfy the provided model.\n\nIn order to accomplish this, a database change was required,\ntransferring the \u0027share_type_id\u0027 field from the \u0027shares\u0027 table\nto the \u0027share_instances\u0027 table.\n\nAPIImpact\n\nPartially implements: blueprint newton-migration-improvements\nChange-Id: I3200eaaa5b66d9b8ce1cbd16c1658db8516c70fb\n"
    },
    {
      "commit": "3772064a48b4e1c8fce20b44546972c5e6e9e801",
      "tree": "02cdc04621af8146449065d9b5aa7101c53898b5",
      "parents": [
        "0009e4707865cfa1d1a3764132504b2ab184a5f3",
        "2e0c5c0240c0dc7a020c7dae026447a57e72e8e0"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Aug 31 19:56:52 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Aug 31 19:56:52 2016 +0000"
      },
      "message": "Merge \"Change assertTrue(isinstance()) by optimal assert\""
    },
    {
      "commit": "427bc05c686cd2312c9769d205957c10023c2db0",
      "tree": "efeb5bf34288dfc3e41763cf2541e5f3cb5fc198",
      "parents": [
        "c9abf28dcc22d47b4ad670ed8d2d6fdfdb5a0b71"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Mon Jun 06 17:10:06 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Wed Aug 31 12:38:14 2016 -0300"
      },
      "message": "Share migration Newton improvements\n\nAt Austin 2016 summit there were several improvements to\nShare migration feature discussed. This patch implements\nthese changes.\n\nChanges are:\n- Added \u0027Writable\u0027 API parameter: user chooses whether share must\nremain writable during migration.\n- Added \u0027Preserve Metadata\u0027 API parameter: user chooses whether\nshare must preserve all file metadata on migration.\n- Added \u0027Non-disruptive\u0027 API parameter: user chooses whether\nmigration of share must be performed non-disruptively.\n- Removed existing \u0027Notify\u0027, thus removing 1-phase migration\npossibility.\n- Renamed existing \u0027Force Host Copy\u0027 parameter to \u0027Force\nHost-assisted Migration\u0027.\n- Renamed all \u0027migration_info\u0027 and \u0027migration_get_info\u0027 entries to\n\u0027connection_info\u0027 and \u0027connection_get_info\u0027.\n- Updated driver interfaces with the new API parameters, drivers\nmust respect them.\n- Changed share/api \u003d\u003e scheduler RPCAPI back to asynchronous.\n- Added optional SHA-256 validation to perform additional check if\nbytes were corrupted during copying.\n- Added mount options configuration to Data Service so CIFS shares\ncan be mounted.\n- Driver may override _get_access_mapping if supports a different\naccess_type/protocol combination than what is defined by default.\n- Added CIFS share protocol support and \u0027user\u0027 access type\nsupport to Data Service.\n- Reset Task State API now allows task_state to be unset using\n\u0027None\u0027 value.\n- Added possibility to change share-network when migrating a share.\n- Bumped microversion to 2.22.\n- Removed support of all previous versions of Share Migration APIs.\n\nAPIImpact\nDocImpact\n\nImplements: blueprint newton-migration-improvements\nChange-Id: Ief49a46c86ed3c22d3b31021aff86a9ce0ecbe3b\n"
    },
    {
      "commit": "586638050fa632bc4436aa676af40cefa77d2e9f",
      "tree": "f74f56f1f9e43d11a950fcbb273829e096c77310",
      "parents": [
        "e6e332c42fe2c64e7adc1e9c8ba1dcbbd46f58a3"
      ],
      "author": {
        "name": "gecong1973",
        "email": "ge.cong@zte.com.cn",
        "time": "Thu Aug 25 11:08:45 2016 +0800"
      },
      "committer": {
        "name": "gecong",
        "email": "ge.cong@zte.com.cn",
        "time": "Wed Aug 31 11:53:04 2016 +0000"
      },
      "message": "Correct reraising of exception\n\nWhen an exception is caught and rethrown,\nit should call \u0027raise\u0027 without any arguments\nbecause it shows the place where an exception\noccured initially instead of place where\nthe exception re-raised\n\nChange-Id: I7e11d11ee07fcc6e149d1349e4aba9f86b890c49\nCloses-Bug: #1616696\n"
    },
    {
      "commit": "2e0c5c0240c0dc7a020c7dae026447a57e72e8e0",
      "tree": "7c53881461bc01582711438b67fd0bdb1e164a30",
      "parents": [
        "3ca71ed94b242dc28e51816443b2e6c07e75595f"
      ],
      "author": {
        "name": "gecong1973",
        "email": "ge.cong@zte.com.cn",
        "time": "Tue Aug 30 15:56:14 2016 +0800"
      },
      "committer": {
        "name": "gecong",
        "email": "ge.cong@zte.com.cn",
        "time": "Wed Aug 31 00:26:54 2016 +0000"
      },
      "message": "Change assertTrue(isinstance()) by optimal assert\n\nSome of tests use different method of assertTrue(isinstance(A, B))\nThe correct way is to use assertIsInstance(A, B) provided by testtools\n\nChange-Id: Ie21fb409edf558409aa4bf5dfe59893c5b544aa8\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": "269d1fcd6800248551ce875b9a40b5532132486e",
      "tree": "db76b183116588efaa367cfc2297f9948a66d1b3",
      "parents": [
        "e6e332c42fe2c64e7adc1e9c8ba1dcbbd46f58a3"
      ],
      "author": {
        "name": "zengyingzhe",
        "email": "zengyingzhe@huawei.com",
        "time": "Fri Aug 26 17:44:36 2016 +0800"
      },
      "committer": {
        "name": "zengyingzhe",
        "email": "zengyingzhe@huawei.com",
        "time": "Mon Aug 29 11:46:20 2016 +0800"
      },
      "message": "Fix test bugs for replication CI\n\nChange-Id: I9e1986a44d915adcece41a3db8fccae8ca8045d9\n"
    },
    {
      "commit": "4636649e2c844aa406f889a873a2ff7ee6a62fd8",
      "tree": "7ea37f3b6256ddffca279b81a22838a387d3d297",
      "parents": [
        "e6e332c42fe2c64e7adc1e9c8ba1dcbbd46f58a3"
      ],
      "author": {
        "name": "zhaohua",
        "email": "zhaohua.zhao@huawei.com",
        "time": "Mon Jun 20 17:51:47 2016 +0800"
      },
      "committer": {
        "name": "Yingzhe Zeng",
        "email": "zengyingzhe@huawei.com",
        "time": "Sat Aug 27 07:47:48 2016 +0000"
      },
      "message": "Implement replication support in huawei driver\n\nImplement the following interfaces:\n  - create_replica\n  - delete_replica\n  - promote_replica\n  - update_replica_state\n\nDocImpact\n\nChange-Id: I1c52c9f67daa8440050a03e7e9ead5ca32ded458\nImplements: bp huawei-driver-support-replication\n"
    },
    {
      "commit": "c0cf7d1a4041eca89760bde5bdd6847328d4f513",
      "tree": "8121e2ed7728844bc132840ecc847486094f3f3b",
      "parents": [
        "352ecf478bb4ce6787e44987dba04b34d11a1572"
      ],
      "author": {
        "name": "Ramana Raja",
        "email": "rraja@redhat.com",
        "time": "Sat Jul 16 20:35:46 2016 +0530"
      },
      "committer": {
        "name": "Ramana Raja",
        "email": "rraja@redhat.com",
        "time": "Mon Aug 22 20:41:19 2016 +0530"
      },
      "message": "add access_key to share_access_map\n\nFor backends with internal authentication system,\ne.g. Ceph, that return ``access_key`` (credential) for\nclient identities that are granted share access:\n\n* Retrieve ``access_key`` as return value of driver\u0027s\n  update_access()\n\n* Store ``access_key`` in ShareAccessMapping model\n\n* Expose it in access_list API\n\nAPIImpact\n\nDocImpact\n\nPartially implements bp auth-access-keys\n\nCo-Authored-By: John Spray \u003cjspray@redhat.com\u003e\n\nChange-Id: I486064f117cf3001dba7735ca92a7d89aee3ce5b\n"
    },
    {
      "commit": "3b0f0ee6cc0495dd553ac5ce02f5ce16dfe4ab90",
      "tree": "d60d9f81ffa461c899486c8fc27d79daeb5d1c2b",
      "parents": [
        "e922aca3fb364339bc1e8d20666c8176fd54882b"
      ],
      "author": {
        "name": "Ramana Raja",
        "email": "rraja@redhat.com",
        "time": "Tue Aug 16 16:58:13 2016 +0530"
      },
      "committer": {
        "name": "Ramana Raja",
        "email": "rraja@redhat.com",
        "time": "Tue Aug 16 17:09:29 2016 +0530"
      },
      "message": "manila_tempest_tests: fix exception messages\n\nTrivialFix\n\nChange-Id: I6113e1663027535c3fe5b3b129bf270cebbad490\n"
    },
    {
      "commit": "54ae0948a16c23d09234172372e046100ce40f45",
      "tree": "cda61b8c828cf70bb42f32398474fac254d197cb",
      "parents": [
        "dc237d8e221e10646502b758505f97e54dc07775"
      ],
      "author": {
        "name": "Marc Koderer",
        "email": "marc@koderer.com",
        "time": "Thu Aug 04 15:01:29 2016 +0200"
      },
      "committer": {
        "name": "Marc Koderer",
        "email": "marc@koderer.com",
        "time": "Fri Aug 12 15:14:14 2016 +0200"
      },
      "message": "Add MTU information in DB and API\n\nMTU value can be different for each neutron network.\nE.g. for high-performance use-cases it\u0027s very important to also\nsupport MTU\u0027s with jumbo frames.\n\nThis patch exposes this information to the drivers. Each driver\nshould setup its resources accordingly.\n\nThe tempest test actually just covers the api change. Better coverage will\nbe added when the container driver lands.\n\nAPIImpact\nDocImpact\n\nChange-Id: I9b4efae620ec9f6790547c8fffc58872d43277f5\nImplements: bp add-network-mtu\nRelated-Bug: #1612528\n"
    },
    {
      "commit": "dc237d8e221e10646502b758505f97e54dc07775",
      "tree": "47baedf8684552dd44f1f958d058b86324dc2cee",
      "parents": [
        "a43aa8eb8d63b492815f53b05da5bf291815ccad",
        "6fc93b8995a53b28587278082257affba76b209c"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Aug 12 05:58:51 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Aug 12 05:58:51 2016 +0000"
      },
      "message": "Merge \"cephfs_native: add read-only share support\""
    },
    {
      "commit": "6fc93b8995a53b28587278082257affba76b209c",
      "tree": "7cdb65070ac047fa9155016d7329d471c530404b",
      "parents": [
        "dfc5486b7dd9650a49478f0f6f984315f4e60116"
      ],
      "author": {
        "name": "Ramana Raja",
        "email": "rraja@redhat.com",
        "time": "Fri Jun 24 22:54:16 2016 +0530"
      },
      "committer": {
        "name": "Ramana Raja",
        "email": "rraja@redhat.com",
        "time": "Thu Aug 11 14:58:47 2016 +0530"
      },
      "message": "cephfs_native: add read-only share support\n\nAdd read-only share support for cephfs_native driver\nusing CephFSVolumeClient\u0027s enhanced authorize() interface.\nEnsure backwards compatibility with older version of\nCephFSVolumeClient by checking it\u0027s version attribute, or\nlack thereof.\n\nThe support for read-only authorize() was added in\nCephFSVolumeClient with the following commits in Ceph:\n\nMaster branch:\nhttps://github.com/ceph/ceph/commit/011ea5e7fb35ee0\n\nJewel branch:\nhttps://github.com/ceph/ceph/commit/2cd3ed8a59786be\n\nChange-Id: I29eb45104c04da1706c3978441babe9c4a52ca02\nDocImpact\nPartially-Implements: bp cephfs-native-driver-enhancements\n"
    },
    {
      "commit": "a43aa8eb8d63b492815f53b05da5bf291815ccad",
      "tree": "00c68b0cacfd73107f11308a646fab8f6e0b2c49",
      "parents": [
        "dfc5486b7dd9650a49478f0f6f984315f4e60116",
        "87d83ef2700993ee54fa90ec0f7f70813e28e999"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Aug 05 15:27:53 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Aug 05 15:27:53 2016 +0000"
      },
      "message": "Merge \"[Tempest] Fix concurrency in \"test_show_share_server\" test\""
    },
    {
      "commit": "dfc5486b7dd9650a49478f0f6f984315f4e60116",
      "tree": "c53634e5f475282e0b182a0510fc5b204f9da01e",
      "parents": [
        "e80c5d67ebbfb0840f30417e8f77591f5dddf897"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Tue Aug 02 09:46:30 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Tue Aug 02 10:54:36 2016 -0300"
      },
      "message": "Fix share migration test with snapshot support\n\nTest \u0027test_migrate_share_with_snapshot_v2_5\u0027 validates that\nshare migration returns an error when a share has a snapshot\ncreated, but to do so, it tries to create a snapshot, which\nwould fail in a backend that does not support snapshot.\nThis fix adds a validation that skips the test in this situation.\n\nChange-Id: Icd6b04266ac2de83747b99295cb3538967922d65\nCloses-bug: #1608293\n"
    },
    {
      "commit": "87d83ef2700993ee54fa90ec0f7f70813e28e999",
      "tree": "18512c91ea8190754fab43fc7ddfb485162fff87",
      "parents": [
        "c7563d937f9e3d2a1aae0ec8a4c5047e2f63060a"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Mon Aug 01 19:59:24 2016 +0300"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Mon Aug 01 19:59:24 2016 +0300"
      },
      "message": "[Tempest] Fix concurrency in \"test_show_share_server\" test\n\nIn test \"test_show_share_server\" that is located in\n\"manila_tempest_tests/tests/api/admin/test_share_servers.py\" module\nwe can (rarely) face concurrency issue, when first share_server from\nlist of share servers gets deleted between \"taking list of servers\" call and\n\"getting its first element\". It can be any share server of any concurrent test.\nSo, fix it by usage of share server that is being hold by its class and will\nalways exist while this test runs.\n\nChange-Id: I7675a201bcd1eb33f1214ba9837f28a5295f54fc\nCloses-Bug: #1608600\n"
    },
    {
      "commit": "e80c5d67ebbfb0840f30417e8f77591f5dddf897",
      "tree": "7d17872e843d7a8281828bd35b856c10a696fdf8",
      "parents": [
        "c7563d937f9e3d2a1aae0ec8a4c5047e2f63060a",
        "4e9bdfec09ee6758188e0c05721d1bc87ff1a12a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Aug 01 16:39:18 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Aug 01 16:39:18 2016 +0000"
      },
      "message": "Merge \"Add snapshot instances admin APIs\""
    },
    {
      "commit": "c7563d937f9e3d2a1aae0ec8a4c5047e2f63060a",
      "tree": "6f08495539adbacd6a21ed50bb0f3ddda6753e2c",
      "parents": [
        "ac1f0f81976907535405af3533837e395d96ad18",
        "51ac70b7439d6cb5ba74d6a6a7296c764afa6282"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sun Jul 31 16:45:41 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Jul 31 16:45:41 2016 +0000"
      },
      "message": "Merge \"Fix race condition in tempest test\""
    },
    {
      "commit": "51ac70b7439d6cb5ba74d6a6a7296c764afa6282",
      "tree": "6bdb12c838614c24f0456a64565964f621da0d46",
      "parents": [
        "33ea9005d660d56b03bee97b47be24d3fd4dd468"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Fri Jul 29 13:20:08 2016 +0300"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Fri Jul 29 13:20:08 2016 +0300"
      },
      "message": "Fix race condition in tempest test\n\nTest \"test_create_get_delete_share\" located in\n\"manila_tempest_tests/tests/api/test_shares.py\" assumes\nthat share is created not so fast and has \"creating\" status.\nBut it can be \"available\" in case of really fast creation\nas in case of \"dummy\" driver.\n\nChange-Id: Ie8a01e9352da47ff6e47ad8baeb5409282d3305c\nCloses-Bug: #1607723\n"
    },
    {
      "commit": "4e9bdfec09ee6758188e0c05721d1bc87ff1a12a",
      "tree": "af39fed30e1c716acb1e6af08c16d76a5b17b4ec",
      "parents": [
        "13b72f57633c356d02e1c98d75d6bf4645275153"
      ],
      "author": {
        "name": "zhongjun",
        "email": "jun.zhongjun@huawei.com",
        "time": "Wed Oct 14 16:40:32 2015 +0800"
      },
      "committer": {
        "name": "zhongjun",
        "email": "jun.zhongjun@huawei.com",
        "time": "Fri Jul 29 11:21:35 2016 +0800"
      },
      "message": "Add snapshot instances admin APIs\n\nAdd new API entry points for share snapshot instances:\n- share-snapshot-instance-list\n- share-snapshot-instance-show\n- share-snapshot-instance-reset-status\n\nAPIImpact\nDocImpact\n\nImplements: blueprint snapshot-instances\nChange-Id: Ica1e81012f19926e0f1ba9cd6d8eecc5fbbf40b5\n"
    },
    {
      "commit": "241029c676ace30792721d577dd809105aa666e1",
      "tree": "b36ad6c3f8ad500369e179e4fae57f5e899c3430",
      "parents": [
        "33ea9005d660d56b03bee97b47be24d3fd4dd468"
      ],
      "author": {
        "name": "Sam Wan",
        "email": "sam.wan@emc.com",
        "time": "Tue Jul 26 03:37:42 2016 -0400"
      },
      "committer": {
        "name": "Sam Wan",
        "email": "sam.wan@emc.com",
        "time": "Wed Jul 27 20:24:16 2016 -0400"
      },
      "message": "TrivialFix: Fix a wrong order bug in resource_cleanup()\n\nSuper class resource_cleanup method should be called\nafter class resource cleanup method(s).\n\nChange-Id: Ic56c49c6ca0066a97dcffc6b068dba7320728984\n"
    },
    {
      "commit": "33ea9005d660d56b03bee97b47be24d3fd4dd468",
      "tree": "119821cf1fab4e5ea25523b568f349436878d7b9",
      "parents": [
        "1115b521bf9063d08040901afbdd540238d7d434",
        "c5dae27eb62a41cbd39c2674b5bf2b02c22d2438"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Jul 25 19:05:52 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 25 19:05:52 2016 +0000"
      },
      "message": "Merge \"Add dummy driver\""
    },
    {
      "commit": "1115b521bf9063d08040901afbdd540238d7d434",
      "tree": "b6ab5eaccd52a3c73568f6080b8d7f3d938f30d2",
      "parents": [
        "a85b1350cb68d2b18b1f5162f40b26f69c11d5fc",
        "52aa8110743554bc3e9e55684fdacb66bd173e4b"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sat Jul 23 05:02:51 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jul 23 05:02:51 2016 +0000"
      },
      "message": "Merge \"[Tempest] Create heavy scenario resources in parallel\""
    },
    {
      "commit": "c5dae27eb62a41cbd39c2674b5bf2b02c22d2438",
      "tree": "57f23c573fbcb8d0cdbf7d551961dca346562c79",
      "parents": [
        "a85b1350cb68d2b18b1f5162f40b26f69c11d5fc"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Fri Jun 10 18:29:24 2016 +0300"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Fri Jul 22 17:57:59 2016 +0300"
      },
      "message": "Add dummy driver\n\nAdded dummy driver for ease of testing and development of REST APIs\nand internal manila interfaces.\nIt can be enabled as backend in the same way as all other share drivers.\nBut, it does not provide any resources.\n\nAlso, update tempest to be able to work with share-networks when\nnetworks are defined via config and not API.\n\nCI hooks are configured to run tempest twice using both available\ndriver modes. Where DHSS\u003dTrue mode uses StandAloneNetworkPlugin as\nnetwork backend.\n\nChange-Id: I9053dddfc643cb5a6602f15235b91bbaea727dbd\nImplements BluePrint dummy-driver\n"
    },
    {
      "commit": "1a3e33846ad44391d4904f9d64c28d69eb327b91",
      "tree": "2bfce07fe94f394e0ea8c4d78586ea0a7c45160b",
      "parents": [
        "13b72f57633c356d02e1c98d75d6bf4645275153"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Jun 08 15:17:16 2016 +0300"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Fri Jul 08 10:02:24 2016 +0000"
      },
      "message": "[Tempest] Handle errored shares correctly using recreation logic\n\nIf we allow share recreation and get some share errored\nmaking it part of CG, then we fail to create CG snapshot from CG\nthat owns this share. Because cleanup step was not reached yet.\nTherefore, consider this case and delete errored shares immediately.\n\nChange-Id: Ib05598de8fbd1c9a735ca91159f3f5cfb86d8889\nCloses-Bug: #1577887\n"
    },
    {
      "commit": "52aa8110743554bc3e9e55684fdacb66bd173e4b",
      "tree": "f87afd24032a00a9c1d033c2a1ecc4f44061ba96",
      "parents": [
        "13b72f57633c356d02e1c98d75d6bf4645275153"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Tue Jun 07 13:18:36 2016 +0300"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Fri Jul 08 10:02:00 2016 +0000"
      },
      "message": "[Tempest] Create heavy scenario resources in parallel\n\nManila Tempest scenario tests create all resources one by one and they\nare very slow because of it.\nTherefore, make all resource \u0027waiters\u0027 run after all resource creation\nrequests are sent.\n\nChange-Id: I435a5d04bce340b0a2c0a2d30fa5a99e50b311e1\nCloses-Bug: #1493405\n"
    },
    {
      "commit": "13b72f57633c356d02e1c98d75d6bf4645275153",
      "tree": "37195a4cf7c173b89ae995d1e3336ceda8eb5c0b",
      "parents": [
        "5880b363d5e0d739bdf72b0261fa98959230672c",
        "a0c8794a1f877753fc480c1a4063caad0ba943a1"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jul 08 07:54:01 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jul 08 07:54:01 2016 +0000"
      },
      "message": "Merge \"Delete duplicated broken tempest test\""
    },
    {
      "commit": "5880b363d5e0d739bdf72b0261fa98959230672c",
      "tree": "654b4be0957a50358e11da2f35da27995bb13285",
      "parents": [
        "a7e1892c873924faea2ac5a9b5cea243a4c815d5"
      ],
      "author": {
        "name": "Marc Koderer",
        "email": "marc@koderer.com",
        "time": "Wed Jul 06 10:59:07 2016 +0200"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Thu Jul 07 19:28:55 2016 +0300"
      },
      "message": "Update tempest to newer commit version\n\nNeutron is using tempest plugins too and it\u0027s needed newer changes\nin tempest we need to update our commit id.\n\nChange-Id: Ic6621fbad9e5ba932643e0c0fb717b71a1fc5808\nCloses-bug: #1599429\n"
    },
    {
      "commit": "a0c8794a1f877753fc480c1a4063caad0ba943a1",
      "tree": "82bfbf45bdec9b08e4ec10f9db4bfe383270541f",
      "parents": [
        "a7e1892c873924faea2ac5a9b5cea243a4c815d5"
      ],
      "author": {
        "name": "vponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Tue Jul 05 16:43:31 2016 +0300"
      },
      "committer": {
        "name": "vponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Tue Jul 05 16:46:51 2016 +0300"
      },
      "message": "Delete duplicated broken tempest test\n\nTest \"test_unmanage_replicated_share_snapshot_with_no_replica\" is\nlocated in \"replication\" test suite. But, it does only\n\"snapshot unmanage\" actions without any relations to \"replication\".\nAlso, it does not delete real snapshot resource, because\n\"manila snapshot\" gets only unmanaged.\nSo, just remove above mentioned test as duplication that, moreover,\nleads to resources orphanage and cleanup errors.\n\nChange-Id: Ifc762a882a78159adacfe168a4edbe824178301a\nCloses-Bug: #1599165\n"
    },
    {
      "commit": "24697df25785953f12f0c6adfd684459e1f49599",
      "tree": "25042a8eefcbc815936813bb483909567b6a4f37",
      "parents": [
        "e4bda0aa92876bd5bc005a9eac07b5f3df83c85b"
      ],
      "author": {
        "name": "Clinton Knight",
        "email": "cknight@netapp.com",
        "time": "Fri Jul 01 17:10:01 2016 -0400"
      },
      "committer": {
        "name": "Clinton Knight",
        "email": "cknight@netapp.com",
        "time": "Fri Jul 01 17:10:01 2016 -0400"
      },
      "message": "Fix snapshot manage Tempest test\n\nIn the process of managing a snapshot, drivers may want to\nrename the snapshot. This could warrant updating the\nprovider_location as well.\n\nThe tempest tests for snapshot manage should not expect that\nthe provider location will remain unchanged after the driver\nhas performed the manage operation.\n\nChange-Id: Ib07ba0c55ef4cb3da8f4ba5b0f9c1d4340c3f0e1\nCloses-Bug: #1598287\n"
    },
    {
      "commit": "4e2759e5bf816e7da6fe150d9837dee0838f8bf7",
      "tree": "aabc8321391a46e656f210e4debc92f434628cd1",
      "parents": [
        "12667a7c296ca91e645430e7d83b23e72a9c2e84"
      ],
      "author": {
        "name": "Jay Xu",
        "email": "jay.xu@emc.com",
        "time": "Mon Apr 18 04:07:27 2016 -0400"
      },
      "committer": {
        "name": "Jay Xu",
        "email": "jay.xu@emc.com",
        "time": "Thu Jun 30 12:08:12 2016 -0400"
      },
      "message": "Add gateway in network_info and share network API\n\nGet gateway information from network plugin and put it into network_info.\nIt is required by EMC Unity storage to create a interface.\n\nAPIImpact\nDocImpact\n\nChange-Id: I8614b8686af7fa5764b49e8e3cb4a4855dc3a5f4\nImplements: blueprint add-gateway-info\n"
    },
    {
      "commit": "12667a7c296ca91e645430e7d83b23e72a9c2e84",
      "tree": "9354905d7747043f564464a8042d71953b3b718b",
      "parents": [
        "bcf3f590a11238ecac5bc3148edcf3cf930c445a",
        "e0d7cfd67e95e786c872bf8181c8abfcc28da01f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Jun 29 22:47:45 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jun 29 22:47:45 2016 +0000"
      },
      "message": "Merge \"Add share_size config option\""
    },
    {
      "commit": "e0d7cfd67e95e786c872bf8181c8abfcc28da01f",
      "tree": "531bb63a9d2fc57bc0fac6d265ac294b1a566aa6",
      "parents": [
        "7bba7499497612e4f0205b75e11372f72829e841"
      ],
      "author": {
        "name": "marcusvrn",
        "email": "marcus.nascimento@fit-tecnologia.org.br",
        "time": "Fri Jun 24 12:27:55 2016 -0300"
      },
      "committer": {
        "name": "marcusvrn",
        "email": "marcus.nascimento@fit-tecnologia.org.br",
        "time": "Wed Jun 29 09:48:36 2016 -0300"
      },
      "message": "Add share_size config option\n\nAll tempest tests create shares with fixed size, 1GB. This patch add\na config option in order to allow configurable share sizes as cinder\ndoes (Cinder change-ID reference:\nI2897f6d6bd970f73867f56d9d23a768cafcbfd80).\n\nTrivialFix\n\nChange-Id: Ifd09519b63c6c1a0ec8449e5dae1ffe0caa1b879\n"
    },
    {
      "commit": "bcf3f590a11238ecac5bc3148edcf3cf930c445a",
      "tree": "a04a14adae868419aaeb03f8dfc8cc1a62870545",
      "parents": [
        "41b3619f0409817f8df7bd0212e5b1c3ac9653e2",
        "b21235adb902ddaf7e5ef768f7426792de645eba"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Jun 28 14:01:54 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jun 28 14:01:54 2016 +0000"
      },
      "message": "Merge \"[Tempest] Fix negative replication test\""
    },
    {
      "commit": "41b3619f0409817f8df7bd0212e5b1c3ac9653e2",
      "tree": "da8dace7296ae04d5646d96c318ae8a07dfea805",
      "parents": [
        "7bba7499497612e4f0205b75e11372f72829e841",
        "398aff3e591a96dfb049789667d710b1085f1e8a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Jun 24 19:44:25 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jun 24 19:44:25 2016 +0000"
      },
      "message": "Merge \"[Tempest] Remove noqa filters\""
    },
    {
      "commit": "01bfd10fc7502abec5a8f1ccc5dc76d1b7d1443d",
      "tree": "e67114eec5d0fb975d095f0de2d3fbb566691112",
      "parents": [
        "1e6059184c61d6da3c109f89f85dc99220c69c12"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Mon May 30 15:41:08 2016 -0400"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Thu Jun 16 18:38:15 2016 -0400"
      },
      "message": "Add user_id and project_id to snapshot APIs\n\nIn a cloud with multi-tenancy, administrators\nwould like to see the project_id of the tenant\nwhile listing snapshots of all tenants.\n\nLikewise, we also should expose the user_id field\nas it would help in cases where tenants have multiple\nusers.\n\nDocImpact\nUser and administrator references need to capture\nthis information.\n\nAPIImpact\nAPI changes are micro-versioned.\n\nChange-Id: I3ad655dc9ab7440f205b0e153fccaa99abb79bbd\nCloses-Bug: #1587161\n"
    },
    {
      "commit": "b21235adb902ddaf7e5ef768f7426792de645eba",
      "tree": "e4a42d335c208349d3318e462a2626a12de3be6a",
      "parents": [
        "1e6059184c61d6da3c109f89f85dc99220c69c12"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Jun 15 18:53:44 2016 +0300"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Jun 15 18:56:10 2016 +0300"
      },
      "message": "[Tempest] Fix negative replication test\n\nTest \"test_try_add_replica_to_share_with_no_replication_share_type\"\nlocated in \"manila_tempest_tests/tests/api/test_replication_negative.py\"\ntries to verify that replica cannot be created on share that was created\nusing share type without replication suppport. But it uses default\nshare type that can have anything configured in it. Therefore,\nmake this test create share type for its needs.\n\nChange-Id: I8d27e2522a973350b287fc53d052726044465168\nCloses-Bug: #1592874\n"
    },
    {
      "commit": "398aff3e591a96dfb049789667d710b1085f1e8a",
      "tree": "4b4a46e5b7fa7affb991cf70c1659b2665e5db98",
      "parents": [
        "1e6059184c61d6da3c109f89f85dc99220c69c12"
      ],
      "author": {
        "name": "vponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Tue Jun 14 13:01:00 2016 +0300"
      },
      "committer": {
        "name": "vponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Tue Jun 14 13:05:18 2016 +0300"
      },
      "message": "[Tempest] Remove noqa filters\n\nFilter noqa is used to avoid expected pep8 failures.\nBut now, tempest has lots of these without any reason.\nTherefore, remove this filter and unused modules that were\ndiscovered as unused without it.\n\nChange-Id: I96f8a4a7e7a302f08581eed9e037f388e4c86802\n"
    },
    {
      "commit": "0ddd29b94ba994cde33b9a18b62fb0bf2ffd9d01",
      "tree": "d37ce670b1a749febd6ce72e85786e9e1629a10f",
      "parents": [
        "39cdf72f8e1f6d4977148aff75dfda348f1a11b6"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Tue Jun 07 17:49:31 2016 +0300"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Jun 08 11:53:29 2016 +0300"
      },
      "message": "[Tempest] Bump tempest version\n\nFix small incompatibility that left to be done and bump Tempest version\nto unblock our CI jobs.\n\nAlso, remove temporary fix [1] that was done for unblocking CI.\n\n[1] I44655c83cc5588c5b94d0fad81162dd0c238b5b4\n\nChange-Id: I12e2652638ba26833f9365f06fa84a98ca24765c\n"
    },
    {
      "commit": "39cdf72f8e1f6d4977148aff75dfda348f1a11b6",
      "tree": "c4786cddde82d783264167078ce76b38b86043cf",
      "parents": [
        "2abf5d7dc27ad9fd8345b92b1f5bea1c7ae3cf7a"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Mon May 30 18:16:15 2016 +0300"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Jun 08 11:44:08 2016 +0300"
      },
      "message": "[Tempest] Stop using deprecated Tempest opts\n\nCurrently, Manila CI Tempest jobs use deprecated options of Tempest.\nRecently, latest version of Tempest dropped them [1].\nManila CI jobs work ok, because they check out specific version of\nTempest. But it will work until first Devstack update for some one\nmore Tempest feature and then we will be forced to use latest Tempest\nagain. Switch to supported approach of setting up users in Tempest,\nto avoid such sudden blockers.\n\n[1] I8c24cd17f643083dde71ab2bd2a38417c54aeccb\n\nChange-Id: I5b3ebab52ea1401f6f7a116d1260268eb10ebe0c\nCloses-Bug: #1586129\n"
    },
    {
      "commit": "2abf5d7dc27ad9fd8345b92b1f5bea1c7ae3cf7a",
      "tree": "2704dd4e1b5dc709e20793fdc657b09bcd26070d",
      "parents": [
        "ead9e99a73220e00aa566fbbc374d684fc3edc33"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Jun 01 18:30:12 2016 +0300"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Jun 08 11:25:32 2016 +0300"
      },
      "message": "[Tempest] Add valuable tags to tests\n\nTo be able to run tests based on following criteria:\n- Only API is required and tested.\n- API and share back-end required, API is tested.\n- API and share back-end required, back-end is tested\n\nAlso, add doc with detailed description of running subset of tests.\n\nChange-Id: I9ae105eaa527621c85d5038bba15edf4b065eaa3\nCloses-Bug: #1587874\n"
    },
    {
      "commit": "ead9e99a73220e00aa566fbbc374d684fc3edc33",
      "tree": "fcfb17f789f170393aa7420f1249a3c760fb5598",
      "parents": [
        "96ad96de574421c86993dd4579c8ade5eb338f36",
        "9221f5e3fab0edb53ce76225821caa64568d8f76"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu May 12 16:19:30 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu May 12 16:19:30 2016 +0000"
      },
      "message": "Merge \"Fix share server info in CGs created from CGs\""
    },
    {
      "commit": "96ad96de574421c86993dd4579c8ade5eb338f36",
      "tree": "06a586341061590eaa1c95a0c2566e8be397a8d3",
      "parents": [
        "c76666678f270b23ae11c5c55a408d78ddb2bdc7",
        "d8e06197b041c6b85aad6f80c684aeef942e3a1a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed May 11 16:32:14 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed May 11 16:32:14 2016 +0000"
      },
      "message": "Merge \"Add user_id echo in manila show/create/manage API\""
    },
    {
      "commit": "d8e06197b041c6b85aad6f80c684aeef942e3a1a",
      "tree": "c0dc5274927838b5e61e57b8b51e2c3c059c1957",
      "parents": [
        "2ab46e27610ed24141e7a31968e01ddab6d6dfca"
      ],
      "author": {
        "name": "zhongjun",
        "email": "jun.zhongjun@huawei.com",
        "time": "Thu Apr 21 16:19:33 2016 +0800"
      },
      "committer": {
        "name": "zhongjun",
        "email": "jun.zhongjun@huawei.com",
        "time": "Wed May 11 09:16:21 2016 +0800"
      },
      "message": "Add user_id echo in manila show/create/manage API\n\nAdd \"user_id\" detail when we run command\n\"manila show/create/manage ...\". Make the operator know\nwhich user created this share.\n\nAPIImpact\n\nCloses-Bug: #1562846\nChange-Id: I2858c7f63182288f354b96448f0970d3642d4bf7\n"
    },
    {
      "commit": "c76666678f270b23ae11c5c55a408d78ddb2bdc7",
      "tree": "0b65abda940363349832b2f9dd58c4749eb42c14",
      "parents": [
        "4c767a2f85b9b5e6bd0850df39d24928d0f4b83c"
      ],
      "author": {
        "name": "vponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Tue May 10 21:21:34 2016 +0300"
      },
      "committer": {
        "name": "vponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Tue May 10 23:33:31 2016 +0300"
      },
      "message": "Bump Tempest version\n\nLatest Devstack is not compatible with Tempest version\nused by Manila after merge of commit [1].\nTherefore, bump Tempest\u0027s version and fix incompatibilities\nwith plugin.\n\n[1] I63658b8d8dfa999e0feb79f8f2968f2b32e3ff57\n\nChange-Id: Ib6fb886f8a17ff6419fd75db74f290f821a3d302\n"
    },
    {
      "commit": "9221f5e3fab0edb53ce76225821caa64568d8f76",
      "tree": "56a0e5d4d9903e62efcd462e0fb39f7b05e7c4cb",
      "parents": [
        "2ab46e27610ed24141e7a31968e01ddab6d6dfca"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Thu Apr 21 13:17:49 2016 -0400"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Mon May 09 16:58:44 2016 +0000"
      },
      "message": "Fix share server info in CGs created from CGs\n\nCurrently when a POST request is made to /consistency-groups\nwith a source cg-snapshot, the API does not register the share\nnetwork information (share_server_id and share_network_id) in\nthe database row newly created for the CG being created.\n\nThis information is essential to any shares that are being created\nalong with the consistency group.\n\n- Disallow providing a share_network_id when using a source cg_snapshot_id\n- Copy share network information from the parent CG\n- Fix the share_server_id that was incorrect in the API response\n\n APIImpact\n\n Closes-Bug: #1571594\n Closes-Bug: #1572742\n\nChange-Id: I1c3581c81e0b845f46eef3cd0acddb55850447a5\n"
    },
    {
      "commit": "2f111a0b227098c9f901d1b2b9b9acd4f75ecd11",
      "tree": "46505452c2438eb447f34c9a617c4166a034bba2",
      "parents": [
        "38ea779756cd74b6d57f7d2dc12095aa0a1f7bd2"
      ],
      "author": {
        "name": "Alex Meade",
        "email": "mr.alex.meade@gmail.com",
        "time": "Mon May 09 09:15:25 2016 -0400"
      },
      "committer": {
        "name": "Alex Meade",
        "email": "mr.alex.meade@gmail.com",
        "time": "Mon May 09 14:20:29 2016 +0000"
      },
      "message": "Skip over quota tests if quota tests disabled\n\nCloses-Bug: 1579759\n\nChange-Id: Ieb36d03788ed516a13954b56d2de3e4a75514185\n"
    },
    {
      "commit": "583f0c4cdbc4d15f8449c3146abd49b50a116c9c",
      "tree": "9d5bdff19792c8c0e0559263637c0b7ee0de8c32",
      "parents": [
        "2ab46e27610ed24141e7a31968e01ddab6d6dfca"
      ],
      "author": {
        "name": "Thomas Goirand",
        "email": "zigo@debian.org",
        "time": "Wed Apr 27 17:35:27 2016 -0500"
      },
      "committer": {
        "name": "Thomas Goirand",
        "email": "zigo@debian.org",
        "time": "Thu Apr 28 09:58:12 2016 -0500"
      },
      "message": "Fix tempest.conf generation\n\n[service_available] isn\u0027t being generated. This patch fixes it.\n\nChange-Id: I9078947dda48fcae96312c6886b0a674277b8bad\nCo-Author: Matthew Treinish \u003cmtreinish@kortar.org\u003e\n"
    },
    {
      "commit": "2ab46e27610ed24141e7a31968e01ddab6d6dfca",
      "tree": "1225f48372aad78b6fc65f429940e11f1c2770b7",
      "parents": [
        "44ce126f7ddc388b6b2edd08a6b6d2562045685a",
        "cced6ef96dc559e0b5c003c1d59cb26dbe3daa20"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Apr 20 22:34:05 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Apr 20 22:34:05 2016 +0000"
      },
      "message": "Merge \"Fix microversion usage in share manage functional tests\""
    },
    {
      "commit": "cced6ef96dc559e0b5c003c1d59cb26dbe3daa20",
      "tree": "ead5fd2553ea1c9d16ee8dd0090795f8cc2d44c4",
      "parents": [
        "9ea39423574fa1bd9970ad1efcae092a9fef0f24"
      ],
      "author": {
        "name": "zhongjun",
        "email": "jun.zhongjun@huawei.com",
        "time": "Wed Apr 13 15:26:36 2016 +0800"
      },
      "committer": {
        "name": "zhongjun",
        "email": "jun.zhongjun@huawei.com",
        "time": "Sat Apr 16 03:47:50 2016 +0000"
      },
      "message": "Fix microversion usage in share manage functional tests\n\nTempest tests do not use provided microversion for \"share manage\"\noperation and do it only for \"get/show share\" operation. That is\nincorrect. Therefore, make tempest use microversion appropriately.\nSo make the following changes：\n-- Use version parameter in manage_share fuction.\n-- Add one mangae tempest test.\n-- Change to testing the return value of the share_manage API.\n\nChange-Id: Id11171ca3a8a6303ca543dbc104b06e80f3b8081\nCloses-Bug: #1569720\n"
    },
    {
      "commit": "44ce126f7ddc388b6b2edd08a6b6d2562045685a",
      "tree": "410cb4350be496b975ce1779078e2bab4cbd5fec",
      "parents": [
        "9ea39423574fa1bd9970ad1efcae092a9fef0f24"
      ],
      "author": {
        "name": "yogesh",
        "email": "ykshirsa@netapp.com",
        "time": "Thu Mar 24 17:36:36 2016 -0400"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Fri Apr 15 19:00:23 2016 +0000"
      },
      "message": "Handle manage/unmanage for replicated shares\n\nManaging a share with a share type that has replication_type\nextra_spec must be allowed. Drivers are expected to fail\nthis operation if the share was part of a replication relationship\nthat Manila does not know about.\n\nUnmanaging a share with replicas must not be permitted\nuntil all replicas are removed.\n\nManaging and unmanaging of snapshots must not\nbe permitted for a share that has replicas.\n\nModify the NetApp driver for manage_existing to check\nfor existing replicas.\n\nAlso fix issue with manage retry where the share\ndata was being altered inappropriately by a DB API.\n\nCloses-Bug: #1561641\nCloses-Bug: #1565903\n\nCo-Authored-By: Goutham Pacha Ravi \u003cgouthamr@netapp.com\u003e\n\nChange-Id: I82f1fef1e30114e017efd00fa7da70aceecab94c\n"
    },
    {
      "commit": "6df0cd21feabcdfb3197b661b5c55d5dc0bf5f61",
      "tree": "57b3afc0f046177ecb0b359cba66bc10260910a6",
      "parents": [
        "e4248e2a42fb9234575362ddf9c73f5dcd72d189"
      ],
      "author": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Mon Apr 11 09:43:17 2016 -0400"
      },
      "committer": {
        "name": "Tom Barron",
        "email": "tpb@dyncloud.net",
        "time": "Tue Apr 12 06:25:57 2016 -0400"
      },
      "message": "Remove unused tenant_id variable\n\nAs discussed in [1] we can remove some unused\ncode.\n\n[1] https://review.openstack.org/304032\n\nTrivial fix\n\nChange-Id: I54529092fc7e0988459d04fb1dcc092ac2fe92d6\n"
    },
    {
      "commit": "e4248e2a42fb9234575362ddf9c73f5dcd72d189",
      "tree": "54bdb83bc591c31fb87ee85d1a6b68623e4d616c",
      "parents": [
        "1950cb89138b4e67ffee491ef59161feb0bbc7c3",
        "759a84206654b55e5fdbd639175fbad65c242631"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Tue Apr 12 02:23:11 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 12 02:23:11 2016 +0000"
      },
      "message": "Merge \"Fix manage tempest test validation\""
    },
    {
      "commit": "1950cb89138b4e67ffee491ef59161feb0bbc7c3",
      "tree": "87a463a985c0ee6de2c8ac639553921b9ef0ac4f",
      "parents": [
        "fbeba2b0f64fa004371b7f520f3db092761d236d"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Mon Apr 11 14:02:29 2016 +0300"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Mon Apr 11 15:25:45 2016 +0300"
      },
      "message": "[Fix CI] Bump Tempest version\n\nWe are forced to bump version of Tempest because of regular\nintroduced incompatibility.\nAlso, add compatibility fixes to Manila plugin for\nlatest Tempest version.\n\nChange-Id: I13c838c39d99c008d53e544f54dadee01f36fdf2\nCloses-Bug: #1568785\n"
    },
    {
      "commit": "759a84206654b55e5fdbd639175fbad65c242631",
      "tree": "863251d0994a5356dcc0a969e0b94ad2259c8dff",
      "parents": [
        "fbeba2b0f64fa004371b7f520f3db092761d236d"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Thu Mar 31 15:13:35 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Wed Apr 06 13:18:28 2016 -0300"
      },
      "message": "Fix manage tempest test validation\n\nTempest test test_manage_with_type_invalid always passes\nbecause if scheduler mistakenly accept the share type and\nhost combination, manage operation will fail in the backend\nand test would assume it failed for the correct reason.\n\nPart of the fix is ensuring share being managed exists, so\nstatus becomes \u0027available\u0027 if scheduler accepts the share.\nSince this test, which is originally a negative test, requires\nthe resource in the backend to exist and be cleaned up, share needs\nto properly be managed again to be deleted. This is exactly what\nanother separate test does. Originally both test cases were merged\nin a single tempest test, possibly for this purpose, so this change\naddresses the bug by merging them back.\n\nChange-Id: I05b89dccb703c3be28a27732fef810100945cbc8\nCloses-bug: #1564505\n"
    },
    {
      "commit": "6dff2ff84e0ff81951d12f142a1cf937e680089d",
      "tree": "7506fc74a94be8519eb4cb37b7cbae00d649967b",
      "parents": [
        "5ea63747b59b13efd29406bbd40dd82ed4cdccaa"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Wed Mar 23 15:43:03 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Tue Mar 29 16:57:25 2016 -0300"
      },
      "message": "Fix Manage API synchronous call\n\nRPCAPI call to Scheduler to perform share_type and host\nvalidation should be asynchronous so share can be\ncreated in DB with status \"manage_error\" if validation\nis not successful.\n\nThis change also addresses incorrect exception type in API\nand DB popping fields from supplied parameter.\n\nAPIImpact\n\nCloses-bug: #1561139\nChange-Id: I928f1d6b5657098f9d2b7917e2e334a1f08903f8\n"
    },
    {
      "commit": "1f931ff9dab8061407e06febfbb513766e5611a7",
      "tree": "7f70aa7ca1a133c894ac4a950ea3e86e12a4fbae",
      "parents": [
        "f69e9548abdd181f108dc7ce2e4a7ceea996765c"
      ],
      "author": {
        "name": "Yogesh",
        "email": "ykshirsa@netapp.com",
        "time": "Tue Sep 29 23:41:02 2015 -0400"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Sat Mar 19 11:53:02 2016 +0000"
      },
      "message": "Add tests to ensure snapshots across replicas\n\nRelated-Bug: #1546303\nDepends-On: Ia4cd2a36e31418e7a3d1c218080caa632755fe16\nDepends-On: Id318a4adc0faf64a4bef57252aa2f0d9083b82b1\nChange-Id: I269225b976efe13b2cbb9e0648d541a063df70e5\n"
    },
    {
      "commit": "f69e9548abdd181f108dc7ce2e4a7ceea996765c",
      "tree": "fab2b9749a704141b6744c85dcefcc65d80fd81b",
      "parents": [
        "02d99acf27ba3a1c1072ed89cc2e62920538fcf1",
        "0eb69d19a3e89d3529d9565cb8917d075085c52f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Mar 18 21:21:54 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 18 21:21:54 2016 +0000"
      },
      "message": "Merge \"Fix manage API ignoring type extra specs\""
    },
    {
      "commit": "0eb69d19a3e89d3529d9565cb8917d075085c52f",
      "tree": "61122ad6c17ff39a132a5701a9442a86b58fa073",
      "parents": [
        "0609c519242da66ca11f6d9ae961bea81a9bc56c"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Thu Mar 17 17:07:47 2016 -0300"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Fri Mar 18 15:45:26 2016 -0300"
      },
      "message": "Fix manage API ignoring type extra specs\n\nCurrently manage API allows managing a share with a share type that\nmay not make sense in the service host. This patch addresses this\nby invoking the scheduler to validate the host before invoking the\nbackend manager.\n\nAPIImpact\n\nChange-Id: I8c780f2518f4a6eacf37cc448c73fbb41f6b7507\nCloses-bug: #1544725\n"
    },
    {
      "commit": "02d99acf27ba3a1c1072ed89cc2e62920538fcf1",
      "tree": "c2aa4542a4de9c2bc2073e4820aa2c9d09e56bf7",
      "parents": [
        "0609c519242da66ca11f6d9ae961bea81a9bc56c",
        "6914b1a03997e7a8fb0427cd2b5a327fe149e00a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Mar 17 15:55:50 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Mar 17 15:55:50 2016 +0000"
      },
      "message": "Merge \"Fix typos\""
    },
    {
      "commit": "6914b1a03997e7a8fb0427cd2b5a327fe149e00a",
      "tree": "bfe0fd137c7ca623bc83337e0835fa53bab2eab8",
      "parents": [
        "d6957907bd8be83fb87eb526650ae69b9a77da84"
      ],
      "author": {
        "name": "daiki kato",
        "email": "d-kato@wr.jp.nec.com",
        "time": "Wed Mar 16 17:16:57 2016 +0900"
      },
      "committer": {
        "name": "daiki kato",
        "email": "d-kato@wr.jp.nec.com",
        "time": "Thu Mar 17 14:05:55 2016 +0900"
      },
      "message": "Fix typos\n\nThis patch fixes several typos.\n\nTrivialFix\n\nChange-Id: Icd2ab913106107f2ed34408db9ef7fb1a255b076\n"
    },
    {
      "commit": "0609c519242da66ca11f6d9ae961bea81a9bc56c",
      "tree": "5c6a25da31d0b5a5d061d51c3c9d20e0f6ca8365",
      "parents": [
        "d6957907bd8be83fb87eb526650ae69b9a77da84",
        "6ff10c7563360c73c00b354668b3f8a86b6354c6"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Mar 16 15:08:50 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Mar 16 15:08:50 2016 +0000"
      },
      "message": "Merge \"Check share-network in \u0027share create\u0027 API\""
    },
    {
      "commit": "6ff10c7563360c73c00b354668b3f8a86b6354c6",
      "tree": "6f9a2d7594bcd48bce4aa0baf4e23a59916a93cc",
      "parents": [
        "e33051263ca9764efa81b547d02bb0777b930add"
      ],
      "author": {
        "name": "zhongjun",
        "email": "jun.zhongjun@huawei.com",
        "time": "Fri Dec 11 19:08:03 2015 +0800"
      },
      "committer": {
        "name": "zhongjun",
        "email": "jun.zhongjun@huawei.com",
        "time": "Tue Mar 15 11:08:07 2016 +0000"
      },
      "message": "Check share-network in \u0027share create\u0027 API\n\nFor the moment it is possible to schedule share creation with DHSS\u003dtrue\nshare type but without share network. But it makes no sense, and\nexpected to fail. So, perform check on API level.\n\nAPIImpact\nWhen create share with share type(DHSS\u003dtrue) and not input share\nnetwork, API will return HTTPBadRequest and message:\n\"Share network must be set when the driver_handles_share_servers\nis true.\"\n\nCloses-Bug: #1525125\nChange-Id: Icdfabff7b1d3b6e95dd1dd58a0155de637056657\n"
    },
    {
      "commit": "d6957907bd8be83fb87eb526650ae69b9a77da84",
      "tree": "2ad217ba1a035611b62e4d61f675bd775aa882be",
      "parents": [
        "0f35581a98b752a98e92adc6f69b199d05039f0d",
        "eb2cb4dadf40cde409ba0a6ccbe40d63c82c3e21"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Mar 14 18:33:49 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 14 18:33:49 2016 +0000"
      },
      "message": "Merge \"Fix scenario tests\""
    },
    {
      "commit": "bdb8810c8e6ec5f0e26c5f6c68a86c186fb27af3",
      "tree": "afd8a057f2a4255cdbd753d87e5a286e65e6b034",
      "parents": [
        "0df87275868a72b28b7454fe4bf39a62a39084f8"
      ],
      "author": {
        "name": "Yogesh",
        "email": "ykshirsa@netapp.com",
        "time": "Tue Sep 29 23:41:02 2015 -0400"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Sat Mar 12 02:38:18 2016 +0000"
      },
      "message": "Add tempest tests for Share Replication\n\nBy default, these tests are disabled; 3rd party CI systems\nshould enable these tests through the\nRUN_MANILA_REPLICATION_TESTS environment variable\nif their driver supports share replication.\n\nPartially implements: blueprint manila-share-replication\nCo-Authored-By: Goutham Pacha Ravi \u003cgouthamr@netapp.com\u003e\nCo-Authored-By: Andrew Kerr \u003candrew.kerr@netapp.com\u003e\n\nChange-Id: Idaf3c61600337cc30568b982dfb23948209c1d6e\n"
    },
    {
      "commit": "31117d9af43fee31602c3e1d440830b63153a72e",
      "tree": "a8c5fec62a72119bdc3cd4c1fd7ec91bca5ef9ac",
      "parents": [
        "e33051263ca9764efa81b547d02bb0777b930add"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Mar 09 19:04:10 2016 +0200"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Mar 09 19:07:13 2016 +0200"
      },
      "message": "Fix compatibility with Tempest\n\nChange [1] fixed gates but introduced incompatible code for\nscenario tests. So, fix its compatibility for used version of tempest.\n\n[1] Id7d43dee256856062bd0dadad9c469c1500ee36e\n\nChange-Id: I4c3d9df0de6908b82aca787ab124552796cd1066\nCloses-Bug: #1555218\n"
    },
    {
      "commit": "e33051263ca9764efa81b547d02bb0777b930add",
      "tree": "516ab5a75456c71e67498be4780a9fa47425de9f",
      "parents": [
        "1c4ff523acf9dca4d4b519d5f94c7da2e63bd9a8"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Wed Feb 03 14:32:24 2016 -0200"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Thu Mar 03 09:34:29 2016 -0300"
      },
      "message": "Move Share Migration code to Data Service\n\nRemoved functionality of Share Migration relying on Manila Share\nService node, moved code to Data Service node for copy phase.\n\nAdded parameter \u0027notify\u0027 and share/api methods for future\nimplementation (see dependent patches).\n\nAdded new copy operation statuses, in order to implement future\nAPI calls to obtain progress and cancel migration.\n\nAdded possibility of 2-phase migration for driver migration and\ngeneric (fallback) migration.\n\nAdded admin export location support and removed approach of\nreplacing IP with config parameter.\n\nAdded Admin-only API entry points to:\n- Migration Cancel (only during copying)\n- Reset Task State field\n- Migration Get Progress (only during copying)\n- Migration Complete (2nd phase migration)\n- Notify parameter on Migrate Share\n\nAPIImpact\nDocImpact\n\nImplements: blueprint data-service-migration\nChange-Id: I1d65aac2f36942cd70eb214be561d59a15a4ba26\n"
    },
    {
      "commit": "1c4ff523acf9dca4d4b519d5f94c7da2e63bd9a8",
      "tree": "4081a2ce092c31f518bed01e0468a00a91bdfd25",
      "parents": [
        "f0e2041166e778432a14c90c10172895a9e5d67e"
      ],
      "author": {
        "name": "Ben Swartzlander",
        "email": "ben@swartzlander.org",
        "time": "Wed Mar 02 22:16:23 2016 -0500"
      },
      "committer": {
        "name": "Ben Swartzlander",
        "email": "ben@swartzlander.org",
        "time": "Wed Mar 02 23:09:00 2016 -0500"
      },
      "message": "Update tempest commit and switch to tempest.lib\n\ntempest_lib was renamed to tempest.lib which causes problems\nwhen running tests because tempest imports plugins from other\nprojects and crashes.\n\nCloses bug: 1552520\n\nChange-Id: Id7d43dee256856062bd0dadad9c469c1500ee36e\n"
    },
    {
      "commit": "7a506549ceff8b0c530b26d9063dc187127fad99",
      "tree": "35220f265ef8a3e85c2385a90e6cec74f364ed1f",
      "parents": [
        "b359c578e81e9c48ab47bae236e9478142782028"
      ],
      "author": {
        "name": "Clinton Knight",
        "email": "cknight@netapp.com",
        "time": "Thu Feb 18 16:43:17 2016 -0500"
      },
      "committer": {
        "name": "Clinton Knight",
        "email": "cknight@netapp.com",
        "time": "Wed Mar 02 09:32:28 2016 -0500"
      },
      "message": "Update export location retrieval APIs\n\nUpdate the export location retrieval APIs for shares and share\ninstances to do the following:\n\n1. Restore the API-to-view-builder calling convention of\nindex--\u003esummary and show--\u003edetail. In so doing, modify which\nvalues are returned by the list commands (currently, all but\nthe timestamps). The admin context from the request determines\nwhether the admin-only values are returned.\n\n2. Report the UUID field from the export location table as\n\u0027id\u0027 to be consistent will all other objects returned via the\nManila REST API.\n\n3. Add the preferred flag to the output of the API. Drivers\ncan report preferred:True or preferred:False in their export\nlocation metadata, and this standard flag will be returned\nvia the REST interface, like this:\n\n+-------------------+--------------------------------------+\n| Property          | Value                                |\n+-------------------+--------------------------------------+\n| is_admin_only     | False                                |\n| uuid              | df828d44-0b04-47fa-8ee5-516ffc199ca7 |\n| share_instance_id | 1b40e873-331e-4e1c-ab53-38ec95b3bfcc |\n| path              | 10.0.0.100:/share_1b40e873           |\n| created_at        | 2016-02-18T21:12:51.000000           |\n| updated_at        | 2016-02-18T21:12:51.000000           |\n| preferred         | True                                 |\n+-------------------+--------------------------------------+\n\nAPIImpact\nImplements: blueprint update-export-location-retrieval-apis\nChange-Id: Ia63477d4f3e28ab4f53d7b9d51756cc798c977b9\n"
    },
    {
      "commit": "b359c578e81e9c48ab47bae236e9478142782028",
      "tree": "a5a757dec54d570ed82b98adeb471b453ed7b01c",
      "parents": [
        "ab2d6e874eabb6e292eb306fe0b547972603e68f",
        "061b145376402c8d563696d78c41ba88cf17d718"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Mar 02 04:46:03 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Mar 02 04:46:03 2016 +0000"
      },
      "message": "Merge \"Add Ceph Native driver\""
    },
    {
      "commit": "061b145376402c8d563696d78c41ba88cf17d718",
      "tree": "1396a329b23510d972fe6054b6a87e07f455e9a8",
      "parents": [
        "f558b1d7e53faf214c832736b384743b2ed55c1e"
      ],
      "author": {
        "name": "John Spray",
        "email": "jspray@redhat.com",
        "time": "Wed Nov 18 13:15:32 2015 +0000"
      },
      "committer": {
        "name": "John Spray",
        "email": "john.spray@redhat.com",
        "time": "Tue Mar 01 20:30:18 2016 +0000"
      },
      "message": "Add Ceph Native driver\n\nThis driver enables use of the Ceph filesystem for\nManila shares.  Clients require a native CephFS\nclient to access the share.  The interface\nto Ceph is CephFSVolumeClient, included in\nthe \u0027Jewel\u0027 Ceph release and later.\n\nAPIImpact\nThe API microversion is bumped to 2.13 to add a\nnew access type, cephx, supported by the driver.\n\nCo-Authored-By: Ramana Raja \u003crraja@redhat.com\u003e\n\nImplements: blueprint cephfs-driver\nChange-Id: I33801215f64eacb9dade4d92f11f659173abb7f5\n"
    },
    {
      "commit": "7d9b9f236898da3fd46ddc2053fa36777303a134",
      "tree": "fde57fe8ae03246b6456449f398c337276451331",
      "parents": [
        "f558b1d7e53faf214c832736b384743b2ed55c1e"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Wed Feb 10 18:30:12 2016 -0200"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Tue Mar 01 17:08:38 2016 -0300"
      },
      "message": "Implement admin network in generic driver\n\nImplemented admin network support in generic driver\nby creating extra ports in service instance.\nIn order to implement admin export location, Admin must\nspecify admin_network_id and admin_subnet_id\nin driver configuration in manila.conf to create ports\nbetween host and network of choice.\n\nPossible scenarios are covered by this change:\n*1: service network.\n*2: service network and tenant network.\n*3: service network and admin network.\n*4: tenant network and admin network.\n\nAdmin network and tenant network configurations have\nhigher priority than service network. If both are\npresent, service network is not used.\n\nOnly admin network export locations are\nis_admin_only \u003d True.\n\nIncluded additional admin_only export location\nwhen creating shares and creating shares from\nsnapshots.\n\nRemoved deprecated \u0027service_ip\u0027 property of\nserver backend details.\n\nImplements: blueprint admin-network-generic-driver\nChange-Id: I8d8694ac3d83aa12a756112dfefebd7e17e32383\n"
    },
    {
      "commit": "eb2cb4dadf40cde409ba0a6ccbe40d63c82c3e21",
      "tree": "e3764420bbe0cc93c4b7dde4a092303222ffb2c1",
      "parents": [
        "71e0488295def69076b91c33a7fd40303548e6cf"
      ],
      "author": {
        "name": "Marc Koderer",
        "email": "marc@koderer.com",
        "time": "Mon Feb 15 17:37:13 2016 +0100"
      },
      "committer": {
        "name": "Marc Koderer",
        "email": "marc@koderer.com",
        "time": "Tue Feb 23 18:21:35 2016 +0000"
      },
      "message": "Fix scenario tests\n\nFix several issues in scenario test to get them stable again:\n\n - The SSH timeout was set to 80 seconds what is way too low for an\n   Nova instance to come up in the gate.\n - Scenario test access rule cleanup is not necessary, access rules\n   are deleted when share instance is deleted.\n\nCo-Authored-By: Rodrigo Barbieri \u003crodrigo.barbieri@fit-tecnologia.org.br\u003e\nCloses-bug #1545715\n\nChange-Id: I9f22f0416bb248666fe906e1ca653517054f21b5\n"
    },
    {
      "commit": "71e0488295def69076b91c33a7fd40303548e6cf",
      "tree": "7e2f40b4d39bb3f893a48f6f35ff089c95c9a33a",
      "parents": [
        "53233c489d1ee67c33c4d150632e71e69cd511c6",
        "a01f9d4e5e106c2d547d22f769afc199f2d7a31f"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Feb 22 19:46:47 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 22 19:46:47 2016 +0000"
      },
      "message": "Merge \"Make consistency group timeout exception message more robust\""
    },
    {
      "commit": "a01f9d4e5e106c2d547d22f769afc199f2d7a31f",
      "tree": "dda988ba92236dc77ed4c1700e623abb2b87edef",
      "parents": [
        "bd88ad69eb95a1413b92e33fc682d00e1d0c47e3"
      ],
      "author": {
        "name": "Matt Riedemann",
        "email": "mriedem@us.ibm.com",
        "time": "Thu Feb 18 07:14:02 2016 -0800"
      },
      "committer": {
        "name": "Matt Riedemann",
        "email": "mriedem@us.ibm.com",
        "time": "Thu Feb 18 07:14:02 2016 -0800"
      },
      "message": "Make consistency group timeout exception message more robust\n\nIn case the CG name is None, use the ID instead so we have\ncontext on the failure.\n\nAlso, add the current CG status to the timeout message.\n\nChange-Id: Ifb579d319f4230a662a218f479070a420d7ba38e\nCloses-Bug: #1547056\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": "66a7ce241eb072e7d757e07e2b1da65023d35139",
      "tree": "2b67c7ba464274ddb473d1f66de8461012c4fe77",
      "parents": [
        "9b7dfd490b16a5d9e6f98497f8b2d68e0ab74623",
        "229ceafc4eb8f9f97a029384c654db7a8d55122a"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Fri Feb 26 15:39:05 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Feb 26 15:39:05 2016 +0000"
      },
      "message": "Merge \"Remove aggressive assert from share server test\""
    },
    {
      "commit": "9b7dfd490b16a5d9e6f98497f8b2d68e0ab74623",
      "tree": "c015ff134722fd225b02d4ceca5fa67f237a507b",
      "parents": [
        "71e0488295def69076b91c33a7fd40303548e6cf",
        "9e56c9962364b2ad05947150cec866c47983995c"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Feb 25 23:28:32 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 25 23:28:32 2016 +0000"
      },
      "message": "Merge \"Add possibility to skip quota tests in Tempest\""
    },
    {
      "commit": "229ceafc4eb8f9f97a029384c654db7a8d55122a",
      "tree": "0942b7bd32d735f3d2c45ccbb21a2975aeab709b",
      "parents": [
        "bd88ad69eb95a1413b92e33fc682d00e1d0c47e3"
      ],
      "author": {
        "name": "Ben Swartzlander",
        "email": "ben@swartzlander.org",
        "time": "Wed Feb 17 16:30:19 2016 -0500"
      },
      "committer": {
        "name": "Ben Swartzlander",
        "email": "ben@swartzlander.org",
        "time": "Tue Feb 23 22:31:00 2016 -0500"
      },
      "message": "Remove aggressive assert from share server test\n\nThe delete_share_server test has an assert which can\nfail in case of retries and give a false negative result.\nThis assert isn\u0027t necessary to check for correctness, so\nremove it.\n\nCloses-bug: 1546618\n\nChange-Id: Ib04afdc222e19725df4da0793c1ffcc15282a772\n"
    },
    {
      "commit": "9e56c9962364b2ad05947150cec866c47983995c",
      "tree": "02f6f301717a7dacb7db07c0952e020ed36e210c",
      "parents": [
        "bd88ad69eb95a1413b92e33fc682d00e1d0c47e3"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Feb 17 21:19:39 2016 +0200"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Feb 17 21:21:46 2016 +0200"
      },
      "message": "Add possibility to skip quota tests in Tempest\n\nWe have possibility to disable some sets of Manila functional tests\nusing config options and cannot do it for quota tests.\nSo, add new \u0027run_quota_tests\u0027 option to be able to do so.\n\nChange-Id: I0ce3170a2568f24a86573e4f45661a4e862af6ac\n"
    },
    {
      "commit": "d47afdddc5aa5b350c4758cc6d2c57a23ae750df",
      "tree": "e86f5f524007473ad7ae4720b85eb562ac4ee773",
      "parents": [
        "bd88ad69eb95a1413b92e33fc682d00e1d0c47e3"
      ],
      "author": {
        "name": "daiki kato",
        "email": "d-kato@wr.jp.nec.com",
        "time": "Tue Feb 16 20:12:15 2016 +0900"
      },
      "committer": {
        "name": "David Sariel",
        "email": "dsariel@redhat.com",
        "time": "Wed Feb 17 01:51:30 2016 +0000"
      },
      "message": "Add space to message in manila_tempest_tests/tests/api/test_shares.py\n\nThere isn\u0027t space between \"for\" and \"share\".\nThis patch adds space after \"for\".\n\nChange-Id: Idc904d608cdc8a0df8e60e984824898ce6c58726\n"
    },
    {
      "commit": "eada06eb1471dde4dddf8617eedd548d4a900494",
      "tree": "f069d1a23c59c7d34ea1548bb71f3b997c5c9f68",
      "parents": [
        "203e45095fb81ab31a4d30d972eaabd76bfebd74"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Sat Feb 13 00:28:15 2016 +0200"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Sat Feb 13 00:30:58 2016 +0200"
      },
      "message": "Fix tempest test for export locations API\n\nDo not try to get admin export location using member client.\nThis bug appeares only when admin export locations exist.\nThis bug is blocker for implementation of admin export locations by\nshare drivers.\n\nChange-Id: Ifde2dc5f0b337ab122591ac51384c70f8efa634a\nCloses-Bug: #1545184\n"
    },
    {
      "commit": "203e45095fb81ab31a4d30d972eaabd76bfebd74",
      "tree": "d7cf4384362117934c1216f088b2608e232fcd0e",
      "parents": [
        "078f140ec49d80d4b2335cbb2fb34cabf28762a6"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Tue Oct 13 08:41:26 2015 -0400"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Thu Feb 11 19:45:37 2016 +0000"
      },
      "message": "Share Replication API and Scheduler Support\n\nThis patch provides the scheduler support to filter share\nbackends matching replication capabilities reported by the\nhosts and the replication_type extra_spec provided via the\nshare_type during share creation.\n\nIt also adds wsgi routes, API endpoints and driver entry\nroutines to support the actions: list, show, create, delete\nand promote share replicas. It augments the ShareInstance\nDB model with a \u0027replica_state\u0027 attribute and the Share DB\nModel with \u0027replication_type\u0027 attribute to support these\nworkflows.\n\nReplica states are periodically updated from the respective\nbackends that the replicas are created on.\n\nAPIImpact\nImpact on existing APIs:\nIn Microversion 2.11, the /shares APIs return 2 additional\nfields during index and show calls for each share: \u0027has_replicas\u0027\nand \u0027replication_type\u0027. Similarly, the field \u0027replica_state\u0027 is\nadded to the API response for /share-instances.\nAlso, deletion of a share that has replicas is forbidden,\nreturning error code 403.\n\nDocImpact\n\nCo-Authored-By: Alex Meade \u003cmr.alex.meade@gmail.com\u003e\n\nImplements: blueprint manila-share-replication\n\nChange-Id: I10515d55b1291c34777a31d8c6a3a1954f551235\n"
    },
    {
      "commit": "078f140ec49d80d4b2335cbb2fb34cabf28762a6",
      "tree": "9259a2f38ab26cd1c96d5dd495c53a8bcf32fafc",
      "parents": [
        "edbc92d5c817b0cfc7bf242e4886956bc428efd7",
        "3b13751f7d9cfcd7951a12b5a2a8827f02cb6392"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Mon Feb 08 15:41:41 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 08 15:41:41 2016 +0000"
      },
      "message": "Merge \"Fix params order in assertEqual\""
    },
    {
      "commit": "edbc92d5c817b0cfc7bf242e4886956bc428efd7",
      "tree": "7e4a1621f8e4e31e30f8d7c2ad38b8b878ce3973",
      "parents": [
        "8fa6ceb17398ff865aab768d1d380c6c2e327953"
      ],
      "author": {
        "name": "Alex Meade",
        "email": "mr.alex.meade@gmail.com",
        "time": "Thu Jan 28 14:31:36 2016 -0500"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Fri Feb 05 13:52:30 2016 +0000"
      },
      "message": "Fix scheduling with instance properties\n\nCurrently, the scheduler will ignore any properties\nthat are specific to the share instance. This is because\nthey are not passed into the scheduler filters as part of\nthe resource properties.\n\nChange-Id: I8c3274e4d2779562dd8ee529473dd7cad521dbee\nCloses-Bug: #1515624\n"
    },
    {
      "commit": "8fa6ceb17398ff865aab768d1d380c6c2e327953",
      "tree": "facf1296972b10f0570612c8c2ae63ab8f420775",
      "parents": [
        "a72ee41c40f513bde01777b1a192c4a64c824439"
      ],
      "author": {
        "name": "Igor Malinovskiy",
        "email": "imalinovskiy@mirantis.com",
        "time": "Thu Dec 17 13:57:06 2015 +0200"
      },
      "committer": {
        "name": "tpsilva",
        "email": "tiago.pasqualini@gmail.com",
        "time": "Fri Feb 05 10:41:51 2016 -0200"
      },
      "message": "Add update_access() method to driver interface\n\n- Add update_access() method to driver interface\n- Move all code related to access operations to ShareInstanceAccess\nclass\n- Statuses from individual access rules are now mapped to\nshare_instance\u0027s access_rules_status\n- Add \u0027access_rules_status\u0027 field to share instance, which indicates\ncurrent status of applying access rules\n\nAPIImpact\nCo-Authored-By: Rodrigo Barbieri \u003crodrigo.barbieri@fit-tecnologia.org.br\u003e\nCo-Authored-By: Tiago Pasqualini da Silva \u003ctiago.pasqualini@gmail.com\u003e\nImplements: bp new-share-access-driver-interface\n\nChange-Id: Iff1ec2e3176a46e9f6bd383b38ffc5d838aa8bb8\n"
    },
    {
      "commit": "a72ee41c40f513bde01777b1a192c4a64c824439",
      "tree": "7cc5500565aca0ae4371536658912d897d10329f",
      "parents": [
        "8fc53ac5e758428bff58f692d877e448c87b16c2",
        "8cce9777a6b3ac268dbd59e461cd6b8a649db5b0"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Feb 04 08:38:55 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 04 08:38:55 2016 +0000"
      },
      "message": "Merge \"tempest: wait for deletion of cert rule\""
    },
    {
      "commit": "8fc53ac5e758428bff58f692d877e448c87b16c2",
      "tree": "7bd446c3db5a10e1f86be861443bdc195f22d790",
      "parents": [
        "e95b59f0fc40f33a533980f7fbe1498f7966cb17",
        "cc9812d8cdfedb28659cbb0f06799661398854a9"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Wed Feb 03 19:34:18 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Feb 03 19:34:19 2016 +0000"
      },
      "message": "Merge \"Return appropriate data on share create\""
    },
    {
      "commit": "8cce9777a6b3ac268dbd59e461cd6b8a649db5b0",
      "tree": "2442e966f9acbf3886e431281b928dfbc66bb2ed",
      "parents": [
        "e95b59f0fc40f33a533980f7fbe1498f7966cb17"
      ],
      "author": {
        "name": "Ramana Raja",
        "email": "rraja@redhat.com",
        "time": "Thu Jan 28 21:59:34 2016 +0530"
      },
      "committer": {
        "name": "Ramana Raja",
        "email": "rraja@redhat.com",
        "time": "Fri Jan 29 12:11:55 2016 +0000"
      },
      "message": "tempest: wait for deletion of cert rule\n\nCloses-Bug: #1539159\n\nChange-Id: Ieeb93e9246ef893377ca61cef7028b9f049f44d4\n"
    },
    {
      "commit": "e95b59f0fc40f33a533980f7fbe1498f7966cb17",
      "tree": "580c2b158a1a14a56fa6be9d93f2ad0e3bf5aebb",
      "parents": [
        "ebc5e6ad0633a770b37dcde9b11f74772cc9195c"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Thu Jan 28 12:33:19 2016 +0200"
      },
      "committer": {
        "name": "vponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Fri Jan 29 00:24:39 2016 +0200"
      },
      "message": "Bump tempest version\n\nAfter merge of change [1] to Devstack project Manila Tempest plugin not\ncompatible anymore with latest Devstack.\nSo, bump Tempest version to latest and fix compatibility with it.\n\n[1] If66096cde31fedda407e1e6ac6899b196569a454\n\nChange-Id: Idf9a9eabf9c98d090e47207cf89d9e5a5fc0ea97\nCloses-Bug: #1539007\n"
    },
    {
      "commit": "3b13751f7d9cfcd7951a12b5a2a8827f02cb6392",
      "tree": "179e064078c21ada695da49234f5f166bb6d247b",
      "parents": [
        "9bfe5e9e62d9feabfca53e51a9a1fd7b3fa57237"
      ],
      "author": {
        "name": "Yatin Kumbhare",
        "email": "yatinkumbhare@gmail.com",
        "time": "Wed Jan 13 12:16:06 2016 +0530"
      },
      "committer": {
        "name": "Yatin Kumbhare",
        "email": "yatinkumbhare@gmail.com",
        "time": "Wed Jan 27 11:52:08 2016 +0530"
      },
      "message": "Fix params order in assertEqual\n\nFix params order to correspond to real signature:\nassertEqual(expected, actual)\n\nChange-Id: I5887e9c4fbd8953b3be9e89ce86758f8d1d842b2\nCloses-Bug: #1277104\n"
    },
    {
      "commit": "ebc5e6ad0633a770b37dcde9b11f74772cc9195c",
      "tree": "ae60e7f4cfd54e44a95d3d10850dd9bd31d59c51",
      "parents": [
        "67987cad3c556d43e4b0cd0d4fd785ea73cb1ff4",
        "1801c0ceb203f456239260db224134a280adbc80"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Jan 21 23:56:39 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 21 23:56:39 2016 +0000"
      },
      "message": "Merge \"Implement export location metadata feature\""
    },
    {
      "commit": "cc9812d8cdfedb28659cbb0f06799661398854a9",
      "tree": "60fe07892036c6e994e0c68eeb11faa357f1f56d",
      "parents": [
        "431cc5809cd5efe72049ad233438446981b58934"
      ],
      "author": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Sun Jan 17 00:59:30 2016 -0500"
      },
      "committer": {
        "name": "Goutham Pacha Ravi",
        "email": "gouthamr@netapp.com",
        "time": "Thu Jan 21 19:32:09 2016 +0000"
      },
      "message": "Return appropriate data on share create\n\nWith the introduction of share instances in the Liberty\nrelease, some attributes of the share model were moved\nto the share_instance model. The create API has since\nbeen returning merely the share data which makes\nfor a bad user experience with some attributes\nbeing set to null.\n\nFix this issue by retrieving the share from the database\nafter the instance has been created; so that the status\nfield reflects the pre-scheduler acceptable status of\n\u0027creating\u0027.\n\nChange-Id: I63955e1a60e7ced3ad126829521cd43e0b914c17\nCloses-Bug: #1534161\n"
    },
    {
      "commit": "67987cad3c556d43e4b0cd0d4fd785ea73cb1ff4",
      "tree": "dd59c020bc19b69f3f9a426c99c26408f1ca979c",
      "parents": [
        "225cd495dfac1392020013edbc98bc74aa02c832",
        "dd162cb46ec10517db754edf821a9d16fe71a390"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Thu Jan 21 00:20:13 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 21 00:20:13 2016 +0000"
      },
      "message": "Merge \"Fix release of resources created by Tempest\""
    },
    {
      "commit": "dd162cb46ec10517db754edf821a9d16fe71a390",
      "tree": "2a47a1a0a09adbc4f66b7625bccaab50b152a166",
      "parents": [
        "431cc5809cd5efe72049ad233438446981b58934"
      ],
      "author": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Jan 20 19:09:49 2016 +0200"
      },
      "committer": {
        "name": "Valeriy Ponomaryov",
        "email": "vponomaryov@mirantis.com",
        "time": "Wed Jan 20 19:11:23 2016 +0200"
      },
      "message": "Fix release of resources created by Tempest\n\nTempest fails to release created resources by Manila using dynamically\ncreated tenant. It is caused by changed order of deletion,\nwhere Tempest started execute dynamic tenant deletion prior to\nrelease of Manila resources within this tenant.\nSo, fix it by changing order of resource release in Manila base class.\n\nChange-Id: I40c2324705eb11e10ca64cfe81a2a87ad6e90767\nCloses-Bug: #1534656\n"
    },
    {
      "commit": "9ebaf915d6f6ef840e30e83e1e37581fbe152e8c",
      "tree": "540f204607b38d2da3d5406b39c991b6e8d987d1",
      "parents": [
        "431cc5809cd5efe72049ad233438446981b58934"
      ],
      "author": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Mon Jan 11 16:06:04 2016 -0200"
      },
      "committer": {
        "name": "Rodrigo Barbieri",
        "email": "rodrigo.barbieri@fit-tecnologia.org.br",
        "time": "Wed Jan 20 08:19:37 2016 -0200"
      },
      "message": "Fix access rules tempest v2 client\n\n_get_access_action_name() purpose is to get proper action name\nbased on microversion, currently works only for allow_access,\nbut is used by list_access_rules() and delete_access_rule() as well.\n\nThis change fixes the method to work for all access rules methods.\n\nThis change also improves tempest tests to use both V1 and V2 client\nin access rules tests.\n\nCloses-Bug: #1528908\nChange-Id: I3f1b109621f3ef72b1b9415e7da9d2cefb7c9000\n"
    },
    {
      "commit": "431cc5809cd5efe72049ad233438446981b58934",
      "tree": "7ba469caf1cbaf8e5b48dec61f610df1ec9256af",
      "parents": [
        "e6f4605be287ffcd0e10d27f3bb6b4eee4a6e557",
        "3ddde66e0d3613348553245d2621cc32c4948999"
      ],
      "author": {
        "name": "Jenkins",
        "email": "jenkins@review.openstack.org",
        "time": "Sat Jan 16 19:36:56 2016 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jan 16 19:36:56 2016 +0000"
      },
      "message": "Merge \"Fix tempest case \"test_delete_ss_from_sn_used_by_share_server\"\""
    }
  ],
  "next": "e6f4605be287ffcd0e10d27f3bb6b4eee4a6e557"
}
