[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 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 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 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 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 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 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 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 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 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 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 1977490] Re: Tripleo Wallaby issue in template yaml generation

2022-06-03 Thread Brian Haley
** Project changed: neutron => tripleo -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1977490 Title: Tripleo Wallaby issue in template yaml generation Status in tripleo: New Bug desc

[Yahoo-eng-team] [Bug 1977485] Re: Neutron deletes port in use and nova errors out when cleaning the VM XML

2022-06-08 Thread Brian Haley
Thanks for the info, I'll re-assign to Nova component based on that. ** Project changed: neutron => nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1977485 Title: N

[Yahoo-eng-team] [Bug 1988188] Re: Create an automated tool to retrieve the needed OVS version depending on the OVN one

2022-08-30 Thread Brian Haley
** Changed in: neutron Importance: Undecided => Wishlist ** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1988188 Title: Create an

[Yahoo-eng-team] [Bug 1988077] Re: Noisy neutron-openvswitch-agent service

2022-08-30 Thread Brian Haley
** Changed in: neutron Importance: Undecided => Wishlist ** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1988077 Title: Noisy neut

[Yahoo-eng-team] [Bug 1988281] Re: neutron dhcp agent state not consistent with real status

2022-08-31 Thread Brian Haley
I would agree with Rodolfo that this is more of an RFE as there isn't any fine-grained status info, in this case UP indicates the agent is running. As an FYI the agent is consuming messages off the queue as it's doing a full-sync, and it should also be receiving other messages as instances are cre

[Yahoo-eng-team] [Bug 1988382] Re: L3 agent(agent_mode=dvr_snat) restart, fip namespace removed rfp-port, resulting in fip not connecting

2022-09-26 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/1988382 Title: L3 agent(agent_mode=dvr_snat) restart, fip namespace removed

[Yahoo-eng-team] [Bug 1863619] Re: When updating the network segment ID, the project_id should be provided

2022-11-04 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/1863619 Title: When updating the network segment ID, the project_id shoul

[Yahoo-eng-team] [Bug 1853603] Re: SG rules not enforced

2022-11-04 Thread Brian Haley
*** This bug is a duplicate of bug 1854131 *** https://bugs.launchpad.net/bugs/1854131 ** This bug has been marked a duplicate of bug 1854131 Old conjunction left after sg update -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1824299] Re: Race condition during init may lead to neutron server malfunction

2022-11-04 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/1824299 Title: Race condition during init may lead to neutron server malf

[Yahoo-eng-team] [Bug 1980421] Re: 'Socket /var/run/openvswitch/ovnnb_db.sock not found' during ovn_start

2022-11-04 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/1980421 Title: 'Socket /var/run/openvswitch/ovnnb_db.sock not found' during ovn_

[Yahoo-eng-team] [Bug 1897100] Re: Improve port listing command

2022-11-04 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/1897100 Title: Improve port listing command Status in neutron: Fix Released B

[Yahoo-eng-team] [Bug 1779882] Re: Deleting a port on a system with 1K ports takes too long

2022-11-04 Thread Brian Haley
*** This bug is a duplicate of bug 1897100 *** https://bugs.launchpad.net/bugs/1897100 ** This bug has been marked a duplicate of bug 1897100 Improve port listing command -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neut

[Yahoo-eng-team] [Bug 1707307] Re: Neutron log obesity epidepmic

2022-11-04 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/1707307 Title: Neutron log obesity epidepmic Status in neutron: Fix Re

[Yahoo-eng-team] [Bug 1698284] Re: precommit of securitygroup/rule is missing necessary info

2022-11-04 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/1698284 Title: precommit of securitygroup/rule is missing necessary info

[Yahoo-eng-team] [Bug 1683256] Re: linuxbridge multinode depending on multicast support of provider

2022-11-04 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/1683256 Title: linuxbridge multinode depending on multicast support of provi

[Yahoo-eng-team] [Bug 1672607] Re: test_arp_spoof_doesnt_block_normal_traffic fails with AttributeError: 'NoneType' object has no attribute 'splitlines'

2022-11-04 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/1672607 Title: test_arp_spoof_doesnt_block_normal_traffic fails with Attribute

[Yahoo-eng-team] [Bug 1610483] Re: Pluggable IPAM rollback mechanism is not robust

2022-11-04 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/1610483 Title: Pluggable IPAM rollback mechanism is not robust Status in ne

