)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":8119,"name":"Eric Brown","email":"eric_wade_brown@yahoo.com","username":"ericwb"},"change_message_id":"77626179c25b8f28cb0a3cb011aa7f04d853d8fc","unresolved":false,"context_lines":[{"line_number":7,"context_line":"Ensure that API updates notify compute node"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"The nova API enables the user to update an instance. This information"},{"line_number":10,"context_line":"is not passed to the hypervisor that that it can update instance"},{"line_number":11,"context_line":"properties (if necessary)."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"An example of this is the meta data stored by libvirt."}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"9a80dd14_caaab119","line":10,"updated":"2015-03-11 23:21:32.000000000","message":"that that -\u003e so that","commit_id":"175a5eb47f9fc588e40eb19d4803c2f8719fb5ef"},{"author":{"_account_id":1653,"name":"garyk","email":"gkotton@vmware.com","username":"garyk"},"change_message_id":"8bbad802604c6982e7282192d2e3d159432ae628","unresolved":false,"context_lines":[{"line_number":7,"context_line":"Ensure that API updates notify compute node"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"The nova API enables the user to update an instance. This information"},{"line_number":10,"context_line":"is not passed to the hypervisor that that it can update instance"},{"line_number":11,"context_line":"properties (if necessary)."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"An example of this is the meta data stored by libvirt."}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"9a80dd14_8ed8bf80","line":10,"in_reply_to":"9a80dd14_caaab119","updated":"2015-03-12 07:36:36.000000000","message":"Done","commit_id":"175a5eb47f9fc588e40eb19d4803c2f8719fb5ef"}],"nova/compute/api.py":[{"author":{"_account_id":6062,"name":"jichenjc","email":"jichenjc@cn.ibm.com","username":"jichenjc"},"change_message_id":"6f4da80337ee6e23eaeadcb5e028b88489f0112e","unresolved":false,"context_lines":[{"line_number":1487,"context_line":"        \"\"\"Updates the instance in the datastore."},{"line_number":1488,"context_line":""},{"line_number":1489,"context_line":"        :param context: The security context"},{"line_number":1490,"context_line":"        :param instance: The updated instance object"},{"line_number":1491,"context_line":"        \"\"\""},{"line_number":1492,"context_line":"        self.compute_rpcapi.update_instance(context, instance)"},{"line_number":1493,"context_line":""}],"source_content_type":"text/x-python","patch_set":4,"id":"9a80dd14_1257b7cb","line":1490,"updated":"2015-03-17 17:33:10.000000000","message":"are kwargs not needed any more ? can we either remove it \nor say something here that it\u0027s currently not used?","commit_id":"ef7bde42eb5724158ff621c40058dd1b6a416a48"},{"author":{"_account_id":1653,"name":"garyk","email":"gkotton@vmware.com","username":"garyk"},"change_message_id":"811f8aaf0f556275dbde4e1e83bba289a64d05f4","unresolved":false,"context_lines":[{"line_number":1487,"context_line":"        \"\"\"Updates the instance in the datastore."},{"line_number":1488,"context_line":""},{"line_number":1489,"context_line":"        :param context: The security context"},{"line_number":1490,"context_line":"        :param instance: The updated instance object"},{"line_number":1491,"context_line":"        \"\"\""},{"line_number":1492,"context_line":"        self.compute_rpcapi.update_instance(context, instance)"},{"line_number":1493,"context_line":""}],"source_content_type":"text/x-python","patch_set":4,"id":"9a80dd14_3f261b69","line":1490,"in_reply_to":"9a80dd14_1257b7cb","updated":"2015-03-18 12:15:10.000000000","message":"Done","commit_id":"ef7bde42eb5724158ff621c40058dd1b6a416a48"},{"author":{"_account_id":6450,"name":"Hans Lindgren","email":"hanlind@kth.se","username":"hanlind"},"change_message_id":"8b130518c4af86e9ab6c8dfb9fab3ab26577867e","unresolved":false,"context_lines":[{"line_number":1488,"context_line":"        :param instance: The updated instance object"},{"line_number":1489,"context_line":"        :param kwargs: All additional keyword args"},{"line_number":1490,"context_line":"        \"\"\""},{"line_number":1491,"context_line":"        self.compute_rpcapi.update_instance(context, instance)"},{"line_number":1492,"context_line":""},{"line_number":1493,"context_line":"    def _check_auto_disk_config(self, instance\u003dNone, image\u003dNone,"},{"line_number":1494,"context_line":"                                **extra_instance_updates):"}],"source_content_type":"text/x-python","patch_set":5,"id":"1a6ced46_d18ea578","line":1491,"updated":"2015-03-25 20:16:52.000000000","message":"I think the update() method in cells_api.py must be fixed for this to work correctly with cells.","commit_id":"837a48bb88e6447b39dc8c235494aeed3c16f0bf"},{"author":{"_account_id":6450,"name":"Hans Lindgren","email":"hanlind@kth.se","username":"hanlind"},"change_message_id":"cb910f0a9dfdffc3ab339a86d100375bc723f6d6","unresolved":false,"context_lines":[{"line_number":1488,"context_line":"        :param instance: The updated instance object"},{"line_number":1489,"context_line":"        :param kwargs: All additional keyword args"},{"line_number":1490,"context_line":"        \"\"\""},{"line_number":1491,"context_line":"        self.compute_rpcapi.update_instance(context, instance)"},{"line_number":1492,"context_line":""},{"line_number":1493,"context_line":"    def _check_auto_disk_config(self, instance\u003dNone, image\u003dNone,"},{"line_number":1494,"context_line":"                                **extra_instance_updates):"}],"source_content_type":"text/x-python","patch_set":5,"id":"1a6ced46_e4e2012e","line":1491,"in_reply_to":"1a6ced46_d18ea578","updated":"2015-03-25 20:25:22.000000000","message":"...or maybe not. Reading the code again, I\u0027m not sure.","commit_id":"837a48bb88e6447b39dc8c235494aeed3c16f0bf"}],"nova/compute/manager.py":[{"author":{"_account_id":6062,"name":"jichenjc","email":"jichenjc@cn.ibm.com","username":"jichenjc"},"change_message_id":"6f4da80337ee6e23eaeadcb5e028b88489f0112e","unresolved":false,"context_lines":[{"line_number":6429,"context_line":"                                   NotImplementedError)"},{"line_number":6430,"context_line":"    @wrap_exception()"},{"line_number":6431,"context_line":"    def update_instance(self, context, instance):"},{"line_number":6432,"context_line":"        \"\"\"Update instance.\"\"\""},{"line_number":6433,"context_line":"        self.driver.update(context, instance)"}],"source_content_type":"text/x-python","patch_set":4,"id":"9a80dd14_d2ba7f70","line":6432,"updated":"2015-03-17 17:33:10.000000000","message":"can you add more comments here? or maybe remove it ..","commit_id":"ef7bde42eb5724158ff621c40058dd1b6a416a48"},{"author":{"_account_id":1653,"name":"garyk","email":"gkotton@vmware.com","username":"garyk"},"change_message_id":"811f8aaf0f556275dbde4e1e83bba289a64d05f4","unresolved":false,"context_lines":[{"line_number":6429,"context_line":"                                   NotImplementedError)"},{"line_number":6430,"context_line":"    @wrap_exception()"},{"line_number":6431,"context_line":"    def update_instance(self, context, instance):"},{"line_number":6432,"context_line":"        \"\"\"Update instance.\"\"\""},{"line_number":6433,"context_line":"        self.driver.update(context, instance)"}],"source_content_type":"text/x-python","patch_set":4,"id":"9a80dd14_3fab7b8a","line":6432,"in_reply_to":"9a80dd14_d2ba7f70","updated":"2015-03-18 12:15:10.000000000","message":"Done","commit_id":"ef7bde42eb5724158ff621c40058dd1b6a416a48"}]}
