)]}'
{
  "log": [
    {
      "commit": "118b52fb000f735267a0955a6ace95b4da39d63c",
      "tree": "45a7e5c2b152ade235ee955c5193f756b8b16b85",
      "parents": [
        "5b6db5e8167a203ff641a923a840f350314216c6",
        "ffd9b9138d525410024b298a91d8f429b27d70c6"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Nov 28 18:59:07 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Nov 28 18:59:07 2017 +0000"
      },
      "message": "Merge \"tempest: Use kwargs for create_server\""
    },
    {
      "commit": "ffd9b9138d525410024b298a91d8f429b27d70c6",
      "tree": "aa28b038eef0a9c0cd4dfea7b48c2da640605a5c",
      "parents": [
        "54357633292c29f8081faf73f41b16f7a194d1c7"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Thu Nov 16 09:54:14 2017 +0000"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "jlibosva-redhat@email.cz",
        "time": "Mon Nov 27 17:41:40 2017 +0000"
      },
      "message": "tempest: Use kwargs for create_server\n\nAs create_server() method is a wrapper around create_server() for compute\nAPI, this patch adds support to pass kwargs parameters down to compute\nAPI.\n\nChange-Id: I0c970944c8f4de5c00e25f37e60206717cea4761\n"
    },
    {
      "commit": "4fae31b0c9469000dd940f2c0afa3eb5ccabe4c2",
      "tree": "5dcdccad819f5ed04a3dbdd2cf9eb91a9b89bd59",
      "parents": [
        "54357633292c29f8081faf73f41b16f7a194d1c7",
        "5efe56acab9cbb447465087734bae41bb82c6967"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Nov 24 16:08:53 2017 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Nov 24 16:08:53 2017 +0000"
      },
      "message": "Merge \"Add test for negative security group range scenario\""
    },
    {
      "commit": "5efe56acab9cbb447465087734bae41bb82c6967",
      "tree": "e1aad7b7d500be0a53a5175b4aac734e85bc67c8",
      "parents": [
        "c125fd1479f3d8c967138eccabce3109eb12f0e2"
      ],
      "author": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Mon Nov 20 14:08:52 2017 +0200"
      },
      "committer": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Wed Nov 22 17:24:17 2017 +0200"
      },
      "message": "Add test for negative security group range scenario\n\nThe test added is verifying that security group assigned\nwith bad CIDR is unreachable.\n\nFollow-up to the positive test:\nhttps://review.openstack.org/516266/\n\nChange-Id: I2a4c50614d20db4f815681d40aa197b5fb16252f\n"
    },
    {
      "commit": "54357633292c29f8081faf73f41b16f7a194d1c7",
      "tree": "651a30a6e461e24e550d310a0efee7186b973d1e",
      "parents": [
        "a564cf3a93873b0edd523a5ec85a62db179017aa"
      ],
      "author": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Tue Nov 21 11:47:06 2017 +0000"
      },
      "committer": {
        "name": "Jens Harbott",
        "email": "j.harbott@x-ion.de",
        "time": "Tue Nov 21 17:48:38 2017 +0000"
      },
      "message": "Fix scenario base functions\n\nThere were two issues introduced in [1] which are fixed here:\n\n- Calling create_server() with parameter security_groups\u003dNone fails,\n  we need to use the \"default\" group instead of passing \"None\" to nova.\n- The signature of create_secgroup_rules() was changed, we need to\n  append the new parameter at the end in order to preserve\n  compatibility with existing callers.\n\n[1] I711a10eef321622c335e35b84e386b01d73b938a\nChange-Id: I506dfa66378a9c7c59e2296f35f88613a1bd3af1\n"
    },
    {
      "commit": "6a0a18a172002eb90a16dbeb438bf60ccb3fb04f",
      "tree": "d05eaedc4ea6c9c1a3e0d8602e707fef9bfd1e1d",
      "parents": [
        "c125fd1479f3d8c967138eccabce3109eb12f0e2"
      ],
      "author": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Thu Nov 16 11:51:56 2017 +0200"
      },
      "committer": {
        "name": "Roee Agiman",
        "email": "ragiman@redhat.com",
        "time": "Thu Nov 16 17:09:40 2017 +0200"
      },
      "message": "Added test suite and case to cover \u0027availability zone\u0027\n\nThis was required to test advanced scenarios.\n\n* Added a new \u0027admin\u0027 folder in \u0027scenario\u0027 folder\n  to test advanced operations.\n\n* Added a new file to the \u0027admin\u0027 folder that contains\n  test cases for floating ip with admin privileges.\n\n* Added a scenario test that verify valid connection\n  between two instances on a single compute node\n  using availability-zone.\n\n* Changed \u0027base.py\u0027 to enable booting an instance with\n  admin privileges.\n\nChange-Id: I711a10eef321622c335e35b84e386b01d73b938a\n"
    },
    {
      "commit": "c125fd1479f3d8c967138eccabce3109eb12f0e2",
      "tree": "fced8596fec5be2981ec52562e89db9bf1827144",
      "parents": [
        "db9cc26f02ad204fb64777ca5c13392fa893eeae"
      ],
      "author": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Wed Nov 15 19:41:01 2017 +0530"
      },
      "committer": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Wed Nov 15 23:00:13 2017 +0530"
      },
      "message": "Code Sync from neutron project to newly created neutron-tempest-plugin\n\n* The following commit sync the code from following hash:\n  start_hash: 7279aa35851110a4933a10b58b2758a2bc3933a3\n  end_hash: 6e911a49a9e630878f4c46f61fde3964be550880\n\nChange-Id: I371aa4d5f043f695df04b98b0f485c8f0548f2b3\n"
    },
    {
      "commit": "667d3d32601fe5b0ffc7454f8af4fd4c93aa584f",
      "tree": "8302067494cb2b6bed537f877bb687027a21c973",
      "parents": [
        "5e6198734b88b62d5b7c8e1e868af9e38fec4103"
      ],
      "author": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Fri Sep 22 12:24:06 2017 +0530"
      },
      "committer": {
        "name": "Chandan Kumar",
        "email": "chkumar@redhat.com",
        "time": "Mon Nov 13 09:19:11 2017 +0530"
      },
      "message": "Refactored Neutron tempest plugin directory structure\n\n* switch from neutron.tests.tempest to neutron_tempest_plugin\n* Cleaned up README.rst and setup.cfg\n* Use neutron_tempest_plugin as a tempest plugin package\n* Fixed gitreview\n* Keeping flake8 Ignores in tox.ini as tempest plugin is\n  imported from neutron codebase.\n\nChange-Id: I42d389836e72813fdeebc797a577f4a8ac2ee603\n"
    }
  ]
}
