[Yahoo-eng-team] [Bug 2017748] Re: [SRU] OVN: ovnmeta namespaces missing during scalability test causing DHCP issues

2024-11-05 Thread Brian Haley
** Changed in: cloud-archive/dalmation Status: New => Fix Released ** Changed in: cloud-archive/caracal Status: New => 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/

[Yahoo-eng-team] [Bug 2081643] Re: Neutron OVN support for CARP

2024-09-30 Thread Brian Haley
I am going to close this as any discussion would first have to happen on the OVN mailing list. If after that there is any change required in Neutron you can open an RFE for that. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member o

[Yahoo-eng-team] [Bug 2065821] Re: cover job started to fail with Killed

2024-09-20 Thread Brian Haley
I originally marked my change Related-bug, but I believe all the changes above have addressed the problem, so will close this bug. ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 2079831] Re: [tempest] VM ports have status=DOWN when calling ``TestNetworkBasicOps._setup_network_and_servers``

2024-09-11 Thread Brian Haley
Will mark the neutron bug as Invalid since it is a bug in tempest. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2079831 Title: [te

[Yahoo-eng-team] [Bug 2079831] Re: [tempest] VM ports have status=DOWN when calling ``TestNetworkBasicOps._setup_network_and_servers``

2024-09-06 Thread Brian Haley
I'll push a patch for this based on the comments above ** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Assignee: (unassigned) => Brian Haley (brian-haley) ** Changed in: neutron Assignee: (unassigned) => Brian Haley (brian-haley)

[Yahoo-eng-team] [Bug 2078044] Re: Unable to create the default sg rule which is not for custom sg using CLI command

2024-08-28 Thread Brian Haley
*** This bug is a duplicate of bug 2054629 *** https://bugs.launchpad.net/bugs/2054629 This was actually a bug in the openstackclient code, fixed by https://review.opendev.org/c/openstack/python-openstackclient/+/909815 I'll mark as a duplicate of 2054629 ** This bug has been marked a duplic

[Yahoo-eng-team] [Bug 2077351] [NEW] "Error formatting log line" sometimes seen in l3-agent log

2024-08-19 Thread Brian Haley
rning to that effect. That way if the admin does see an issue with that router there is something to indicate why. ** Affects: neutron Importance: Low Assignee: Brian Haley (brian-haley) Status: In Progress ** Tags: l3-ha -- You received this bug notification because you a

[Yahoo-eng-team] [Bug 2075539] Re: port-security iptables rules allows rogue DHCP servers to reach instances

2024-08-05 Thread Brian Haley
Hi Arun, While I can't confirm this is still a bug, there are a couple of things to be aware of. 1) Xena is an unsupported release, at this point only 2023.1 (Antelope) and later are actively supported by the upstream community. 2) Linux Bridge is unsupported and considered an "experimental" opt

[Yahoo-eng-team] [Bug 2074312] [NEW] DB semantic violation seen in neutron-tempest-plugin-openvswitch logs deleting router

2024-07-30 Thread Brian Haley
- tempest-plugin-openvswitch/ba21d08/controller/logs/screen-q-svc.txt The one above happens twice per run, there's also a create_security_group() one I'll have to file another bug for. While there is a note in the code: # TODO(ralonsoh): move this section (port deletion) out of the

[Yahoo-eng-team] [Bug 2017748] Re: [SRU] OVN: ovnmeta namespaces missing during scalability test causing DHCP issues

2024-05-01 Thread Brian Haley
Sorry, just clicked the wrong buttons, trying to get this targeted to the UCA back to Ussuri. ** Also affects: neutron/wallaby Importance: Undecided Status: New ** Also affects: neutron/xena Importance: Undecided Status: New ** Also affects: neutron/ussuri Importance: High

[Yahoo-eng-team] [Bug 2060808] Re: already associated floating ip can be associated to another server without check or warning

2024-04-10 Thread Brian Haley
Well, for the PUT operation it's the same thing for neutron (and the same call here [0]), whether the port is null or another valid port id, neutron is going to update it. As I mentioned in the other bug, it will be up to the Nova team to determine if it's API is working correctly. [0] PUT /netwo

[Yahoo-eng-team] [Bug 2060812] Re: removing floating ip from server does not check the server

2024-04-10 Thread Brian Haley
The Neutron API is only associating a floating IP with an internal port [0], there is no check for a server as that is under the purview of Nova. Neutron will only raise a 409 on a 'create' call if the floating IP is already in-use, but not on a call to update it - either clearing or moving to ano

[Yahoo-eng-team] [Bug 1815827] Re: [RFE] neutron-lib: rehome neutron.object.base along with rbac db/objects

2024-03-08 Thread Brian Haley
I am going to close this as it's been a number of years and the original patch was abandoned. If someone wants to pick it up please re-open. ** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1833674] Re: [RFE] Improve profiling of port binding and vif plugging

2024-03-08 Thread Brian Haley
This seems to be complete, will close bug. Please re-open if I'm wrong. ** Changed in: neutron Status: In Progress => 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/183

[Yahoo-eng-team] [Bug 1764738] Re: routed provider networks limit to one host

2024-03-08 Thread Brian Haley
>From all the changes that have merged this seems to be complete, will close. ** Changed in: neutron Status: In Progress => 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/bu

[Yahoo-eng-team] [Bug 1786226] Re: Use sqlalchemy baked query

2024-03-08 Thread Brian Haley
>From comment in the change that was linked above: "BakedQuery is a legacy extension that no longer does too much beyond what SQLAlchemy 1.4 does in most cases automatically. new development w/ BakedQuery is a non-starter, this is a legacy module we would eventually remove." For that reason I'm g

[Yahoo-eng-team] [Bug 1797663] Re: refactor def _get_dvr_sync_data from neutron/db/l3_dvr_db.py

2024-03-08 Thread Brian Haley
As this has never been worked on am going to close. If anyone wants to pick it up please re-open. ** Changed in: neutron Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.l

[Yahoo-eng-team] [Bug 1694165] Re: Improve Neutron documentation for simpler deployments

2024-03-08 Thread Brian Haley
The documents have been updated many times over the past 6+ years, I'm going to close this as they are much better now. If there is something specific please open a new bug. ** Changed in: neutron Status: Triaged => Won't Fix -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1666779] Re: Expose neutron API via a WSGI script