[Yahoo-eng-team] [Bug 1777908] Re: Ensure _get_changed_synthetic_fields() return updatable fields - breaks consumers

2022-11-04 Thread Brian Haley
** 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/1777908 Title: Ensure _get_changed_synthetic_fields() return updatable fie

[Yahoo-eng-team] [Bug 1771841] Re: packet loss during backup L3 HA agent restart

2022-11-04 Thread Brian Haley
** 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/1771841 Title: packet loss during backup L3 HA agent restart Status in neu

[Yahoo-eng-team] [Bug 1995901] [NEW] neutron-fullstack-with-uwsgi sometimes failing

2022-11-07 Thread Brian Haley
other occurrence in tox.ini already uses it. ** Affects: neutron Importance: Medium Assignee: Brian Haley (brian-haley) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

[Yahoo-eng-team] [Bug 1914394] Re: [OVN] RowNotFound exception while waiting for Chassis metadata networks

2022-11-07 Thread Brian Haley
** 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/1914394 Title: [OVN] RowNotFound exception while waiting for Chassis metada

[Yahoo-eng-team] [Bug 1920968] Re: [OVN] Stale Logical Router Port entry fail to be removed by maintenance task

2022-11-07 Thread Brian Haley
** 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/1920968 Title: [OVN] Stale Logical Router Port entry fail to be removed by

[Yahoo-eng-team] [Bug 1919347] Re: [OVN] Do not enable send_periodic on router ports which are connected to provider networks

2022-11-07 Thread Brian Haley
** 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/1919347 Title: [OVN] Do not enable send_periodic on router ports which are

[Yahoo-eng-team] [Bug 1918565] Re: quota: invalid JSON for reservation value when positive

2022-11-07 Thread Brian Haley
** 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/1918565 Title: quota: invalid JSON for reservation value when positive Sta

[Yahoo-eng-team] [Bug 1930096] Re: Missing static routes after neutron-l3-agent restart

2022-11-07 Thread Brian Haley
As in last comment, the l3-agent with HA should eventually add the route when the interface comes back up, so let's close this bug. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subsc

[Yahoo-eng-team] [Bug 1933242] Re: Unable to show security groups for non-admin users if custom policies using.

2022-11-07 Thread Brian Haley
As https://review.opendev.org/c/openstack/neutron/+/811242 has merged, let's 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 1952611] Re: Neurton linuxbridge agent does not create VXLAN interface

2022-11-07 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/1952611 Title: Neurton linuxbridge agent does not create VXLAN interface Status

[Yahoo-eng-team] [Bug 1962854] Re: Fullstack connectivity issues in tests

2022-11-07 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/1962854 Title: Fullstack connectivity issues in tests Status in neutron:

[Yahoo-eng-team] [Bug 1418635] Re: [api-ref]Neutron API reference is inconsistent and differs from implementation

2022-11-07 Thread Brian Haley
Looks like all these have been fixed, please open a new bug if other API issues are found. ** 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.launc

[Yahoo-eng-team] [Bug 1522636] Re: Openvswitch-agent still uses AMQP settings from DEFAULT configuration section

2022-11-07 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/1522636 Title: Openvswitch-agent still uses AMQP settings from DEFAULT configura

[Yahoo-eng-team] [Bug 1519112] Re: Enabling port_security extension in ML2 won't work for networks created *before* enabling it

2022-11-07 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/1519112 Title: Enabling port_security extension in ML2 won't work for networks

[Yahoo-eng-team] [Bug 1493714] Re: nova allows booting two instances with the same neutron port in parallel

2022-11-07 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/1493714 Title: nova allows booting two instances with the same neutron port in

[Yahoo-eng-team] [Bug 1426904] Re: Can't start Neutron service when max VNI value is defined in ml2_conf.ini file

2022-11-07 Thread Brian Haley
** 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.launchpad.net/bugs/1426904 Title: Can't start Neutron service when max VNI value is defined in

[Yahoo-eng-team] [Bug 1549227] Re: mitaka b2: neutron->nova external event notification "Service catalog is empty"

2022-11-07 Thread Brian Haley
Everything is now project_id in the samples and this is so old I'm going to close it. ** 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/b

[Yahoo-eng-team] [Bug 1614270] Re: DVR multinode job intermittently failing

