)]}'
{
  "log": [
    {
      "commit": "335c11b3e7af0f7518a79beb10415059e2a657a5",
      "tree": "1ded0e1cd4c79ef53fc2a12ecf847a6816974480",
      "parents": [
        "fcdf286acd7cd24065d0e0ba562fe82f5f84d8e9"
      ],
      "author": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Sun Jul 25 02:04:02 2021 +0900"
      },
      "committer": {
        "name": "Takashi Kajinami",
        "email": "tkajinam@redhat.com",
        "time": "Mon Aug 02 14:38:28 2021 +0900"
      },
      "message": "Use Block Storage API v3 instead of API v2\n\nBlock Storage API v2 was deprecated during Pike cycle and is being\nremoved during Xena cycle, and current v3 API should be used instead.\n\nChange-Id: Ic15f4aff72661ae5a50dbb14840ba0277a578173\n"
    },
    {
      "commit": "16e628c77bfa14519419aa89bfcaf06204c89f65",
      "tree": "c03cce5f59a4bf272a418653d4c7aae8a1f73961",
      "parents": [
        "7e1ac9dd2b1a72c4dd1472d37d20f5a43773da89",
        "092d8bdae57bedec1805ec6a1e69fa75d328b4df"
      ],
      "author": {
        "name": "Zuul",
        "email": "zuul@review.openstack.org",
        "time": "Thu Jul 19 10:18:30 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "review@openstack.org",
        "time": "Thu Jul 19 10:18:30 2018 +0000"
      },
      "message": "Merge \"Use configured endpoint instead of hardcoded ones\""
    },
    {
      "commit": "092d8bdae57bedec1805ec6a1e69fa75d328b4df",
      "tree": "de285d91c73f24024dcf10eae78b7235b4828ab3",
      "parents": [
        "9ca1fc2c55bceba078a6066d6d81447b1c8644d3"
      ],
      "author": {
        "name": "Matthias Bastian",
        "email": "bastian@strato.de",
        "time": "Thu Jul 12 12:16:30 2018 +0200"
      },
      "committer": {
        "name": "Matthias Bastian",
        "email": "bastian@strato.de",
        "time": "Wed Jul 18 12:31:19 2018 +0200"
      },
      "message": "Use configured endpoint instead of hardcoded ones\n\nUsage of public endpoints was hardcoded\n- for the Heat client\n- in a test for the Zaqar client\n- when checking if a service is available\n\nA test also required Heat to be configured to use public endpoints when\ntalking to services. This test is more relaxed now.\n\nChange-Id: I3784e126d28a51d990702e1b9e6bf23f0447fa21\n"
    },
    {
      "commit": "01ba7fd30727b97e994f6b880f350d7a656a3869",
      "tree": "c8ce9a2f0e33ef7dbefe746e393eb403c4baa275",
      "parents": [
        "9d99219f3e3f6ebb48cf6823b677c27609c52072"
      ],
      "author": {
        "name": "Pavlo Shchelokovskyy",
        "email": "shchelokovskyy@gmail.com",
        "time": "Fri Jun 08 14:39:18 2018 +0300"
      },
      "committer": {
        "name": "Pavlo Shchelokovskyy",
        "email": "shchelokovskyy@gmail.com",
        "time": "Fri Jun 08 14:46:38 2018 +0300"
      },
      "message": "Pass SSL options to swiftclient explicitly\n\nContrary to most other OpenStack\u0027s python-*clients, when being passed a\nkeysotneauth.Session swiftclient uses it only to find the Swift\nendpoint and get itself a token, but does not use this session object\nfor actually connecting to Swift API afterwards.\n\nThis is why one still has to explicitly pass SSL-related options to\nswiftclient when Swift API is behind SSL itself,\nas those options encapsulated in the Session object won\u0027t in fact be used.\n\nChange-Id: I1cce4f81e7fb80e4f75b8e42a9227ad909aea536\n"
    },
    {
      "commit": "ff3fbd546715ef21a2b31862f36a3e8d05e0d0e1",
      "tree": "e149e58c14acba98f4a1414c9e17035df01de5f8",
      "parents": [
        "49da324168d6fb2c9a5ca7dfaaad9f2c9bbc8b4a"
      ],
      "author": {
        "name": "rabi",
        "email": "ramishra@redhat.com",
        "time": "Sat Feb 18 13:02:20 2017 +0530"
      },
      "committer": {
        "name": "rabi",
        "email": "ramishra@redhat.com",
        "time": "Sat Feb 03 18:36:14 2018 +0530"
      },
      "message": "Use keystone session with heatclient in integration tests\n\nChange-Id: I4c66927e3dd3e1a91cfab94f26a24dbe8932bde8\nRelated-Bug: #1695144\n"
    },
    {
      "commit": "30b1fd6903f8f7bf33ccefc12046e301b85bac9c",
      "tree": "a7e78c27914c05b9861576a161dca8d3ede7e4a1",
      "parents": [
        "7fa633b373267cb8475d47d9dc7a024fb61bd344"
      ],
      "author": {
        "name": "Colleen Murphy",
        "email": "colleen.murphy@suse.com",
        "time": "Fri Dec 29 12:43:53 2017 +0100"
      },
      "committer": {
        "name": "Colleen Murphy",
        "email": "colleen.murphy@suse.com",
        "time": "Fri Dec 29 12:58:06 2017 +0100"
      },
      "message": "Add endpoint_type config option\n\nPrior to their removal from the tempest repository, the heat tests\nsupported an endpoint_type option[1] to configure which endpoint\ninterface to use in its requests to the Orchestration service and other\nOpenStack services. This patch adds back this support so that users can\nconfigure the heat tests to run against non-public interfaces.\n\n[1] http://git.openstack.org/cgit/openstack/tempest/tree/tempest/config.py?h\u003d17.2.0#n943\n\nChange-Id: Id86f90e428136198b4244f12da5eb53f673fd788\n"
    },
    {
      "commit": "d69f031138e8e8feaeda45a13ebc721132937d80",
      "tree": "92a9bc1feb2e7091942417561cf621cff74dcb9a",
      "parents": [
        "d2916d04e0f06027f46b16ce619d9e2ad45e0da6"
      ],
      "author": {
        "name": "rabi",
        "email": "ramishra@redhat.com",
        "time": "Thu Oct 26 14:52:52 2017 +0530"
      },
      "committer": {
        "name": "rabi",
        "email": "ramishra@redhat.com",
        "time": "Tue Nov 14 20:28:36 2017 +0530"
      },
      "message": "Fix AodhAlarmTest to use gnocchi\n\nThis changes the test to use AodhGnocchiAggregationByMetricsAlarm\nand add measures using gnocchi api.\n\nChange-Id: I0b2fe154b93d9882b703e95a0b09f139697ceb9a\nCloses-Bug: #1727637\n"
    },
    {
      "commit": "d2916d04e0f06027f46b16ce619d9e2ad45e0da6",
      "tree": "8da414f9e3a299c5912fd43f9d7ea07ea81c2fb2",
      "parents": [
        "48c26a9a371552ff450e97e00afe4693c5a340f8"
      ],
      "author": {
        "name": "rabi",
        "email": "ramishra@redhat.com",
        "time": "Fri Sep 22 18:19:24 2017 +0530"
      },
      "committer": {
        "name": "rabi",
        "email": "ramishra@redhat.com",
        "time": "Tue Nov 14 20:28:32 2017 +0530"
      },
      "message": "Initial movement to new repo with cleanup\n"
    }
  ]
}
