← Back to team overview

yahoo-eng-team team mailing list archive

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

 

** Changed in: neutron/grizzly
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released
Status in Openstack @ Cisco:
  Fix Released
Status in Cisco Openstack grizzly series:
  Fix Released

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