2024-03-08 Thread Brian Haley
Seems this fix is released, will close. ** Changed in: neutron Status: In Progress => 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/1666779 Title: Expose neutron AP

[Yahoo-eng-team] [Bug 1913664] Re: [CI] neutron multinode jobs does not run neutron_tempest_plugin scenario cases

2024-03-07 Thread Brian Haley
>From the review it seems as the decision was to not do this, so I will close this bug. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/

[Yahoo-eng-team] [Bug 1898015] Re: neutron-db-manage returns SUCCESS on wrong subproject name

2024-03-07 Thread Brian Haley
Going to mark invalid for Neutron as it seems like an oslo.config bug. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1898015 Ti

[Yahoo-eng-team] [Bug 1894799] Re: For existing ovs interface, the ovs_use_veth parameter don't take effect

2024-03-07 Thread Brian Haley
I am going to close this as it has been un-assigned for almost 3 years and the change abandoned. If you wish to work on it please re-open. ** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is su

[Yahoo-eng-team] [Bug 1880969] Re: Creating FIP takes time

2024-03-07 Thread Brian Haley
Looking at some recent logs these values seem Ok now, so will close this. If we see the issue again can open a new bug. ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neut

[Yahoo-eng-team] [Bug 1880845] Re: [fullstack] Error assigning IPv4 (network address) in "test_gateway_ip_changed"

2024-03-07 Thread Brian Haley
I think I figured out the issue here, so will close this. Here's my thinking. The referenced log above was from a change on stable/train: https://review.opendev.org/c/openstack/neutron/+/730888 Lajos fixed a bug in _find_available_ips that seems related: https://review.opendev.org/c/openst

[Yahoo-eng-team] [Bug 1879407] Re: [OVN] Modifying FIP that is no associated causes ovn_revision_numbers to go stale

