[Yahoo-eng-team] [Bug 2021814] [NEW] Running neutron under wsgi should not register signals

2023-05-30 Thread Arnaud Morin
/guru_meditation_report.py ** Affects: neutron Importance: Undecided Assignee: Arnaud Morin (arnaud-morin) Status: New ** Changed in: neutron Assignee: (unassigned) => Arnaud Morin (arnaud-morin) ** Description changed: When running neutron behing apache mod_wsgi, neut

[Yahoo-eng-team] [Bug 2002417] [NEW] DVR+HA routers all answering to ping on private interface

2023-01-10 Thread Arnaud Morin
;snat" (network node) part of the issue. DVR is also running on hypervisors, this will eventually be discussed in another bug. ** Affects: neutron Importance: Undecided Assignee: Arnaud Morin (arnaud-morin) Status: New -- You received this bug notification because you are a membe

[Yahoo-eng-team] [Bug 1992950] [NEW] [scale] Setting a gateway on router is killing database

2022-10-14 Thread Arnaud Morin
db.py#L363 ** Affects: neutron Importance: Undecided Assignee: Arnaud Morin (arnaud-morin) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Arnaud Morin (arnaud-morin) ** Summary changed: - [scale] Router update is killing database + [scale] Setting a gate

[Yahoo-eng-team] [Bug 1992109] [NEW] Possible race condition when port unplugged from ovs

2022-10-06 Thread Arnaud Morin
Public bug reported: A possible race condition can occur when nova unplug a port on integration bridge (when shelving an instance e.g.) On such action, openvswitch is sending 2 events to neutron: 2022-10-07 01:00:31.790 214734 DEBUG neutron.agent.common.async_process [-] Output received from

[Yahoo-eng-team] [Bug 1983471] [NEW] Shelved (offloaded) instance still have port bound to host

2022-08-03 Thread Arnaud Morin
Public bug reported: Description === When shelving an instance, the instance is removed from the compute and the image is uploaded to glance. But, after completion, the port binding on neutron side is staying. This is not a big issue in most of the case, but some operators (like

[Yahoo-eng-team] [Bug 1975603] [NEW] Neutron RBAC not sharing subnet

2022-05-24 Thread Arnaud Morin
Public bug reported: TLDR: when trying to add a subnet (from a rbac/shared network) on a router, neutron is giving error Cannot add interface to router because subnet xyz is not owned by project making the request. OpenStack version: victoria Steps to reproduce: # from project

[Yahoo-eng-team] [Bug 1933273] [NEW] Unable to update mtu on DVR snat

2021-06-22 Thread Arnaud Morin
Public bug reported: When updating the mtu on a network, the new mtu is correctly set in qrouter-namespace but not in snat-namespace. Also, a stack trace is reported in l3-agent logs stating that the qr- abcdef interface is not found. Step by step: - create a router in DVR mode (I also have

[Yahoo-eng-team] [Bug 1899502] [NEW] router_centralized_snat ports do not have project_id

2020-10-12 Thread Arnaud Morin
of creating the SNAT port: https://github.com/openstack/neutron/blob/master/neutron/db/l3_dvr_db.py#L264-L278 ** Affects: neutron Importance: Undecided Assignee: Arnaud Morin (arnaud-morin) Status: New -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1830081] [NEW] Nova unplug interface race condition when deleting an instance

2019-05-22 Thread Arnaud Morin
Public bug reported: Description === When nova start an instance, it asks neutron to create a port and then update the instance info cache based on information from neutron. If, in the middle of the spawning, the instance is getting deleted, the terminate_instance function is called