Public bug reported:

The use_veth_interconnection config doesn't work fine because IPDevice
is passed into OVSBridge's add_port() although the method expects
port_name.

* current wrong codes
int_ofport = self.int_br.add_port(int_veth)
phys_ofport = br.add_port(phys_veth)

* expecting codes
int_ofport = self.int_br.add_port(int_if_name)
phys_ofport = br.add_port(phys_if_name)

** Affects: neutron
     Importance: High
     Assignee: Hirofumi Ichihara (ichihara-hirofumi)
         Status: In Progress


** Tags: liberty-backport-potential mitaka-backport-potential ovs

** Changed in: neutron
     Assignee: (unassigned) => Hirofumi Ichihara (ichihara-hirofumi)

** Changed in: neutron
   Importance: Undecided => High

** Tags added: liberty-backport-potential mitaka-backport-potential ovs

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1622850

Title:
  The use_veth_interconnection config doesn't work fine

Status in neutron:
  In Progress

Bug description:
  The use_veth_interconnection config doesn't work fine because IPDevice
  is passed into OVSBridge's add_port() although the method expects
  port_name.

  * current wrong codes
  int_ofport = self.int_br.add_port(int_veth)
  phys_ofport = br.add_port(phys_veth)

  * expecting codes
  int_ofport = self.int_br.add_port(int_if_name)
  phys_ofport = br.add_port(phys_if_name)

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1622850/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to