2024-03-07 Thread Brian Haley
I am inclined to leave this as-is since there are other resources that follow the same pattern, and either the maintenance task will fix it, otherwise when it's associated to a port. Thanks for the bug Flavio :) ** Changed in: neutron Status: New => Won't Fix -- You received this bug not

[Yahoo-eng-team] [Bug 1866615] Re: Packets incorrectly marked as martian

2024-03-07 Thread Brian Haley
I am going to close this since moving to the OVS firewall driver has helped, and I'm not sure anyone will take the time to investigate further as OVN is now the default driver. Someone can re-open if they intend on working on it. ** Changed in: neutron Status: Triaged => Won't Fix -- You

[Yahoo-eng-team] [Bug 1779978] Re: [fwaas] FWaaS instance stuck in PENDING_CREATE when devstack enable fwaas-v1

2024-03-06 Thread Brian Haley
I am going to close this as fwaas-v1 has been deprecated. Please open a new bug if this also affects fwaas-v2. Thanks. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to ne

[Yahoo-eng-team] [Bug 2025056] Re: Router ports without IP addresses shouldn't be allowed to deletion using port's API directly

2024-03-05 Thread Brian Haley
Patches merged, will close. ** Changed in: neutron Status: In Progress => 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/2025056 Title: Router ports without IP addre

[Yahoo-eng-team] [Bug 1999154] Re: ovs/ovn source deployment broken with ovs_branch=master

2024-03-05 Thread Brian Haley
Seems fixed, closing. ** Changed in: neutron Status: Confirmed => 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/1999154 Title: ovs/ovn source deployment broken with

[Yahoo-eng-team] [Bug 2008912] Re: "_validate_create_network_callback" failing with 'NoneType' object has no attribute 'qos_policy_id'

2024-03-05 Thread Brian Haley
Change merged, will close this. ** Changed in: neutron Status: In Progress => 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/2008912 Title: "_validate_create_network

[Yahoo-eng-team] [Bug 2022914] Re: [neutron-api] remove leader_only for maintenance worker

2024-03-05 Thread Brian Haley
Patches have merged, will close. ** Changed in: neutron Status: In Progress => 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/2022914 Title: [neutron-api] remove lea

[Yahoo-eng-team] [Bug 1897928] Re: TestOvnDbNotifyHandler test cases failing due to missing attribute "_RowEventHandler__watched_events"

2024-03-05 Thread Brian Haley
Seems to have been fixed with https://review.opendev.org/c/openstack/neutron/+/820911 will close this bug. ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1701410] Re: different behavior when deleting with request body (no BadRequest with core resources in case of pecan)

2024-03-05 Thread Brian Haley
I am going to close this as it is over 6 years old and no one has stepped forward to fix it, so it's just not a priority. Please re-open if necessary. ** Changed in: neutron Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1865453] Re: neutron.tests.functional.plugins.ml2.drivers.ovn.mech_driver.test_mech_driver.TestVirtualPorts.test_virtual_port_created_before fails randomly

2024-03-05 Thread Brian Haley
** Changed in: neutron Assignee: Adil Ishaq (iradvisor) => (unassigned) ** Changed in: identity-management Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs

[Yahoo-eng-team] [Bug 2037717] Re: [OVN] ``PortBindingChassisEvent`` event is not executing the conditions check