2022-11-07 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/1614270 Title: DVR multinode job intermittently failing Status in neutron: Invalid

[Yahoo-eng-team] [Bug 1593245] Re: state_path is registered as cli option whenever common config is imported

2022-11-07 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/1593245 Title: state_path is registered as cli option whenever common config is im

[Yahoo-eng-team] [Bug 1541928] Re: Adopt oslo.versionedobjects for core resources (ports, networks, subnets, ...)

2022-11-07 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/1541928 Title: Adopt oslo.versionedobjects for core resources (ports, net

[Yahoo-eng-team] [Bug 1714068] Re: AttributeError in get_device_details when segment=None

2022-11-07 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/1714068 Title: AttributeError in get_device_details when segment=None St

[Yahoo-eng-team] [Bug 1654128] Re: Backport: l3_agent_scheduler AZLeastRoutersScheduler TypeError

2022-11-07 Thread Brian Haley
** 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/1654128 Title: Backport: l3_agent_scheduler AZLeastRoutersScheduler TypeErr

[Yahoo-eng-team] [Bug 1634123] Re: neutron openvswitch agent exits if unix:/var/run/openvswitch/db.sock is not yet created

2022-11-07 Thread Brian Haley
** 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.launchpad.net/bugs/1634123 Title: neutron openvswitch agent exits if unix:/var/run/openvswitch/db

[Yahoo-eng-team] [Bug 1630832] Re: [RFE] FWaaS: Using Netlink instead of conntrack-tools to improve performance

2022-11-07 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/1630832 Title: [RFE] FWaaS: Using Netlink instead of conntrack-tools to improve pe

[Yahoo-eng-team] [Bug 1759234] Re: Stable queens migrations not tagged

2022-11-07 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/1759234 Title: Stable queens migrations not tagged Status in neutron:

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

2022-11-07 Thread Brian Haley
Seems to be fixed in 68809fce5a1073659001a87aee4f9407affd5d0e ** 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/1742187 Title: os

[Yahoo-eng-team] [Bug 1720486] Re: ValueError: Circular reference detected when enable keystonemiddle audit

2022-11-07 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/1720486 Title: ValueError: Circular reference detected when enable keystonemid

[Yahoo-eng-team] [Bug 1760584] Re: IpAddressGenerationFailure warning while running tempest test test_create_subnet_from_pool_with_subnet_cidr

2022-11-07 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/1760584 Title: IpAddressGenerationFailure warning while running tempest test

[Yahoo-eng-team] [Bug 1759250] Re: OpenStack Bandit scanner violations

2022-11-07 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/1759250 Title: OpenStack Bandit scanner violations Status in neutron:

[Yahoo-eng-team] [Bug 1841753] Re: Pyroute2 netns.ns_pids() will fail if during the function loop, one namespace is deleted

2022-11-07 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/1841753 Title: Pyroute2 netns.ns_pids() will fail if during the function

[Yahoo-eng-team] [Bug 1793354] Re: Changing of_interface between native and ovs-ofctl causes packet drops

2022-11-07 Thread Brian Haley
The of_interface config option has been removed and only the native driver is supported now, so closing this bug. ** 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

[Yahoo-eng-team] [Bug 1918914] Re: Toggling dhcp on and off in a subnet causes new instances to be unreachable

2022-11-07 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/1918914 Title: Toggling dhcp on and off in a subnet causes new instances to be

[Yahoo-eng-team] [Bug 1937039] Re: dsvm-functional can not run due to some ovs/ovn commands not found

2022-11-07 Thread Brian Haley
Based on the comments from above, I'm guessing this is just a matter of running the script. If not please re-open. ** 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

[Yahoo-eng-team] [Bug 1489857] Re: Create ICMP security group rule with type but no code will success

2022-11-07 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/1489857 Title: Create ICMP security group rule with type but no code will succ

[Yahoo-eng-team] [Bug 1481231] Re: ML2 plugin does not support query with marker 'network_type, physical_network, segmentation_id'

2022-11-07 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/1481231 Title: ML2 plugin does not support query with marker 'network_type,

[Yahoo-eng-team] [Bug 1633343] Re: agent/linux/utils.py: string match will fail in the i18n situation

2022-11-07 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/1633343 Title: agent/linux/utils.py: string match will fail in the i18n si

[Yahoo-eng-team] [Bug 1621720] Re: Unify the code path of creating segment

2022-11-07 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/1621720 Title: Unify the code path of creating segment Status in neutron:

[Yahoo-eng-team] [Bug 1614022] Re: POST/PUT request is returned with 500 error when specifying non dictionary type as value of resource key

2022-11-07 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/1614022 Title: POST/PUT request is returned with 500 error when specifying n

[Yahoo-eng-team] [Bug 1613151] Re: api-ref: Almost parametes in parameters.yaml have unclear name

2022-11-07 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/1613151 Title: api-ref: Almost parametes in parameters.yaml have unclear

[Yahoo-eng-team] [Bug 1535626] Re: Neutron should verify attributes inside a dict

2022-11-07 Thread Brian Haley
** 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/1535626 Title: Neutron should verify attributes inside a dict Status in ne

[Yahoo-eng-team] [Bug 1528868] Re: Neutron-metering-agent failed to get traffic counters when xtables is locked

2022-11-07 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/1528868 Title: Neutron-metering-agent failed to get traffic counters when xt

[Yahoo-eng-team] [Bug 1521477] Re: OFAgent deprecation and removal

2022-11-07 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/1521477 Title: OFAgent deprecation and removal Status in networking-ofag

[Yahoo-eng-team] [Bug 1488015] Re: Potential race condition in l3-ha handling of l2pop initial master selection

2022-11-07 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/1488015 Title: Potential race condition in l3-ha handling of l2pop initial m

[Yahoo-eng-team] [Bug 1771088] Re: Admin user is not able to update the shared access for a network.

2022-11-07 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/1771088 Title: Admin user is not able to update the shared access for a network. St

[Yahoo-eng-team] [Bug 1696824] Re: Need to visit pylint 1.7.1 new rules

2022-11-07 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/1696824 Title: Need to visit pylint 1.7.1 new rules Status in neutron: Invali

[Yahoo-eng-team] [Bug 1677752] Re: Binary dependencies aren't present in bindep (or documented anywhere)

2022-11-07 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/1677752 Title: Binary dependencies aren't present in bindep (or documented anywh

[Yahoo-eng-team] [Bug 1673249] Re: cleanup debug logs to make them as 'operator-safe' as possible

2022-11-07 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/1673249 Title: cleanup debug logs to make them as 'operator-safe' as poss

[Yahoo-eng-team] [Bug 1650351] Re: test_service_providers.test_service_providers_list runs unconditionally

2022-11-07 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/1650351 Title: test_service_providers.test_service_providers_list runs uncon

[Yahoo-eng-team] [Bug 1649557] Re: [api-ref] Make api parameters more meaningful

2022-11-07 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/1649557 Title: [api-ref] Make api parameters more meaningful Status in n

[Yahoo-eng-team] [Bug 1996199] Re: router ext gw assigning IPv6 when IPv6 + NAT is unsupported

2022-11-14 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/1996199 Title: router ext gw assigning IPv6 when IPv6 + NAT is unsupported Sta

[Yahoo-eng-team] [Bug 1819446] Re: After the vm's port name is modified, the port status changes from down to active.

2022-12-01 Thread Brian Haley
I just tried to recreate this on the latest code in Antelope development and can't reproduce the issue. I could not find an obvious change that fixed it, but I'll close for now. Please re-open if you see it again. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bu

[Yahoo-eng-team] [Bug 1886216] Re: keepalived-state-change does not format correctly the logs

2022-12-01 Thread Brian Haley
** 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/1886216 Title: keepalived-state-change does not format correctly the logs

[Yahoo-eng-team] [Bug 1912948] Re: Missing option for OSP16.2 OVN migration

2022-12-01 Thread Brian Haley
Since fix seems to be included in later releases will 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.launchpad.net/bugs/1912948

[Yahoo-eng-team] [Bug 1950662] Re: [DHCP] Improve RPC server methods

2022-12-01 Thread Brian Haley
Two changes have merged, so I'll assume this is fixed and 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/1950662 T

[Yahoo-eng-team] [Bug 1932373] Re: DB migration is interrupted and next execution will fail

2022-12-01 Thread Brian Haley
Will close based on last comment and since it's been idle for over a year. Please re-open if necessary. ** 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.lau

[Yahoo-eng-team] [Bug 1990285] Re: Help for `network create --external` is incorrect

2022-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/1990285 Title: Help for `network create --external` is incorrect Status

[Yahoo-eng-team] [Bug 1644788] Re: The newly added unit test case - test_create_subnet_check_mtu_in_mech_context in in ml2/test_plugin.py has broken networking-ovn

2022-12-06 Thread Brian Haley
Since the OVN driver does now support vxlan as of 20.09 and there is code in the neutron tree to support this, will close this bug. Please reopen if necessary. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 1760047] Re: some ports does not become ACTIVE during provisioning

