← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1387846] [NEW] Cisco: Nexus plugin should not be invoked for port update if it is not configured

 

Public bug reported:

The Nexus switch is being invoked to update port when it is not
configured. Only the N1KV plugin should be invoked.

Affects only stable/icehouse. Nexus plugin is removed in Juno.

2014-10-30 22:30:12.448 25182 ERROR neutron.plugins.cisco.models.virt_phy_sw_v2 [-] Unable to update port '' on Nexus switch
2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2 Traceback (most recent call last):
2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2   File "/usr/lib/python2.7/site-packages/neutron/plugins/cisco/models/virt_phy_sw_v2.py", line 395, in update_port
2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2     vlan_id = self._get_segmentation_id(old_port['network_id'])
2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2   File "/usr/lib/python2.7/site-packages/neutron/plugins/cisco/models/virt_phy_sw_v2.py", line 151, in _get_segmentation_id
2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2     raise cexc.NetworkSegmentIDNotFound(net_id=network_id)
2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2 NetworkSegmentIDNotFound: Segmentation ID for network 6d660e29-99b4-4f2f-b28c-1d98ffb07545 is not found.
2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2
2014-10-30 22:30:12.458 25182 INFO neutron.api.v2.resource [req-1d20f673-af78-4d95-bebf-3f6a23f4effe None] update failed (client error): Segmentation ID for network 6d660e29-99b4-4f2f-b28c-1d98ffb07545 is not found.

** Affects: neutron
     Importance: Undecided
     Assignee: Abhishek Raut (abhraut)
         Status: New


** Tags: cisco in-stable-icehouse

** Changed in: neutron
     Assignee: (unassigned) => Abhishek Raut (abhraut)

** Tags added: in-stable-icehouse

** Description changed:

  The Nexus switch is being invoked to update port when it is not
- configured. It should only invoke the n1kv plugin.
+ configured. Only the N1KV plugin should be invoked.
  
- 
+ Affects only stable/icehouse. Nexus plugin is removed in Juno.
  
  2014-10-30 22:30:12.448 25182 ERROR neutron.plugins.cisco.models.virt_phy_sw_v2 [-] Unable to update port '' on Nexus switch
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2 Traceback (most recent call last):
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2   File "/usr/lib/python2.7/site-packages/neutron/plugins/cisco/models/virt_phy_sw_v2.py", line 395, in update_port
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2     vlan_id = self._get_segmentation_id(old_port['network_id'])
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2   File "/usr/lib/python2.7/site-packages/neutron/plugins/cisco/models/virt_phy_sw_v2.py", line 151, in _get_segmentation_id
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2     raise cexc.NetworkSegmentIDNotFound(net_id=network_id)
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2 NetworkSegmentIDNotFound: Segmentation ID for network 6d660e29-99b4-4f2f-b28c-1d98ffb07545 is not found.
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2
  2014-10-30 22:30:12.458 25182 INFO neutron.api.v2.resource [req-1d20f673-af78-4d95-bebf-3f6a23f4effe None] update failed (client error): Segmentation ID for network 6d660e29-99b4-4f2f-b28c-1d98ffb07545 is not found.

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

Title:
  Cisco: Nexus plugin should not be invoked for port update if it is not
  configured

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  The Nexus switch is being invoked to update port when it is not
  configured. Only the N1KV plugin should be invoked.

  Affects only stable/icehouse. Nexus plugin is removed in Juno.

  2014-10-30 22:30:12.448 25182 ERROR neutron.plugins.cisco.models.virt_phy_sw_v2 [-] Unable to update port '' on Nexus switch
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2 Traceback (most recent call last):
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2   File "/usr/lib/python2.7/site-packages/neutron/plugins/cisco/models/virt_phy_sw_v2.py", line 395, in update_port
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2     vlan_id = self._get_segmentation_id(old_port['network_id'])
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2   File "/usr/lib/python2.7/site-packages/neutron/plugins/cisco/models/virt_phy_sw_v2.py", line 151, in _get_segmentation_id
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2     raise cexc.NetworkSegmentIDNotFound(net_id=network_id)
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2 NetworkSegmentIDNotFound: Segmentation ID for network 6d660e29-99b4-4f2f-b28c-1d98ffb07545 is not found.
  2014-10-30 22:30:12.448 25182 TRACE neutron.plugins.cisco.models.virt_phy_sw_v2
  2014-10-30 22:30:12.458 25182 INFO neutron.api.v2.resource [req-1d20f673-af78-4d95-bebf-3f6a23f4effe None] update failed (client error): Segmentation ID for network 6d660e29-99b4-4f2f-b28c-1d98ffb07545 is not found.

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


Follow ups

References