2024-03-01 Thread Brian Haley
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** Also affects: neutron (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: neutron (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: neutron (Ubuntu Jammy) Statu

[Yahoo-eng-team] [Bug 1973347] Re: OVN revision_number infinite update loop

2024-03-01 Thread Brian Haley
** Also affects: cloud-archive Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1973347 Title: OVN revision_number infinite update loop Status

[Yahoo-eng-team] [Bug 2055245] Re: DHCP Option is not passed to VM via Cloud-init

2024-02-28 Thread Brian Haley
Neutron started using network:distributed for both DHCP and metadata ports in Victoria [0] Looking at the change proposed, Nova only ever looks for ports with network:dhcp in the device_owner field, it also needs to do a lookup of ports with network:distributed in this field. Unfortunately they ca

[Yahoo-eng-team] [Bug 1867214] Re: MTU too large error presented on create but not update

2024-02-19 Thread Brian Haley
Could not reproduce, marking invalid. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1867214 Title: MTU too large error pres

[Yahoo-eng-team] [Bug 1865223] Re: [scale issue] regression for security group list between Newton and Rocky+

2024-02-19 Thread Brian Haley
Looks like this was fixed, will close. ** Changed in: neutron Status: In Progress => 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/1865223 Title: [scale issue] regr

[Yahoo-eng-team] [Bug 1821137] Re: neutron_tempest_plugin.api test_show_network_segment_range fails

2024-02-19 Thread Brian Haley
I'm going to close this as the logs to know what the exact error was are long gone. If it happens again we can open a new bug. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1849479] Re: neutron l2 to dhcp lost when migrating in stable/stein 14.0.2

2024-02-19 Thread Brian Haley
I'm goint to close this as Stein has been EOL for quite a while. If this is happening on a newer, supported release please open a new bug. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subs

[Yahoo-eng-team] [Bug 1794870] Re: NetworkNotFound failures on network test teardown because of retries due to the initial request taking >60 seconds

2024-02-19 Thread Brian Haley
Looks like this was fixed in commit 748dd8df737d28aad7dfd0a1e32659e0256126e2 in the tempest tree, will close. ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1685352] Re: Can't invoke function 'get_bind' from alembic.op in expand_drop_exceptions function in alembic migration scripts

2024-02-19 Thread Brian Haley
Looks like this code was changed for Sqlalchemy 2.0 in d7ba5948ffe4ff4ec760a2774c699774b065cdfb as from_engine() is deprecated, will close this bug. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Tea

[Yahoo-eng-team] [Bug 2035578] Re: [stable branches] devstack-tobiko-neutron job Fails with InvocationError('could not find executable python', None)

2024-02-19 Thread Brian Haley
As this was not a neutron bug and the tobiko patch has merged will close this bug. ** Changed in: neutron Status: New => 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/

[Yahoo-eng-team] [Bug 2042941] Re: neutron-{ovn, ovs}-tempest-with-sqlalchemy-master jobs not installing sqlalchemy/alembic from source

2024-02-19 Thread Brian Haley
** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2042941 Title: neutron-{ovn,ovs}-tempest-with-sqlalchemy-master jobs not install

[Yahoo-eng-team] [Bug 2028285] Re: [unit test][xena+] test_port_deletion_prevention fails when runs in isolation

2024-02-19 Thread Brian Haley
The comment on a failure in Zed looked to not have the fix - version 21.1.2, version 21.2.0 or greater is required. Will close this as the fixes have been released. ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1742187] Re: osc client missing extra-dhcp-opts option

2024-02-14 Thread Brian Haley
** Changed in: python-openstackclient Status: New => 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/1742187 Title: osc client missing extra-dhcp-opts option Status i

[Yahoo-eng-team] [Bug 1999677] Re: Defunct nodes are reported as happy in network agent list

2024-02-13 Thread Brian Haley
Since this has been fixed in later Ussuri and/or later neutron code I'm going to close this. Please re-open if necessary. ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 2051171] [NEW] SQLalchemy 2.0 warning in neutron-lib

2024-01-24 Thread Brian Haley
Public bug reported: Running 'tox -e pep8' in neutron-lib or neutron repo generates this new warning: /home/bhaley/git/neutron-lib/neutron_lib/db/model_base.py:113: MovedIn20Warning: Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0. To prevent incompatib

[Yahoo-eng-team] [Bug 2049546] Re: neutron-linuxbridge-agent ebtables RULE_DELETE failed (Invalid argument)

2024-01-16 Thread Brian Haley
*** This bug is a duplicate of bug 2038541 *** https://bugs.launchpad.net/bugs/2038541 This was fixed with https://review.opendev.org/c/openstack/neutron/+/898832 and is a duplicate of https://bugs.launchpad.net/neutron/+bug/2038541 - please try the fix there. ** This bug has been marked a du