2022-12-06 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/1760047 Title: some ports does not become ACTIVE during provisioning Sta

[Yahoo-eng-team] [Bug 1754563] Re: Arp_responder function has failed since Ocata

2022-12-06 Thread Brian Haley
** 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/1754563 Title: Arp_responder function has failed since Ocata Status in neu

[Yahoo-eng-team] [Bug 1801306] Re: Race conditions in neutron_tempest_plugin/scenario/test_security_groups.py

2022-12-06 Thread Brian Haley
The bug is fixed, the additional change to cleanup the code was never merged. For that reason I will close this but please reopen if necessary. ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1884808] Re: [SSL] neutron-rpc-server: RecursionError: maximum recursion depth exceeded while calling a Python object

2022-12-06 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/1884808 Title: [SSL] neutron-rpc-server: RecursionError: maximum recursion depth

[Yahoo-eng-team] [Bug 1810764] Re: rootwrap daemon bypassed - Breaks XenServer

2022-12-06 Thread Brian Haley
I believe we deprecated, then removed, Xen support in neutron in 2020 [0] so I'll close this bug. Please reopen if necessary. [0] https://review.opendev.org/q/a6dbf97242caa3be646e8eb6b1502b5e59e123fd ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notificatio

[Yahoo-eng-team] [Bug 1933366] Re: [stable/train] Backported patch introduced incompatible method calls for py2.7

