)]}'
{
  "log": [
    {
      "commit": "5f371ea030a401ba75135830d0b83b2603dd298a",
      "tree": "fb0ca4f9be4d8dbd3db612c75a8c6b6e77875722",
      "parents": [
        "f785dd4ad4104f85c2ce18f81b9ffb9b66e5ab3a",
        "54f559280292d8d573913999205660c2c559d5a3"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Sep 07 19:55:35 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Sep 07 19:55:35 2018 +0000"
      },
      "message": "Merge \"Add tests to assert filter validation\""
    },
    {
      "commit": "f785dd4ad4104f85c2ce18f81b9ffb9b66e5ab3a",
      "tree": "35b4892ae25e41c60a69c1b7e6b0cf9846477daf",
      "parents": [
        "12685c6f230756e7c375b775fa1e487727081fdd",
        "2de722ef0af284b4f68e952df53ad4f0d9d452be"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Sep 05 00:44:59 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 05 00:44:59 2018 +0000"
      },
      "message": "Merge \"Cleanup Tempest tests legacy resources\""
    },
    {
      "commit": "54f559280292d8d573913999205660c2c559d5a3",
      "tree": "59b4493ea560ddc5b47ac6e257cee65a68cf8b5f",
      "parents": [
        "12685c6f230756e7c375b775fa1e487727081fdd"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Thu Jul 12 19:05:39 2018 +0000"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Mon Sep 03 18:16:02 2018 +0000"
      },
      "message": "Add tests to assert filter validation\n\nAdd test cases to pass valid and invalid filters to server.\nIf a valid filter is passed, assert server returns the correct\nlist of resources. If an invalid filter is passed, assert\nserver returns a 400 response.\n\nChange-Id: I2b8baa93a5587fa036a8a8ab124c216d2dba4444\nRelated-Bug: #1749820\n"
    },
    {
      "commit": "6f0644e271d1d2f7e9c81de052dfb905538a931b",
      "tree": "5c56736b618e3b57acef9a3266a5f787dbc92173",
      "parents": [
        "bf877c84b3bfca8669992e3004b9ee42f5a6b87d"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Fri Jul 06 10:05:32 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Mon Aug 27 15:27:07 2018 +0000"
      },
      "message": "Reuse SSH connections for executing multiple commands.\n\nWhen using SSH client to execute a command a Paramiko\nclient is created, it is connected to server and then the\nclient reference is forgot without closing socket.\n\nThis produces a leak of SSH connections. It also slow\ndown test executions when more than one command has to\nbe executed with the same SSH client (for example when\nexecuting ping between VMs).\n\nThis change also add convenience methods to SSH client:\n\n- connect() method allows to create and connect Paramiko\n  client to be used by tests directly (for exaple to open\n  a command like socat, cat, nc and redirect STDIN/STDOUT\n  to generate or receive network traffic. The method is\n  going to return the same Paramiko client instance\n  until close() method is called.\n\n- close() method allows to close paramiko client socket and\n  release resources.\n\n- execute_script() spawn a script interpreter (Bash by default) on\n  a remote machinge to execute a script provided as a string.\n  For convenience by default it combines STDOUT and STDERR to LOG\n  an human friendly message when the script fails.\n\nChange-Id: I3a70131f03aea342c8e8a04038000bd974cca921\n"
    },
    {
      "commit": "bf877c84b3bfca8669992e3004b9ee42f5a6b87d",
      "tree": "9a1f9f102abf06426c68754e9e4d4cd4530ec12d",
      "parents": [
        "a69dcd5aec81f12314074efaa810c3fe80925d7f"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Wed Aug 22 08:36:37 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Fri Aug 24 09:00:42 2018 +0200"
      },
      "message": "Deprecate BaseTempestTestCase.create_and_associate_floatingip method\n\nAdd new \u0027debtcollector\u0027 dependency with the purpose of deprecating methods\nthat are going to be removed.\n\nMark BaseTempestTestCase.create_and_associate_floatingip for removal.\n\nReplace create_and_associate_floatingip with create_floatingip in\nBaseTempestTestCase class.\n\nChange-Id: I5c5fd143a5cb4e138c46d13445f8225444bd2f58\n"
    },
    {
      "commit": "a69dcd5aec81f12314074efaa810c3fe80925d7f",
      "tree": "3e2d6d34110674c3c475af650e05786e3b5875ec",
      "parents": [
        "d307f5635d4015e7842a4a177f66c76ba4bd818a"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Fri Jul 06 09:45:34 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Fri Aug 24 09:00:42 2018 +0200"
      },
      "message": "Create floating IPs with additional parameters.\n\nIt adds missing parameters to create_floatingip method:\n  - port: is translated to port_id\u003dport[\u0027id\u0027]\n  - client: is used to create/delete returned floating IP\n  - **kwargs: are forwarded as they are to client\n\nIt deletes floating IPs on final cleanup even when created\n  by other client than default one.\n\nIt implements delete_floatingip method.\n\nChange-Id: Ie2421839947f9010e8d2590cde1fd86669092fb9\n"
    },
    {
      "commit": "2de722ef0af284b4f68e952df53ad4f0d9d452be",
      "tree": "4507bdc54ccf46b2e0c105ef11735d006f7886a4",
      "parents": [
        "41c43924712c728bfaff5955b92c210402c1faf5"
      ],
      "author": {
        "name": "Dongcan Ye",
        "email": "hellochosen@gmail.com",
        "time": "Wed Jul 04 11:01:37 2018 +0000"
      },
      "committer": {
        "name": "Dongcan Ye",
        "email": "yedongcan@yeah.net",
        "time": "Tue Aug 21 13:27:58 2018 +0000"
      },
      "message": "Cleanup Tempest tests legacy resources\n\nThere are lots of resources left after tempest tests finished,\nwe should cleanup.\n\nThis patch cleanup routers and security groups which\ngenerated by default DevStack config, we still keeps\nworking on in the other patches.\n\nChange-Id: I8dad97fdebd91f824a043dc60381b3a8ea29d5ed\nPartial-Bug: #1759321\n"
    },
    {
      "commit": "67681af1c43985c4b23dd7a5ae784a25b987bf9a",
      "tree": "dcf8307e0a11b80ce6c924e7a1f860db7ee72979",
      "parents": [
        "9b7d7fb0d8faef3346640eea95bafdd17ac0e570",
        "79318ac5215b79fcc9258ba3819f65a3dea01461"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Aug 17 06:45:39 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Aug 17 06:45:39 2018 +0000"
      },
      "message": "Merge \"Assert extensions match in config file and server\""
    },
    {
      "commit": "9b7d7fb0d8faef3346640eea95bafdd17ac0e570",
      "tree": "f5ef793c9559af36fb291250dcf96a4c42051ed3",
      "parents": [
        "82e83e3b45a051e25f005fc38265e23decd1e802",
        "90a7ee18b616b93a325362d77264613e8bcf0fa3"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Aug 16 11:51:20 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Aug 16 11:51:20 2018 +0000"
      },
      "message": "Merge \"Add test tools for executing socat on guest images.\""
    },
    {
      "commit": "90a7ee18b616b93a325362d77264613e8bcf0fa3",
      "tree": "6d231ce17c03172077b32885096560a3a920e2c5",
      "parents": [
        "155164646d7dd68b00273bf7cf1027a77a534cd0"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Wed Jun 06 12:09:55 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Thu Aug 16 06:11:54 2018 +0000"
      },
      "message": "Add test tools for executing socat on guest images.\n\nAdd socat helper module to execute socat via SSH in\ntest cases that require a more advanced tool than nc\n(like for example multicast test).\n\nChange-Id: I1a21d082422afaec37c24814cc4caebacb790874\n"
    },
    {
      "commit": "82e83e3b45a051e25f005fc38265e23decd1e802",
      "tree": "1aa910796d2021d95a300109a4b2e453d5dcb9f2",
      "parents": [
        "155164646d7dd68b00273bf7cf1027a77a534cd0"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Tue Jul 03 14:19:55 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Thu Aug 16 06:08:04 2018 +0000"
      },
      "message": "Add create_trunk and delete_trunk methods.\n\nChange-Id: I23f74551325a45147af054fe37b0f7e8b9bd3d5e\n"
    },
    {
      "commit": "79318ac5215b79fcc9258ba3819f65a3dea01461",
      "tree": "24544ea4a52750244ce59c22e036ba26995a63bf",
      "parents": [
        "155164646d7dd68b00273bf7cf1027a77a534cd0"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Tue Aug 07 17:49:49 2018 +0000"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Mon Aug 13 18:04:11 2018 +0000"
      },
      "message": "Assert extensions match in config file and server\n\nIf an API extension is enabled in tempest config file, we want\nto ensure the extension is present in neutron server.\nIn before, we occasionally ran into issues that the list of\nextensions is mismatch, which leads to failure of test cases.\nThis patch adds a test case to check that.\n\nChange-Id: I4c59f407c30020e3865e96e67a1b61361e699014\n"
    },
    {
      "commit": "155164646d7dd68b00273bf7cf1027a77a534cd0",
      "tree": "11a8b9c8e1eee3fde29f32c85f1badf6dd1269b9",
      "parents": [
        "1cd4fb4bd78f9effa9b7c2e736345c165dbe3d39",
        "965b03dc1297720b0b4ae8906cad28ecebc87196"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sat Aug 11 23:13:56 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Aug 11 23:13:56 2018 +0000"
      },
      "message": "Merge \"Add scenario test for fip port_details\""
    },
    {
      "commit": "1cd4fb4bd78f9effa9b7c2e736345c165dbe3d39",
      "tree": "5af59957fe3f4a0f8326adef5c01542406e21253",
      "parents": [
        "096b6a8de6a1923e6329cb0e55a49aa954365967"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Aug 10 15:03:32 2018 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Aug 10 21:05:17 2018 +0200"
      },
      "message": "Skip test_connectivity_min_max_mtu if cirros image is used\n\nCommand \"ping\" available in cirros image don\u0027t have \"-M\" option.\nThis is necessary in test_connectivity_min_max_mtu scenario tests\nto check connectivity without fragmenting packets.\nSo those tests will always fail with cirros and should be skipped\nin such case.\n\nChange-Id: Idb63cb37f6e1cc467106ea3ee99727824a4b1529\nCloses-Bug: #1786472\n"
    },
    {
      "commit": "096b6a8de6a1923e6329cb0e55a49aa954365967",
      "tree": "1f0164649d1abefda1726ca0ae3094e9baf470ee",
      "parents": [
        "1efafc921fb674e1586ec690f7c421551c8c0b8c"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Aug 07 11:28:41 2018 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Tue Aug 07 22:05:42 2018 +0200"
      },
      "message": "Wait until all router ports are DOWN before migration\n\nIn router migration tests, before migration is started, router\nis set to admin_state_up\u003dFalse. This cause that status of all\nrouter ports should be set to DOWN.\nThis patch adds check (and wait) that all ports are really set\nto DOWN state before migration of router is started.\n\nChange-Id: I72ce0d4480c6d26e8ce1c8193e7ec18585df1c06\nRelated-Bug: #1785582\n"
    },
    {
      "commit": "a2cc2e535ba923bc199ed343d900756dbe2e2f73",
      "tree": "ea0f92c2334ce17b196d0c676839e8ac05d4a1b8",
      "parents": [
        "c2fd6d954cb2b7057463ce55dbb19d8aac4aa32f"
      ],
      "author": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Tue Jul 31 18:54:02 2018 +0900"
      },
      "committer": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Tue Jul 31 18:55:47 2018 +0900"
      },
      "message": "FloatingIPQosTest: Stop inheriting QoSTest class\n\nInstead, have a separate class for shared code (QoSTestMixin)\nso that we can add test cases to QoSTest without affecting\nFloatingIPQosTest.\n\nChange-Id: I2fc2d2a94e78298c2bded00b585c8a1ae852fc0a\n"
    },
    {
      "commit": "db21cd5eaaf66a07e0ad861c03b17f87e2bdfac1",
      "tree": "ccfc00a57e756f4e2eb812db850277aa3cf22df6",
      "parents": [
        "3e1912286ea7a9274ea229fff31ee0484dc23638",
        "2af81c80b2d562257f4a6c1bb4a6dc0d4d79002f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sat Jul 21 12:38:55 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Jul 21 12:38:55 2018 +0000"
      },
      "message": "Merge \"Skip filter validation tests\""
    },
    {
      "commit": "44b202477fdfb6a8b656e09d4e5f9fe392048d4a",
      "tree": "98e2f3d8434e53778f6da9f2af82c4c9dcdfb247",
      "parents": [
        "a1037291ac917efbcfbfae5dbbcf4ca516c1fe71",
        "e9c89bf0acfeb1115b9b63ea08f135c503f76971"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jul 19 23:23:00 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 19 23:23:00 2018 +0000"
      },
      "message": "Merge \"Allow to connect to SSH server using an intermediate SSH server\""
    },
    {
      "commit": "965b03dc1297720b0b4ae8906cad28ecebc87196",
      "tree": "55de653e65520dc70739360e6044271c862cc114",
      "parents": [
        "a1037291ac917efbcfbfae5dbbcf4ca516c1fe71"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Wed Apr 25 22:32:30 2018 +0000"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Thu Jul 19 21:17:45 2018 +0000"
      },
      "message": "Add scenario test for fip port_details\n\nChange-Id: I275da05d4dae1a1ce1dff7d63f3b58ff5916aac3\nRelated-Bug: #1723026\n"
    },
    {
      "commit": "a1037291ac917efbcfbfae5dbbcf4ca516c1fe71",
      "tree": "98b165aff56e7743b2f55e043c1d21c8d859d71a",
      "parents": [
        "d052a5615de00a6c08aba55e2a86850152aed4b4",
        "2d7db2c4c1b1dc757e3731daa5985f9829dc9fe2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jul 19 21:11:20 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 19 21:11:20 2018 +0000"
      },
      "message": "Merge \"Refactor tests to use create_network convenience params.\""
    },
    {
      "commit": "d052a5615de00a6c08aba55e2a86850152aed4b4",
      "tree": "e00911b124be7b2c4c48920cc0c7f2a33cec5ada",
      "parents": [
        "e80584e81b53ac852c540987d682a4471a51c21d",
        "61b564eb4a36b60d86a98ed0291ece65f60e4904"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jul 19 21:11:19 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 19 21:11:19 2018 +0000"
      },
      "message": "Merge \"Add convenience parameters to create_network.\""
    },
    {
      "commit": "e80584e81b53ac852c540987d682a4471a51c21d",
      "tree": "c1d237eb3c0ce6b8319e1d31d7468a38372d6bba",
      "parents": [
        "dbd7d3f686745c266cebeb24ec24da88b2e6a62d",
        "92fdc78619a45ed3a7bb81d18ee77b9aad96dd1c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Jul 18 12:06:34 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jul 18 12:06:34 2018 +0000"
      },
      "message": "Merge \"Add a scenario test for internal dns_name\""
    },
    {
      "commit": "92fdc78619a45ed3a7bb81d18ee77b9aad96dd1c",
      "tree": "2dc2fda03fc7ff2c1c2e05026afb14711e254f84",
      "parents": [
        "e7417b7631836d4cc6cb2f38e4d066974def6c34"
      ],
      "author": {
        "name": "Assaf Muller",
        "email": "amuller@redhat.com",
        "time": "Thu May 31 10:32:47 2018 -0400"
      },
      "committer": {
        "name": "Assaf Muller",
        "email": "amuller@redhat.com",
        "time": "Tue Jul 17 12:51:01 2018 -0400"
      },
      "message": "Add a scenario test for internal dns_name\n\nChange-Id: Ie46ee889d75b64292c1d9268624c4600a186ee41\n"
    },
    {
      "commit": "44bfb15830183d829e046f5088e87969ced4f9a9",
      "tree": "9a4d6488adbe4d5ab764c2f5d1a0357a6d5b468a",
      "parents": [
        "baa9f2e1a4b893324ced01e9d5aacceb63c18150",
        "ab286e418f4003699ade1d72575c64108a634289"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Jul 13 00:29:59 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jul 13 00:29:59 2018 +0000"
      },
      "message": "Merge \"Move create_keypair to api.base module and add creation params.\""
    },
    {
      "commit": "2af81c80b2d562257f4a6c1bb4a6dc0d4d79002f",
      "tree": "f7fbd7c5457f99455036d51590db64d1c7c97cef",
      "parents": [
        "baa9f2e1a4b893324ced01e9d5aacceb63c18150"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Thu Jun 14 21:35:26 2018 +0000"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Thu Jul 12 18:43:40 2018 +0000"
      },
      "message": "Skip filter validation tests\n\nThere is an on-going effort on adding support for strict filter\nvalidation [1]. During the transition period when neutron is\nmigrating to strict filter validation, the filter validation\ntests might fail. According to the tempest\u0027s suggestion [2],\nthis patch temporarily skips those tests, which is necessary to\nmake the CI happy to land the server side patches.\nThese tests will be modified and re-enabled after the implemention\nis finished in server side.\n\n[1] https://review.openstack.org/#/c/574907/\n[2] https://docs.openstack.org/tempest/latest/HACKING.html\n    #bug-fix-on-core-project-needing-tempest-changes\n\nRelated-Bug: #1749820\nChange-Id: I057cd917628c77dd20c0ff7747936c3fec7b4844\n"
    },
    {
      "commit": "2d7db2c4c1b1dc757e3731daa5985f9829dc9fe2",
      "tree": "82a492921d457e2b1ad3e9257038fe6b1b626f4d",
      "parents": [
        "61b564eb4a36b60d86a98ed0291ece65f60e4904"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Fri Jul 06 08:11:20 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Thu Jul 12 08:17:16 2018 +0200"
      },
      "message": "Refactor tests to use create_network convenience params.\n\nUse create_network method instead of\n  - create_network_keystone_v3\n  - create_shared_network\n\nChange-Id: I3c494ccb9e5749a346621db9b3813b4dc7921db0\n"
    },
    {
      "commit": "61b564eb4a36b60d86a98ed0291ece65f60e4904",
      "tree": "5b8fe665f91c7a98686129507661a2cbc4a1fac3",
      "parents": [
        "baa9f2e1a4b893324ced01e9d5aacceb63c18150"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Fri Jul 06 08:10:31 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Thu Jul 12 08:17:07 2018 +0200"
      },
      "message": "Add convenience parameters to create_network.\n\nIt adds convenience parameters to crete_network method:\n- external -\u003e shortcut to router:external\n- provider_network_type -\u003e shorcut to provider:network_type\n- provider_physical_network -\u003e shortcut to provider:phyiscal_network\n- provider_segmentation_id -\u003e shortcut to provider:segmentation_id\n\nWhen client is not provider and admin_client is attribute is not None\n(for example when using BaseAdminNetworkTest base class) and using any\nof the convenience parameters it silently uses admin_client. If the\nnetwork is not shared then it uses the same project_id as regular\nclient.\n\nIt also add delete_network to help deleting networks\ncreated with other clients than cls.client.\n\nWhen admin_client attribute is not None (for exemble when using\nBaseAdminNetworkTest base class), for convenience it\nsilently uses admin_client when required, while using the same\nproject ID as regular client when network is not shared.\n\nChange-Id: I1ef57c518c137f1dbbd3e345b48afe9a35b10904\n"
    },
    {
      "commit": "e9c89bf0acfeb1115b9b63ea08f135c503f76971",
      "tree": "164da4e8aa09008f3f735689fc999ea1cea5c3db",
      "parents": [
        "5fece0e41f957f7eba4f8a98d86bab2904c0f3e8"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Thu Apr 19 13:02:33 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Tue Jul 10 06:24:13 2018 +0000"
      },
      "message": "Allow to connect to SSH server using an intermediate SSH server\n\nFor debugging purposes it could be handy to execute tests\non your workstation and connect test instances via SSH passing\nthrow an intermediate SSH server.\n\nThis allow to configure in tempest.conf an intermediate\nSSH client connection to be used from tests to create SSH\nconnections to VMs.\n\nExample of configuration in tempest.conf:\n\n  [neutron_plugin_options]\n  ssh_proxy_jump_host \u003d some.ssh.server\n  ssh_proxy_jump_username \u003d root\n  # ssh_proxy_jump_password \u003d # better using keys\n  proxy_jump_keyfile \u003d ~/.ssh/id_rsa\n  proxy_jump_port \u003d 22\n\nChange-Id: Icae73c2cddbdcd8da2b4cdb07a7027791642c6a8\n"
    },
    {
      "commit": "5fece0e41f957f7eba4f8a98d86bab2904c0f3e8",
      "tree": "50fd1f99928cbeffed5a018a46eea7e949ec77d2",
      "parents": [
        "41c43924712c728bfaff5955b92c210402c1faf5",
        "468e4d3401d4442d98be18783476209b8ea1cbf1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Jul 09 16:10:57 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 09 16:10:57 2018 +0000"
      },
      "message": "Merge \"Remove incorrect filter on listing subnets\""
    },
    {
      "commit": "ab286e418f4003699ade1d72575c64108a634289",
      "tree": "41ff46c5554c62c9d15157955f0968132ff7db51",
      "parents": [
        "41c43924712c728bfaff5955b92c210402c1faf5"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Tue Jun 19 09:52:10 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Tue Jul 03 10:51:28 2018 +0200"
      },
      "message": "Move create_keypair to api.base module and add creation params.\n\nFor coherence with other resources move create_keypair to base class\nan add more creation parameters.\n\nThis also fix deletion of keypairs when are created with other\nclients than default one.\n\nChange-Id: Iff0b7ffdb17235a75c37a3890db1445b95547554\n"
    },
    {
      "commit": "41c43924712c728bfaff5955b92c210402c1faf5",
      "tree": "37c3ebd41220771567d86e3d789f5d6d1e502e72",
      "parents": [
        "4794ceb2efb6ad49250977b3609ceb885a60c3f3"
      ],
      "author": {
        "name": "Harald Jensås",
        "email": "hjensas@redhat.com",
        "time": "Tue Jun 26 13:27:49 2018 +0200"
      },
      "committer": {
        "name": "Harald Jensås",
        "email": "hjensas@redhat.com",
        "time": "Wed Jun 27 22:50:47 2018 +0200"
      },
      "message": "Test port mac_address update\n\nAdds api admin tests ``test_update_mac`` and ``test_regenerate_mac``.\nAlso enable the ``port-mac-address-regenerate`` extension in zuul\njob.\n\nRelated-Bug: #1768690\nDepends-On: I7d04beea4810718c3b745de8ea97897b1323267e\nChange-Id: I285986c7a19c4804b3c8c3b0a2d2e3f895a46ff7\n"
    },
    {
      "commit": "45a60fcd13bd9573b18997249803ff78ffe0a338",
      "tree": "b451c547851091ccf681b11094ee7dc772af6950",
      "parents": [
        "5fbf727f87dbc01fa5b29942440f2e20319f632a"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Jun 15 14:39:26 2018 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Fri Jun 15 14:41:48 2018 +0200"
      },
      "message": "Enable dns_domain_ports extension in tempest config\n\nThis patch adds missing dns-domain-ports extension to tempest\nconfig to not skip related tests.\n\nIt also fixes small issue with getting port\u0027s dns_domain attribute\nfrom update port response\u0027s body.\n\nChange-Id: I2d50039f864f9beb7f7f9f76c7655a9bb05e9df4\nCloses-Bug: #1762369\n"
    },
    {
      "commit": "468e4d3401d4442d98be18783476209b8ea1cbf1",
      "tree": "f03f8c2d67b572598a74a56753fd4943a9f4b24f",
      "parents": [
        "5fbf727f87dbc01fa5b29942440f2e20319f632a"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Thu Jun 14 15:15:41 2018 +0000"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Thu Jun 14 15:15:41 2018 +0000"
      },
      "message": "Remove incorrect filter on listing subnets\n\nThe test case uses \u0027admin_state_up\u0027 as a filter parameter on listing\nsubnets, but this is an invalid filter since the subnet resource\ndoesn\u0027t have this attribute. This patch removes this filter.\n\nChange-Id: I3f2e6e861adaeef81a1a5819a57b28f5c6281d80\nRelated-Bug: #1749820\n"
    },
    {
      "commit": "e7417b7631836d4cc6cb2f38e4d066974def6c34",
      "tree": "e1f512c4b184118084101d240e0759a48b421101",
      "parents": [
        "c64847dea6f14203ae3c4419ad332319a429b389"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Wed May 30 05:50:58 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Wed May 30 10:03:08 2018 +0200"
      },
      "message": "Add wait-for-server scenario methods to wraps waiters\n\nThis change was suggested during below code review[1]\nwhen working on multicast test case.\n\n[1] https://review.openstack.org/#/c/566103/12\n\nChange-Id: Ie918e9588011ab291203e34939645c8235dfeea6\n"
    },
    {
      "commit": "6dbfd6648b143a1171aac61213816d403d12b296",
      "tree": "d8f617685940c82b9df9160e12511288420b4279",
      "parents": [
        "de8ddb3e59c61202c2068a5a56508bb880b03f7a",
        "94970883f655d91df5374d3130e3a868f5610f10"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon May 21 22:29:13 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon May 21 22:29:13 2018 +0000"
      },
      "message": "Merge \"Allow network configuration for mtu tests\""
    },
    {
      "commit": "94970883f655d91df5374d3130e3a868f5610f10",
      "tree": "674217bf7d7df135c889ff959d7d89829c75144c",
      "parents": [
        "e6e189ee308df5ef174cf1b5628286681dc8c6ca"
      ],
      "author": {
        "name": "Yariv Rachmani",
        "email": "yrachman@redhat.com",
        "time": "Sun Mar 04 11:35:17 2018 +0200"
      },
      "committer": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Mon May 21 09:05:05 2018 +0000"
      },
      "message": "Allow network configuration for mtu tests\n\nIn NFV baremetal deployments, networks settings may be constrained.\nThis patch allows to configure on create:\n subnet cidr, for provider networks not managed by neutron\n network type, VLAN/VXLAN/GRE/FLAT\n mtu, network mtu for OVS+DPDK bridge/bond mtu settings.\n\nIt accommodate network environment in class NetworkWritableMtuTest.\nIt also allows to test ovs [through ovs+dpdk] jumbo and mtu.\n\nChange-Id: Ia519d3bb7eb32b1f986983c9b74ee3621881172f\n"
    },
    {
      "commit": "de8ddb3e59c61202c2068a5a56508bb880b03f7a",
      "tree": "9584aa2f42ddf1fb5372db3dfc1ad937af66de8e",
      "parents": [
        "49550a946ca5eaa5932709aa48984c2aeed65d85",
        "a71b834ab1719b7af5c6ee1cf8373c56b104fcde"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri May 18 05:39:31 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri May 18 05:39:31 2018 +0000"
      },
      "message": "Merge \"Tempest: Add l3-ha extension requirement for HA tests\""
    },
    {
      "commit": "b07251fca82ac29fc02ec45bd5a7bd01761d4340",
      "tree": "6f8b736621eb3c743fbe54a360d22627c0341ea3",
      "parents": [
        "a0231ab5a424fe919e9424af762d5a7497c17ce5"
      ],
      "author": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed May 16 12:21:50 2018 +0200"
      },
      "committer": {
        "name": "Slawek Kaplonski",
        "email": "skaplons@redhat.com",
        "time": "Wed May 16 12:21:50 2018 +0200"
      },
      "message": "Log VM console output in remote_connectivity_check\n\nIf remote connectivity check fails because of SSH issue or\nbecasuse of assertion error, console output from instances used\nfor test will now be logged as it is useful for debugging such\nfailed tests.\n\nIt is similar to what was already done in check_connectivity() method.\n\nChange-Id: I0fb95efd09881492b8e39d5e114b42c1bd944e57\n"
    },
    {
      "commit": "a71b834ab1719b7af5c6ee1cf8373c56b104fcde",
      "tree": "9f09919b84e02c076e4282c908e030401c9aee7e",
      "parents": [
        "658a81f99353634081b6811a9efb4941ae3a78b0"
      ],
      "author": {
        "name": "Dongcan Ye",
        "email": "hellochosen@gmail.com",
        "time": "Wed May 02 06:56:26 2018 +0000"
      },
      "committer": {
        "name": "Dongcan Ye",
        "email": "hellochosen@gmail.com",
        "time": "Fri May 11 23:02:48 2018 +0000"
      },
      "message": "Tempest: Add l3-ha extension requirement for HA tests\n\nChange-Id: I3b6cc4888875000d6400758a15ea20ad59d39240\nCloses-Bug: #1768209\n"
    },
    {
      "commit": "e6e189ee308df5ef174cf1b5628286681dc8c6ca",
      "tree": "74b82451c69c5d32189289739d23375d170202dd",
      "parents": [
        "98f20ecf56133f32d90186eb41c3391916eda972",
        "2944dd87cb4898f6a8d6a78f99508171a8c8850f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri May 11 22:00:56 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri May 11 22:00:56 2018 +0000"
      },
      "message": "Merge \"trunk: Start dhclient only if it\u0027s not running\""
    },
    {
      "commit": "2944dd87cb4898f6a8d6a78f99508171a8c8850f",
      "tree": "953c885d27da9aae3cd9c757184aa7b68e9db300",
      "parents": [
        "1d90adb9c784f8f1f9f54e9167196a9874fa6b32"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Fri May 11 10:21:39 2018 +0000"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Fri May 11 15:13:56 2018 +0000"
      },
      "message": "trunk: Start dhclient only if it\u0027s not running\n\nThere are distributions using daemons to monitor network interfaces,\nlike for example NetworkManager. Such daemons spawn dhclient by itself\nwhich causes running double dhclients on guest VM. This patch\nconditionally starts dhclient only if there is no other instance of it\nrunning on the guest.\n\nChange-Id: I9017aa6dad269c17cdf74c983910d4058bc8a95e\nCloses-bug: #1770664\n"
    },
    {
      "commit": "98f20ecf56133f32d90186eb41c3391916eda972",
      "tree": "62c35ce897510802591754072c55d650dc95b690",
      "parents": [
        "1d90adb9c784f8f1f9f54e9167196a9874fa6b32"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Fri May 11 06:09:49 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Fri May 11 06:26:30 2018 +0200"
      },
      "message": "Allow skipping subnet CIDRs reservation when creating subnet.\n\nThis implements a special parameter to be passed to\ncreate_subnet method to specify subnet CIDR will not be\nreserved after its assigment to a new subnet.\n\nIt also reserve subnet CIDR only after subnet has been\nsucessefully created.\n\nReserved CIDRs are still not released when subnets are\ndeleted. This is is left for future improvements.\n\nChange-Id: I421dd28999086ee0af9246121f4f033291e341b4\nRelated-Bug: #1766702\n"
    },
    {
      "commit": "1d90adb9c784f8f1f9f54e9167196a9874fa6b32",
      "tree": "e851dcfdf9be1f4e3e01555100639198c54c1e1d",
      "parents": [
        "8bc66e3205b834e17e9a9e6b72b6203a7a02cada",
        "d98e27d58147ece009591a2a1a718f6948c38f6e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu May 10 23:09:41 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu May 10 23:09:41 2018 +0000"
      },
      "message": "Merge \"Allow creating subnet without a gateway\""
    },
    {
      "commit": "8bc66e3205b834e17e9a9e6b72b6203a7a02cada",
      "tree": "3814547c5eb0205f5389b3f5b72ed7955de1881e",
      "parents": [
        "795348cfd19ec491cb0e4948c2b4ddba61195eb1",
        "13ca02bad4ad593443718d834a33b931e271de46"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu May 10 21:48:20 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu May 10 21:48:20 2018 +0000"
      },
      "message": "Merge \"Revert \"Skip Floating IP QoS scenario test in DVR environment\"\""
    },
    {
      "commit": "d98e27d58147ece009591a2a1a718f6948c38f6e",
      "tree": "3411f4344f690a616e4cf9d34cc68feca1968554",
      "parents": [
        "795348cfd19ec491cb0e4948c2b4ddba61195eb1"
      ],
      "author": {
        "name": "Sławek Kapłoński",
        "email": "slawek@kaplonski.pl",
        "time": "Mon May 07 16:16:28 2018 +0200"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Wed May 09 13:41:16 2018 -0400"
      },
      "message": "Allow creating subnet without a gateway\n\nThe ability to create a subnet without a gateway was broken\nin commit 0ddc93b1b19922d08bedf331b57c363535bb357e.  Change\nthe create_subnet() method back to using \u0027\u0027 as the default\nvalue for the gateway so that callers can pass-in None as\nbefore.  This allows the trunk test to revert to its previous\nbehavior of passing None.\n\nChange-Id: Ib010f277f4c9ad8a708d16debdcdf8d2ceccd051\nCloses-Bug: #1769609\n"
    },
    {
      "commit": "795348cfd19ec491cb0e4948c2b4ddba61195eb1",
      "tree": "fb7a2b4c7ecf214aa58bdcbe61513ba5d37febfa",
      "parents": [
        "840b16c76a27fd8606ec6902d004dc69fa485e4f",
        "3d3320716d2af00f850fad15216433427399849a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sat May 05 02:26:24 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat May 05 02:26:24 2018 +0000"
      },
      "message": "Merge \"Make test_detail_quota() test more generic\""
    },
    {
      "commit": "840b16c76a27fd8606ec6902d004dc69fa485e4f",
      "tree": "4da305e965ca5bab11a338f374ff3110c476883a",
      "parents": [
        "658a81f99353634081b6811a9efb4941ae3a78b0",
        "33ef4607ffd0765627e50be4688b4b39441650b0"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sat May 05 01:58:12 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat May 05 01:58:12 2018 +0000"
      },
      "message": "Merge \"Fix some pep8 errors, update tox.ini\""
    },
    {
      "commit": "33ef4607ffd0765627e50be4688b4b39441650b0",
      "tree": "94674f4ce5793cc59e569371fe024e23fafc8c96",
      "parents": [
        "02a5e2b07680d8c4dd69d681ae9a01d92b4be0ac"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Thu Apr 26 14:37:49 2018 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Wed May 02 11:51:17 2018 -0400"
      },
      "message": "Fix some pep8 errors, update tox.ini\n\nFixed E731, W503 and I201 pep8 errors.\n\nAdded flake8-import-order to test-requirements.txt to avoid\nan \"unknown option \u0027import-order-style\u0027 ignored\" warning.\n\nRemoved {posargs} from flake8 invocation so it can be called\nsuch as \u0027tox -e pep8 HEAD~1\u0027 in order to only run on files\nchanged in the top commit.\n\nRemoved py34, py27 and pypy from the tox.ini envlist since\nthere are no unit tests, and tox reports it skipped all tests.\n\nChange-Id: I574cafe074befa59aaee44b092b011e27f5f4211\n"
    },
    {
      "commit": "3d3320716d2af00f850fad15216433427399849a",
      "tree": "5cf7bae69e43c245b5ef79862b9f47760ddbc6b2",
      "parents": [
        "02a5e2b07680d8c4dd69d681ae9a01d92b4be0ac"
      ],
      "author": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Fri Apr 27 14:15:26 2018 +0100"
      },
      "committer": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Fri Apr 27 14:38:37 2018 +0100"
      },
      "message": "Make test_detail_quota() test more generic\n\nBackends such as OVN will create a port to be used by the metadata agent\nupon creating a network. That port will be substract from the tenant\u0027s\nquota and that was what was previsouly causing this test to fail in OVN.\n\nThis patch is changing the approach to make it more generic by calculating\nthe number of used ports based on the number existent after the network\nis created and prior to the new port being created.\n\nA similar approach was used in the patch\nhttps://review.openstack.org/#/c/559758/ for the same reason.\n\nChange-Id: I952d31c4473159a3fdd0552eeae98750ee27a1f9\n"
    },
    {
      "commit": "658a81f99353634081b6811a9efb4941ae3a78b0",
      "tree": "dd08f90a8acfec5ecb109f3a9423d06ccb72e926",
      "parents": [
        "02a5e2b07680d8c4dd69d681ae9a01d92b4be0ac"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Mon Apr 16 20:49:35 2018 +0000"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Wed Apr 25 22:33:57 2018 +0000"
      },
      "message": "Add tests for floatingip port_details\n\nDepends-On: I31e940d2986278d2fbee6fdfea4ff15f7c07ebaa\nChange-Id: I1523ecec61110a4398a2c32e08116610e485a47f\nRelated-Bug: #1723026\n"
    },
    {
      "commit": "02a5e2b07680d8c4dd69d681ae9a01d92b4be0ac",
      "tree": "e5998d9babbbc3c797821247547b7135f1b0fdbd",
      "parents": [
        "a79ab2c2c03a886f4a7fe72447a314850d1308bc"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Tue Apr 24 18:34:57 2018 +0200"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "jlibosva-redhat@email.cz",
        "time": "Wed Apr 25 07:09:25 2018 +0000"
      },
      "message": "Mark trunk tests as unstable\n\nCurrently failing rate is about 40% of the scenario tests in dvr\nmultinode flavor. Let\u0027s skip the trunk tests as they might be the last\none failing while in parallel attempting to troubleshoot the issue and\nworking on the fix.\n\nChange-Id: I29f1dc56273a71789474596ffee1688d3443d3bc\nRelated-bug: #1766701\n"
    },
    {
      "commit": "f33d59b7a3533b6aa690856dcc9e8475999624e2",
      "tree": "a16c0388a78223cb3b197ba82d6d6e76b373f3ef",
      "parents": [
        "7681a5cf5769211dc355e2bf8cd7499795f6de22",
        "0ddc93b1b19922d08bedf331b57c363535bb357e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Apr 19 10:54:06 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 19 10:54:06 2018 +0000"
      },
      "message": "Merge \"Fix automatic subnet CIDR generation\""
    },
    {
      "commit": "7681a5cf5769211dc355e2bf8cd7499795f6de22",
      "tree": "ca78253e2406cc6e85020af4c6f11e5295ac7b2c",
      "parents": [
        "7b410edc39745d94359ebccc0be0c4903fa659ae"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Wed Apr 18 15:54:45 2018 +0000"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Wed Apr 18 15:54:45 2018 +0000"
      },
      "message": "Require standard-attr-segment on test\n\nDepends-On: I761fa7cb684a457726dedc95fde92d6adb86f5e4\nChange-Id: I9027a7202b1c4d3b10d682737c1a7f91d8a4205c\nCloses-Bug: #1765008\n"
    },
    {
      "commit": "13ca02bad4ad593443718d834a33b931e271de46",
      "tree": "1362e5833a6b5e4b91fcfff204efcb09ee8c12e0",
      "parents": [
        "6c8eff6f73f174bd470e18322c69a426c12b10a7"
      ],
      "author": {
        "name": "LIU Yulong",
        "email": "i@liuyulong.me",
        "time": "Wed Apr 04 15:41:17 2018 +0800"
      },
      "committer": {
        "name": "LIU Yulong",
        "email": "i@liuyulong.me",
        "time": "Wed Apr 18 21:25:36 2018 +0800"
      },
      "message": "Revert \"Skip Floating IP QoS scenario test in DVR environment\"\n\nThis reverts commit 1795007fc6c72ab378f8ae73abe47076d2166a60.\n\nDepends-On: I9eca25201e0647d4da77b325fba03cca1db5bb4d\n\nCloses-Bug: #1758316\nChange-Id: I042aa1ae0ce46d33921b4c7c0f323930d4b9889b\n"
    },
    {
      "commit": "0ddc93b1b19922d08bedf331b57c363535bb357e",
      "tree": "c9d2f7083dca258756b437926cc0cb1ebcbf2b62",
      "parents": [
        "7b410edc39745d94359ebccc0be0c4903fa659ae"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Mon Apr 09 12:01:48 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Wed Apr 18 11:59:14 2018 +0200"
      },
      "message": "Fix automatic subnet CIDR generation\n\nThis helps generating subnet masks by checking for\nsubnet masks already used from the same test class.\n\nThis also avoids having to check if a subnet with\nconflicting subnet CIDR already exists treating\nsubnet error creation by looking in a local set\nof already reserved CIDRs.\n\nIt fixes a problem that makes create_subnet\ntry to reuse the same CIDRs more than once\nproducing test failures.\n\nIt also allows methods to blank list some CIDRs\nto avoid create_subnet from using it an therefore\navoid interferences.\n\nChange-Id: I73e08a6832777d972990c3e68c582ef61568ad4e\n"
    },
    {
      "commit": "7b410edc39745d94359ebccc0be0c4903fa659ae",
      "tree": "17d1afc10b2b80a53896dff0583096514221fa0a",
      "parents": [
        "6c8eff6f73f174bd470e18322c69a426c12b10a7"
      ],
      "author": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Thu Apr 12 13:59:56 2018 +0200"
      },
      "committer": {
        "name": "Federico Ressi",
        "email": "fressi@redhat.com",
        "time": "Wed Apr 18 11:47:48 2018 +0200"
      },
      "message": "Fix support for proxy URL from tempest.conf\n\nFix support for using HTTP proxy server to connect to\nOpenStack REST API services.\n\nCloses-Bug: #1764375\nChange-Id: Ic1f3ab388be2ec3ccb82102cbb2abad157817d54\n"
    },
    {
      "commit": "6c8eff6f73f174bd470e18322c69a426c12b10a7",
      "tree": "3c6559a01ac1e0f05623e69008d5ee23310341da",
      "parents": [
        "c515df4212057155347425988df6bd45e3a7a88e",
        "840c03c8f20d417cb18f14b71ee5a2b10a41ff48"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Apr 17 23:44:41 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 17 23:44:41 2018 +0000"
      },
      "message": "Merge \"Test timestamp with segment resource\""
    },
    {
      "commit": "eb80cc328a7fcee7b01259bdbb3dde282155e19c",
      "tree": "60d568757396002a0a56e48010901b8827c8114c",
      "parents": [
        "719da9ce4d3932e8172c80247db9fece1f9f0022"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Fri Apr 13 16:00:49 2018 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Fri Apr 13 16:02:07 2018 -0400"
      },
      "message": "Mark DVR/HA migration tests unstable\n\nUntil we can debug why they are failing, let\u0027s mark them unstable\nso the job can pass.\n\nChange-Id: I02d8399236a4fc14788089dfd38752856ec9cca2\nRelated-bug: 1756301\n"
    },
    {
      "commit": "719da9ce4d3932e8172c80247db9fece1f9f0022",
      "tree": "228cccd1eb3e8365d59a61ac3d822f35728e59f8",
      "parents": [
        "6767cecb79186356b7db092618dada5cf3dc09bb",
        "7ff60d8017ad8e1bf85e22731c559a28c118d3ba"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Apr 12 01:06:41 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 12 01:06:41 2018 +0000"
      },
      "message": "Merge \"Increase address allocation size for subnet pool tests with IPv4\""
    },
    {
      "commit": "840c03c8f20d417cb18f14b71ee5a2b10a41ff48",
      "tree": "059a4bde7c3ae5b3f3297fe302ba24b3c2722473",
      "parents": [
        "35bf37d1830328d72606f9c790b270d4fda2b854"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Tue Apr 03 19:34:58 2018 +0000"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Tue Apr 10 22:23:19 2018 +0000"
      },
      "message": "Test timestamp with segment resource\n\nDepends-On: I3c93818002c2d7753454547231ba08544b6fa1c0\nChange-Id: I82b4d2109095df16fcb7d8df42c874eae3d4bf07\n"
    },
    {
      "commit": "6767cecb79186356b7db092618dada5cf3dc09bb",
      "tree": "b9da3211a968766134bc0d670ae191419f247bc6",
      "parents": [
        "dba24283ca2c3c857efa19c09f217556d7a22ba9"
      ],
      "author": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Tue Apr 10 15:30:23 2018 -0400"
      },
      "committer": {
        "name": "Brian Haley",
        "email": "bhaley@redhat.com",
        "time": "Tue Apr 10 15:30:23 2018 -0400"
      },
      "message": "Fix some pep8 warnings\n\nFix some pep8 warnings found running under python3.5.\n\nAlso removed some ignore directives that were carried\nover from the neutron tree, and exclude some additional\ndirectories.\n\nTrivialfix\n\nChange-Id: I96f53d3d142352f0d2c7cc641391019b476b0724\n"
    },
    {
      "commit": "7ff60d8017ad8e1bf85e22731c559a28c118d3ba",
      "tree": "3689a67056d67b044932129d18cce56869c42060",
      "parents": [
        "213ef5f8843cf5d107ae43b1bd7a904a0a265fb2"
      ],
      "author": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Mon Apr 09 16:28:49 2018 +0100"
      },
      "committer": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Tue Apr 10 09:50:20 2018 +0100"
      },
      "message": "Increase address allocation size for subnet pool tests with IPv4\n\nThis patch is increasing the address allocation size for the subnet pool\ntests with IPv4 (SubnetPoolsTest class) by:\n\n* Changing the subnet_cidr from /31 to /29\n* Changing the max_prefixlen from 31 to 30\n\nThe reason for that is because some ML2 drivers such as OVN would create\na new port in Neutron at the moment that a network is created for being\nused by the metadata agent. This new port will allocate an IP from the\nsubnet which was causing the tests below to fail with a \"No more IP\naddresses available on network ...\" error:\n\nSubnetPoolsTest.test_create_subnet_from_pool_with_prefixlen\nSubnetPoolsTest.test_create_subnet_from_pool_with_quota\nSubnetPoolsTest.test_create_subnet_from_pool_with_subnet_cidr\n\nFor more information see:\nhttp://lists.openstack.org/pipermail/openstack-dev/2018-April/129084.html\n\nRelated-Bug: #1761119\nChange-Id: If5098f6e60742421022712231589afe6755878dc\n"
    },
    {
      "commit": "dba24283ca2c3c857efa19c09f217556d7a22ba9",
      "tree": "9f86abc76e38cf85a3fa1cbda73e17532f11bd5e",
      "parents": [
        "8a62651fa50f8dc924129691610eaca0fd4f9ced",
        "213ef5f8843cf5d107ae43b1bd7a904a0a265fb2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Apr 10 07:32:58 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Apr 10 07:32:58 2018 +0000"
      },
      "message": "Merge \"Make test_create_port_when_quotas_is_full more generic\""
    },
    {
      "commit": "8a62651fa50f8dc924129691610eaca0fd4f9ced",
      "tree": "46e6a690d5e8cdc909f5059cc8f06d57cb1505f7",
      "parents": [
        "35bf37d1830328d72606f9c790b270d4fda2b854",
        "91017ca8ac748bdc1ff4bd8e2045d88715ad0d54"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Apr 09 20:30:18 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 09 20:30:18 2018 +0000"
      },
      "message": "Merge \"Add assumption for dvr tests\""
    },
    {
      "commit": "213ef5f8843cf5d107ae43b1bd7a904a0a265fb2",
      "tree": "dc12116d2102b61c4eb7df73f1019811e03f5c4c",
      "parents": [
        "35bf37d1830328d72606f9c790b270d4fda2b854"
      ],
      "author": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Mon Apr 09 15:37:34 2018 +0100"
      },
      "committer": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Mon Apr 09 15:48:00 2018 +0100"
      },
      "message": "Make test_create_port_when_quotas_is_full more generic\n\nThis patch is making the test test_create_port_when_quotas_is_full more\ngeneric to work with different ML2 drivers.\n\nThe test is being changed to set the quotas to the number of existing\nports + 1, instead of having it hardcoded to 1. The reason for that is\nbecause the ML2/OVN driver does create a port to be used by the metadata\nservice upon creating a new network. That would then already fulfil the\nports quota for that tenant.\n\nThis approach was suggested at\nhttp://lists.openstack.org/pipermail/openstack-dev/2018-April/129084.html\n\nCloses-Bug: #1761119\nChange-Id: I86fe55eb48b9964b33d4b5174a248676129abfb1\n"
    },
    {
      "commit": "52449ccb9a38074b536fd7879b2e23bb689275b1",
      "tree": "6917f17e6b4439e3da8339f63309800ae0c5e688",
      "parents": [
        "9c072a0c5b150d2a197d63f38b38b9f8fe3761c7",
        "1795007fc6c72ab378f8ae73abe47076d2166a60"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 26 12:15:07 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 26 12:15:07 2018 +0000"
      },
      "message": "Merge \"Skip Floating IP QoS scenario test in DVR environment\""
    },
    {
      "commit": "91017ca8ac748bdc1ff4bd8e2045d88715ad0d54",
      "tree": "4565801f28e15ae6f1d570d16bed996fc1f5bf93",
      "parents": [
        "85af23c32993574de04d81be25f4cff630f161ca"
      ],
      "author": {
        "name": "Dongcan Ye",
        "email": "hellochosen@gmail.com",
        "time": "Sun Feb 11 10:46:03 2018 +0000"
      },
      "committer": {
        "name": "Dongcan Ye",
        "email": "hellochosen@gmail.com",
        "time": "Mon Mar 26 08:52:42 2018 +0000"
      },
      "message": "Add assumption for dvr tests\n\nAdd dvr_snat agent mode assumption for dvr related\nscenario tests.\n\nCloses-Bug: #1731857\nChange-Id: I22455aa851e2878de54a6f83f900b417485122bb\n"
    },
    {
      "commit": "1795007fc6c72ab378f8ae73abe47076d2166a60",
      "tree": "0cdff783409e18ba81a0acffab619fe2b49a2c6f",
      "parents": [
        "78ebd5adba13717831d48bfe5ad9c0c15a63004f"
      ],
      "author": {
        "name": "Sławek Kapłoński",
        "email": "slawek@kaplonski.pl",
        "time": "Fri Mar 23 12:59:09 2018 +0100"
      },
      "committer": {
        "name": "Sławek Kapłoński",
        "email": "slawek@kaplonski.pl",
        "time": "Fri Mar 23 13:04:29 2018 +0100"
      },
      "message": "Skip Floating IP QoS scenario test in DVR environment\n\nIt looks that QoS for FloatingIP is not applied properly\nin DVR router and related scenario test is failing 100% times.\n\nUntil this issue will not be fixed we should skip this test to\nmake dvr scenario job works better.\n\nChange-Id: Ia4f8fc259bae36e40d45a1a7dc9faf4b878f0b9b\nRelated-Bug: #1758033\n"
    },
    {
      "commit": "9c072a0c5b150d2a197d63f38b38b9f8fe3761c7",
      "tree": "c9d7ee1a331da0fb5890c0d7ede2bcf582502367",
      "parents": [
        "78ebd5adba13717831d48bfe5ad9c0c15a63004f"
      ],
      "author": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Thu Mar 22 22:49:09 2018 +0900"
      },
      "committer": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Thu Mar 22 22:49:33 2018 +0900"
      },
      "message": "Add a missing extension check (qos-fip)\n\nCloses-Bug: #1758063\nChange-Id: I57d2e2cd2522c939da5c1f47b4511b3f64cbac8f\n"
    },
    {
      "commit": "bff3438608fc15084a789163caf106cb488f48ea",
      "tree": "8786f39b827c5c8c6b239d8df62aa198c9b01b19",
      "parents": [
        "4b963d8ce86e9bda6a56ebd4f02733b113735cdc",
        "5ba88efff2f2d580399f6b32cd76092d48e994c9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 19 23:12:33 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 19 23:12:33 2018 +0000"
      },
      "message": "Merge \"Add floating IP QoS test cases\""
    },
    {
      "commit": "4b963d8ce86e9bda6a56ebd4f02733b113735cdc",
      "tree": "e3ac988b0dad627a69be3cd6aca0e97036eaaf6d",
      "parents": [
        "85af23c32993574de04d81be25f4cff630f161ca",
        "a49c79c2c9dbde25100d87669f4da6f0deece4d8"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 19 13:07:04 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 19 13:07:04 2018 +0000"
      },
      "message": "Merge \"Don\u0027t share a network with all tenants\""
    },
    {
      "commit": "5ba88efff2f2d580399f6b32cd76092d48e994c9",
      "tree": "be8d978c1b8451ce42ea096868530168ca6a1857",
      "parents": [
        "85af23c32993574de04d81be25f4cff630f161ca"
      ],
      "author": {
        "name": "LIU Yulong",
        "email": "i@liuyulong.me",
        "time": "Fri Dec 22 10:50:15 2017 +0800"
      },
      "committer": {
        "name": "LIU Yulong",
        "email": "i@liuyulong.me",
        "time": "Fri Mar 16 18:53:03 2018 +0800"
      },
      "message": "Add floating IP QoS test cases\n\nThis patch adds test cases for neutron bp/floating-ip-rate-limit.\nWe will create a server with one floating IP. And attach qos\nbandwidth rules to the floating IP. Then try to download data\nfrom the server to calculate the bandwidth whether is under\nthe qos limit.\n\nDepends-On: Ibef48e7842a276fe77c901403d67760871f2b7e0\nPartially-Implements blueprint: floating-ip-rate-limit\n\nChange-Id: I50d1775cd1f86201bd21d24650f2c52f316ef1b8\n"
    },
    {
      "commit": "85af23c32993574de04d81be25f4cff630f161ca",
      "tree": "241289f45ec86d6265184d72a73cfb18c9added1",
      "parents": [
        "113ea1436eb2872d9280ade75a98acdbf73a0122",
        "d75e48e039a15e152eeccbfe61e59515125a3319"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Mar 16 03:28:40 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 16 03:28:40 2018 +0000"
      },
      "message": "Merge \"Create port with vnic type from config\""
    },
    {
      "commit": "a49c79c2c9dbde25100d87669f4da6f0deece4d8",
      "tree": "14ec137b7eef539dff335eb7941cb02342e2f06e",
      "parents": [
        "ac9e1a305602825a92e029c36c57c38e7add076c"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Mar 08 11:38:26 2018 -0800"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Mar 15 17:19:08 2018 +0000"
      },
      "message": "Don\u0027t share a network with all tenants\n\nOther tenants may appreciate random networks not popping up for\nmiliseconds in their net-list; and other test cases executed in parallel\nmay also benefit, especially when they e.g. attempt to validate net-list\nresult; or boot an instance w/o specifying a port or network to use.\n\nThere is still more work on tempest tests side.\n\nDepends-On: I199f639c95e8ae884ede46404370d7b64da3b309\nChange-Id: Iba89a53b2715cf3a9c7485f2089f27d547fea308\nCloses-Bug: #1753209\n"
    },
    {
      "commit": "ac9e1a305602825a92e029c36c57c38e7add076c",
      "tree": "afbd8929d20f51f528ae53205fd702e42a87a895",
      "parents": [
        "6423e180a5c5ca72f113a79263737dfd42bc1a7e"
      ],
      "author": {
        "name": "Daniel Alvarez",
        "email": "dalvarez@redhat.com",
        "time": "Thu Mar 08 09:34:09 2018 +0100"
      },
      "committer": {
        "name": "Daniel Alvarez",
        "email": "dalvarez@redhat.com",
        "time": "Thu Mar 08 09:40:31 2018 +0100"
      },
      "message": "Unmark tests as unstable once bug 1740885 was fixed\n\nBug #1740885 has already been fixed and there were a couple of tests\nmaked as unstable. This patch is unmarking them as such.\n\nChange-Id: I411a5d36782c1a9a06a6a005944678463fff2fd0\nSigned-off-by: Daniel Alvarez \u003cdalvarez@redhat.com\u003e\n"
    },
    {
      "commit": "6423e180a5c5ca72f113a79263737dfd42bc1a7e",
      "tree": "499ce34010b255fea2cef33d27e670a1c366005f",
      "parents": [
        "fa4f10531963aed10c23c7165ec8d4aa7ca98d89",
        "508dd2977cde443cd12f2351146029c5c5757c97"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Mar 08 00:26:02 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Mar 08 00:26:03 2018 +0000"
      },
      "message": "Merge \"[QoS] Add API test for create port with admin\u0027s QoS policy\""
    },
    {
      "commit": "b7fd2fca9bb5432f61362ec8869d553f9a263aef",
      "tree": "437a71f2305a78975ef710791fccdfc1e5982734",
      "parents": [
        "6bd9b11810426a878d0a37166d1c614b33eaacb3",
        "ee300044a7f99322d1fdef365fa761284d95933a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Feb 22 20:48:00 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Feb 22 20:48:00 2018 +0000"
      },
      "message": "Merge \"Add support MTU tests in the same network type\""
    },
    {
      "commit": "508dd2977cde443cd12f2351146029c5c5757c97",
      "tree": "90563ab68234344358b8e46763da2a5a5fd59ac6",
      "parents": [
        "6bd9b11810426a878d0a37166d1c614b33eaacb3"
      ],
      "author": {
        "name": "Sławek Kapłoński",
        "email": "slawek@kaplonski.pl",
        "time": "Thu Feb 22 13:41:01 2018 +0100"
      },
      "committer": {
        "name": "Sławek Kapłoński",
        "email": "slawek@kaplonski.pl",
        "time": "Thu Feb 22 13:45:37 2018 +0100"
      },
      "message": "[QoS] Add API test for create port with admin\u0027s QoS policy\n\nThis patch adds API test which checks if regular user can\ncreate port in own network if this network has got QoS policy\nconfigured by admin and this QoS policy belongs to admin.\n\nIssue with such scenario was reported in related bug.\n\nChange-Id: I08f337f3bf786ae66f57d48ec8698845ac568b97\nRelated-Bug: #1750591\nDepends-On: I464888ca3920b42edd6ab638f6a317ee51ef0994\n"
    },
    {
      "commit": "e5afab788ca81024f7dde4749ec7ccf64de516fe",
      "tree": "2be665bcae32410215fd101fdac730b059400159",
      "parents": [
        "cbbb1c5740c3771ab819cabed894001cebc0b269"
      ],
      "author": {
        "name": "Boden R",
        "email": "bodenvmw@gmail.com",
        "time": "Fri Jan 05 11:50:44 2018 -0700"
      },
      "committer": {
        "name": "Boden R",
        "email": "bodenvmw@gmail.com",
        "time": "Tue Feb 13 12:48:58 2018 -0700"
      },
      "message": "use EGRESS_DIRECTION and INGRESS_DIRECTION from neutron-lib\n\nThe EGRESS_DIRECTION and INGRESS_DIRECTION constants live in neutron-lib\nnow and neutron is going to consume them in\nI1b81f5c3de9e6f2c0967c2db23ddb716ee7ec6b9\n\nThis patch removes the EGRESS_DIRECTION, INGRESS_DIRECTION and\nVALID_DIRECTIONS constants from common.constants as they are already\ndefined and use from neutron-lib.\n\nChange-Id: I52841ecd716f6dbf87fc4c5543d68ba378edbeea\n"
    },
    {
      "commit": "ee300044a7f99322d1fdef365fa761284d95933a",
      "tree": "b0d0ddfdfec7bb0d1f5e136503383d738318c5e3",
      "parents": [
        "71554defe59b3797acc9cd0e9286d64e00ab6f40"
      ],
      "author": {
        "name": "Dongcan Ye",
        "email": "hellochosen@gmail.com",
        "time": "Wed Jan 10 05:38:35 2018 +0000"
      },
      "committer": {
        "name": "Dongcan Ye",
        "email": "hellochosen@gmail.com",
        "time": "Tue Jan 23 07:02:00 2018 +0000"
      },
      "message": "Add support MTU tests in the same network type\n\nNeutron now supports setting MTU when creating and updating\na network, so in tempest we can use same network type for\ntesting different mtu size.\n\nChange-Id: I328ed3f196498ec597cb06d3684c94719666623f\nCloses-Bug: #1742197\n"
    },
    {
      "commit": "cbbb1c5740c3771ab819cabed894001cebc0b269",
      "tree": "6f2b1e41fd8df50779706c2f98703bc42f9f5b26",
      "parents": [
        "4fc6e4a852efb139fe543574fa65a99a2830c01b",
        "a31510f2625d219c94d48e89e5c49605c5674007"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Jan 19 21:59:27 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 19 21:59:27 2018 +0000"
      },
      "message": "Merge \"SNAT - Check connectivity to the gateway IP\""
    },
    {
      "commit": "a31510f2625d219c94d48e89e5c49605c5674007",
      "tree": "03275e42e4368f2f2614336676e76e384721d14a",
      "parents": [
        "a0eb8bf3fbca564e24f00996c598e3b27f92b1ee"
      ],
      "author": {
        "name": "Itzik Brown",
        "email": "itzikb@redhat.com",
        "time": "Fri Jan 19 11:09:48 2018 +0200"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Fri Jan 19 17:39:49 2018 +0000"
      },
      "message": "SNAT - Check connectivity to the gateway IP\n\nCheck connectivity to the gateway IP from an instance\nwithout Floating IP\n\nChange-Id: I9893b7514ded3f6e213b2095a39da045a901baed\n"
    },
    {
      "commit": "4fc6e4a852efb139fe543574fa65a99a2830c01b",
      "tree": "5750a11d87141736e53eb64ce95230a6b4c804b0",
      "parents": [
        "ca2ec83248a66ab35b29d8ca18fbac461eb0f981",
        "b511789fac53345f733dda64655e4d9ceb188abd"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Jan 19 16:13:54 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Jan 19 16:13:54 2018 +0000"
      },
      "message": "Merge \"Do not assume all protocols in neutron-lib are usable for SG\""
    },
    {
      "commit": "b511789fac53345f733dda64655e4d9ceb188abd",
      "tree": "afd4ccadc8d3d993c3e139785d76370a18da2b60",
      "parents": [
        "71554defe59b3797acc9cd0e9286d64e00ab6f40"
      ],
      "author": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Wed Jan 10 17:18:46 2018 +0900"
      },
      "committer": {
        "name": "YAMAMOTO Takashi",
        "email": "yamamoto@midokura.com",
        "time": "Fri Jan 19 21:51:31 2018 +0900"
      },
      "message": "Do not assume all protocols in neutron-lib are usable for SG\n\nTempest is branchless and thus supposed to work against older\ndeployments.  Also, it\u0027s supposed to work against other\nimplementations, which might not support the same set as\nthe reference implementation.  Ideally SG can have a way\nto discover the set of usable protocols.  But for now,\nlet\u0027s make this conservative a bit.  It might still be too\naggressive because the set of protocols here was taken from\nOcata. (neutron-lib 1.1.0)\n\nCloses-Bug: #1742385\nChange-Id: Id67037252aafbacbe43f6af786f30a687321952d\n"
    },
    {
      "commit": "ce9c486e6f8f127be0449c195c553ea2657cc573",
      "tree": "2981598d7e5b1d25539983e1eb210b251c194310",
      "parents": [
        "657eae80d6abb5dc65e66579f1bd1b4266aa434d"
      ],
      "author": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Jan 18 18:26:14 2018 +0000"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Thu Jan 18 18:26:14 2018 +0000"
      },
      "message": "Revert \"SNAT - Check connectivity to an external IP\"\n\nThis reverts commit 657eae80d6abb5dc65e66579f1bd1b4266aa434d.\n\nThis test case is not passing for any of two scenario jobs.\n\nChange-Id: I6f6d13948fd6a32430b06f0993737dce603f13e0\n"
    },
    {
      "commit": "67993fc044a82d18d1d5ea0d689fc5e7d557c296",
      "tree": "9af150d9f3c1b3bc4764222b5325e4037a68b8d1",
      "parents": [
        "cd32b7dcda35d2182ea26141a09718822424b8fd"
      ],
      "author": {
        "name": "Nguyen Phuong An",
        "email": "AnNP@vn.fujitsu.com",
        "time": "Fri Nov 24 11:30:25 2017 +0700"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "jlibosva-redhat@email.cz",
        "time": "Thu Jan 18 17:45:16 2018 +0000"
      },
      "message": "Add api test for logging extension\n\nDepends-On: I66234f45ee74c070119d84830790df296ba8d5f7\nPartially-implements: blueprint security-group-logging\nRelated-Bug: #1468366\nChange-Id: I19102b2b2c5cff78bccf05f19f30971d9b563b78\n"
    },
    {
      "commit": "657eae80d6abb5dc65e66579f1bd1b4266aa434d",
      "tree": "53f046611718246210af0e14252ecb41169471e2",
      "parents": [
        "490e6e585b84c41a4428a448a1cfbb7334360a04"
      ],
      "author": {
        "name": "Itzik Brown",
        "email": "itzikb@redhat.com",
        "time": "Mon Dec 25 14:33:03 2017 +0200"
      },
      "committer": {
        "name": "Itzik Brown",
        "email": "itzikb@redhat.com",
        "time": "Thu Jan 18 10:03:42 2018 +0200"
      },
      "message": "SNAT - Check connectivity to an external IP\n\nCheck connectivity to an extneral IP (Other than the gateway) from\nan instance without floating IP\n\nChange-Id: Ic1e8da08b212a0c0e7d189af81a39fd9c1653b73\n"
    },
    {
      "commit": "d75e48e039a15e152eeccbfe61e59515125a3319",
      "tree": "438e2c07b66adbaf80e9596d85a9b171794f8bcc",
      "parents": [
        "698332f7c4280d042918089518e49785e9d35eb8"
      ],
      "author": {
        "name": "Edan David",
        "email": "edand@mellanox.com",
        "time": "Wed Jan 03 02:49:52 2018 -0500"
      },
      "committer": {
        "name": "Edan David",
        "email": "edand@mellanox.com",
        "time": "Sun Jan 14 08:45:28 2018 -0500"
      },
      "message": "Create port with vnic type from config\n\nChange-Id: I643697b3109f4a25142115cd9f5013d5166e578c\n"
    },
    {
      "commit": "70fc532f385a591b98bed93e38c064bf952a7328",
      "tree": "a1dae62bc1452168d0cb7b6c0f7318c113fbee4f",
      "parents": [
        "c7afa073b4b9f3061ef75f20a1fc7f31e14fab47",
        "b2a04ef885412682437bd243c6dc37620f328b95"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jan 04 22:00:39 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 04 22:00:39 2018 +0000"
      },
      "message": "Merge \"trunk: Skip trunk tests because of bug 1740885\""
    },
    {
      "commit": "c7afa073b4b9f3061ef75f20a1fc7f31e14fab47",
      "tree": "8db2c52bafa48d24f76b0ddc985bdecc5cc4c1d3",
      "parents": [
        "aaa0cb8f12be43aea3c0cb513cae9295d433950e",
        "fed6f868943a39e2258ee814c586fd57dbc490c5"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jan 04 17:35:06 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jan 04 17:35:06 2018 +0000"
      },
      "message": "Merge \"Allow to configure max vlans for trunk port tests\""
    },
    {
      "commit": "fed6f868943a39e2258ee814c586fd57dbc490c5",
      "tree": "eb93b5d2b8c9b4286c2027d3116dd342c17f9564",
      "parents": [
        "badccb80afbaa256fe29e1ccb9d6aafa753ba118"
      ],
      "author": {
        "name": "Yariv Rachmani",
        "email": "yrachman@redhat.com",
        "time": "Tue Dec 19 11:55:25 2017 +0200"
      },
      "committer": {
        "name": "Yariv Rachmani",
        "email": "yrachman@redhat.com",
        "time": "Thu Jan 04 09:46:37 2018 +0000"
      },
      "message": "Allow to configure max vlans for trunk port tests\n\nIn NFV baremetal deployments, the number of vlans available for trunk\nports may be constrained. This patch allows to configure\nmax_networks_per_project to accommodate for those environments.\n\nChange-Id: Ie0f04649313aed41498cf60f7de0eb44cee17b1c\n"
    },
    {
      "commit": "aaa0cb8f12be43aea3c0cb513cae9295d433950e",
      "tree": "fe9d0e49c54a814eb7d8c2fd602d6228b69fd221",
      "parents": [
        "93bf081e9b83a55dab76870dee224aaf45d2a4a7"
      ],
      "author": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Wed Nov 29 11:37:14 2017 +0200"
      },
      "committer": {
        "name": "Ihar Hrachyshka",
        "email": "ihrachys@redhat.com",
        "time": "Wed Jan 03 11:05:00 2018 -0800"
      },
      "message": "Added scenario: spawn instance with port associated to security group\n\nThis test creates two ports on the same network, with a pre-made\nsecurity group, and then spawning two instances and assigning\nthem with the ports created - to verify that the security group is\ninherited and enforced.\n\nChange-Id: I40f8b0cac360594a65fb9f6023930af3322cac58\n"
    },
    {
      "commit": "93bf081e9b83a55dab76870dee224aaf45d2a4a7",
      "tree": "b7b9c81d401fa8b47eb587102f992b7c2847ef4b",
      "parents": [
        "d41bac0543824bb89c7235adfbcb43870396c5d3",
        "a49dbb49525f55f717850c6cc36ce8ab2813f2cd"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Jan 03 15:28:43 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jan 03 15:28:43 2018 +0000"
      },
      "message": "Merge \"Add scenario that verifies proper functionality of remote group\""
    },
    {
      "commit": "a49dbb49525f55f717850c6cc36ce8ab2813f2cd",
      "tree": "08d23da9566a798b7e946e717b7b9ac7a9a5df78",
      "parents": [
        "4abfd8876292e7c74399e2f50df7008da10e8024"
      ],
      "author": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Thu Dec 28 15:05:35 2017 +0200"
      },
      "committer": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Wed Jan 03 08:27:19 2018 +0000"
      },
      "message": "Add scenario that verifies proper functionality of remote group\n\nThe test added creates a security group that support SSH, spawns\ntwo instances, tries to ping between them and expects failure.\nThen add ICMP support for the mutual remote group and tries\nto ping again, which should succeed.\n\nChange-Id: If45e122347a7d0bc0c60e0b5249dc909fa1864da\n"
    },
    {
      "commit": "d41bac0543824bb89c7235adfbcb43870396c5d3",
      "tree": "de445c3b4e1b12673a4833379dc472d904be8964",
      "parents": [
        "4abfd8876292e7c74399e2f50df7008da10e8024",
        "7352054bb339037380959c26d8338af24d6a1c89"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Jan 02 21:01:09 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jan 02 21:01:09 2018 +0000"
      },
      "message": "Merge \"trunk: Create vxlan network when testing inherit\""
    },
    {
      "commit": "b2a04ef885412682437bd243c6dc37620f328b95",
      "tree": "70e2380fb860efb80950198dd043206624d1476b",
      "parents": [
        "4abfd8876292e7c74399e2f50df7008da10e8024"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Tue Jan 02 15:54:00 2018 +0000"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Tue Jan 02 15:55:23 2018 +0000"
      },
      "message": "trunk: Skip trunk tests because of bug 1740885\n\nSkip unstable trunk tests until bug 1740885 is solved.\n\nRelated-bug: #1740885\n\nChange-Id: I14cf99e4b5ab29f3e75f20a72675012fd26afcf6\n"
    },
    {
      "commit": "4abfd8876292e7c74399e2f50df7008da10e8024",
      "tree": "4dd4b02b18f6a09a9e81227654e71fb2cb510a9a",
      "parents": [
        "32ff03c8528475c313532cc73c6b9f31e9514b90",
        "860b46aa09d15ab475ed27749e642625776cca93"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sat Dec 23 11:02:01 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sat Dec 23 11:02:01 2017 +0000"
      },
      "message": "Merge \"Tests for DNS integration\""
    },
    {
      "commit": "860b46aa09d15ab475ed27749e642625776cca93",
      "tree": "d1ce72b9ad5a2b67d89bac69ff0b0c98c4967ef2",
      "parents": [
        "a564cf3a93873b0edd523a5ec85a62db179017aa"
      ],
      "author": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Wed Nov 15 21:23:15 2017 +0000"
      },
      "committer": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Fri Dec 22 11:42:59 2017 +0000"
      },
      "message": "Tests for DNS integration\n\nAdd test coverage for the integration with designate, confirming that\nthe correct DNS records are generated for\n\n- floating IP created with dns_(domain|name) attributes\n- instances that have a floating IP assigned\n\nAdd neutron-tempest-plugin-designate-scenario job, this will run the new\ntests with Neutron DNS integration enabled.\n\nDepends-On: Ib380d8a98e991a475b20140f5c37e3747aa5fc0c\nChange-Id: Ib56531952cb70d8878631bbc0cb74a9b652d8c3a\n"
    },
    {
      "commit": "7352054bb339037380959c26d8338af24d6a1c89",
      "tree": "16dc2a208c2a8f3a225dc0129ae13b088b1cf7a7",
      "parents": [
        "badccb80afbaa256fe29e1ccb9d6aafa753ba118"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Tue Dec 19 17:46:42 2017 +0000"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Wed Dec 20 12:52:24 2017 +0000"
      },
      "message": "trunk: Create vxlan network when testing inherit\n\nThe inherit segmentation type fails only when parent network has a not\nsupported network type. In case default is a supported one, e.g. vlan,\nthen inherit correctly returns vlan as subport segmentation type.\n\nThis patch forces to use vxlan as a network type for test validating\ninherit option.\n\nChange-Id: Idf6935e4da426ff50457483a8f08a9ae3e403f75\nCloses-bug: #1739227\n"
    },
    {
      "commit": "badccb80afbaa256fe29e1ccb9d6aafa753ba118",
      "tree": "6faf86744d40339ba0fb9259906ad1c93e0af04c",
      "parents": [
        "85de9800efe70729148189ed958651273b9d845e",
        "0083e17c502c7fe604c1e1f8896ea9229525d834"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Dec 15 16:59:38 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Dec 15 16:59:38 2017 +0000"
      },
      "message": "Merge \"test_routers_ha: Unify creating routers\""
    }
  ],
  "next": "85de9800efe70729148189ed958651273b9d845e"
}
