Activity log for bug #1644878

Date Who What changed Old value New value Message
2016-11-25 16:14:36 Rodolfo Alonso bug added bug
2016-11-25 16:51:23 Rodolfo Alonso neutron: assignee Rodolfo Alonso (rodolfo-alonso-hernandez)
2016-11-28 09:44:55 Rodolfo Alonso description neutron/agent/common/ovs_lib:OVSBridge is mented to be compatible both for Linux and Windows. In function "get_local_port_mac", the IP Linux lib is called, instead of the ip_lib wrapper in neutron/agent/common. The solution to this problem is: - To call the ip_lib in neutron/agent/common. - To implement the function "get_local_port_mac" in the IPDevice class implementation for Windows. neutron/agent/common/ovs_lib:OVSBridge is mented to be compatible both for Linux and Windows. In function "get_local_port_mac", the IP Linux lib is called, instead of the ip_lib wrapper in neutron/agent/common. The solution to this problem is: - To call the ip_lib in neutron/agent/common. - To write the function to read the MAC address in the IPDevice class implementation for Windows.
2016-11-28 11:24:17 Kevin Benton neutron: status New Confirmed
2016-11-28 11:24:28 Kevin Benton neutron: importance Undecided Medium
2016-11-28 11:24:39 Kevin Benton tags ovs
2016-11-28 16:41:41 OpenStack Infra neutron: status Confirmed In Progress
2016-11-28 16:49:55 Rodolfo Alonso summary "get_local_port_mac" in ovs_lib uses an only Linux command, brakes Windows compatibility "get_local_port_mac" in ovs_lib uses an only Linux command, brokes Windows compatibility
2017-02-02 16:57:44 Ihar Hrachyshka neutron: milestone ocata-rc1
2017-02-02 18:46:28 Armando Migliaccio tags ovs ocata-rc-potential ovs
2017-02-02 22:02:57 OpenStack Infra neutron: status In Progress Fix Released