← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1213147] Re: Cisco plugin (grizzly) does not pass proper args

 

Only affects Grizzly. Created corresponding bugtask

** Also affects: neutron/grizzly
   Importance: Undecided
       Status: New

** Changed in: neutron/grizzly
       Status: New => Triaged

** Changed in: neutron/grizzly
   Importance: Undecided => Critical

** Changed in: neutron/grizzly
     Assignee: (unassigned) => Dane LeBlanc (leblancd)

** Changed in: neutron
       Status: Triaged => Invalid

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

** Changed in: neutron
     Assignee: Dane LeBlanc (leblancd) => (unassigned)

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

Title:
  Cisco plugin (grizzly) does not pass proper args

Status in OpenStack Neutron (virtual network service):
  Invalid
Status in neutron grizzly series:
  Triaged
Status in Openstack @ Cisco:
  Triaged

Bug description:
  The Cisco plugin in grizzly does not pass proper arguments to one
  method in cisco_nexus_network_driver_v2:

  Neutron Master:
  self._client.enable_vlan_on_trunk_int(
                          switch_ip, vlan_id, port_id)

  Neutron stable/grizzly:
  self._client.enable_vlan_on_trunk_int(man,
                                                        port_id,
                                                        vlan_id)

  In both branches the driver is  set to accept 5 arguments:
  def enable_vlan_on_trunk_int(self, mgr, nexus_switch, interface, vlanid):

  Looks like the backport from havana to grizzly missed this change.
  This needs to be backported to stable/grizzly asap.

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