)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"bee68fc8d7ba99491f31255225d3f67ab51a6576","unresolved":false,"context_lines":[{"line_number":11,"context_line":"configs have not been obeyed since the migration to the oslo.service"},{"line_number":12,"context_line":"wsgi server."},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"Closes-Bug: https://storyboard.openstack.org/#!/story/2008016"},{"line_number":15,"context_line":"Change-Id: I76235a6e6ffdf80a0f5476f577b055223cdf1585"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":4,"id":"9f560f44_3f3c662f","line":14,"updated":"2020-08-31 14:36:20.000000000","message":"Should be\n\n Story: #\u003cnumber\u003e\n Task: #\u003cnumber2\u003e","commit_id":"6ed0a14ecf83f9b6b4c2e92700de5df580ab39f8"}],"ironic_python_agent/api/app.py":[{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"d8f77f8964d84d97a0c5d5a6ce1789e4c637caf8","unresolved":false,"context_lines":[{"line_number":129,"context_line":"    def start(self):"},{"line_number":130,"context_line":"        \"\"\"Start the API service in the background.\"\"\""},{"line_number":131,"context_line":"        self.service \u003d wsgi.Server(self._conf, \u0027ironic-python-agent\u0027, app\u003dself,"},{"line_number":132,"context_line":"                                   host\u003dself._conf.listen_host,"},{"line_number":133,"context_line":"                                   port\u003dself._conf.listen_port)"},{"line_number":134,"context_line":"        self.service.start()"},{"line_number":135,"context_line":"        LOG.info(\u0027Started API service on port %s\u0027, self._conf.listen_port)"}],"source_content_type":"text/x-python","patch_set":2,"id":"9f560f44_3c0bd42b","line":132,"updated":"2020-08-31 14:06:02.000000000","message":"self.agent.listen_address.hostname","commit_id":"f76d9fbbeb6913c02094d33186d2f159bac67c81"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"d8f77f8964d84d97a0c5d5a6ce1789e4c637caf8","unresolved":false,"context_lines":[{"line_number":130,"context_line":"        \"\"\"Start the API service in the background.\"\"\""},{"line_number":131,"context_line":"        self.service \u003d wsgi.Server(self._conf, \u0027ironic-python-agent\u0027, app\u003dself,"},{"line_number":132,"context_line":"                                   host\u003dself._conf.listen_host,"},{"line_number":133,"context_line":"                                   port\u003dself._conf.listen_port)"},{"line_number":134,"context_line":"        self.service.start()"},{"line_number":135,"context_line":"        LOG.info(\u0027Started API service on port %s\u0027, self._conf.listen_port)"},{"line_number":136,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"9f560f44_1c08902b","line":133,"updated":"2020-08-31 14:06:02.000000000","message":"self.agent.listen_address.port","commit_id":"f76d9fbbeb6913c02094d33186d2f159bac67c81"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"26936c03c4f68f207f3369495b2cc3aa75b39be6","unresolved":false,"context_lines":[{"line_number":132,"context_line":"                                   host\u003dself.agent.listen_address.hostname,"},{"line_number":133,"context_line":"                                   port\u003dself.agent.listen_address.port)"},{"line_number":134,"context_line":"        self.service.start()"},{"line_number":135,"context_line":"        LOG.info(\u0027Started API service on port %s\u0027, self._conf.listen_port)"},{"line_number":136,"context_line":""},{"line_number":137,"context_line":"    def stop(self):"},{"line_number":138,"context_line":"        \"\"\"Stop the API service.\"\"\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_bf9876cc","line":135,"updated":"2020-08-31 14:13:34.000000000","message":"nit: listen_address here as well","commit_id":"7335752f4c66a7fcff7a9e58736d1429083c5655"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"26936c03c4f68f207f3369495b2cc3aa75b39be6","unresolved":false,"context_lines":[{"line_number":141,"context_line":"            return"},{"line_number":142,"context_line":"        self.service.stop()"},{"line_number":143,"context_line":"        self.service \u003d None"},{"line_number":144,"context_line":"        LOG.info(\u0027Stopped API service on port %s\u0027, self._conf.listen_port)"},{"line_number":145,"context_line":""},{"line_number":146,"context_line":"    def handle_exception(self, environ, exc):"},{"line_number":147,"context_line":"        \"\"\"Handle an exception during request processing.\"\"\""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9f9db2bd","line":144,"updated":"2020-08-31 14:13:34.000000000","message":"ditto","commit_id":"7335752f4c66a7fcff7a9e58736d1429083c5655"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"bee68fc8d7ba99491f31255225d3f67ab51a6576","unresolved":false,"context_lines":[{"line_number":133,"context_line":"                                   port\u003dself.agent.listen_address.port)"},{"line_number":134,"context_line":"        self.service.start()"},{"line_number":135,"context_line":"        LOG.info(\u0027Started API service on port %s\u0027,"},{"line_number":136,"context_line":"                 self.agent.listen_address.hostname)"},{"line_number":137,"context_line":""},{"line_number":138,"context_line":"    def stop(self):"},{"line_number":139,"context_line":"        \"\"\"Stop the API service.\"\"\""}],"source_content_type":"text/x-python","patch_set":4,"id":"9f560f44_1f39a23e","line":136,"updated":"2020-08-31 14:36:20.000000000","message":"s/hostname/port/ :)","commit_id":"6ed0a14ecf83f9b6b4c2e92700de5df580ab39f8"}]}