[Yahoo-eng-team] [Bug 2045811] [NEW] neutron-ovn-db-sync-util can fail with KeyError

2023-12-06 Thread Brian Haley
645, in _sync_subnet_dhcp_options ERROR neutron_ovn_db_sync_util network = db_networks[utils.ovn_name(subnet['network_id'])] ERROR neutron_ovn_db_sync_util KeyError: 'neutron-93ad1c21-d2cf-448a-8fae-21c71f44dc5c' ** Affects: neutron Importance: Medium Assignee: Brian

[Yahoo-eng-team] [Bug 1853873] Re: The /v2.0/ports/{port_id}/bindings APIs are not documented

2023-12-01 Thread Brian Haley
https://docs.openstack.org/api-ref/network/v2/#port-binding shows these api's are now present, closing bug. ** Changed in: neutron Status: Triaged => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. htt

[Yahoo-eng-team] [Bug 1779335] Re: neutron-vpnaas doesn't support local tox targets

2023-12-01 Thread Brian Haley
** Changed in: neutron Status: In Progress => 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/1779335 Title: neutron-vpnaas doesn't support local tox targets Status i

[Yahoo-eng-team] [Bug 2024205] Re: [OVN] Hash Ring nodes removed when "periodic worker" is killed

2023-12-01 Thread Brian Haley
** Changed in: neutron Status: In Progress => 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/2024205 Title: [OVN] Hash Ring nodes removed when "periodic worker" is ki

[Yahoo-eng-team] [Bug 2015364] Re: [skip-level] OVN tests constantly failing

2023-12-01 Thread Brian Haley
Since the skip-level job is now passing and voting in our gate I am going to close this bug. ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.lau

[Yahoo-eng-team] [Bug 1845145] Re: [L3] add abilitiy for iptables_manager to ensure rule was added only once

2023-12-01 Thread Brian Haley
Since the patch on master was abandoned manually I am going to close this. ** Changed in: neutron Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/184

[Yahoo-eng-team] [Bug 1849463] Re: linuxbridge packet forwarding issue with vlan backed networks

2023-12-01 Thread Brian Haley
I am going to mark this as won't fix as the linuxbridge agent is unmaintained and experimental on the master branch. ** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. h

[Yahoo-eng-team] [Bug 2028003] Re: neutron fails with postgres on subnet_id

2023-12-01 Thread Brian Haley
** Changed in: neutron Status: In Progress => 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/2028003 Title: neutron fails with postgres on subnet_id Status in neutro

[Yahoo-eng-team] [Bug 1975828] Re: difference in execution time between admin/non-admin call

2023-11-28 Thread Brian Haley
** Changed in: neutron Status: Expired => Triaged -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1975828 Title: difference in execution time between admin/non-admin call Status i

[Yahoo-eng-team] [Bug 2043141] [NEW] neutron-lib unit tests need update for sqlalchemy 2.0

2023-11-09 Thread Brian Haley
#x27; >From looking at the functional tests and Nova code, should be a straightforward fix. We should also look at creating a test job that both tests sqlalchemy 2.0 and neutron-lib main/master branches so we don't regress. ** Affects: neutron Importance: High Assign

[Yahoo-eng-team] [Bug 1998517] Re: Floating IP not reachable from instance in other project

2023-10-24 Thread Brian Haley
Moving this to the neutron project as networking-ovn has been retired for a while. My first question is are you able to test this with a later release? Since it's been 10 months since it was filed just want to make sure it hasn't been fixed. ** Project changed: networking-ovn => neutron ** Tags

[Yahoo-eng-team] [Bug 2038373] [NEW] Segment unit tests are not mocking properly

2023-10-03 Thread Brian Haley
Public bug reported: Running the segment unit tests - neutron/tests/unit/extensions/test_segment.py generates a lot of extra noise, like: {0} neutron.tests.unit.extensions.test_segment.TestNovaSegmentNotifier.test_delete_network_and_owned_segments [1.185650s] ... ok Captured stderr:

[Yahoo-eng-team] [Bug 2037500] Re: OVSDB transaction returned TRY_AGAIN, retrying do_commit

2023-10-03 Thread Brian Haley
** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2037500 Title: OVSDB transaction returned TRY_AGAIN, retrying do_commit Status

[Yahoo-eng-team] [Bug 2037239] [NEW] neutron-tempest-plugin-openvswitch-* jobs randomly failing in gate

2023-09-24 Thread Brian Haley
Public bug reported: A number of different scenario tests seem to be failing randomly in the same way: Details: Router 01dda41e-67ed-4af0-ac56-72fd895cef9a is not active on any of the L3 agents One example is in https://review.opendev.org/c/openstack/neutron/+/895832 where these three jobs are f

[Yahoo-eng-team] [Bug 2028112] Re: Unable to create VM when using the sriov agent with the ml2/ovn driver.

2023-07-19 Thread Brian Haley
*** This bug is a duplicate of bug 1975743 *** https://bugs.launchpad.net/bugs/1975743 ** This bug has been marked a duplicate of bug 1975743 ML2 OVN - Creating an instance with hardware offloaded port is broken -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 2026775] [NEW] Metadata agents do not parse X-Forwarded-For headers properly

2023-07-10 Thread Brian Haley
t is making the request, but it could be logged for posterity. I'll send a change for that soon. ** Affects: neutron Importance: Medium Assignee: Brian Haley (brian-haley) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 2025264] Re: [ovn][DVR]FIP traffic centralized in DVR environments

2023-07-05 Thread Brian Haley
** Changed in: neutron Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2025264 Title: [ovn][DVR]FIP traffic centralized in DVR environments S

[Yahoo-eng-team] [Bug 2020698] [NEW] neutron-tempest-plugin-bgpvpn-bagpipe job unstable

2023-05-24 Thread Brian Haley
/+/883991 I realize there are changes in-flight wrt to sRBAC which might fix the issue, but until they all merge I think we should just make it non- voting on the master branch. The other branches don't seem to have any problems. ** Affects: neutron Importance: High Assignee: Brian

[Yahoo-eng-team] [Bug 1993628] Re: Designate synchronisation inconsistensies with Neutron-API

2023-05-16 Thread Brian Haley
Added neutron since I don't think this is specific to charms. ** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1993628 T

[Yahoo-eng-team] [Bug 2017518] Re: Neutron LInux bridge agents wildly fluctuating

2023-04-28 Thread Brian Haley
The patch would not have fixed the issue, just added some logging so it was obvious what the agent was doing. And yes, syncing time is important, it could have just been the time difference on the agents and server causing things to seem broken. Glad you solved your issue. ** Changed in: neutron

[Yahoo-eng-team] [Bug 2015377] Re: If dhcp port is deleted from neutron, it is never recreated

2023-04-06 Thread Brian Haley
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Brian Haley (brian-haley) ** Changed in: neutron Importance: Undecided => Medium ** Tags added: ovn -- You received this bug notification because you are a mem

[Yahoo-eng-team] [Bug 2015388] [NEW] Deleting network does not remove network namespace

2023-04-05 Thread Brian Haley
d an error since there was a subnet here, will have to re-check the API ref to see. During one attempt I actually triggered a SubnetNotFound error, but that's probably a different issue as it wasn't necessary to recreate this. ** Affects: neutron Importance: Medium Assignee

[Yahoo-eng-team] [Bug 2009053] Re: OVN: default stateless SG blocks metadata traffic

2023-03-29 Thread Brian Haley
** Changed in: neutron Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2009053 Title: OVN: default stateless SG blocks metadata traffic Status in

[Yahoo-eng-team] [Bug 2012144] Re: [OVN] adding/removing floating IPs neutron server errors about binding port

2023-03-21 Thread Brian Haley
** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2012144 Title: [OVN] adding/removing floating IPs neutron server errors about b

[Yahoo-eng-team] [Bug 2007437] Re: Test test_volumes_pagination unstable

2023-02-22 Thread Brian Haley
Fixed in https://review.opendev.org/c/openstack/horizon/+/847985 will close this bug. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs

