)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"9278eb2cb1778e0d747df45b7f17f8504e082349","unresolved":false,"context_lines":[{"line_number":11,"context_line":"is fixed."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"Closes-bug: #1899112"},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"Change-Id: I0ee9d7e1e0c4ea26dd5894ad4fca302fe9bfd4d1"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"9f560f44_7d9dcb07","line":14,"updated":"2020-10-09 04:44:54.000000000","message":"add Closes-bug: #1898963 too.","commit_id":"4745a87afb8d41f95881cf7a440edf0241107f2a"},{"author":{"_account_id":32219,"name":"Aldinson C. Esto","email":"esto.aln@nec.com","username":"esto-aln"},"change_message_id":"32d53fc18fc5ede580dfad6093e5f8568f4716a9","unresolved":false,"context_lines":[{"line_number":11,"context_line":"is fixed."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"Closes-bug: #1899112"},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"Change-Id: I0ee9d7e1e0c4ea26dd5894ad4fca302fe9bfd4d1"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"9f560f44_31b537d1","line":14,"in_reply_to":"9f560f44_7d9dcb07","updated":"2020-10-09 14:34:15.000000000","message":"It is added.","commit_id":"4745a87afb8d41f95881cf7a440edf0241107f2a"},{"author":{"_account_id":25701,"name":"Yasufumi Ogawa","email":"yasufum.o@gmail.com","username":"yasufum"},"change_message_id":"30e5a854a686bd780a8ebdf0c288140236dbe8f0","unresolved":false,"context_lines":[{"line_number":7,"context_line":"Fix for package error during vnflcm creation"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Execution \"openstack vnflcm create\" raises some package errors."},{"line_number":10,"context_line":"In order to avoid them, the exeption process in vnflcm creation"},{"line_number":11,"context_line":"is fixed."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"Closes-bug: #1898963"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":12,"id":"1f621f24_1cd4d01f","line":10,"range":{"start_line":10,"start_character":28,"end_line":10,"end_character":36},"updated":"2020-11-05 01:41:42.000000000","message":"exception","commit_id":"1d0e79c350fdf5df606d124e3740ddf8dfae5ec7"},{"author":{"_account_id":31813,"name":"Koichi Edagawa","email":"edagawa.kc@nec.com","username":"k-edagawa"},"change_message_id":"e34de3eeb648ab8b8b11db58861122e350ad7f9a","unresolved":false,"context_lines":[{"line_number":7,"context_line":"Fix for package error during vnflcm creation"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Execution \"openstack vnflcm create\" raises some package errors."},{"line_number":10,"context_line":"In order to avoid them, the exeption process in vnflcm creation"},{"line_number":11,"context_line":"is fixed."},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"Closes-bug: #1898963"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":12,"id":"1f621f24_3cb6ecda","line":10,"range":{"start_line":10,"start_character":28,"end_line":10,"end_character":36},"in_reply_to":"1f621f24_1cd4d01f","updated":"2020-11-05 02:06:51.000000000","message":"Fixed.","commit_id":"1d0e79c350fdf5df606d124e3740ddf8dfae5ec7"}],"tacker/api/vnflcm/v1/controller.py":[{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"313ac7ab7b515998b27acf24344ef37b7f911454","unresolved":false,"context_lines":[{"line_number":445,"context_line":"                    # roll back db changes"},{"line_number":446,"context_line":"                    self._destroy_vnf(context, vnf_instance)"},{"line_number":447,"context_line":"                    vnf_instance.destroy(context)"},{"line_number":448,"context_line":"                    self._update_package_usage_state(context, vnf_package)"},{"line_number":449,"context_line":""},{"line_number":450,"context_line":"            # create notification data"},{"line_number":451,"context_line":"            notification \u003d {"}],"source_content_type":"text/x-python","patch_set":2,"id":"9f560f44_5d5f2774","line":448,"updated":"2020-10-09 04:36:38.000000000","message":"As you can see the log of bug report 1899112, vnf_package is referenced before assignment if the exception occurs before line 438.\nPleas fix this too.","commit_id":"4745a87afb8d41f95881cf7a440edf0241107f2a"},{"author":{"_account_id":32219,"name":"Aldinson C. Esto","email":"esto.aln@nec.com","username":"esto-aln"},"change_message_id":"e4bb6fe3275d2c7c1452a8f73d1224a0db6512ba","unresolved":false,"context_lines":[{"line_number":445,"context_line":"                    # roll back db changes"},{"line_number":446,"context_line":"                    self._destroy_vnf(context, vnf_instance)"},{"line_number":447,"context_line":"                    vnf_instance.destroy(context)"},{"line_number":448,"context_line":"                    self._update_package_usage_state(context, vnf_package)"},{"line_number":449,"context_line":""},{"line_number":450,"context_line":"            # create notification data"},{"line_number":451,"context_line":"            notification \u003d {"}],"source_content_type":"text/x-python","patch_set":2,"id":"9f560f44_62552752","line":448,"in_reply_to":"9f560f44_5d5f2774","updated":"2020-10-09 08:59:08.000000000","message":"Regarding the case of Exception that occurs at the code you pointed out, it is assumed that the DB connection has failed.\n\nSubsequent Exception will not be picked up by excutils.save_and_reraise_exception, so it will be detected by Line478 and then a 500 error will be returned.\n\nSince this behavior means it is no longer a normal process as the system, I think that it is no problem even if there is no fix.","commit_id":"4745a87afb8d41f95881cf7a440edf0241107f2a"},{"author":{"_account_id":32219,"name":"Aldinson C. Esto","email":"esto.aln@nec.com","username":"esto-aln"},"change_message_id":"fe3e4ba81fe9e611b18255a588e381de5e60ef04","unresolved":false,"context_lines":[{"line_number":445,"context_line":"                    # roll back db changes"},{"line_number":446,"context_line":"                    self._destroy_vnf(context, vnf_instance)"},{"line_number":447,"context_line":"                    vnf_instance.destroy(context)"},{"line_number":448,"context_line":"                    self._update_package_usage_state(context, vnf_package)"},{"line_number":449,"context_line":""},{"line_number":450,"context_line":"            # create notification data"},{"line_number":451,"context_line":"            notification \u003d {"}],"source_content_type":"text/x-python","patch_set":2,"id":"9f560f44_00ea63d7","line":448,"in_reply_to":"9f560f44_62552752","updated":"2020-10-09 14:21:59.000000000","message":"We added log for user investigation.\n\nAs an additional fix, the following migration file will differ from the subscription database configuration referenced during the life cycle.\n\ntacker/db/migration/alembic_migrations/versions/c47a733f425a_add_vnflcm_subscription.py","commit_id":"4745a87afb8d41f95881cf7a440edf0241107f2a"},{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"d47cf5ad16750f46cf3ba7f181aa89cf07f941d5","unresolved":false,"context_lines":[{"line_number":447,"context_line":"                    vnf_instance.destroy(context)"},{"line_number":448,"context_line":"                    if \u0027vnf_package\u0027 not in locals():"},{"line_number":449,"context_line":"                        LOG.error(\"vnf_package is not assigned\")"},{"line_number":450,"context_line":"                    self._update_package_usage_state(context, vnf_package)"},{"line_number":451,"context_line":""},{"line_number":452,"context_line":"            # create notification data"},{"line_number":453,"context_line":"            notification \u003d {"}],"source_content_type":"text/x-python","patch_set":4,"id":"9f560f44_a3072f70","line":450,"updated":"2020-10-11 22:20:04.000000000","message":"How about the following ?\nelse:\n     self._update_package_usage_state(context, vnf_package)","commit_id":"0dee68adadb1e2da46a0e8feb48d2733446d0151"},{"author":{"_account_id":31813,"name":"Koichi Edagawa","email":"edagawa.kc@nec.com","username":"k-edagawa"},"change_message_id":"6303836f2a925a2767b40c3119ac05c4db22e213","unresolved":false,"context_lines":[{"line_number":447,"context_line":"                    vnf_instance.destroy(context)"},{"line_number":448,"context_line":"                    if \u0027vnf_package\u0027 not in locals():"},{"line_number":449,"context_line":"                        LOG.error(\"vnf_package is not assigned\")"},{"line_number":450,"context_line":"                    self._update_package_usage_state(context, vnf_package)"},{"line_number":451,"context_line":""},{"line_number":452,"context_line":"            # create notification data"},{"line_number":453,"context_line":"            notification \u003d {"}],"source_content_type":"text/x-python","patch_set":4,"id":"9f560f44_18dbe14d","line":450,"in_reply_to":"9f560f44_a3072f70","updated":"2020-10-12 07:13:02.000000000","message":"Modified as suggested.","commit_id":"0dee68adadb1e2da46a0e8feb48d2733446d0151"}],"tacker/db/migration/alembic_migrations/versions/c47a733f425a_add_vnflcm_subscription.py":[{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"3ad28e7dafedebf07bd69267c67a076c7cd1439d","unresolved":false,"context_lines":[{"line_number":37,"context_line":"def upgrade(active_plugins\u003dNone, options\u003dNone):"},{"line_number":38,"context_line":"    op.create_table("},{"line_number":39,"context_line":"        \u0027vnf_lcm_subscriptions\u0027,"},{"line_number":40,"context_line":"        sa.Column(\u0027id\u0027, sa.VARBINARY(length\u003d36), nullable\u003dFalse),"},{"line_number":41,"context_line":"        sa.Column(\u0027callback_uri\u0027, sa.VARBINARY(length\u003d256), nullable\u003dFalse),"},{"line_number":42,"context_line":"        sa.Column(\u0027subscription_authentication\u0027, sa.JSON(), nullable\u003dTrue),"},{"line_number":43,"context_line":"        sa.Column(\u0027created_at\u0027, sa.DateTime(), nullable\u003dFalse),"}],"source_content_type":"text/x-python","patch_set":4,"id":"9f560f44_43645349","line":40,"updated":"2020-10-11 22:46:44.000000000","message":"It seems this change causes DB creation failure.\nsqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1005, \u0027Can\\\u0027t create table `tacker`.`vnf_lcm_filters` (errno: 150 \"Foreign key constraint is incorrectly formed\")\u0027)\n\nSee line 71.","commit_id":"0dee68adadb1e2da46a0e8feb48d2733446d0151"},{"author":{"_account_id":31813,"name":"Koichi Edagawa","email":"edagawa.kc@nec.com","username":"k-edagawa"},"change_message_id":"6303836f2a925a2767b40c3119ac05c4db22e213","unresolved":false,"context_lines":[{"line_number":37,"context_line":"def upgrade(active_plugins\u003dNone, options\u003dNone):"},{"line_number":38,"context_line":"    op.create_table("},{"line_number":39,"context_line":"        \u0027vnf_lcm_subscriptions\u0027,"},{"line_number":40,"context_line":"        sa.Column(\u0027id\u0027, sa.VARBINARY(length\u003d36), nullable\u003dFalse),"},{"line_number":41,"context_line":"        sa.Column(\u0027callback_uri\u0027, sa.VARBINARY(length\u003d256), nullable\u003dFalse),"},{"line_number":42,"context_line":"        sa.Column(\u0027subscription_authentication\u0027, sa.JSON(), nullable\u003dTrue),"},{"line_number":43,"context_line":"        sa.Column(\u0027created_at\u0027, sa.DateTime(), nullable\u003dFalse),"}],"source_content_type":"text/x-python","patch_set":4,"id":"9f560f44_18b481f0","line":40,"in_reply_to":"9f560f44_43645349","updated":"2020-10-12 07:13:02.000000000","message":"To avoid the failure, line 71-72 was removed.","commit_id":"0dee68adadb1e2da46a0e8feb48d2733446d0151"}],"tacker/db/migration/alembic_migrations/versions/d25c7c865ce8_mod_vnflcm_subscription.py":[{"author":{"_account_id":25701,"name":"Yasufumi Ogawa","email":"yasufum.o@gmail.com","username":"yasufum"},"change_message_id":"30e5a854a686bd780a8ebdf0c288140236dbe8f0","unresolved":false,"context_lines":[{"line_number":66,"context_line":""},{"line_number":67,"context_line":"    op.add_column(\u0027vnf_lcm_op_occs\u0027,"},{"line_number":68,"context_line":"        sa.Column(\u0027resource_changes\u0027, sa.JSON(), nullable\u003dTrue))"},{"line_number":69,"context_line":"    "},{"line_number":70,"context_line":"    op.add_column(\u0027vnf_lcm_op_occs\u0027,"},{"line_number":71,"context_line":"        sa.Column(\u0027error_point\u0027, sa.Integer, nullable\u003dTrue))"},{"line_number":72,"context_line":""}],"source_content_type":"text/x-python","patch_set":12,"id":"1f621f24_7c1d040e","line":69,"updated":"2020-11-05 01:41:42.000000000","message":"It\u0027s very tiny, but no need white spaces are remained.","commit_id":"1d0e79c350fdf5df606d124e3740ddf8dfae5ec7"},{"author":{"_account_id":31813,"name":"Koichi Edagawa","email":"edagawa.kc@nec.com","username":"k-edagawa"},"change_message_id":"e34de3eeb648ab8b8b11db58861122e350ad7f9a","unresolved":false,"context_lines":[{"line_number":66,"context_line":""},{"line_number":67,"context_line":"    op.add_column(\u0027vnf_lcm_op_occs\u0027,"},{"line_number":68,"context_line":"        sa.Column(\u0027resource_changes\u0027, sa.JSON(), nullable\u003dTrue))"},{"line_number":69,"context_line":"    "},{"line_number":70,"context_line":"    op.add_column(\u0027vnf_lcm_op_occs\u0027,"},{"line_number":71,"context_line":"        sa.Column(\u0027error_point\u0027, sa.Integer, nullable\u003dTrue))"},{"line_number":72,"context_line":""}],"source_content_type":"text/x-python","patch_set":12,"id":"1f621f24_3ceb8cb0","line":69,"in_reply_to":"1f621f24_7c1d040e","updated":"2020-11-05 02:06:51.000000000","message":"Fixed.","commit_id":"1d0e79c350fdf5df606d124e3740ddf8dfae5ec7"}],"tacker/vnflcm/vnflcm_driver.py":[{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"e8acafa73a5b09fadf30f907f17b8a66a734bf8d","unresolved":false,"context_lines":[{"line_number":307,"context_line":"            vnflcm_utils.get_base_nest_hot_dict("},{"line_number":308,"context_line":"                context,"},{"line_number":309,"context_line":"                instantiate_vnf_req.flavour_id,"},{"line_number":310,"context_line":"                vnf_instance.vnfd_id)"},{"line_number":311,"context_line":"        vnf_package_path \u003d None"},{"line_number":312,"context_line":"        if base_hot_dict is not None:"},{"line_number":313,"context_line":"            vnf_package_path \u003d vnflcm_utils._get_vnf_package_path("}],"source_content_type":"text/x-python","patch_set":7,"id":"3f65232a_d4ac238e","line":310,"updated":"2020-10-25 22:46:02.000000000","message":"This change is not related the bug. If you wish this change, please do the another patch.","commit_id":"80ea3c3a7c49306e3ce527974cc42cb176dd538f"},{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"b1374307a81f21da4c20a6e39c66c504c3606038","unresolved":false,"context_lines":[{"line_number":307,"context_line":"            vnflcm_utils.get_base_nest_hot_dict("},{"line_number":308,"context_line":"                context,"},{"line_number":309,"context_line":"                instantiate_vnf_req.flavour_id,"},{"line_number":310,"context_line":"                vnf_instance.vnfd_id)"},{"line_number":311,"context_line":"        vnf_package_path \u003d None"},{"line_number":312,"context_line":"        if base_hot_dict is not None:"},{"line_number":313,"context_line":"            vnf_package_path \u003d vnflcm_utils._get_vnf_package_path("}],"source_content_type":"text/x-python","patch_set":8,"id":"3f65232a_70e0b0cd","line":310,"updated":"2020-10-26 22:20:09.000000000","message":"This change is not related the bug. If you wish this change, please do the another patch.","commit_id":"4fd7560f00ce72c9fd9c4a40d17c74885cb018ce"},{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"ad9df1e036574d35238e6974c8752554eddfd1bd","unresolved":false,"context_lines":[{"line_number":307,"context_line":"            vnflcm_utils.get_base_nest_hot_dict("},{"line_number":308,"context_line":"                context,"},{"line_number":309,"context_line":"                instantiate_vnf_req.flavour_id,"},{"line_number":310,"context_line":"                vnf_instance.vnfd_id)"},{"line_number":311,"context_line":"        vnf_package_path \u003d None"},{"line_number":312,"context_line":"        if base_hot_dict is not None:"},{"line_number":313,"context_line":"            vnf_package_path \u003d vnflcm_utils._get_vnf_package_path("}],"source_content_type":"text/x-python","patch_set":9,"id":"3f65232a_822254a3","line":310,"updated":"2020-10-27 22:02:43.000000000","message":"This change is not related the bug. If you wish this change, please do the another patch.","commit_id":"21f63bfec626fdb21002b2f4361e4f2bf68d7814"},{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"bef51b019d52942ddcb2d316ddd859b53b6957ed","unresolved":false,"context_lines":[{"line_number":307,"context_line":"            vnflcm_utils.get_base_nest_hot_dict("},{"line_number":308,"context_line":"                context,"},{"line_number":309,"context_line":"                instantiate_vnf_req.flavour_id,"},{"line_number":310,"context_line":"                vnf_instance.vnfd_id)"},{"line_number":311,"context_line":"        vnf_package_path \u003d None"},{"line_number":312,"context_line":"        if base_hot_dict is not None:"},{"line_number":313,"context_line":"            vnf_package_path \u003d vnflcm_utils._get_vnf_package_path("}],"source_content_type":"text/x-python","patch_set":9,"id":"3f65232a_689c395d","line":310,"in_reply_to":"3f65232a_4884dd5e","updated":"2020-10-28 02:42:49.000000000","message":"I don\u0027t understand why the previous line causes exception because I can\u0027t see any difference. Please explain it a little in detail.","commit_id":"21f63bfec626fdb21002b2f4361e4f2bf68d7814"},{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"9fa1655e64e88f73c45af71c4bf1b238cd660e8f","unresolved":false,"context_lines":[{"line_number":307,"context_line":"            vnflcm_utils.get_base_nest_hot_dict("},{"line_number":308,"context_line":"                context,"},{"line_number":309,"context_line":"                instantiate_vnf_req.flavour_id,"},{"line_number":310,"context_line":"                vnf_instance.vnfd_id)"},{"line_number":311,"context_line":"        vnf_package_path \u003d None"},{"line_number":312,"context_line":"        if base_hot_dict is not None:"},{"line_number":313,"context_line":"            vnf_package_path \u003d vnflcm_utils._get_vnf_package_path("}],"source_content_type":"text/x-python","patch_set":9,"id":"3f65232a_e8ee89b2","line":310,"in_reply_to":"3f65232a_689c395d","updated":"2020-10-28 02:50:22.000000000","message":"Ah, I just understand. Blanks are not ignored without a parenthesis...","commit_id":"21f63bfec626fdb21002b2f4361e4f2bf68d7814"},{"author":{"_account_id":31813,"name":"Koichi Edagawa","email":"edagawa.kc@nec.com","username":"k-edagawa"},"change_message_id":"dfe044a3f5cf555fb159e71af7ed48e89100062c","unresolved":false,"context_lines":[{"line_number":307,"context_line":"            vnflcm_utils.get_base_nest_hot_dict("},{"line_number":308,"context_line":"                context,"},{"line_number":309,"context_line":"                instantiate_vnf_req.flavour_id,"},{"line_number":310,"context_line":"                vnf_instance.vnfd_id)"},{"line_number":311,"context_line":"        vnf_package_path \u003d None"},{"line_number":312,"context_line":"        if base_hot_dict is not None:"},{"line_number":313,"context_line":"            vnf_package_path \u003d vnflcm_utils._get_vnf_package_path("}],"source_content_type":"text/x-python","patch_set":9,"id":"3f65232a_4884dd5e","line":310,"in_reply_to":"3f65232a_822254a3","updated":"2020-10-28 02:14:06.000000000","message":"This change isn\u0027t just a fix about the format.\nIf this change doesn\u0027t exist, an exception will be occur at each route.\nBecause of this reason, I think the fix need to be included in this patch.","commit_id":"21f63bfec626fdb21002b2f4361e4f2bf68d7814"},{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"84dba2688f8426514388402ebddfa7a415b3d5fa","unresolved":false,"context_lines":[{"line_number":307,"context_line":"            vnflcm_utils.get_base_nest_hot_dict("},{"line_number":308,"context_line":"                context,"},{"line_number":309,"context_line":"                instantiate_vnf_req.flavour_id,"},{"line_number":310,"context_line":"                vnf_instance.vnfd_id)"},{"line_number":311,"context_line":"        vnf_package_path \u003d None"},{"line_number":312,"context_line":"        if base_hot_dict is not None:"},{"line_number":313,"context_line":"            vnf_package_path \u003d vnflcm_utils._get_vnf_package_path("}],"source_content_type":"text/x-python","patch_set":9,"id":"3f65232a_c8762dd9","line":310,"in_reply_to":"3f65232a_e8ee89b2","updated":"2020-10-28 02:53:24.000000000","message":"It is wrong that an original code was merged...","commit_id":"21f63bfec626fdb21002b2f4361e4f2bf68d7814"}],"tacker/vnfm/infra_drivers/openstack/openstack.py":[{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"e8acafa73a5b09fadf30f907f17b8a66a734bf8d","unresolved":false,"context_lines":[{"line_number":167,"context_line":"                vnflcm_utils.get_base_nest_hot_dict("},{"line_number":168,"context_line":"                    context,"},{"line_number":169,"context_line":"                    inst_req_info.flavour_id,"},{"line_number":170,"context_line":"                    vnf_instance.vnfd_id)"},{"line_number":171,"context_line":"            if base_hot_dict is None:"},{"line_number":172,"context_line":"                error_reason \u003d _(\"failed to get Base HOT.\")"},{"line_number":173,"context_line":"                raise vnfm.LCMUserDataFailed(reason\u003derror_reason)"}],"source_content_type":"text/x-python","patch_set":7,"id":"3f65232a_b4a9a77c","line":170,"updated":"2020-10-25 22:46:02.000000000","message":"This change is not related the bug. If you wish this change, please do the another patch.","commit_id":"80ea3c3a7c49306e3ce527974cc42cb176dd538f"},{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"b1374307a81f21da4c20a6e39c66c504c3606038","unresolved":false,"context_lines":[{"line_number":167,"context_line":"                vnflcm_utils.get_base_nest_hot_dict("},{"line_number":168,"context_line":"                    context,"},{"line_number":169,"context_line":"                    inst_req_info.flavour_id,"},{"line_number":170,"context_line":"                    vnf_instance.vnfd_id)"},{"line_number":171,"context_line":"            if base_hot_dict is None:"},{"line_number":172,"context_line":"                error_reason \u003d _(\"failed to get Base HOT.\")"},{"line_number":173,"context_line":"                raise vnfm.LCMUserDataFailed(reason\u003derror_reason)"}],"source_content_type":"text/x-python","patch_set":8,"id":"3f65232a_d0e704e4","line":170,"updated":"2020-10-26 22:20:09.000000000","message":"This change is not related the bug. If you wish this change, please do the another patch.","commit_id":"4fd7560f00ce72c9fd9c4a40d17c74885cb018ce"},{"author":{"_account_id":4149,"name":"Itsuro Oda","email":"oda@valinux.co.jp","username":"oda-g"},"change_message_id":"ad9df1e036574d35238e6974c8752554eddfd1bd","unresolved":false,"context_lines":[{"line_number":167,"context_line":"                vnflcm_utils.get_base_nest_hot_dict("},{"line_number":168,"context_line":"                    context,"},{"line_number":169,"context_line":"                    inst_req_info.flavour_id,"},{"line_number":170,"context_line":"                    vnf_instance.vnfd_id)"},{"line_number":171,"context_line":"            if base_hot_dict is None:"},{"line_number":172,"context_line":"                error_reason \u003d _(\"failed to get Base HOT.\")"},{"line_number":173,"context_line":"                raise vnfm.LCMUserDataFailed(reason\u003derror_reason)"}],"source_content_type":"text/x-python","patch_set":9,"id":"3f65232a_622578ab","line":170,"updated":"2020-10-27 22:02:43.000000000","message":"This change is not related the bug. If you wish this change, please do the another patch.","commit_id":"21f63bfec626fdb21002b2f4361e4f2bf68d7814"},{"author":{"_account_id":31813,"name":"Koichi Edagawa","email":"edagawa.kc@nec.com","username":"k-edagawa"},"change_message_id":"dfe044a3f5cf555fb159e71af7ed48e89100062c","unresolved":false,"context_lines":[{"line_number":167,"context_line":"                vnflcm_utils.get_base_nest_hot_dict("},{"line_number":168,"context_line":"                    context,"},{"line_number":169,"context_line":"                    inst_req_info.flavour_id,"},{"line_number":170,"context_line":"                    vnf_instance.vnfd_id)"},{"line_number":171,"context_line":"            if base_hot_dict is None:"},{"line_number":172,"context_line":"                error_reason \u003d _(\"failed to get Base HOT.\")"},{"line_number":173,"context_line":"                raise vnfm.LCMUserDataFailed(reason\u003derror_reason)"}],"source_content_type":"text/x-python","patch_set":9,"id":"3f65232a_887ef568","line":170,"in_reply_to":"3f65232a_622578ab","updated":"2020-10-28 02:14:06.000000000","message":"This change isn\u0027t just a fix about the format.\nIf this change doesn\u0027t exist, an exception will be occur at each route.\nBecause of this reason, I think the fix need to be included in this patch.","commit_id":"21f63bfec626fdb21002b2f4361e4f2bf68d7814"}]}
