)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":6854,"name":"YAMAMOTO Takashi","email":"yamamoto@midokura.com","username":"yamamoto"},"change_message_id":"9d5097e5878111bacef07f7a7cda69819b94395f","unresolved":false,"context_lines":[{"line_number":7,"context_line":"Move NCS mech driver to its new home"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"The NCS driver is scheduled for decomposition, but it must first be moved to"},{"line_number":10,"context_line":"its new location in the tree."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"A future patch will decompose (thin) the driver and add requirements.txt."},{"line_number":13,"context_line":""}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"da86d52c_aa20509c","line":10,"updated":"2015-02-02 01:28:45.000000000","message":"it isn\u0027t clear (at least to me) why it must first be moved.","commit_id":"d4df2ebc990e68773d286d439a92eb6f968344eb"},{"author":{"_account_id":6524,"name":"Henry Gessau","email":"HenryG@gessau.net","username":"gessau"},"change_message_id":"dc5cc3d136b93b3517493e3d555472d5bc5934c8","unresolved":false,"context_lines":[{"line_number":7,"context_line":"Move NCS mech driver to its new home"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"The NCS driver is scheduled for decomposition, but it must first be moved to"},{"line_number":10,"context_line":"its new location in the tree."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"A future patch will decompose (thin) the driver and add requirements.txt."},{"line_number":13,"context_line":""}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"da86d52c_c531f6a3","line":10,"in_reply_to":"da86d52c_aa20509c","updated":"2015-02-02 04:49:24.000000000","message":"OK \u0027must\u0027 is not the right word. It\u0027s just easier to organize the code this way, here and in the stackforge/networking-cisco repo.","commit_id":"d4df2ebc990e68773d286d439a92eb6f968344eb"}],"neutron/plugins/ml2/drivers/cisco/ncs/driver.py":[{"author":{"_account_id":748,"name":"Armando Migliaccio","email":"armamig@gmail.com","username":"armando-migliaccio"},"change_message_id":"ae123013a7f788557d92b39c1ad29bf324d78f38","unresolved":false,"context_lines":[{"line_number":1,"context_line":"# Copyright (c) 2015 Cisco Systems, Inc."},{"line_number":2,"context_line":"#"},{"line_number":3,"context_line":"#    Licensed under the Apache License, Version 2.0 (the \"License\"); you may"},{"line_number":4,"context_line":"#    not use this file except in compliance with the License. You may obtain"}],"source_content_type":"text/x-python","patch_set":3,"id":"da86d52c_52c0e14f","line":1,"updated":"2015-02-11 17:17:52.000000000","message":"was it necessary to change the date?","commit_id":"05f3563e0e18c9ead340df68c6de0d81cf508ef3"},{"author":{"_account_id":6524,"name":"Henry Gessau","email":"HenryG@gessau.net","username":"gessau"},"change_message_id":"a011585d02c689f0d2e5ed5f72a671dcb80e3b1b","unresolved":false,"context_lines":[{"line_number":1,"context_line":"# Copyright (c) 2015 Cisco Systems, Inc."},{"line_number":2,"context_line":"#"},{"line_number":3,"context_line":"#    Licensed under the Apache License, Version 2.0 (the \"License\"); you may"},{"line_number":4,"context_line":"#    not use this file except in compliance with the License. You may obtain"}],"source_content_type":"text/x-python","patch_set":3,"id":"da86d52c_08171646","line":1,"in_reply_to":"da86d52c_52c0e14f","updated":"2015-02-11 17:52:59.000000000","message":"No. I don\u0027t even remember doing it. :(","commit_id":"05f3563e0e18c9ead340df68c6de0d81cf508ef3"}],"neutron/tests/unit/ml2/drivers/cisco/ncs/test_mechanism_ncs.py":[{"author":{"_account_id":748,"name":"Armando Migliaccio","email":"armamig@gmail.com","username":"armando-migliaccio"},"change_message_id":"ae123013a7f788557d92b39c1ad29bf324d78f38","unresolved":false,"context_lines":[{"line_number":1,"context_line":"# Copyright (c) 2015 Cisco Systems, Inc."},{"line_number":2,"context_line":"#"},{"line_number":3,"context_line":"#    Licensed under the Apache License, Version 2.0 (the \"License\"); you may"},{"line_number":4,"context_line":"#    not use this file except in compliance with the License. You may obtain"}],"source_content_type":"text/x-python","patch_set":3,"id":"da86d52c_72b16500","line":1,"updated":"2015-02-11 17:17:52.000000000","message":"ditto","commit_id":"05f3563e0e18c9ead340df68c6de0d81cf508ef3"}],"setup.cfg":[{"author":{"_account_id":748,"name":"Armando Migliaccio","email":"armamig@gmail.com","username":"armando-migliaccio"},"change_message_id":"ae123013a7f788557d92b39c1ad29bf324d78f38","unresolved":false,"context_lines":[{"line_number":171,"context_line":"    hyperv \u003d neutron.plugins.ml2.drivers.mech_hyperv:HypervMechanismDriver"},{"line_number":172,"context_line":"    arista \u003d neutron.plugins.ml2.drivers.arista.mechanism_arista:AristaDriver"},{"line_number":173,"context_line":"    ncs \u003d neutron.plugins.ml2.drivers.cisco.ncs.driver:NCSMechanismDriver"},{"line_number":174,"context_line":"    cisco_ncs \u003d neutron.plugins.ml2.drivers.cisco.ncs.driver:NCSMechanismDriver"},{"line_number":175,"context_line":"    cisco_nexus \u003d neutron.plugins.ml2.drivers.cisco.nexus.mech_cisco_nexus:CiscoNexusMechanismDriver"},{"line_number":176,"context_line":"    cisco_apic \u003d neutron.plugins.ml2.drivers.cisco.apic.mechanism_apic:APICMechanismDriver"},{"line_number":177,"context_line":"    l2population \u003d neutron.plugins.ml2.drivers.l2pop.mech_driver:L2populationMechanismDriver"}],"source_content_type":"text/x-ttcn-cfg","patch_set":3,"id":"da86d52c_b2a3dd9c","line":174,"updated":"2015-02-11 17:17:52.000000000","message":"just idle curiosity, why two aliases?","commit_id":"05f3563e0e18c9ead340df68c6de0d81cf508ef3"},{"author":{"_account_id":6524,"name":"Henry Gessau","email":"HenryG@gessau.net","username":"gessau"},"change_message_id":"a011585d02c689f0d2e5ed5f72a671dcb80e3b1b","unresolved":false,"context_lines":[{"line_number":171,"context_line":"    hyperv \u003d neutron.plugins.ml2.drivers.mech_hyperv:HypervMechanismDriver"},{"line_number":172,"context_line":"    arista \u003d neutron.plugins.ml2.drivers.arista.mechanism_arista:AristaDriver"},{"line_number":173,"context_line":"    ncs \u003d neutron.plugins.ml2.drivers.cisco.ncs.driver:NCSMechanismDriver"},{"line_number":174,"context_line":"    cisco_ncs \u003d neutron.plugins.ml2.drivers.cisco.ncs.driver:NCSMechanismDriver"},{"line_number":175,"context_line":"    cisco_nexus \u003d neutron.plugins.ml2.drivers.cisco.nexus.mech_cisco_nexus:CiscoNexusMechanismDriver"},{"line_number":176,"context_line":"    cisco_apic \u003d neutron.plugins.ml2.drivers.cisco.apic.mechanism_apic:APICMechanismDriver"},{"line_number":177,"context_line":"    l2population \u003d neutron.plugins.ml2.drivers.l2pop.mech_driver:L2populationMechanismDriver"}],"source_content_type":"text/x-ttcn-cfg","patch_set":3,"id":"da86d52c_e8bac209","line":174,"in_reply_to":"da86d52c_b2a3dd9c","updated":"2015-02-11 17:52:59.000000000","message":"Existing deployments are using ncs in there config so it will need to stay, I assume. I added cisco_ncs because it matches the other cisco MDs.\n\nIs this OK or do you think I should keep only one?","commit_id":"05f3563e0e18c9ead340df68c6de0d81cf508ef3"},{"author":{"_account_id":748,"name":"Armando Migliaccio","email":"armamig@gmail.com","username":"armando-migliaccio"},"change_message_id":"9fbfe6552e9b86cdef6fd8b781f9f6b20abb503e","unresolved":false,"context_lines":[{"line_number":171,"context_line":"    hyperv \u003d neutron.plugins.ml2.drivers.mech_hyperv:HypervMechanismDriver"},{"line_number":172,"context_line":"    arista \u003d neutron.plugins.ml2.drivers.arista.mechanism_arista:AristaDriver"},{"line_number":173,"context_line":"    ncs \u003d neutron.plugins.ml2.drivers.cisco.ncs.driver:NCSMechanismDriver"},{"line_number":174,"context_line":"    cisco_ncs \u003d neutron.plugins.ml2.drivers.cisco.ncs.driver:NCSMechanismDriver"},{"line_number":175,"context_line":"    cisco_nexus \u003d neutron.plugins.ml2.drivers.cisco.nexus.mech_cisco_nexus:CiscoNexusMechanismDriver"},{"line_number":176,"context_line":"    cisco_apic \u003d neutron.plugins.ml2.drivers.cisco.apic.mechanism_apic:APICMechanismDriver"},{"line_number":177,"context_line":"    l2population \u003d neutron.plugins.ml2.drivers.l2pop.mech_driver:L2populationMechanismDriver"}],"source_content_type":"text/x-ttcn-cfg","patch_set":3,"id":"da86d52c_c8cb3e70","line":174,"in_reply_to":"da86d52c_e8bac209","updated":"2015-02-11 17:55:57.000000000","message":"As for the old, I agree for bw compat. I think it\u0027s okay to keep too..perhaps add a note to remind you that at one point you can drop the old one?","commit_id":"05f3563e0e18c9ead340df68c6de0d81cf508ef3"}]}
