← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1292192] [NEW] NSX: adding interface to rounter not found in nsx returns 404

 

Public bug reported:

This should not fail but instead set the router port to error state same
as we do for network ports.

2014-03-13 11:41:57.744 ERROR NeutronPlugin [-] An exception occurred while creating the quantum port 8c6147d8-d9f3-42d5-a6fd-9fccf0b70662 on the NSX plaform
2014-03-13 11:41:57.744 TRACE NeutronPlugin Traceback (most recent call last):
2014-03-13 11:41:57.744 TRACE NeutronPlugin   File "/tmp/neutron/neutron/plugins/vmware/plugins/base.py", line 564, in _nsx_create_router_port
2014-03-13 11:41:57.744 TRACE NeutronPlugin     subnet_ids=[subnet_id])
2014-03-13 11:41:57.744 TRACE NeutronPlugin   File "/tmp/neutron/neutron/plugins/vmware/plugins/base.py", line 242, in _create_and_attach_router_port
2014-03-13 11:41:57.744 TRACE NeutronPlugin     port_data.get('mac_address'))
2014-03-13 11:41:57.744 TRACE NeutronPlugin   File "/tmp/neutron/neutron/plugins/vmware/nsxlib/router.py", line 336, in create_router_lport
2014-03-13 11:41:57.744 TRACE NeutronPlugin     cluster=cluster)
2014-03-13 11:41:57.744 TRACE NeutronPlugin   File "/tmp/neutron/neutron/plugins/vmware/nsxlib/__init__.py", line 100, in do_request
2014-03-13 11:41:57.744 TRACE NeutronPlugin     raise exception.NotFound()
2014-03-13 11:41:57.744 TRACE NeutronPlugin NotFound: An unknown exception occurred.
2014-03-13 11:41:57.744 TRACE NeutronPlugin

** Affects: neutron
     Importance: High
     Assignee: Aaron Rosen (arosen)
         Status: In Progress


** Tags: nicira

** Changed in: neutron
     Assignee: (unassigned) => Aaron Rosen (arosen)

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

** Tags added: nicira

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

Title:
  NSX: adding interface to rounter not found in nsx returns 404

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  This should not fail but instead set the router port to error state
  same as we do for network ports.

  2014-03-13 11:41:57.744 ERROR NeutronPlugin [-] An exception occurred while creating the quantum port 8c6147d8-d9f3-42d5-a6fd-9fccf0b70662 on the NSX plaform
  2014-03-13 11:41:57.744 TRACE NeutronPlugin Traceback (most recent call last):
  2014-03-13 11:41:57.744 TRACE NeutronPlugin   File "/tmp/neutron/neutron/plugins/vmware/plugins/base.py", line 564, in _nsx_create_router_port
  2014-03-13 11:41:57.744 TRACE NeutronPlugin     subnet_ids=[subnet_id])
  2014-03-13 11:41:57.744 TRACE NeutronPlugin   File "/tmp/neutron/neutron/plugins/vmware/plugins/base.py", line 242, in _create_and_attach_router_port
  2014-03-13 11:41:57.744 TRACE NeutronPlugin     port_data.get('mac_address'))
  2014-03-13 11:41:57.744 TRACE NeutronPlugin   File "/tmp/neutron/neutron/plugins/vmware/nsxlib/router.py", line 336, in create_router_lport
  2014-03-13 11:41:57.744 TRACE NeutronPlugin     cluster=cluster)
  2014-03-13 11:41:57.744 TRACE NeutronPlugin   File "/tmp/neutron/neutron/plugins/vmware/nsxlib/__init__.py", line 100, in do_request
  2014-03-13 11:41:57.744 TRACE NeutronPlugin     raise exception.NotFound()
  2014-03-13 11:41:57.744 TRACE NeutronPlugin NotFound: An unknown exception occurred.
  2014-03-13 11:41:57.744 TRACE NeutronPlugin

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


Follow ups

References