)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":6873,"name":"Matt Riedemann","email":"mriedem.os@gmail.com","username":"mriedem"},"change_message_id":"1674519e9b77544ec29b7b112b9dd5bbc6f7ecbb","unresolved":false,"context_lines":[{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Fix not supported error message"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"When execute \"nova baremetal-node-create\" command,"},{"line_number":10,"context_line":"below error message is shown:"},{"line_number":11,"context_line":" ERROR (BadRequest): Command Not supported."},{"line_number":12,"context_line":" Please use Ironic command port-create to perform this action. (HTTP 400)"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"9a061dce_dae3f803","line":9,"updated":"2016-04-05 20:55:18.000000000","message":"It seems dumb that we even have a CLI for a thing that the nova API doesn\u0027t support, we should probably have a separate patch to deprecate or just remove that CLI since it\u0027s busted.","commit_id":"ab1ec3f94a3a39137b0339c94f6db6f95e38cab1"},{"author":{"_account_id":6873,"name":"Matt Riedemann","email":"mriedem.os@gmail.com","username":"mriedem"},"change_message_id":"fc523049a19fae0a1d16d6b92208017d4032fce9","unresolved":false,"context_lines":[{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Fix not supported error message"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"When execute \"nova baremetal-node-create\" command,"},{"line_number":10,"context_line":"below error message is shown:"},{"line_number":11,"context_line":" ERROR (BadRequest): Command Not supported."},{"line_number":12,"context_line":" Please use Ironic command port-create to perform this action. (HTTP 400)"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"9a061dce_9dce9ab2","line":9,"in_reply_to":"9a061dce_dae3f803","updated":"2016-04-05 21:08:17.000000000","message":"I\u0027ll clean up novaclient with bug 1566535.","commit_id":"ab1ec3f94a3a39137b0339c94f6db6f95e38cab1"}],"nova/api/openstack/compute/baremetal_nodes.py":[{"author":{"_account_id":6873,"name":"Matt Riedemann","email":"mriedem.os@gmail.com","username":"mriedem"},"change_message_id":"1674519e9b77544ec29b7b112b9dd5bbc6f7ecbb","unresolved":false,"context_lines":[{"line_number":127,"context_line":""},{"line_number":128,"context_line":"    @extensions.expected_errors(400)"},{"line_number":129,"context_line":"    def create(self, req, body):"},{"line_number":130,"context_line":"        _no_ironic_proxy(\"node-create\")"},{"line_number":131,"context_line":""},{"line_number":132,"context_line":"    @extensions.expected_errors(400)"},{"line_number":133,"context_line":"    def delete(self, req, id):"}],"source_content_type":"text/x-python","patch_set":1,"id":"9a061dce_ba0d6492","line":130,"updated":"2016-04-05 20:55:18.000000000","message":"We have the same problem in the v2.0 API code, but since that\u0027s deprecated and we\u0027re not fixing latent bugs there, it\u0027s fine to not fix it:\n\nhttps://github.com/openstack/nova/blob/master/nova/api/openstack/compute/legacy_v2/contrib/baremetal_nodes.py#L135","commit_id":"ab1ec3f94a3a39137b0339c94f6db6f95e38cab1"},{"author":{"_account_id":7634,"name":"Takashi Natsume","email":"takanattie@gmail.com","username":"natsumet"},"change_message_id":"a3f4f3ef545732e876b1c8c2a5e856ae9a53925b","unresolved":false,"context_lines":[{"line_number":131,"context_line":""},{"line_number":132,"context_line":"    @extensions.expected_errors(400)"},{"line_number":133,"context_line":"    def delete(self, req, id):"},{"line_number":134,"context_line":"        _no_ironic_proxy(\"port-create\")"},{"line_number":135,"context_line":""},{"line_number":136,"context_line":"    @wsgi.action(\u0027add_interface\u0027)"},{"line_number":137,"context_line":"    @extensions.expected_errors(400)"}],"source_content_type":"text/x-python","patch_set":1,"id":"ba0121b8_171d9266","line":134,"range":{"start_line":134,"start_character":26,"end_line":134,"end_character":37},"updated":"2016-04-04 01:58:48.000000000","message":"This should also be fixed.\n(\"node-delete\")","commit_id":"ab1ec3f94a3a39137b0339c94f6db6f95e38cab1"},{"author":{"_account_id":7882,"name":"Yuiko Takada Mori","email":"yuiko-mori@nec.com","username":"YuikoTakada"},"change_message_id":"875c2e2e76a15cc224e14015a9eb8f826ffd0c6d","unresolved":false,"context_lines":[{"line_number":131,"context_line":""},{"line_number":132,"context_line":"    @extensions.expected_errors(400)"},{"line_number":133,"context_line":"    def delete(self, req, id):"},{"line_number":134,"context_line":"        _no_ironic_proxy(\"port-create\")"},{"line_number":135,"context_line":""},{"line_number":136,"context_line":"    @wsgi.action(\u0027add_interface\u0027)"},{"line_number":137,"context_line":"    @extensions.expected_errors(400)"}],"source_content_type":"text/x-python","patch_set":1,"id":"ba0121b8_372a567f","line":134,"range":{"start_line":134,"start_character":26,"end_line":134,"end_character":37},"in_reply_to":"ba0121b8_171d9266","updated":"2016-04-04 02:01:21.000000000","message":"Done in separate patch, thanks.\n\nhttps://review.openstack.org/#/c/300437/","commit_id":"ab1ec3f94a3a39137b0339c94f6db6f95e38cab1"},{"author":{"_account_id":7634,"name":"Takashi Natsume","email":"takanattie@gmail.com","username":"natsumet"},"change_message_id":"286e499b79ffe14da5b6f09826cee99734809c40","unresolved":false,"context_lines":[{"line_number":131,"context_line":""},{"line_number":132,"context_line":"    @extensions.expected_errors(400)"},{"line_number":133,"context_line":"    def delete(self, req, id):"},{"line_number":134,"context_line":"        _no_ironic_proxy(\"port-create\")"},{"line_number":135,"context_line":""},{"line_number":136,"context_line":"    @wsgi.action(\u0027add_interface\u0027)"},{"line_number":137,"context_line":"    @extensions.expected_errors(400)"}],"source_content_type":"text/x-python","patch_set":1,"id":"ba0121b8_174bd25a","line":134,"range":{"start_line":134,"start_character":26,"end_line":134,"end_character":37},"in_reply_to":"ba0121b8_372a567f","updated":"2016-04-04 02:08:07.000000000","message":"I understand it.","commit_id":"ab1ec3f94a3a39137b0339c94f6db6f95e38cab1"}]}