2022-12-06 Thread Brian Haley
Looks like revert merged, will close this bug. https://review.opendev.org/c/openstack/neutron/+/797703 ** 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://bug

[Yahoo-eng-team] [Bug 1906500] Re: [ovn] Tempest tests failing while creating security group driver with KeyError: 'remote_address_group_id'

2022-12-06 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/1906500 Title: [ovn] Tempest tests failing while creating security group

[Yahoo-eng-team] [Bug 1783908] Re: dnsmasq does not remove leases for deleted VMs - leases and host files point to different MACS

2022-12-06 Thread Brian Haley
There have been a number of fixes in the past four years to the DHCP code. As I have not seen this issue lately it could have been fixed as part of another change. For that reason I'll close this but please open a new bug if the issue persists. ** Changed in: neutron Status: Confirmed => Fi

[Yahoo-eng-team] [Bug 1848738] Re: Sometimes dnsmasq may not be restarted after adding new subnet

2022-12-06 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/1848738 Title: Sometimes dnsmasq may not be restarted after adding new su

[Yahoo-eng-team] [Bug 1838396] Re: update port receive 500

2022-12-06 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/1838396 Title: update port receive 500 Status in neutron: Fix Released

[Yahoo-eng-team] [Bug 1999170] Re: Package names missing in neutron openvswitch setup guide

2022-12-08 Thread Brian Haley
Ok, I'll close this bug then. Please re-open if you find another issue. ** 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/1999170

[Yahoo-eng-team] [Bug 1999705] [NEW] neutron-ovs-grenade-dvr-multinode job failing in check queue

2022-12-14 Thread Brian Haley
Public bug reported: The neutron-ovs-grenade-dvr-multinode job started failing in the check queue sometime today. Typical trace coming from the compute1 node: [...] + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/old/neutron/neutron.egg-info + functions-common:safe

[Yahoo-eng-team] [Bug 1838587] Re: request neutron with Incorrect body key return 500

2023-01-04 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/1838587 Title: request neutron with Incorrect body key return 500 Status

[Yahoo-eng-team] [Bug 1759004] Re: No Errors or Warnings In Neutron When Nova API Microversions Are Not Supported

2023-01-04 Thread Brian Haley
Moving to Resolved since a change was merged to fix the known issue, please feel free to reopen if needed. ** 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 1848187] Re: DHCP agent timing out spawning dnsmasq

2023-01-04 Thread Brian Haley
Bug closed due to lack of activity, please feel free to reopen if needed. ** 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/1848

<    1   2   3   4   5   6   >