[Yahoo-eng-team] [Bug 2007437] [NEW] Test test_volumes_pagination unstable

2023-02-15 Thread Brian Haley
Public bug reported: I noticed while looking at a horizon backport, https://review.opendev.org/c/openstack/horizon/+/866891 that the test_volumes_pagination job was failing in both the stable and master branches. It's usually a "'NoneType' object is not iterable" failure, here's an example: htt

[Yahoo-eng-team] [Bug 1862315] Re: Sometimes VMs can't get IP when spawned concurrently

2023-01-24 Thread Brian Haley
Since all the changes seemed to have merge will close this. ** Changed in: neutron Status: New => 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/1862315 Title: Somet

[Yahoo-eng-team] [Bug 1973039] Re: Does FWaaS v2 support linuxbridge-agent ?

2023-01-24 Thread Brian Haley
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1973039 Title: Does FWaaS v2 support linuxbridge-agent ? Status in neutron: Invali

[Yahoo-eng-team] [Bug 1991501] Re: l3 agent fails to process router breaking floating ips when updating them on the router qg port via pyroute2

2023-01-24 Thread Brian Haley
Right, this looks like a pyroute2 issue which has since been fixed, and neutron bumped it's lower contraints file to use the later version. ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which i

[Yahoo-eng-team] [Bug 1954777] Re: setting same static route with subnet already exists as direct connected network

2023-01-24 Thread Brian Haley
Regarding comment #3 - yes, when talking about the route it's both static and connected. It is considered a user error to configure a route that conflicts with one of the interface routes, but to not impact the API behavior we only document that you need to take precaution. For this reason I don't

[Yahoo-eng-team] [Bug 1930858] Re: OVN central service does not start properly

2023-01-24 Thread Brian Haley
I believe the initial issue was fixed with commit 71c99655479174750bcedfe458328328a1596766 (https://review.opendev.org/c/openstack/devstack/+/861915) in the devstack tree which fixed issues with not finding the db sock on startup. The issue described in comment #6 seems different, a new bug should

[Yahoo-eng-team] [Bug 1881624] Re: full-tempest-scenario-master failing on test_ipv6_hotplug

2023-01-24 Thread Brian Haley
Neutron has re-enabled this test because the bug has been fixed in OVN, see https://bugs.launchpad.net/neutron/+bug/1881558 for more information. Will close the neutron part of this bug. ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you a

[Yahoo-eng-team] [Bug 1857016] Re: Possible double row.delete() call in ACL code

2023-01-24 Thread Brian Haley
The UpdateACLsCommand class, where the code in question was, has been completely removed in commit e748f3f2d800de6c84b6fe835edfa1385bc223b1 so we can close this bug. ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1847203] Re: l3-agent stops processing router updates

2023-01-24 Thread Brian Haley
We have since updated the l3-agent to better log when it starts/stops processing messages, so there is at least a way to look at the logs and help determine what happened. That said, as only this one user has seen this issue and it was on an older release, I'll close this as there have been no othe

[Yahoo-eng-team] [Bug 1837339] Re: CIDR's of the form 12.34.56.78/0 should be an error

2023-01-24 Thread Brian Haley
Looks like this was fixed by a change in neutron to use a "normalized" CIDR in the securityi group backends, https://bugs.launchpad.net/neutron/+bug/1869129 has more details. So I think we can mark the neutron portion here fixed. ** Changed in: neutron Status: New => Fix Released -- You

[Yahoo-eng-team] [Bug 1831009] Re: Improper close connection to database leading to mysql/mariadb block connection.

2023-01-24 Thread Brian Haley
** Project changed: neutron => oslo.db -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1831009 Title: Improper close connection to database leading to mysql/mariadb block connection. S

[Yahoo-eng-team] [Bug 1818765] Re: the PeriodicWorker function misssing the default desc in constructor

2023-01-24 Thread Brian Haley
I don't think this is a bug. All the neutron agents call register_common_config_options() to make sure these common options are registered. This should be done by other users as well. I'll close this, please re-open if there is something I'm missing. ** Changed in: neutron Status: New => In

