)]}'
{
  "log": [
    {
      "commit": "b6dbb56ed425c76a8bcb149258c18b48ca18a9b3",
      "tree": "81428485f71c76b05365d1b970a3a65e17eb67a3",
      "parents": [
        "2d992edb3fb163693a3494b2f0a11866bdb57f3b"
      ],
      "author": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Thu May 23 10:07:22 2019 +0200"
      },
      "committer": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Thu May 23 10:07:22 2019 +0200"
      },
      "message": "Update sphinx requirements\n\nFollowing recent changes to global requirements [1], we need\nto update sphinx requirements locally.\n\n[1] If558f184c959e4b63b56dec3ca1571d1034cfe5c\n\nChange-Id: I9bd0ab95e425fbfd108f4805d3a223147591d822\n"
    },
    {
      "commit": "2d992edb3fb163693a3494b2f0a11866bdb57f3b",
      "tree": "04cf8741c55035a1838b64500c94740340f2d97f",
      "parents": [
        "2ebfc15bf4424bf9fa32f5cfeb641b384c76b6c9"
      ],
      "author": {
        "name": "Dongcan Ye",
        "email": "hellochosen@gmail.com",
        "time": "Fri May 10 01:55:29 2019 +0000"
      },
      "committer": {
        "name": "Dongcan Ye",
        "email": "hellochosen@gmail.com",
        "time": "Fri May 10 07:13:28 2019 +0000"
      },
      "message": "Add choice introspection store_data backend\n\nAdd a data_store config for introspection store_data choice.\n\nRelated patch in ironic-inspector.[1]\n[1] https://review.opendev.org/#/c/657770/\n\nChange-Id: Ia244eb81f90c4708b2d0e758bc53f1c975e9acf8\n"
    },
    {
      "commit": "2ebfc15bf4424bf9fa32f5cfeb641b384c76b6c9",
      "tree": "0861eaefb972828b0340ecefc459628980731c10",
      "parents": [
        "8cfd0e16f4d7546cf2cf22a3a084817265d269d8"
      ],
      "author": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Tue Apr 30 15:04:19 2019 +0200"
      },
      "committer": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Fri May 03 12:03:49 2019 +0200"
      },
      "message": "Using proper options for blkid.\n\nWe can use blikd options to get the device path.\n\nExample:\ntest:~$ sudo /sbin/blkid -c /dev/null -o device -t LABEL\u003dcloudimg-rootfs\n/dev/vda1\n\nChange-Id: Idde0be920bb6a9be534d4c17e0ca98da2beff342\n"
    },
    {
      "commit": "8cfd0e16f4d7546cf2cf22a3a084817265d269d8",
      "tree": "419a1a716afa6e95e33f4c6561b462ef0003daba",
      "parents": [
        "70cbfe7f8c7877f9838b037838bca547d3ee3ac5"
      ],
      "author": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Mon Apr 29 18:32:04 2019 +0200"
      },
      "committer": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Mon Apr 29 18:40:41 2019 +0200"
      },
      "message": "Fixing grep in validate mount point\n\nWhen we look for the mount point of a labeled partition it can\nhappen that the grep command reports more than one mount point\nbecause the devices start with the same path.\n\nAs an example, let\u0027s consider /dev/vda1, assigned from the\ncommand ``/sbin/blkid | grep \u0027ephemeral0\u0027 | cut -d\u0027:\u0027``\nIf we now call the ``mount`` command and grep for that\ndevice, we actually get 2 different mount point:\nsudo mount | grep \u0027/dev/vda1\u0027 | cut -d\u0027 \u0027 -f1\n/dev/vda1\n/dev/vda15\n\nThis output will make the test fail.\n\nAs a fix, we call the grep command with the -w option that match\nonly entire words:\nsudo mount | grep -w \u0027/dev/vda1\u0027 | cut -d\u0027 \u0027 -f1\n/dev/vda1\n\nChange-Id: I2eaad4c91d9beec7077fb71186713e552afaa11a\n"
    },
    {
      "commit": "70cbfe7f8c7877f9838b037838bca547d3ee3ac5",
      "tree": "8fb0266945d02a6146a3269e57fb2b56df8ae8bc",
      "parents": [
        "ae26e96f4be6b2d4732588c57ad5d6d674b2e1d0",
        "5f9aa55fcf49ab86a4126e7bc63867033998449b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Fri Apr 26 12:13:25 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Apr 26 12:13:25 2019 +0000"
      },
      "message": "Merge \"Add Stein jobs\""
    },
    {
      "commit": "ae26e96f4be6b2d4732588c57ad5d6d674b2e1d0",
      "tree": "e6dbc5977288ddb972ea97a063ea8a823662c596",
      "parents": [
        "78d35cbc901be8010eb63247f1b0089ba5e055ee",
        "aac618b12ca47d31eb2e4bc8f4387fe69145ffd5"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Thu Apr 25 19:04:02 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 25 19:04:03 2019 +0000"
      },
      "message": "Merge \"Delete created allocations\""
    },
    {
      "commit": "78d35cbc901be8010eb63247f1b0089ba5e055ee",
      "tree": "1552b4922f573273d1a0cc47443338468c526842",
      "parents": [
        "948256ca963c4784d2062fe3b473bd1c3726ab7b",
        "b39dd3a350e536b0082b5180da89546bb222823e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.opendev.org",
        "time": "Wed Apr 24 12:42:49 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Apr 24 12:42:49 2019 +0000"
      },
      "message": "Merge \"Remove Pike jobs and make Queens non-voting\""
    },
    {
      "commit": "5f9aa55fcf49ab86a4126e7bc63867033998449b",
      "tree": "09d669ca2b677c46c293f8afbc2ffcf58b871f05",
      "parents": [
        "aac618b12ca47d31eb2e4bc8f4387fe69145ffd5"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Thu Apr 18 18:05:40 2019 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Wed Apr 24 09:58:29 2019 +0200"
      },
      "message": "Add Stein jobs\n\nChange-Id: I59543668f2fdc0e81491af2e0173820c184ae915\n"
    },
    {
      "commit": "aac618b12ca47d31eb2e4bc8f4387fe69145ffd5",
      "tree": "3c3224e57000d7ccbe054b9a2df47c44a2c9f386",
      "parents": [
        "b39dd3a350e536b0082b5180da89546bb222823e"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Thu Apr 18 12:40:15 2019 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Wed Apr 24 09:56:50 2019 +0200"
      },
      "message": "Delete created allocations\n\nChange-Id: I04a457ae5456131a6a82c7ff49c621cfe9b607ab\n"
    },
    {
      "commit": "b39dd3a350e536b0082b5180da89546bb222823e",
      "tree": "b2d9d1c5b4b62fd7fe24ab4873d62e73ade9dd05",
      "parents": [
        "78ec7c3568beff3f5814987737969f6e7bdb5e27"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Wed Apr 24 09:55:00 2019 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Wed Apr 24 09:55:00 2019 +0200"
      },
      "message": "Remove Pike jobs and make Queens non-voting\n\nNow that Stein is out and Pike has entered extended maintenance,\nremove the Pike jobs and make Queens non-voting in preparation for\nadding Stein jobs (will be done separately when the gate stabilizes).\n\nChange-Id: Ie0f0b93f66d059d02c6d551e6f2f847460845a57\n"
    },
    {
      "commit": "948256ca963c4784d2062fe3b473bd1c3726ab7b",
      "tree": "e86771d8f0c2960ceaa7de1241c78f9e95a98ebe",
      "parents": [
        "78ec7c3568beff3f5814987737969f6e7bdb5e27"
      ],
      "author": {
        "name": "zhulingjie",
        "email": "easyzlj@gmail.com",
        "time": "Tue Apr 23 16:59:45 2019 +0800"
      },
      "committer": {
        "name": "zhulingjie",
        "email": "easyzlj@gmail.com",
        "time": "Wed Apr 24 01:16:14 2019 +0800"
      },
      "message": "Replace git.openstack.org URLs with opendev.org URLs\n\nChange-Id: Ib3d91d5d7cee2564848436f036ae14edca5fd88a\n"
    },
    {
      "commit": "78ec7c3568beff3f5814987737969f6e7bdb5e27",
      "tree": "2aaa0440e0b030a936c8a99646ab56c65fd8459b",
      "parents": [
        "3a2e36a68dba267936e720d2ac7e7cc45651406d"
      ],
      "author": {
        "name": "OpenDev Sysadmins",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Fri Apr 19 19:43:50 2019 +0000"
      },
      "committer": {
        "name": "OpenDev Sysadmins",
        "email": "openstack-infra@lists.openstack.org",
        "time": "Fri Apr 19 19:43:50 2019 +0000"
      },
      "message": "OpenDev Migration Patch\n\nThis commit was bulk generated and pushed by the OpenDev sysadmins\nas a part of the Git hosting and code review systems migration\ndetailed in these mailing list posts:\n\nhttp://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html\nhttp://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html\n\nAttempts have been made to correct repository namespaces and\nhostnames based on simple pattern matching, but it\u0027s possible some\nwere updated incorrectly or missed entirely. Please reach out to us\nvia the contact information listed at https://opendev.org/ with any\nquestions you may have.\n"
    },
    {
      "commit": "3a2e36a68dba267936e720d2ac7e7cc45651406d",
      "tree": "6f4c1e390dfdbebede0811cf66e78786ea0cb3a3",
      "parents": [
        "d250e1efc2233b0d6d543f2f93b5c2f45a87e085"
      ],
      "author": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Wed Apr 10 14:49:17 2019 +0200"
      },
      "committer": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Thu Apr 11 10:07:11 2019 +0200"
      },
      "message": "Removing obsolete oslosphinx\n\nRemoving oslosphinx from docs requirements.\nIf any extensions is needed for building docs we should rely on\nthe openstackdocstheme or directly on sphinx modules.\n\nChange-Id: I1d9e9f856b28686de1f65c5c4fc951d83dba6b7a\n"
    },
    {
      "commit": "d250e1efc2233b0d6d543f2f93b5c2f45a87e085",
      "tree": "24a6f8ca11dcdedae78282e880065b84b435d19d",
      "parents": [
        "0812cc75944398e9aa7f74f8df0d146762dcc790",
        "0bf905f14fb468f51a534d73033e473e78710fbc"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Mar 20 18:54:52 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Mar 20 18:54:52 2019 +0000"
      },
      "message": "Merge \"Test BM with VM on the same network\""
    },
    {
      "commit": "0812cc75944398e9aa7f74f8df0d146762dcc790",
      "tree": "be90b38d9e19ca3b08f061d5f84d86d3b5166d68",
      "parents": [
        "df2244ea40bdc114e19195af58183576a839084e"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Thu Mar 14 10:56:45 2019 +0100"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Fri Mar 15 09:54:08 2019 +0000"
      },
      "message": "discovery: optional support for testing changing driver\n\nNow that we have reset_interfaces in the API, we can try changing the driver after\ndiscovery. This is optional, since reset_interfaces was only introduced in Rocky.\n\nChange-Id: I8718941bb194c8fc0646a1f0bc11ef3468291ccb\n"
    },
    {
      "commit": "df2244ea40bdc114e19195af58183576a839084e",
      "tree": "f50049267d3845788f0d2c18e7208bfbd81e1687",
      "parents": [
        "fb8c51e4f7cf275c5fb430d221fc0ae1bbbb292b"
      ],
      "author": {
        "name": "Iury Gregory Melo Ferreira",
        "email": "imelofer@redhat.com",
        "time": "Mon Feb 11 17:27:40 2019 +0100"
      },
      "committer": {
        "name": "Iury Gregory Melo Ferreira",
        "email": "imelofer@redhat.com",
        "time": "Thu Mar 14 18:06:20 2019 +0100"
      },
      "message": "Run all defined jobs defined in check and gate\n\nChange-Id: Ieeeb994e693a45954e77b3c1b22974224eb07de6\n"
    },
    {
      "commit": "fb8c51e4f7cf275c5fb430d221fc0ae1bbbb292b",
      "tree": "d0d6e9c2759505742e7c06f8374f561a765731a0",
      "parents": [
        "a78c676cdd8216d131fa5dba6bd77652829a8bce"
      ],
      "author": {
        "name": "Mark Goddard",
        "email": "mark@stackhpc.com",
        "time": "Tue Mar 12 14:06:31 2019 +0000"
      },
      "committer": {
        "name": "Mark Goddard",
        "email": "mark@stackhpc.com",
        "time": "Tue Mar 12 14:08:19 2019 +0000"
      },
      "message": "Deploy Templates: Allow old ironic API to return 405\n\nPrevious ironic releases without deploy templates support return 405 for\nnon-GET methods to unsupported endpoints. GET returns 404. In versions\nof ironic with API 1.55 support, 404 is returned in all cases.\n\nChange-Id: I501bdcf8a20d9ca14d9ec6adbafda34c35b43a5f\nStory: 1722275\nTask: 29984\n"
    },
    {
      "commit": "a78c676cdd8216d131fa5dba6bd77652829a8bce",
      "tree": "65386ebe8902a2080174deb3b8185ea7b93bd4da",
      "parents": [
        "aca3a1d5ba4b651a9f86ec274f22ee79e13f26f7",
        "0f0908a26a9d9d78a2e6ed94c58f78512bb707ab"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Mar 12 10:50:02 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Mar 12 10:50:03 2019 +0000"
      },
      "message": "Merge \"Fix deploy template tests on Rocky and earlier\""
    },
    {
      "commit": "aca3a1d5ba4b651a9f86ec274f22ee79e13f26f7",
      "tree": "50a2a23932acaf5cb69ea5ac8bc119a9a6be62c5",
      "parents": [
        "72b14d550f494de3fcf07e51f92a08714a3bf9d4",
        "7c2143d53e16f57ba5cb9f73fc5a0f47aa49edf9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 11 16:34:37 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 11 16:34:37 2019 +0000"
      },
      "message": "Merge \"Allocation API: use generate_uuid for random resource classes\""
    },
    {
      "commit": "0f0908a26a9d9d78a2e6ed94c58f78512bb707ab",
      "tree": "37885c76f036a3566195d655f069ca991277cf24",
      "parents": [
        "05be5ac2feda0eaf8bdd4befb8df0e16e5e74d24"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Mon Mar 11 11:04:10 2019 +0100"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Mon Mar 11 13:28:44 2019 +0100"
      },
      "message": "Fix deploy template tests on Rocky and earlier\n\nVersion 1.54 is from Stein, we cannot use it on older versions. We actually\ndon\u0027t need to specify it, since the lowest version is used by default.\n\nDepends-On: https://review.openstack.org/#/c/642435/\nChange-Id: I8edff72f869d83ff7f192f43a3236a634c294e2b\n"
    },
    {
      "commit": "72b14d550f494de3fcf07e51f92a08714a3bf9d4",
      "tree": "87a4ace922d05bd574a3ef126eb97ff4accc5a33",
      "parents": [
        "05be5ac2feda0eaf8bdd4befb8df0e16e5e74d24"
      ],
      "author": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Fri Mar 08 09:54:36 2019 +0100"
      },
      "committer": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Fri Mar 08 09:54:36 2019 +0100"
      },
      "message": "Marking ironic-standalone job voting again\n\nThe issue with the ironic-standalone job has been fixed.\nWe can mark the job voting again.\n\nDepends-on: https://review.openstack.org/641376\nChange-Id: I859bdb3beb2e0f5f3ea51898c524c979d302a678\n"
    },
    {
      "commit": "05be5ac2feda0eaf8bdd4befb8df0e16e5e74d24",
      "tree": "6600198bfc363d6169b97238f36dad1e5be1ffa0",
      "parents": [
        "10d3b2f128e72a22f5f9b2cc1826279a5ade33f9",
        "44bc3dd75063af6effe0daa06c2b215e9c1e5f1d"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Mar 08 02:39:39 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Mar 08 02:39:39 2019 +0000"
      },
      "message": "Merge \"Deploy templates: API test nits\""
    },
    {
      "commit": "7c2143d53e16f57ba5cb9f73fc5a0f47aa49edf9",
      "tree": "46e8b5edfbf9104b67db01e1fdc7a98fb6126e77",
      "parents": [
        "10d3b2f128e72a22f5f9b2cc1826279a5ade33f9"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Thu Mar 07 18:07:37 2019 +0100"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Thu Mar 07 18:07:37 2019 +0100"
      },
      "message": "Allocation API: use generate_uuid for random resource classes\n\nWe see clashes with using random numbers, switch to UUIDs instead.\n\nChange-Id: I8a529bcfd319a7f0edbdd45727cef7efe6f2f8cb\n"
    },
    {
      "commit": "10d3b2f128e72a22f5f9b2cc1826279a5ade33f9",
      "tree": "09e181214fdca4ddb2a2974cba06f840743dcf9e",
      "parents": [
        "6f5f021a8ad13a9181a8572b6cab58003bcbd989",
        "318ac4d0879b3b7174ce9926a0ae11af12d2d6a8"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Mar 07 12:05:47 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Mar 07 12:05:47 2019 +0000"
      },
      "message": "Merge \"inspector py3 gate fix\""
    },
    {
      "commit": "6f5f021a8ad13a9181a8572b6cab58003bcbd989",
      "tree": "32bbb2973528694ba82ca0668a465ce7cdf6626d",
      "parents": [
        "3b6041a60f3b46ae780c82ae04141d69361ac174"
      ],
      "author": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Thu Mar 07 09:13:03 2019 +0100"
      },
      "committer": {
        "name": "Riccardo Pittau",
        "email": "elfosardo@gmail.com",
        "time": "Thu Mar 07 09:13:53 2019 +0100"
      },
      "message": "Temporary marking ironic-standalone non-voting\n\nThe ironic-standalone job is failing because the most recent IPA\nimage has only python3 and ansible uses python 2 as default\ninterpreter, resulting in a /usr/bin/python not found error.\nMarking ironic-standalone non voting and removing it from the\ngate until we can run ansible with python3 on remote machines.\n\nChange-Id: Id03b02ea805809c35c4ef34bd1b255d7f6e6d4a7\n"
    },
    {
      "commit": "44bc3dd75063af6effe0daa06c2b215e9c1e5f1d",
      "tree": "902cd2d8b7962bc7b0294475dd4007de051a3c69",
      "parents": [
        "3b6041a60f3b46ae780c82ae04141d69361ac174"
      ],
      "author": {
        "name": "Mark Goddard",
        "email": "mark@stackhpc.com",
        "time": "Fri Feb 15 12:23:34 2019 +0000"
      },
      "committer": {
        "name": "Mark Goddard",
        "email": "mark@stackhpc.com",
        "time": "Wed Mar 06 08:21:32 2019 +0000"
      },
      "message": "Deploy templates: API test nits\n\nFollow up for https://review.openstack.org/#/c/637187.\n\nChange-Id: I98643d3bde61f5cfd233846b9251a0a7b1c46b5c\nStory: 1722275\nTask: 28679\n"
    },
    {
      "commit": "0bf905f14fb468f51a534d73033e473e78710fbc",
      "tree": "955493624a079373df4cf9369e2f6a0e3efbe3f4",
      "parents": [
        "36960a98be47ae267a35e9d26052eebe5cf187fe"
      ],
      "author": {
        "name": "Arkady Shtempler",
        "email": "ashtempl@redhat.com",
        "time": "Wed Feb 13 12:17:55 2019 +0200"
      },
      "committer": {
        "name": "Arkady Shtempler",
        "email": "ashtempl@redhat.com",
        "time": "Tue Mar 05 17:56:07 2019 +0200"
      },
      "message": "Test BM with VM on the same network\n\nL2 isolation and L3 connectivity between: BM and VM\nThis test will be skipped if Nova is not running.\n\nChange-Id: I89e84140ceae01eb672ae72b1b10e53ff527e172\n"
    },
    {
      "commit": "3b6041a60f3b46ae780c82ae04141d69361ac174",
      "tree": "5d677568982d61605a3c1d0e6220958d6381fbb7",
      "parents": [
        "f9734d3a498f7a480327a2d6a531dfe371279604",
        "6f2e72c455a9f138a018f66473402720a6fc285a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Mar 05 15:44:36 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Mar 05 15:44:36 2019 +0000"
      },
      "message": "Merge \"Deploy templates: add API tests\""
    },
    {
      "commit": "6f2e72c455a9f138a018f66473402720a6fc285a",
      "tree": "9fccbc8743b9a9877daec55d982e10df1860a581",
      "parents": [
        "94f4c20926afc1939d50957f9089bf32cee49e78"
      ],
      "author": {
        "name": "Mark Goddard",
        "email": "mark@stackhpc.com",
        "time": "Fri Feb 15 12:23:34 2019 +0000"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Tue Mar 05 11:05:45 2019 +0000"
      },
      "message": "Deploy templates: add API tests\n\nAdds tests for the deploy templates API added in 1.55.\n\nAlso fixes an issue where the microversion fixture was not used in the resource\ncleanup, so new resources would see a 404 and not be deleted. Fixing this\nuncovered an issue in the volume tests where volume connectors and targets\ncould not be deleted due to being associated with a powered on node. The\nsimplest fix was to move node deletion before the volume connector and target\nin resource cleanup.\n\nChange-Id: I09d9a21e1ea5512c0140e818b0ca3de501870c12\nDepends-On: https://review.openstack.org/631845\nStory: 1722275\nTask: 28679\n"
    },
    {
      "commit": "318ac4d0879b3b7174ce9926a0ae11af12d2d6a8",
      "tree": "90b6da48d5a13de7f192655261c38adf480e2d74",
      "parents": [
        "f9734d3a498f7a480327a2d6a531dfe371279604"
      ],
      "author": {
        "name": "Kaifeng Wang",
        "email": "kaifeng.w@gmail.com",
        "time": "Tue Mar 05 09:19:53 2019 +0800"
      },
      "committer": {
        "name": "Kaifeng Wang",
        "email": "kaifeng.w@gmail.com",
        "time": "Tue Mar 05 09:19:53 2019 +0800"
      },
      "message": "inspector py3 gate fix\n\nPatch [1] breaks inspector\u0027s python3 job observed from from [2].\n\n[1] https://review.openstack.org/#/c/638959/\n[2] https://review.openstack.org/#/c/640705\n\nChange-Id: I4a42ff6173fef3213605e22df6cdaf67da16ec15\n"
    },
    {
      "commit": "f9734d3a498f7a480327a2d6a531dfe371279604",
      "tree": "0cd6b73a04b01f993fd4125d20f28b05883bc7c9",
      "parents": [
        "94f4c20926afc1939d50957f9089bf32cee49e78",
        "1824c0f40ef856464b25671bc272809c95e83f7a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 04 19:34:48 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 04 19:34:48 2019 +0000"
      },
      "message": "Merge \"Ensure list_with_limit tests pass\""
    },
    {
      "commit": "1824c0f40ef856464b25671bc272809c95e83f7a",
      "tree": "cd4950b9210b59998cadac8081c933a75da52e22",
      "parents": [
        "c34f9b7372c7bfbe1b88e25574ec1ae5e42d02fa"
      ],
      "author": {
        "name": "Mark Goddard",
        "email": "mark@stackhpc.com",
        "time": "Fri Mar 01 16:01:11 2019 +0000"
      },
      "committer": {
        "name": "Mark Goddard",
        "email": "mark@stackhpc.com",
        "time": "Mon Mar 04 10:40:47 2019 +0000"
      },
      "message": "Ensure list_with_limit tests pass\n\nCurrently the list_with_limit tests are passing by luck due to concurrent tests\nrunning, since they require 3 resources to be present in order for the \u0027next\u0027\nmarker to be included in the response. Well done to Ruby Loo for spotting this\nin the deploy templates tests.\n\nChange-Id: I67f6737c6bc1bdef22dac5a24c577a3d450233a6\n"
    },
    {
      "commit": "94f4c20926afc1939d50957f9089bf32cee49e78",
      "tree": "b8b9f6aac6820a97efedc4fc5c3ff50a3ac46470",
      "parents": [
        "bbba29725afb5235fcd9c0303ce8a3d43db077c9",
        "54894abf96bdc3b5bd98c9a36dd8a2903e57fb0a"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Mar 04 05:01:28 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Mar 04 05:01:28 2019 +0000"
      },
      "message": "Merge \"Update json module to jsonutils\""
    },
    {
      "commit": "54894abf96bdc3b5bd98c9a36dd8a2903e57fb0a",
      "tree": "ce7ee716811d69250f8ec4850c4019f41c4c3a41",
      "parents": [
        "c34f9b7372c7bfbe1b88e25574ec1ae5e42d02fa"
      ],
      "author": {
        "name": "cao.yuan",
        "email": "cao.yuan@99cloud.net",
        "time": "Sun Feb 24 22:25:59 2019 +0800"
      },
      "committer": {
        "name": "jacky06",
        "email": "zhang.min@99cloud.net",
        "time": "Sun Mar 03 15:53:22 2019 +0000"
      },
      "message": "Update json module to jsonutils\n\noslo project provide jsonutils, and ironic-tempest-plugin use it\nin many place[1], this PS to update the remained json moudule to\n oslo jsonutils for consistency.\n\n[1]: https://github.com/openstack/ironic-tempest-plugin/search?utf8\u003d%E2%9C%93\u0026q\u003djsonutils\u0026type\u003d\n\nChange-Id: I76daaca9e6de990949994915c9d6709de4a67f9b\n"
    },
    {
      "commit": "bbba29725afb5235fcd9c0303ce8a3d43db077c9",
      "tree": "322607b65603bb219b8608b33ac09d5e1d2cd303",
      "parents": [
        "c34f9b7372c7bfbe1b88e25574ec1ae5e42d02fa"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Fri Mar 01 17:04:12 2019 +0100"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Fri Mar 01 17:04:12 2019 +0100"
      },
      "message": "Fix a race in the allocation API tests\n\nWe expect the newly created allocation not to change instantly, but\nthe allocation process is usually pretty fast. Only compare fields\nwe care about.\n\nChange-Id: Ifb2c9ebb4ab35c350001635dea1c41c8a0e5cfdd\n"
    },
    {
      "commit": "c34f9b7372c7bfbe1b88e25574ec1ae5e42d02fa",
      "tree": "2df9ad908422f280501fb0c221e421873e62d910",
      "parents": [
        "06ff9cb3d13d6ffdd927bc196f10e2ca8019cd2c"
      ],
      "author": {
        "name": "Kaifeng Wang",
        "email": "kaifeng.w@gmail.com",
        "time": "Mon Feb 18 16:11:50 2019 +0800"
      },
      "committer": {
        "name": "Kaifeng Wang",
        "email": "kaifeng.w@gmail.com",
        "time": "Wed Feb 20 12:11:16 2019 +0800"
      },
      "message": "tests for node description\n\nAdds API tests for node description to verify the its availability,\nset and unset.\n\nChange-Id: Id3f129a3b7c32d7d95cdf3bb1d2f5d309da21813\nStory: 2003089\nTask: 23178\n"
    },
    {
      "commit": "06ff9cb3d13d6ffdd927bc196f10e2ca8019cd2c",
      "tree": "a5e79cfce494920cfa9e94e31bfa6e02ec16b4da",
      "parents": [
        "719d801f95295ff27f9038b8b2ec23907e781296",
        "47ff489dd21b12eeb11b09807072fb54366e0ed5"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Feb 18 11:25:21 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 18 11:25:21 2019 +0000"
      },
      "message": "Merge \"Allocation API: functional tests\""
    },
    {
      "commit": "719d801f95295ff27f9038b8b2ec23907e781296",
      "tree": "2ba17c69734b89a1e7b50f2b628a2c2c115ab281",
      "parents": [
        "e8db68c2e7cc08bb02c3df51dda6a1fa9b3e0f72",
        "ee7491f5370a3ef77c6884463592d6d08fd64ebf"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Feb 11 15:56:37 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 11 15:56:37 2019 +0000"
      },
      "message": "Merge \"Rename zuulv3 jobs\""
    },
    {
      "commit": "e8db68c2e7cc08bb02c3df51dda6a1fa9b3e0f72",
      "tree": "d56d5b977aa50aa97d916020fca3314eb3f0500c",
      "parents": [
        "36960a98be47ae267a35e9d26052eebe5cf187fe",
        "51266a5ed2b06754a4f92ba585fcff9cf16b0bdc"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Feb 11 15:42:49 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Feb 11 15:42:49 2019 +0000"
      },
      "message": "Merge \"Enable tempest run -l without credential setting\""
    },
    {
      "commit": "47ff489dd21b12eeb11b09807072fb54366e0ed5",
      "tree": "b2c3fc4aee1c969ffcef70f09a0eafb0a32f3b22",
      "parents": [
        "36960a98be47ae267a35e9d26052eebe5cf187fe"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Fri Feb 08 17:24:46 2019 +0100"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Mon Feb 11 16:01:18 2019 +0100"
      },
      "message": "Allocation API: functional tests\n\nThis change adds tests on allocation API against fake nodes.\n\nChange-Id: I9f750fe9088e4dda3d5d95cd8905101046ce71d1\nDepends-On: https://review.openstack.org/636110\nStory: #2004341\nTask: #29411\n"
    },
    {
      "commit": "36960a98be47ae267a35e9d26052eebe5cf187fe",
      "tree": "84e4224644cf236fc56b94571bdc335e6cbad1b1",
      "parents": [
        "6fe29d2aedc3de74dc88250dc1a9a31b10adcc00"
      ],
      "author": {
        "name": "Serhii Turivnyi",
        "email": "sturivnyi@mirantis.com",
        "time": "Fri Feb 01 17:06:13 2019 +0200"
      },
      "committer": {
        "name": "Sergii Turivnyi",
        "email": "sturivnyi@mirantis.com",
        "time": "Tue Feb 05 16:08:11 2019 +0000"
      },
      "message": "Fix for the Api discovery tests.\n\nApi discovery tests are failed when provide min_microversion in the tempest.conf\n\nStory: #2004919\nTask: #29280\n\nChange-Id: I94b29ee4a0fbd9bf87c6839d9d02cb2f545483b8\n"
    },
    {
      "commit": "51266a5ed2b06754a4f92ba585fcff9cf16b0bdc",
      "tree": "6aa5e7fddf4647dd9d6ce40497408fdd0986813d",
      "parents": [
        "6fe29d2aedc3de74dc88250dc1a9a31b10adcc00"
      ],
      "author": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Mon Feb 04 17:13:56 2019 +0900"
      },
      "committer": {
        "name": "Masayuki Igawa",
        "email": "masayuki@igawa.io",
        "time": "Mon Feb 04 17:17:35 2019 +0900"
      },
      "message": "Enable tempest run -l without credential setting\n\nThis commit moves the admin credential code to the initialization phase\nof Manager class. This change enables to run `tempest run -l` without\ncredential settings. We shouldn\u0027t require like that settings to just\nlist tests.\n\nChange-Id: Ib202880e7039113a58dc1596de54be4167c5307d\n"
    },
    {
      "commit": "ee7491f5370a3ef77c6884463592d6d08fd64ebf",
      "tree": "097deba7a2a898e479daeda9634d802c586949c6",
      "parents": [
        "6fe29d2aedc3de74dc88250dc1a9a31b10adcc00"
      ],
      "author": {
        "name": "Iury Gregory Melo Ferreira",
        "email": "imelofer@redhat.com",
        "time": "Wed Jan 09 15:05:17 2019 +0100"
      },
      "committer": {
        "name": "Iury Gregory Melo Ferreira",
        "email": "imelofer@redhat.com",
        "time": "Wed Jan 09 15:07:32 2019 +0100"
      },
      "message": "Rename zuulv3 jobs\n\nAccording to [1] the dsvm should be removed from zuulv3 jobs\n[1] https://docs.openstack.org/infra/manual/drivers.html#naming-with-zuul-v3\n\nDepends-On: https://review.openstack.org/#/c/629173/\nChange-Id: I2905db2aad56eb615bfe9d529e0f448b1967611c\n"
    },
    {
      "commit": "6fe29d2aedc3de74dc88250dc1a9a31b10adcc00",
      "tree": "8fc472d478de0c8e0df71331d316dccc703ca672",
      "parents": [
        "2ad94bc4d02c0fa12e302fb25806868748ecf267"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Wed Jan 02 12:15:46 2019 +0100"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Wed Jan 02 14:08:19 2019 +0100"
      },
      "message": "[gate] update the list of the voting jobs\n\nMake jobs running with N-3 (currently Pike) and older non-voting\n(and thus remove them from the gate queue). I have a gut feeling\nthat a change that breaks N-3 is very likely to break N-2 (currently\nQueens) as well, so it\u0027s enough to have N-2 voting.\n\nMake the discovery and the multinode jobs from all stable branches\nnon-voting.  These jobs cover the tests that get changed very infrequently\n(if ever).  These are also the jobs with the highest random failure rate.\n\nAdd missing API tests for Rocky (this job did not exist before that).\nUse the updated job name for the multinode job.\n\nChange-Id: Icf97a9cd5b88d2263551f32c0d3c1e09a712b346\n"
    },
    {
      "commit": "2ad94bc4d02c0fa12e302fb25806868748ecf267",
      "tree": "1f449b750a763038deb51d80a0baa3afd08d0a21",
      "parents": [
        "4f21307528b64031d9deaf10bd0aaf58275b30a1",
        "09593acce3182480695e7100bb37f3bf44e9ae6f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sun Dec 30 17:36:12 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Dec 30 17:36:12 2018 +0000"
      },
      "message": "Merge \"Replace Ocata jobs with Rocky\""
    },
    {
      "commit": "4f21307528b64031d9deaf10bd0aaf58275b30a1",
      "tree": "2f7a74a689843c96ed72eccad5ada4f3676cbb19",
      "parents": [
        "31c97f9c9550466082fba33d916a9e2008f8f5e3"
      ],
      "author": {
        "name": "Kaifeng Wang",
        "email": "kaifeng.w@gmail.com",
        "time": "Tue Dec 18 14:22:39 2018 +0800"
      },
      "committer": {
        "name": "Kaifeng Wang",
        "email": "kaifeng.w@gmail.com",
        "time": "Tue Dec 18 16:32:35 2018 +0800"
      },
      "message": "Tests for exposing conductors\n\nAdd tests for the API change of exposed conductors.\n\nStory: 1724474\nTask: 28565\n\nChange-Id: Ib0c3855ce8a65a530a2530094d11f497fb2e3023\n"
    },
    {
      "commit": "31c97f9c9550466082fba33d916a9e2008f8f5e3",
      "tree": "980aced6801ffe0e284c87934aaba63c3fb724ce",
      "parents": [
        "945ca64617d3547b5853f8320d4204d59c9fe896"
      ],
      "author": {
        "name": "Vieri",
        "email": "15050873171@163.com",
        "time": "Wed Dec 05 03:50:25 2018 +0000"
      },
      "committer": {
        "name": "Vieri",
        "email": "15050873171@163.com",
        "time": "Wed Dec 05 03:50:44 2018 +0000"
      },
      "message": "Change openstack-dev to openstack-discuss\n\nMailinglists have been updated. Openstack-discuss replaces openstack-dev.\n\nChange-Id: Ib69012a002adb130a57cc8fdcba68be32a4a4e71\n"
    },
    {
      "commit": "945ca64617d3547b5853f8320d4204d59c9fe896",
      "tree": "ff9161b3916782465b9d90155948a3ef8a3e53fb",
      "parents": [
        "4b1e4a3b31d4935209fc755f39b8ab5f63b930c7",
        "0325dbd269116abe192fc9104a972621ffb03ec9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Dec 03 22:06:34 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Dec 03 22:06:34 2018 +0000"
      },
      "message": "Merge \"Add API tests for protected nodes\""
    },
    {
      "commit": "09593acce3182480695e7100bb37f3bf44e9ae6f",
      "tree": "281466d53bd3c8cea36096418e83519ec4ca527a",
      "parents": [
        "4b1e4a3b31d4935209fc755f39b8ab5f63b930c7"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Mon Dec 03 11:24:33 2018 +0100"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Mon Dec 03 11:24:39 2018 +0100"
      },
      "message": "Replace Ocata jobs with Rocky\n\nOcata is in extended maintanance mode, while Rocky needs testing.\n\nChange-Id: Ieb14b4c393e61bc737e1d92de29bbff801d2bb3d\n"
    },
    {
      "commit": "4b1e4a3b31d4935209fc755f39b8ab5f63b930c7",
      "tree": "144509f701e2fd8c9b7e49522bf1ab299ab2ada4",
      "parents": [
        "6fbe7f023ea2a59c0a69b7e9e57a27510400f23b",
        "7eec99240140e0034f41a466b5d9dca0df8dc190"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Nov 15 14:00:06 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Nov 15 14:00:06 2018 +0000"
      },
      "message": "Merge \"multitenancy: Don\u0027t use fixed IPs in the test\""
    },
    {
      "commit": "7eec99240140e0034f41a466b5d9dca0df8dc190",
      "tree": "dd88b20c0ff4be514d8696e3fc20941164a82752",
      "parents": [
        "f248d4cb0791ad956c661a7145117ebb24efaf07"
      ],
      "author": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Tue Nov 13 21:24:13 2018 +0100"
      },
      "committer": {
        "name": "Jakub Libosvar",
        "email": "libosvar@redhat.com",
        "time": "Wed Nov 14 20:19:01 2018 +0000"
      },
      "message": "multitenancy: Don\u0027t use fixed IPs in the test\n\nCurrently used fixed IPs didn\u0027t work on cloud with HA controllers as one\nof IP addresses collided with an address assigned to DHCP port. This\npatch removes fixed IPs and lets Neutron to assign IP to booted\ninstances. Later, those addresses are taken from server response and\nreused.\n\nStory: 2004330\nTask: 27913\n\nChange-Id: I3335ae43c17298f48cf869553e393df9ba7a070b\n"
    },
    {
      "commit": "0325dbd269116abe192fc9104a972621ffb03ec9",
      "tree": "ea1d797b2190d36005527f4e8aad3a208e175e08",
      "parents": [
        "f248d4cb0791ad956c661a7145117ebb24efaf07"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Wed Oct 24 15:13:46 2018 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Mon Nov 05 11:46:25 2018 +0100"
      },
      "message": "Add API tests for protected nodes\n\nDepends-On: https://review.openstack.org/611662\nChange-Id: I2e8f1b0b99b349be60f179a5fe7157ac327ae8d5\nStory: #2003869\nTask: #27611\n"
    },
    {
      "commit": "6fbe7f023ea2a59c0a69b7e9e57a27510400f23b",
      "tree": "5197aa71f51ff6d541a8113bac6c263691c610c4",
      "parents": [
        "f248d4cb0791ad956c661a7145117ebb24efaf07"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "romanenko-kv@hotmail.com",
        "time": "Fri Nov 02 17:30:44 2018 +0400"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "romanenko-kv@hotmail.com",
        "time": "Fri Nov 02 17:39:36 2018 +0400"
      },
      "message": "Add API tests for portgroup update\n\nAdd tests:\n  test_update_portgroup_replace,\n  test_update_portgroup_remove_by_key,\n  test_update_portgroup_remove_collection,\n  test_update_portgroup_add,\n  test_update_portgroup_mixed_ops.\n\nChange-Id: I2dfc9549ad4bda14ff23b6bfef748fe185c9a657\n"
    },
    {
      "commit": "f248d4cb0791ad956c661a7145117ebb24efaf07",
      "tree": "b2097bc5d659f6a327438c335bd0b4cd332cc8e0",
      "parents": [
        "186317266fdd726209b5a6ff36a71e90488ed2e2",
        "537d90c5df93228eb024fe284d6ffbded8d1c8ce"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Oct 03 15:18:00 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Oct 03 15:18:00 2018 +0000"
      },
      "message": "Merge \"fix bug link in readme\""
    },
    {
      "commit": "186317266fdd726209b5a6ff36a71e90488ed2e2",
      "tree": "2fabb2015bda34472696df5c2582c4be7849029b",
      "parents": [
        "6ea19297e00c91bfa5651f6916fcb9f20dc4077b",
        "dab1c6acda12c114d7c33f6614193847a05dbf45"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Sep 26 14:10:14 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 26 14:10:14 2018 +0000"
      },
      "message": "Merge \"switch documentation job to new PTI\""
    },
    {
      "commit": "6ea19297e00c91bfa5651f6916fcb9f20dc4077b",
      "tree": "a220c974a6baafc5ce480e01272a26c8e53358ff",
      "parents": [
        "3ef5348688797835f8e407881409a4754c59d5e0",
        "fd69150a84a09a39e0d17ecea0a559fe33d1e10f"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Sep 26 13:44:57 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Sep 26 13:44:57 2018 +0000"
      },
      "message": "Merge \"import zuul job settings from project-config\""
    },
    {
      "commit": "3ef5348688797835f8e407881409a4754c59d5e0",
      "tree": "14ea18c8e58d15c2a4611b79d24e843838dd4467",
      "parents": [
        "55abbc1da97376f55bde968184f583b2c82977a4"
      ],
      "author": {
        "name": "melissaml",
        "email": "ma.lei@99cloud.net",
        "time": "Sun Sep 23 17:09:34 2018 +0800"
      },
      "committer": {
        "name": "melissaml",
        "email": "ma.lei@99cloud.net",
        "time": "Sun Sep 23 17:10:24 2018 +0800"
      },
      "message": "Update the outdated URL in HACKING.rst\n\nChange-Id: Icd912e34d19a2a748193f76abe531f8b5f58e8f4\n"
    },
    {
      "commit": "537d90c5df93228eb024fe284d6ffbded8d1c8ce",
      "tree": "1bd3e1679e6cda14bb358ce4e886465657300d17",
      "parents": [
        "55abbc1da97376f55bde968184f583b2c82977a4"
      ],
      "author": {
        "name": "ZhijunWei",
        "email": "wzj334965317@outlook.com",
        "time": "Tue Aug 28 08:55:11 2018 -0400"
      },
      "committer": {
        "name": "caoyuan",
        "email": "cao.yuan@99cloud.net",
        "time": "Wed Sep 19 07:25:55 2018 +0000"
      },
      "message": "fix bug link in readme\n\nThis patch fixes the bug tracker link in the readme. It is set to\ndepend on a job definition change in project-config so we can use this\npatch to test the new release jobs.\n\nChange-Id: Ib03b5a175664e155892b231365baa2e937ad699b\n"
    },
    {
      "commit": "55abbc1da97376f55bde968184f583b2c82977a4",
      "tree": "190e96078e46af6f1ee4721bd287b68e27e2d6a0",
      "parents": [
        "aed0be97c24bccd511ad4d5a9ca6725ef3f61c95",
        "0c4a693bb47bd828476f07e67ba60b309ec967e8"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Sep 13 03:32:16 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Sep 13 03:32:16 2018 +0000"
      },
      "message": "Merge \"Update the usage documentation with recent changes\""
    },
    {
      "commit": "aed0be97c24bccd511ad4d5a9ca6725ef3f61c95",
      "tree": "89b65335d8abb41b104a8a3ab1680309a1ab2415",
      "parents": [
        "a0a36fe4d0ab11077ca17687118cc97b863b8d45",
        "bf770e5da6b73ce3a421254fd359cab27e8e3e71"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sun Sep 09 15:13:34 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Sep 09 15:13:34 2018 +0000"
      },
      "message": "Merge \"Test cases for iLO drivers in standalone ironic\""
    },
    {
      "commit": "0c4a693bb47bd828476f07e67ba60b309ec967e8",
      "tree": "887894d20f8ebae1b0ad7a4518d4b7bb57cdea87",
      "parents": [
        "a0a36fe4d0ab11077ca17687118cc97b863b8d45"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Fri Sep 07 14:41:57 2018 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Fri Sep 07 14:41:57 2018 +0200"
      },
      "message": "Update the usage documentation with recent changes\n\nCover the \"driver\" option and more regular expressions. Also explain\nwhich regular expressions are used in which jobs.\n\nChange-Id: Ic5ccb91b603e0e0bdaa51501025b85383d42453b\n"
    },
    {
      "commit": "a0a36fe4d0ab11077ca17687118cc97b863b8d45",
      "tree": "f9766589f32094864e46a49d00cd825aed096a8a",
      "parents": [
        "3dc8f79c86b5b4dafb1c2ae9e38baae5a725af32"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Tue Aug 21 12:31:49 2018 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Tue Aug 21 12:31:49 2018 +0200"
      },
      "message": "Stop relying on VCPU count in the introspection tests\n\nStarting with Rocky bare metal nodes no longer expose VCPU/DISK/RAM,\njust use hypervisor count instead.\n\nChange-Id: I792d1e04dc9d98341f9ee8106507afd43c980187\n"
    },
    {
      "commit": "dab1c6acda12c114d7c33f6614193847a05dbf45",
      "tree": "757fba01c75869ef11e29325ded1b16f6d310d50",
      "parents": [
        "fd69150a84a09a39e0d17ecea0a559fe33d1e10f"
      ],
      "author": {
        "name": "Doug Hellmann",
        "email": "doug@doughellmann.com",
        "time": "Thu Aug 16 09:44:48 2018 -0400"
      },
      "committer": {
        "name": "Doug Hellmann",
        "email": "doug@doughellmann.com",
        "time": "Thu Aug 16 09:44:48 2018 -0400"
      },
      "message": "switch documentation job to new PTI\n\nThis is a mechanically generated patch to switch the documentation\njobs to use the new PTI versions of the jobs as part of the\npython3-first goal.\n\nSee the python3-first goal document for details:\nhttps://governance.openstack.org/tc/goals/stein/python3-first.html\n\nChange-Id: If8a201fe2ae8f82c3e17e5aaf48e014ab4bd876e\nStory: #2002586\nTask: #24302\n"
    },
    {
      "commit": "fd69150a84a09a39e0d17ecea0a559fe33d1e10f",
      "tree": "1638236cd605823e6f89a87bb21bbf624978b261",
      "parents": [
        "3dc8f79c86b5b4dafb1c2ae9e38baae5a725af32"
      ],
      "author": {
        "name": "Doug Hellmann",
        "email": "doug@doughellmann.com",
        "time": "Thu Aug 16 09:43:11 2018 -0400"
      },
      "committer": {
        "name": "Doug Hellmann",
        "email": "doug@doughellmann.com",
        "time": "Thu Aug 16 09:43:11 2018 -0400"
      },
      "message": "import zuul job settings from project-config\n\nThis is a mechanically generated patch to complete step 1 of moving\nthe zuul job settings out of project-config and into each project\nrepository.\n\nBecause there will be a separate patch on each branch, the branch\nspecifiers for branch-specific jobs have been removed.\n\nBecause this patch is generated by a script, there may be some\ncosmetic changes to the layout of the YAML file(s) as the contents are\nnormalized.\n\nSee the python3-first goal document for details:\nhttps://governance.openstack.org/tc/goals/stein/python3-first.html\n\nChange-Id: I80cb010db56f39bf3809e8a16796ad45866a1b28\nStory: #2002586\nTask: #24302\n"
    },
    {
      "commit": "bf770e5da6b73ce3a421254fd359cab27e8e3e71",
      "tree": "8c3f7220d56dcd2c2ef13fd24d7d1cc7280c6ee0",
      "parents": [
        "5ec3e292be5068c952e5bbb2c78b48d0e717cd6f"
      ],
      "author": {
        "name": "ankit",
        "email": "ankit.dhn31@gmail.com",
        "time": "Fri Jan 19 07:39:01 2018 +0000"
      },
      "committer": {
        "name": "ankit",
        "email": "ankit.dhn31@gmail.com",
        "time": "Mon Jul 30 05:21:13 2018 +0000"
      },
      "message": "Test cases for iLO drivers in standalone ironic\n\nThis commit adds test cases to support iLO drivers for end\nto end deployment using standalone ironic.\n\nChange-Id: Iba962e8e31c2275cc278ecf06220c66dfdb64a08\n"
    },
    {
      "commit": "3dc8f79c86b5b4dafb1c2ae9e38baae5a725af32",
      "tree": "320ff9505b8839a5025da9b3f947bf26c265e11d",
      "parents": [
        "5ec3e292be5068c952e5bbb2c78b48d0e717cd6f",
        "43015f0239be3925bca49fc5ad78606603516bd0"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Jul 24 18:52:43 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jul 24 18:52:43 2018 +0000"
      },
      "message": "Merge \"Correct the usage on listing neutron ports\""
    },
    {
      "commit": "5ec3e292be5068c952e5bbb2c78b48d0e717cd6f",
      "tree": "495320823c3833a2a6d0c0e715eb0fe6a0cbbf35",
      "parents": [
        "f5792d1f8f5f14c1bc85c0a5d7561a7bd08c20d0",
        "50fdb7c48bcab78b4921448bc839a468af16bbb1"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jul 19 17:02:02 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 19 17:02:02 2018 +0000"
      },
      "message": "Merge \"Update the home-page url in setup.cfg\""
    },
    {
      "commit": "f5792d1f8f5f14c1bc85c0a5d7561a7bd08c20d0",
      "tree": "173bdb0f73cd61c1898e99a20a7ef82663b8fc6a",
      "parents": [
        "aee1256d3b057f0ba793c4d715bf9a6a331dd4e0",
        "e754805de1b42a6ced5cb8e8d6e8349e0c64fb16"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jul 19 17:01:57 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 19 17:01:57 2018 +0000"
      },
      "message": "Merge \"Add API tests for the reset_interfaces parameter\""
    },
    {
      "commit": "aee1256d3b057f0ba793c4d715bf9a6a331dd4e0",
      "tree": "817c359ffdf591064fd512227f843e9041a2aa5f",
      "parents": [
        "bfc4506e257a10ff4d01befc3986528f26e0be42",
        "f7c53ca295a7e3d853343d0743910f2313646161"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jul 19 17:01:55 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 19 17:01:55 2018 +0000"
      },
      "message": "Merge \"Add API tests for setting/resetting hardware interfaces\""
    },
    {
      "commit": "43015f0239be3925bca49fc5ad78606603516bd0",
      "tree": "b04bbbabb719827f526cdd65d010a7d0a5982dfd",
      "parents": [
        "bfc4506e257a10ff4d01befc3986528f26e0be42"
      ],
      "author": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Thu Jul 19 15:17:19 2018 +0000"
      },
      "committer": {
        "name": "Hongbin Lu",
        "email": "hongbin.lu@huawei.com",
        "time": "Thu Jul 19 15:18:19 2018 +0000"
      },
      "message": "Correct the usage on listing neutron ports\n\nThe test case uses \u0027fixed_ip\u0027 as a query parameter, but the usage\nis not correct. In before, the test passed because neutron\nserver ignored this parameter, and returned all the\nports, which happened to make the test pass.\n\nThis patch fixes the usage of this parameter. If there is no ip_address\nthen not to filter the list using the filter. Otherwise,\nwe use \u0027fixed_ips\u0027 parameter and populate its value correctly.\n\nChange-Id: If4e9b364b0971b56e9c15ea65d3b3c9177d0bf22\n"
    },
    {
      "commit": "e754805de1b42a6ced5cb8e8d6e8349e0c64fb16",
      "tree": "94abb631c1cb19c9eb2aa2372d462b423d2fcac8",
      "parents": [
        "f7c53ca295a7e3d853343d0743910f2313646161"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Mon Jul 16 17:48:32 2018 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Wed Jul 18 10:27:14 2018 +0200"
      },
      "message": "Add API tests for the reset_interfaces parameter\n\nDepends-On: https://review.openstack.org/582951\nChange-Id: Idd2c1a0104a0d0e349ccdc0599825b7492a94ba5\nStory: #2002868\nTask: #22829\n"
    },
    {
      "commit": "bfc4506e257a10ff4d01befc3986528f26e0be42",
      "tree": "59f89b8fb393ac603ebd9ea12c948a561869f09e",
      "parents": [
        "d6ce66700f8afd2fce737470f177edc67d96d176",
        "aee506f53ff11fd32fe4e559ba34c9b13ab479e9"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Sun Jul 15 15:05:32 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Sun Jul 15 15:05:32 2018 +0000"
      },
      "message": "Merge \"change default python 3 env in tox to 3.5\""
    },
    {
      "commit": "d6ce66700f8afd2fce737470f177edc67d96d176",
      "tree": "7c264842a651f56dffcea26a0eee37e0d99a7ec6",
      "parents": [
        "a02496862f0c76f4670f2701f7319774ab52868c"
      ],
      "author": {
        "name": "Dao Cong Tien",
        "email": "tiendc@vn.fujitsu.com",
        "time": "Mon Dec 18 19:04:48 2017 +0700"
      },
      "committer": {
        "name": "Dao Cong Tien",
        "email": "tiendc@vn.fujitsu.com",
        "time": "Fri Jul 13 04:12:12 2018 +0000"
      },
      "message": "Rescue mode tempest tests\n\n- Adds scenario test for rescue mode.\n- Removes redundant call to validate_authentication() in\nexisting test code due to it is called within get_remote_client.\n\nPartial-Bug: 1526449\nDepends-On: I7c20a0c5f566c3255350fd494d1a2cde84a99440\n\nChange-Id: I6b62724711ddbe17b59dad30283e544272d9c1f3\nCo-Authored-By: Mario Villaplana \u003cmario.villaplana@gmail.com\u003e\nCo-Authored-By: Annie Lezil \u003cannie.lezil@gmail.com\u003e\n"
    },
    {
      "commit": "a02496862f0c76f4670f2701f7319774ab52868c",
      "tree": "700c0811b2d25ca47fc04ba5384cefd88948f54b",
      "parents": [
        "53806e35ad71c32e64b74f8f47d1b7a2af54a858",
        "6f083cebffd00fea3c00af35de11adbe8feb3e90"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Jul 09 16:46:11 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jul 09 16:46:11 2018 +0000"
      },
      "message": "Merge \"Ensure we create nodes with valid CPU archs\""
    },
    {
      "commit": "f7c53ca295a7e3d853343d0743910f2313646161",
      "tree": "8a33d6630d2c222aea261c6eec6b5c8499bb1e25",
      "parents": [
        "eef49eae1a057d5d192e52ed1429f9be1967cf4a"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Thu Jul 05 15:58:41 2018 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Fri Jul 06 18:58:46 2018 +0200"
      },
      "message": "Add API tests for setting/resetting hardware interfaces\n\nChange-Id: Ie43d6ab6301d8296fc65888a2c1b02206d90c72c\nStory: #2002868\nTask: #22828\n"
    },
    {
      "commit": "53806e35ad71c32e64b74f8f47d1b7a2af54a858",
      "tree": "7ef1a497dc9b04dbb41fad4b1ee744239584aea5",
      "parents": [
        "eef49eae1a057d5d192e52ed1429f9be1967cf4a"
      ],
      "author": {
        "name": "Yolanda Robla",
        "email": "yroblamo@redhat.com",
        "time": "Fri Jun 29 15:27:18 2018 +0200"
      },
      "committer": {
        "name": "yolanda.robla",
        "email": "yroblamo@redhat.com",
        "time": "Wed Jul 04 14:19:22 2018 +0000"
      },
      "message": "Force deploy_interface for cleaning to be iscsi\n\nTest is currently picking a random interface, reusing the one\nthat was in the previous node. If the deploy_interce is ansible,\nthe cleanup step fails because it is expecting a \u0027tags\u0027 key to be\npresent in the cleanup dictionary.\n\nChange-Id: I28dca9a40b73276ab4d0146d9d67b7a0db3b3c54\n"
    },
    {
      "commit": "6f083cebffd00fea3c00af35de11adbe8feb3e90",
      "tree": "4ccbe591e163f6c188d84baebc3d9ba1e08beaee",
      "parents": [
        "eef49eae1a057d5d192e52ed1429f9be1967cf4a"
      ],
      "author": {
        "name": "Sam Betts",
        "email": "sam@code-smash.net",
        "time": "Tue Jul 03 14:41:39 2018 +0100"
      },
      "committer": {
        "name": "Sam Betts",
        "email": "sam@code-smash.net",
        "time": "Tue Jul 03 14:41:39 2018 +0100"
      },
      "message": "Ensure we create nodes with valid CPU archs\n\nx86 isn\u0027t a valid CPU arch, make sure its x86_64\n\nChange-Id: I9b06031c837529840747167a03d8cda750a05998\n"
    },
    {
      "commit": "eef49eae1a057d5d192e52ed1429f9be1967cf4a",
      "tree": "771543bf67d08ca3596a4d09b276b87c4deefe9c",
      "parents": [
        "ccddbbcedfdeef1a33a897856e387c0c4ee5c8c7"
      ],
      "author": {
        "name": "Yolanda Robla",
        "email": "yroblamo@redhat.com",
        "time": "Tue May 15 12:54:58 2018 +0200"
      },
      "committer": {
        "name": "Yolanda Robla",
        "email": "yroblamo@redhat.com",
        "time": "Fri Jun 29 16:42:31 2018 +0200"
      },
      "message": "Add bios testing to plugin\n\nCreate functional tests for the BIOS cleanup steps\n\nChange-Id: I7d40c0ce64d4d3c8c5212ffe6bbdfc8717682204\n"
    },
    {
      "commit": "ccddbbcedfdeef1a33a897856e387c0c4ee5c8c7",
      "tree": "2954f55a61f33a6ca4cdb1192dc6de5ba503a5b6",
      "parents": [
        "c27838ee07c8e74825461af95f725f6c6eeeb58d",
        "3665cf150ba3eac95647dd148f387fff5b56e54b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Tue Jun 26 09:52:40 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Tue Jun 26 09:52:40 2018 +0000"
      },
      "message": "Merge \"Do not boot nodes if not set in standalone tests\""
    },
    {
      "commit": "aee506f53ff11fd32fe4e559ba34c9b13ab479e9",
      "tree": "848338a72abc20679448ffc8efb43003643fecd2",
      "parents": [
        "75661b5b957abef7e55cd99bc1f46647e4203415"
      ],
      "author": {
        "name": "qingszhao",
        "email": "zhao.daqing@99cloud.net",
        "time": "Tue Jun 12 10:36:26 2018 +0800"
      },
      "committer": {
        "name": "qingszhao",
        "email": "zhao.daqing@99cloud.net",
        "time": "Mon Jun 25 01:46:03 2018 +0000"
      },
      "message": "change default python 3 env in tox to 3.5\n\nChange-Id: I018fe4e9bae8d6b5be0b527dfc26e914ce77fb11\n"
    },
    {
      "commit": "3665cf150ba3eac95647dd148f387fff5b56e54b",
      "tree": "1c141eb69b7a1fd85ad93a8152d7ed40f535222d",
      "parents": [
        "b2e64c561f3caf4d97440f3098c27d4c34a20339"
      ],
      "author": {
        "name": "Yolanda Robla",
        "email": "yroblamo@redhat.com",
        "time": "Mon Jun 11 13:52:20 2018 +0200"
      },
      "committer": {
        "name": "Yolanda Robla",
        "email": "yroblamo@redhat.com",
        "time": "Thu Jun 21 13:34:04 2018 +0200"
      },
      "message": "Do not boot nodes if not set in standalone tests\n\nFor several standalone tests, there is no need to have an active\nnode, but just an available one. Add a flag to only boot the node\nif the test specifies to do it.\n\nChange-Id: If879c4f43626641f455a8b58e060347a109d6976\n"
    },
    {
      "commit": "c27838ee07c8e74825461af95f725f6c6eeeb58d",
      "tree": "f49e285d9475a142da93f8f8153ebe1ed92cbb0a",
      "parents": [
        "b2e64c561f3caf4d97440f3098c27d4c34a20339",
        "97ea5ace37f0519e1f6b7abdca4f559239a9c5ba"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Jun 18 01:34:33 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Jun 18 01:34:33 2018 +0000"
      },
      "message": "Merge \"fix tox python3 overrides\""
    },
    {
      "commit": "b2e64c561f3caf4d97440f3098c27d4c34a20339",
      "tree": "b6a2a5e80860241141b701bda2b39508662fdcfc",
      "parents": [
        "b95ec9c2c4fa150b270ea78d61feaa40d7600fdb",
        "abd9011d9d549336de28e3b64a9cef2d5f7a271b"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jun 14 17:35:44 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jun 14 17:35:44 2018 +0000"
      },
      "message": "Merge \"Add manual clean step ironic standalone test\""
    },
    {
      "commit": "b95ec9c2c4fa150b270ea78d61feaa40d7600fdb",
      "tree": "0f6567470fe257818b7085014775e769349d8208",
      "parents": [
        "fff8131f3904c178289e00553f06018d4b1cebe3",
        "9e80f079df24ba3c06909232d3ee455a6ed2b0e2"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jun 14 07:10:36 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jun 14 07:10:36 2018 +0000"
      },
      "message": "Merge \"Remove volume v1 API service client usage\""
    },
    {
      "commit": "fff8131f3904c178289e00553f06018d4b1cebe3",
      "tree": "1c7cb83fe29914a41eea960c34bf526043e764fc",
      "parents": [
        "75661b5b957abef7e55cd99bc1f46647e4203415",
        "2e64cdbc30cc1c3a976f37f6f9badf42805c390c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Wed Jun 13 18:31:50 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Wed Jun 13 18:31:50 2018 +0000"
      },
      "message": "Merge \"Power fault recovery: tempest tests\""
    },
    {
      "commit": "abd9011d9d549336de28e3b64a9cef2d5f7a271b",
      "tree": "8b9dfbb50d6e03a012c7735bb1f10c27aa5678ac",
      "parents": [
        "75661b5b957abef7e55cd99bc1f46647e4203415"
      ],
      "author": {
        "name": "Yolanda Robla",
        "email": "yroblamo@redhat.com",
        "time": "Tue May 15 17:11:54 2018 +0200"
      },
      "committer": {
        "name": "Yolanda Robla",
        "email": "yroblamo@redhat.com",
        "time": "Wed Jun 13 13:56:58 2018 +0200"
      },
      "message": "Add manual clean step ironic standalone test\n\nAdds ironic standalone test to check \u0027erase_device_metadata\u0027\nclean-step.\n\nAdd fixes in baremetal managers to:\n- do not delete ports if they do not exist\n- do not delete the node if test indicates that\n\nCo-Authored-By: Vasyl Saienko \u003cvsaienko@mirantis.com\u003e\nStory: 1523640\nTask: 20009\nDepends-On: I7335638e513f066069672772ba0d9171b66ec710\n\nChange-Id: If8d5445608c3810ad4fb344e13fcae6032dfd06c\n"
    },
    {
      "commit": "2e64cdbc30cc1c3a976f37f6f9badf42805c390c",
      "tree": "ff7121e56e9f8006810f93e3a5722f94abd0f063",
      "parents": [
        "3731259f02bd46c621e3e6a4dcff614f8b35f293"
      ],
      "author": {
        "name": "Kaifeng Wang",
        "email": "kaifeng.w@gmail.com",
        "time": "Mon Apr 02 15:22:59 2018 +0800"
      },
      "committer": {
        "name": "Kaifeng Wang",
        "email": "kaifeng.w@gmail.com",
        "time": "Tue Jun 12 23:40:46 2018 +0800"
      },
      "message": "Power fault recovery: tempest tests\n\nAdd tempest tests to check whether fault field is available\nbetween microversions.\n\nStory: #1596107\nTask: #10469\n\nDepends-On: https://review.openstack.org/#/c/574718\n\nChange-Id: I6415d6f84840b601d55c6ce515cc1edeca9fd185\nCloses-Bug: #1596107\n"
    },
    {
      "commit": "97ea5ace37f0519e1f6b7abdca4f559239a9c5ba",
      "tree": "fca3d5128c8606846ec665ab1642298ee4c93cf0",
      "parents": [
        "75661b5b957abef7e55cd99bc1f46647e4203415"
      ],
      "author": {
        "name": "huang.zhiping",
        "email": "huang.zhiping@99cloud.net",
        "time": "Sat Jun 09 02:23:11 2018 +0800"
      },
      "committer": {
        "name": "huang.zhiping",
        "email": "huang.zhiping@99cloud.net",
        "time": "Sat Jun 09 02:23:54 2018 +0800"
      },
      "message": "fix tox python3 overrides\n\nWe want to default to running all tox environments under python 3, so\nset the basepython value in each environment.\n\nWe do not want to specify a minor version number, because we do not\nwant to have to update the file every time we upgrade python.\n\nWe do not want to set the override once in testenv, because that\nbreaks the more specific versions used in default environments like\npy35 and py36.\n\nChange-Id: I86a48214708a9169996b1dfa7eb9a825dfb3468e\n"
    },
    {
      "commit": "9e80f079df24ba3c06909232d3ee455a6ed2b0e2",
      "tree": "6674a9787743e51331b16fa3d148eb737ffd7e21",
      "parents": [
        "75661b5b957abef7e55cd99bc1f46647e4203415"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Jun 07 10:24:16 2018 +0000"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "gmann@ghanshyammann.com",
        "time": "Thu Jun 07 10:45:07 2018 +0000"
      },
      "message": "Remove volume v1 API service client usage\n\nVolume v1 API has been gone since long and Tempest also\nmarked their deprecation since Juno\n- https://review.openstack.org/#/c/446238/\n\nNow Tempest is removing the deprecated config option and\nalias for voluem v1 service client in\n- https://review.openstack.org/#/c/573135/\n\nBefore the Tempest patch gets merged, we need to remove all usage\nof volume v1 things.\n\nChange-Id: Iac5d1914814afbe81f3d83c875620931884584cd\nNeeded-By: https://review.openstack.org/#/c/573135/\n"
    },
    {
      "commit": "75661b5b957abef7e55cd99bc1f46647e4203415",
      "tree": "15723e77af9d2afe37e64e38ad05c473909e8894",
      "parents": [
        "3731259f02bd46c621e3e6a4dcff614f8b35f293"
      ],
      "author": {
        "name": "melissaml",
        "email": "ma.lei@99cloud.net",
        "time": "Tue Jun 05 18:14:25 2018 +0800"
      },
      "committer": {
        "name": "melissaml",
        "email": "ma.lei@99cloud.net",
        "time": "Tue Jun 05 18:15:01 2018 +0800"
      },
      "message": "fix a typo in code\n\nChange-Id: I19215471e54fd45a66af95f092ed88195dd5931a\n"
    },
    {
      "commit": "50fdb7c48bcab78b4921448bc839a468af16bbb1",
      "tree": "21d4f0a8893ac1311912bffaf476449f97bcad40",
      "parents": [
        "3731259f02bd46c621e3e6a4dcff614f8b35f293"
      ],
      "author": {
        "name": "ShangXiao",
        "email": "shangxiaobj@inspur.com",
        "time": "Wed May 30 02:02:21 2018 -0700"
      },
      "committer": {
        "name": "ShangXiao",
        "email": "shangxiaobj@inspur.com",
        "time": "Wed May 30 02:03:01 2018 -0700"
      },
      "message": "Update the home-page url in setup.cfg\n\nChange-Id: I0b1e3d39adf5384e7b79d358a57c7a1757b9ee8f\n"
    },
    {
      "commit": "3731259f02bd46c621e3e6a4dcff614f8b35f293",
      "tree": "a0e793efb02f5512b449bc1c05ad57ae35188a16",
      "parents": [
        "68859e8c312a23948b211f7451ab755f14218338"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Mon May 07 18:41:45 2018 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Mon May 07 18:41:45 2018 +0200"
      },
      "message": "Add the functional (API) tests job\n\nIronic no longers runs the tests from ironic_tempest_plugin.tests.api\nin its integration jobs, so adding the job that runs them.\nStable jobs were not changed, so adding this job only for master.\n\nChange-Id: I1e25e512bf4e3957ccee99614f9d1b9fb8ab2428\n"
    },
    {
      "commit": "68859e8c312a23948b211f7451ab755f14218338",
      "tree": "33e3de5f705dd5d374cbe16f95850dc0499c4715",
      "parents": [
        "4f640d38877c1b22778dc8439d126043b0f0bd40",
        "893b1a9f403797951bae6e72e3c6b131e52e436e"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu May 03 14:02:19 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu May 03 14:02:19 2018 +0000"
      },
      "message": "Merge \"Allow using the fake-hardware hardware type for API tests\""
    },
    {
      "commit": "4f640d38877c1b22778dc8439d126043b0f0bd40",
      "tree": "7431166b225938068d382b843611c4265f7ba5f9",
      "parents": [
        "f0caadc8a7129d37cf1cdd4c1f368dae9674357b",
        "39579c63af1b9ab13d4434ee1d9dd196b3c28257"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Fri Apr 27 11:34:27 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Fri Apr 27 11:34:27 2018 +0000"
      },
      "message": "Merge \"Rework the ironic-inspector auto-discovery test\""
    },
    {
      "commit": "f0caadc8a7129d37cf1cdd4c1f368dae9674357b",
      "tree": "05172a6724e996946781ee2a7ac056b572c9f444",
      "parents": [
        "b50f6e0e83b6a73097a0946114f03aa18567617f",
        "fe0819a019a30ea958a89a259179537192c9c18c"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Apr 26 16:35:57 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Apr 26 16:35:57 2018 +0000"
      },
      "message": "Merge \"Run ironic-inspector discovery jobs in the CI\""
    },
    {
      "commit": "893b1a9f403797951bae6e72e3c6b131e52e436e",
      "tree": "cd49f0e7df270db08edff27cc6127b54a17749a5",
      "parents": [
        "b50f6e0e83b6a73097a0946114f03aa18567617f"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Thu Apr 26 16:12:45 2018 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Thu Apr 26 16:12:45 2018 +0200"
      },
      "message": "Allow using the fake-hardware hardware type for API tests\n\nCurrently we only allow the fake classic driver. Also correct the help\nstring of the [baremetal]driver option, since it\u0027s very misleading.\n\nChange-Id: I6540bca3e19ec1d09d6f71c0d3fc987439bc8138\n"
    },
    {
      "commit": "b50f6e0e83b6a73097a0946114f03aa18567617f",
      "tree": "9a3aed117157023b0ee9bbe20227f5bd8dd14821",
      "parents": [
        "e065933e63b13163602ccfefb8eeabf1d4173a29",
        "3d2721241d9409bcdc36f261388287c6f8089b00"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Apr 23 15:54:44 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 23 15:54:44 2018 +0000"
      },
      "message": "Merge \"Gate: run the multinode job instead of the regular one\""
    },
    {
      "commit": "e065933e63b13163602ccfefb8eeabf1d4173a29",
      "tree": "2a6156854f888878ab7ead791b2b40c60fb62256",
      "parents": [
        "a6055efd133377e226ed44aec6f43f272d8fb4a6",
        "1a0a80e60a07bf5dbd7580a1945eb3d92ccb0971"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Mon Apr 23 15:23:33 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Mon Apr 23 15:23:33 2018 +0000"
      },
      "message": "Merge \"Add comments for [deploy|rescue]_interface\""
    },
    {
      "commit": "a6055efd133377e226ed44aec6f43f272d8fb4a6",
      "tree": "91074a2cbbc88a63b40830ef1a22e340be3a7875",
      "parents": [
        "ef3756460c771d92a3219a07ff1708939431adec"
      ],
      "author": {
        "name": "Jim Rollenhagen",
        "email": "jim@jimrollenhagen.com",
        "time": "Tue Apr 17 10:35:22 2018 -0400"
      },
      "committer": {
        "name": "Jim Rollenhagen",
        "email": "jim@jimrollenhagen.com",
        "time": "Fri Apr 20 13:49:39 2018 +0000"
      },
      "message": "Explicitly use iscsi for standalone BaremetalIpmiRescuePartitioned\n\nThis test uses partition images and netboot, which the ansible deploy\ninterface does not support. Since we only update the interfaces we\nspecify when choosing a node, if we choose a node that\u0027s already using\nthe ansible interface, we\u0027ll fail here. Explicitly set the iscsi\ninterface to avoid this situation.\n\nDepends-On: https://review.openstack.org/563119\nDepends-On: https://review.openstack.org/563120\nChange-Id: I852fbe8d2d34a5d301d3591af6cd67c4dcda3b83\n"
    },
    {
      "commit": "1a0a80e60a07bf5dbd7580a1945eb3d92ccb0971",
      "tree": "fe842665aff16267a1e83305985536c628362d7b",
      "parents": [
        "ef3756460c771d92a3219a07ff1708939431adec"
      ],
      "author": {
        "name": "Ruby Loo",
        "email": "rloo@oath.com",
        "time": "Tue Apr 17 20:00:55 2018 +0000"
      },
      "committer": {
        "name": "Ruby Loo",
        "email": "rloo@oath.com",
        "time": "Thu Apr 19 01:07:04 2018 +0000"
      },
      "message": "Add comments for [deploy|rescue]_interface\n\nAdd comments to explain how deploy_interface and rescue_interface\nvariables are used in the standalone tests.\n\nChange-Id: I1b9175fdc52c4594445d47235ed11a5f6635a02e\n"
    }
  ],
  "next": "ef3756460c771d92a3219a07ff1708939431adec"
}