[Yahoo-eng-team] [Bug 1809080] Re: reload_cfg doesn't work correctly

2023-01-23 Thread Brian Haley
** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1809080 Title: reload_cfg doesn't work correctly Status in neutron: Won't Fix Bu

[Yahoo-eng-team] [Bug 1809447] Re: performance regression from mitaka to ocata

2023-01-23 Thread Brian Haley
** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1809447 Title: performance regression from mitaka to ocata Status in neutron: Won

[Yahoo-eng-team] [Bug 1814209] Re: Messages for security rules are being sent to a wrong MQ topic. Security rules are out of sync

2023-01-23 Thread Brian Haley
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1814209 Title: Messages for security rules are being sent to a wrong MQ topic. Secur

[Yahoo-eng-team] [Bug 1795716] Re: neutron-openvswitch-agent deletes existing other_config and thus breaks undercloud's MAC address assignment in tripleo

2023-01-23 Thread Brian Haley
** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1795716 Title: neutron-openvswitch-agent deletes existing other_config and thu

[Yahoo-eng-team] [Bug 1790706] Re: Additional metadata service endpoints on OpenStack accessible

2023-01-23 Thread Brian Haley
** Changed in: neutron Status: New => 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/1790706 Title: Additional metadata service endpoints on OpenStack accessible Sta

[Yahoo-eng-team] [Bug 1776778] Re: Floating IPs broken after kernel upgrade to Centos/RHEL 7.5 - DNAT not working

2023-01-23 Thread Brian Haley
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1776778 Title: Floating IPs broken after kernel upgrade to Centos/RHEL 7.5 - DNAT not

[Yahoo-eng-team] [Bug 1774257] Re: neutron-openvswitch-agent RuntimeError: Switch connection timeout

2023-01-23 Thread Brian Haley
There have been a number of changes to the agent code since this bug was opened, and since we have not seen this reported elsewhere I'm going to close it. Please re-open if you have more data and see it again. ** Changed in: neutron Status: New => Invalid -- You received this bug notifica

[Yahoo-eng-team] [Bug 1773551] Re: Error loading interface driver 'neutron.agent.linux.interface.Bri dgeInterfaceDriver'

2023-01-23 Thread Brian Haley
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1773551 Title: Error loading interface driver 'neutron.agent.linux.interface.Bri dge

[Yahoo-eng-team] [Bug 1773827] Re: Sort flavors with tenant_id return 500

2023-01-23 Thread Brian Haley
Seems this has been fixed, closing. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1773827 Title: Sort flavors with tenant_i

[Yahoo-eng-team] [Bug 1771493] Re: Add option to hide ipaddress in neutron logs

2023-01-23 Thread Brian Haley
I'm going to close this for a couple of reasons. 1) It doesn't seem like this is specific to neutron, so it's not the correct place to make such a change. 2) The neutron code has no concept of a particular person, everything is just a project ID, which isn't an identifiable piece of information w

[Yahoo-eng-team] [Bug 1772874] Re: attr_ops.verify_attributes() wrongly reject binding:host_id in _fixup_res_dict()

2023-01-23 Thread Brian Haley
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1772874 Title: attr_ops.verify_attributes() wrongly reject binding:host_id in _fixup

[Yahoo-eng-team] [Bug 1773046] Re: IPAM returns random ip address instead of next IP from subnet pool

2023-01-23 Thread Brian Haley
** Changed in: neutron Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1773046 Title: IPAM returns random ip address instead of next IP from subnet

[Yahoo-eng-team] [Bug 1766812] Re: the machine running dhcp agent will have very high cpu load when start dhcp agent after the agent down more than 150 seconds

2023-01-23 Thread Brian Haley
The DHCP agent was changed to use GreenPool thread, and will dynamically increase the number as of commit 7369b69e2ef5b1b3c30b237885c2648c63f1dffb. This was a similar change as presented in the linked patch. For this reason I'll mark this bug fixed. ** Changed in: neutron Status: New => Fix

  1   2   3   4   5   >