[Yahoo-eng-team] [Bug 2012662] [NEW] [sqlalchemy-20] Strings are not accepted for attribute names in loader options

2023-03-23 Thread Rodolfo Alonso
Public bug reported: Error: https://paste.opendev.org/show/bRx0wp79NzbmCoYrJwML/ sqlalchemy.exc.ArgumentError: Strings are not accepted for attribute names in loader options; please use class-bound attributes directly. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso

[Yahoo-eng-team] [Bug 2012643] [NEW] [sqlalchemy-20] sqlalchemy.exc.InvalidRequestError: No 'on clause' argument may be passed when joining to a relationship path as a target

2023-03-23 Thread Rodolfo Alonso
Public bug reported: Log: https://58a87e825b9766115d07-cec36eea8e90c9127fc5a72b798cfeab.ssl.cf2.rackcdn.com/878359/1/experimental/neutron- functional-with-sqlalchemy-master/b586fb3/testr_results.html Snippet: https://paste.opendev.org/show/bK0cFbPeJdJlKAqaH1o9/ ** Affects: neutron Importanc

[Yahoo-eng-team] [Bug 2012613] [NEW] [OVN] Define the OVS port in the LSP to allow OVN to set the QoS rules

2023-03-23 Thread Rodolfo Alonso
Public bug reported: Based on this OVN thread: "[RFC ovn 0/3] rework OVN QoS implementation" (https://mail.openvswitch.org/pipermail/ovs-dev/2023-March/402940.html) (description from the mail chain): In the current codebase it is not possible to specify two different QoS rules for two different

[Yahoo-eng-team] [Bug 2012510] [NEW] [FT] Test "test_get_all_devices" failing randomly

2023-03-22 Thread Rodolfo Alonso
Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neut

[Yahoo-eng-team] [Bug 2011724] [NEW] [OVN] Method "create_metadata_port" should pass the "fixed_ips" when creating the port

2023-03-15 Thread Rodolfo Alonso
Public bug reported: The method "create_metadata_port" creates the OVN metadata port. This port should have fixed IP addresses only on the subnets with DHCP enabled. Now this method is just creating a port in the selected network, without handling the DHCP status of the subnets. However, this meth

[Yahoo-eng-team] [Bug 2011422] [NEW] [RFE] The Neutron agents should report the sync process status

2023-03-13 Thread Rodolfo Alonso
Public bug reported: The goal of this RFE is to provide information about the sync status of the Neutron agents. Most of the agents during the initialization transient state or during the RPC recovery, execute a full resync process to retrieve all the information needed to start working. The resy

[Yahoo-eng-team] [Bug 1869877] Re: Segment doesn't exist network info

2023-03-09 Thread Rodolfo Alonso
Please feel free to reopen if needed. ** 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/1869877 Title: Segment doesn't exist ne

[Yahoo-eng-team] [Bug 2009804] [NEW] [OVN] Method ``get_port_qos`` should always return 2 values

2023-03-09 Thread Rodolfo Alonso
Public bug reported: The method ``neutron.agent.ovn.agent.ovsdb.get_port_qos`` should always return 2 values. This is not happening in the (very rare) case of not finding the port logical_switch_port. In this case [1] we are only returning one value (an empty dictionary). [1]https://github.com/op

[Yahoo-eng-team] [Bug 2009728] [NEW] [OVS] "permitted_ethertypes" should be validated and filtered during the OVS agent initialization

2023-03-08 Thread Rodolfo Alonso
Public bug reported: "permitted_ethertypes" is a comma separated list of ethertypes to be permitted, in hexadecimal. That means all values should start with a "0x". In case that any of these values does not start with "0x", any time the port rules are refreshed, a new warning message is printed (

[Yahoo-eng-team] [Bug 2009703] [NEW] [OVN] HW offload event "QoSMinimumBandwidthEvent" fails if the min-bw rule is removed

2023-03-08 Thread Rodolfo Alonso
Public bug reported: When the logical switch port "qos_min_rate" option is removed (for example when the QoS policy is unset from the port), the LSP.options dictionary doesn't have the "qos_min_rate". That leads to the following error: https://paste.opendev.org/show/be29CRKNP03adrTUZ0WH/ ** Affec

[Yahoo-eng-team] [Bug 2009678] [NEW] [OVN] The OVN agent config entry point is incorrect in setup.cfg

2023-03-08 Thread Rodolfo Alonso
agent.ini#5 [3]https://review.opendev.org/c/openstack/neutron/+/870024/12/setup.cfg#177 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alo

[Yahoo-eng-team] [Bug 2009221] [NEW] [OVS] Custom ethertype traffic is not coming into the VM

2023-03-03 Thread Rodolfo Alonso
section to allow this traffic and sent it directly to the corresponding port. [1]https://review.opendev.org/c/openstack/neutron/+/668224 [2]https://review.opendev.org/c/openstack/neutron/+/678021 ** Affects: neutron Importance: Medium Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez

[Yahoo-eng-team] [Bug 2009215] [NEW] [OVS] Error during OVS agent start

2023-03-03 Thread Rodolfo Alonso
Public bug reported: During the OVS agent initialization, in the first loop, all the ports present in the OVS are processed. In [1]->[2]->[3]...->[4]->[5], the vlan manager raises an exception "MappingNotFound" that is not catch by the try/except context. This exception was handled before [6]. Th

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

2023-03-01 Thread Rodolfo Alonso
Public bug reported: Logs: https://e138a887655b8fda005f-ea1d911c7c7db668a9aa6765a743313b.ssl.cf5.rackcdn.com/874133/2/check/neutron- tempest-plugin-openvswitch-enforce-scope-new- defaults/7e5cbf9/controller/logs/screen-q-svc.txt Error (snippet): https://paste.opendev.org/show/bYMju0ckz5GK5BYq0yhN

[Yahoo-eng-team] [Bug 2008775] [NEW] [sqlalchemy-20][vnpaas] Parent instance is not bound to a Session

2023-02-28 Thread Rodolfo Alonso
*** This bug is a duplicate of bug 2008001 *** https://bugs.launchpad.net/bugs/2008001 Public bug reported: The method ``BaseIPsecVPNDriver.create_vpnservice`` is using a SQL object outside a DB context. The "vpnservice" object retrieved in [1] is used in the next line but outside the read co

[Yahoo-eng-team] [Bug 2008767] [NEW] [sqlalchemy-20][vnpaas] SQL execution without transaction in progress

2023-02-28 Thread Rodolfo Alonso
Public bug reported: The following methods are not called from inside a DB context: * ``VPNPluginDb.get_ikepolicy`` * ``VPNPluginDb.get_ikepolicies`` * ``VPNPluginDb.get_ipsecpolicy`` * ``VPNPluginDb.get_ipsecpolicies`` Logs: https://paste.opendev.org/show/bNT4RdGsrx0DlI6ja2tS/ ** Affects: neutr

[Yahoo-eng-team] [Bug 2008276] [NEW] [sqlalchemy-20] The Session.begin.subtransactions flag is deprecated

2023-02-23 Thread Rodolfo Alonso
Public bug reported: Testing patch: https://review.opendev.org/c/openstack/neutron/+/874778 Logs: https://c06c4109be1832423601-1eb2471c773c922210e88856273ba212.ssl.cf5.rackcdn.com/874778/1/check/neutron- functional-with-uwsgi/4c704c1/job-output.txt Error: 2023-02-22 20:14:32.646654 | controller

[Yahoo-eng-team] [Bug 2008227] [NEW] [sqlalchemy-20] The Connection.connect() method is considered legacy as of the 1.x series of SQLAlchemy

2023-02-23 Thread Rodolfo Alonso
. (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) ** Affects: neutron Importance: High Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Importance: Undecided => High ** Changed in: neutron Assignee: (unassigned) => R

[Yahoo-eng-team] [Bug 2008226] [NEW] [sqlalchemy-20] Use the .begin() method of Engine

2023-02-23 Thread Rodolfo Alonso
Public bug reported: Testing patch: https://review.opendev.org/c/openstack/neutron/+/874778 Logs: https://c06c4109be1832423601-1eb2471c773c922210e88856273ba212.ssl.cf5.rackcdn.com/874778/1/check/neutron- functional-with-uwsgi/4c704c1/job-output.txt Error: 2023-02-22 20:05:33.640982 | controller

[Yahoo-eng-team] [Bug 2008223] [NEW] [sqlalchemy-20] The Engine.execute() method is considered legacy as of the 1.x series

2023-02-23 Thread Rodolfo Alonso
| controller | self.engine.execute("PRAGMA foreign_keys=ON") ** Affects: neutron Importance: High Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernan

[Yahoo-eng-team] [Bug 2008077] [NEW] [OVN] Remove check for NB "Gateway_Chassis" table

2023-02-22 Thread Rodolfo Alonso
Public bug reported: Remove check for NB "Gateway_Chassis" table. This table was added in [1] and is present since v20.03, NB schema version 5.7.0. [1]https://github.com/ovn- org/ovn/commit/2ba112125f1a267f5e8d9e1d6328bd1ff8ed808e ** Affects: neutron Importance: Undecided Status: N

[Yahoo-eng-team] [Bug 2008001] [NEW] [neutron-vpnaas] SQL error during the "vpnservice" creation

2023-02-21 Thread Rodolfo Alonso
Public bug reported: During the VPN service creation, the Neutron API raises an SQL error [1]. That happens when executing: $ openstack vpn service create vpn --router router [1]https://paste.opendev.org/show/bnOLzHQNLRgkhoJMXw0g/ ** Affects: neutron Importance: Undecided Status

[Yahoo-eng-team] [Bug 2007992] [NEW] [FT] Random failures of ``test_good_address_allocation``

2023-02-21 Thread Rodolfo Alonso
Public bug reported: Logs: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_978/periodic/opendev.org/openstack/neutron/master/neutron- functional/9789c89/testr_results.html Error: https://paste.opendev.org/show/bSzMuP0DqW0yhBAhKBMF/ ** Affects: neutron

[Yahoo-eng-team] [Bug 2007986] [NEW] [neutron-lib][stable] Wallaby CI, tempest failing: unknown environment 'integrated-full'

2023-02-21 Thread Rodolfo Alonso
Public bug reported: Neutron-lib Wallaby CI, job "tempest-full-py3" is failing with error: controller | ERROR: unknown environment 'integrated-full' Logs: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_cf8/874412/1/check/tempest- full-py3/cf87e9c/jo

[Yahoo-eng-team] [Bug 2007938] [NEW] [DHCP] Metadata IPv6 duplicated address when setting the interface

2023-02-21 Thread Rodolfo Alonso
;dadfailed tentative". [2]https://github.com/openstack/neutron/blob/8455edda46b4a465e2f184b59ad31476ce79c6c4/neutron/agent/metadata/driver.py#L244-L246 [1]https://paste.opendev.org/show/bXDAHSHpvEAIHwdPjxrB/ ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-a

[Yahoo-eng-team] [Bug 2007565] [NEW] [tempest] "test_network_basic_ops" failing randomly

2023-02-16 Thread Rodolfo Alonso
Public bug reported: Logs: https://e77ca85d21cbdb712ce7-c684a40c384a27e613f3f0e997584032.ssl.cf1.rackcdn.com/874073/1/check/neutron- ovn-tempest-ipv6-only-ovs-release/1431f0b/testr_results.html https://opensearch.logs.openstack.org/_dashboards/app/discover/#/?_g=(filters:!(),refreshInterval:(paus

[Yahoo-eng-team] [Bug 2007553] [NEW] [DHCP] TypeError: disable() got an unexpected keyword argument 'network_id'

2023-02-16 Thread Rodolfo Alonso
Public bug reported: Snippet: https://paste.opendev.org/show/b4SBXPIlOGVWw8HJQFAP/ Error log: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_e59/874057/1/check/neutron- tempest-plugin-openvswitch/e59aab5/controller/logs/screen-q-dhcp.txt ** Affects:

[Yahoo-eng-team] [Bug 2007414] [NEW] [RBAC] "RULE_ADMIN_OR_NET_OWNER_OR_ADVSVC" rule not used any more (Neutron and n-lib)

2023-02-15 Thread Rodolfo Alonso
Public bug reported: "RULE_ADMIN_OR_NET_OWNER_OR_ADVSVC" is not used in the current code. ** Affects: neutron Importance: Low Status: New ** Changed in: neutron Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Te

[Yahoo-eng-team] [Bug 1991965] Re: [RFE] Strict minimum bandwidth support for tunnelled networks

2023-02-15 Thread Rodolfo Alonso
This RFE is implemented in [1]. [1]https://review.opendev.org/c/openstack/neutron/+/860639 ** 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.la

[Yahoo-eng-team] [Bug 1994137] Re: [RFE] Specify the precedence of port routes if multiple ports attached to a VM

2023-02-15 Thread Rodolfo Alonso
This Neutron RFE is not going to be implemented (at least now). ** 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/1994137 Title:

[Yahoo-eng-team] [Bug 1997965] Re: [fullstack] Error in "test_logging"

2023-02-15 Thread Rodolfo Alonso
I don't see this error any more. Closing this bug for now. ** 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/1997965 Title: [fullstack]

[Yahoo-eng-team] [Bug 1999249] Re: neutron-tempest-plugin jobs timing out on nested-virt nodes

2023-02-15 Thread Rodolfo Alonso
With [1] we can consider this bug closed. [1]https://review.opendev.org/c/openstack/neutron-tempest- plugin/+/867922 ** 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

[Yahoo-eng-team] [Bug 2007295] Re: [UT] "test_floating_forward_rules" failing randomly

2023-02-15 Thread Rodolfo Alonso
*** This bug is a duplicate of bug 1986428 *** https://bugs.launchpad.net/bugs/1986428 ** This bug has been marked a duplicate of bug 1986428 PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release -- You received this bug notification because

[Yahoo-eng-team] [Bug 2007295] [NEW] [UT] "test_floating_forward_rules" failing randomly

2023-02-14 Thread Rodolfo Alonso
: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. ht

[Yahoo-eng-team] [Bug 2007254] [NEW] [UT] "test_create_ndp_proxy_with_duplicated" fail

2023-02-14 Thread Rodolfo Alonso
Public bug reported: Logs: https://ed80b810bea8807f20d5-7fb466319126c0ae420f0e283e1354c1.ssl.cf2.rackcdn.com/873619/1/check/openstack- tox-py39/fe30f88/testr_results.html Error: https://paste.opendev.org/show/b1NJ60MNYab8AtEtVIaM/ ** Affects: neutron Importance: Undecided Status: N

[Yahoo-eng-team] [Bug 2007166] [NEW] [tempest] CI job "neutron-ovn-tempest-ipv6-only-ovs-release" unstable, most of the times because of "test_hotplug_nic"

2023-02-13 Thread Rodolfo Alonso
Public bug reported: The CI job "neutron-ovn-tempest-ipv6-only-ovs-release" is very unstable: https://zuul.opendev.org/t/openstack/builds?job_name=neutron-ovn- tempest-ipv6-only-ovs-release&result=FAILURE&skip=0 The test "tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_n

[Yahoo-eng-team] [Bug 1934666] Re: IPv6 not set on VMs when using DVR HA + SLAAC/SLAAC (or DHCPv6 stateless)

2023-02-13 Thread Rodolfo Alonso
** Changed in: neutron Status: Fix Released => 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/1934666 Title: IPv6 not set on VMs when using DVR HA + SLAAC/SLAAC (or DHCPv6 s

[Yahoo-eng-team] [Bug 2006763] [NEW] [neutron-tempest-plugin] "guestmount" command not found in Ubuntu 20.04

2023-02-09 Thread Rodolfo Alonso
Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 2006735] [NEW] [OVN] OVN trunk driver is not setting the OVN LSP "external_ids:neutron:device_owner" value

2023-02-09 Thread Rodolfo Alonso
Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to n

[Yahoo-eng-team] [Bug 2006734] [NEW] [OVN] OVN trunk driver is not bumping the OVN LSP "external_ids:revision_number"

2023-02-09 Thread Rodolfo Alonso
Public bug reported: The OVN trunk driver is not bumping the OVN LSP "external_ids:revision_number" after updating the Neutron DB register. The methods ``OVNTrunkHandler._set_binding_profile`` and ``OVNTrunkHandler._unset_binding_profile`` are called from ``_set_sub_ports`` and ``_unset_sub_ports`

[Yahoo-eng-team] [Bug 2006612] [NEW] [FT] Test "TestOVNNeutronAgent.test_ovs_and_ovs_events" failing randomly

2023-02-08 Thread Rodolfo Alonso
: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering T

[Yahoo-eng-team] [Bug 2006603] [NEW] [FT] Test "OVSInterfaceEventTestCase.test_port_creation_and_deletion" randomly failing

2023-02-08 Thread Rodolfo Alonso
: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 2006496] [NEW] [L3-HA] "max_l3_agents_per_router" not honored when the redundancy is reduced

2023-02-07 Thread Rodolfo Alonso
{3} # for example --> open_slots = {1} # instead of an empty set(), as expected here. [1]https://github.com/openstack/neutron/blob/7c3d6c414d3c0f085cae94b6f2186c4415a9298b/neutron/scheduler/base_scheduler.py#L102-L107 ** Affects: neutron Importance: Medium Assignee: Rodolfo

[Yahoo-eng-team] [Bug 2006264] [NEW] [CI] tox-py311 job timing out some times

2023-02-06 Thread Rodolfo Alonso
Public bug reported: Job executions: https://zuul.opendev.org/t/openstack/builds?job_name=tox- py311&result=TIMED_OUT&skip=0 6 times in the last week. ** Affects: neutron Importance: Undecided Status: New ** Summary changed: - [CI] py311 job timing out some times + [CI] tox-py311

[Yahoo-eng-team] [Bug 2006112] [NEW] [OVN] Error during execution of "add_vnic_type_and_pb_capabilities_to_lsp"

2023-02-06 Thread Rodolfo Alonso
[1]https://github.com/openstack/neutron/blob/b260b7cba2d03ee426506fc89dd6a58a9d1a8ffa/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/maintenance.py#L941 [2]https://review.opendev.org/c/openstack/neutron/+/867359 ** Affects: neutron Importance: High Assignee: Rodolfo Alonso (rodolfo-alonso

[Yahoo-eng-team] [Bug 2004656] [NEW] "rpc_workers" config variable needs to be registered in stadium projects

2023-02-03 Thread Rodolfo Alonso
://review.opendev.org/c/openstack/neutron/+/823637. [1]https://4e430b001e9b96de0fdd- ba0257f15ec13d0dd0c3147f2089533f.ssl.cf2.rackcdn.com/862102/5/check/openstack- tox-py38/478a6c8/testr_results.html ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez

[Yahoo-eng-team] [Bug 2004538] [NEW] [neutron-lib] Gate pep8 errors

2023-02-02 Thread Rodolfo Alonso
Public bug reported: Gate pep8 job is throwing the following errors: https://paste.opendev.org/show/byPGPhoYev8GTRQTMW0O/ ** Affects: neutron Importance: Undecided Status: New ** Description changed: Gate pep8 job is throwing the following errors: - 2023-02-01 13:06:33.381469 |

[Yahoo-eng-team] [Bug 2004004] Re: keepalived virtual_routes wrong order

2023-01-31 Thread Rodolfo Alonso
Hello Rafael: Can you please describe why [1] is not preventing from creating a subnet with a netpool and a GW outside this CIDR? Please check [2]. The check "ip in net" will discard the GW outside the subnetpool ("subnet_cidr"). You can try that in the CLI with a couple of commands. @Floarian, i

[Yahoo-eng-team] [Bug 2004265] [NEW] [sqlalchemy-20] Add SQLAlchemy CI jobs using master branch

2023-01-31 Thread Rodolfo Alonso
Public bug reported: In order to be prepared for new SQLAlchemy releases, the Neutron CI should have tempest and functional CI jobs using the SQLAlchemy repository master branch. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez

[Yahoo-eng-team] [Bug 2004263] [NEW] [sqlalchemy-20] Remove ORM "from_self"

2023-01-31 Thread Rodolfo Alonso
sed explicitly using the aliased() construct, which is now very mature and can be used in ways that were not available when from_self() was first introduced. Reference: https://github.com/sqlalchemy/sqlalchemy/issues/5368 ** Affects: neutron Importance: Undecided Assignee: Rodolfo Al

[Yahoo-eng-team] [Bug 2004260] [NEW] [neutron-lib][sqlalchemy-20] ``Session.transaction`` is no longer a public member

2023-01-31 Thread Rodolfo Alonso
Public bug reported: To retrieve the session transaction, the method ``get_transaction`` should be used. ** Affects: neutron Importance: Undecided Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Changed in: neutron Assignee: (unassigned

[Yahoo-eng-team] [Bug 2004258] [NEW] [sqlalchemy-20] ORM "relation" deprecated since v1.4

2023-01-31 Thread Rodolfo Alonso
: Critical Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscrib

[Yahoo-eng-team] [Bug 2004186] [NEW] [ovsdbapp] "LbAddIpPortMappingCommand" C letter is a non-ascii character

2023-01-30 Thread Rodolfo Alonso
6f6d 6d61 ortMapping..omma c6d0: 6e64 2863 6d64 2e42 6173 6543 6f6d 6d61 nd(cmd.BaseComma c6e0: 6e64 293a 0a20 2020 2074 6162 6c65 203d nd):.table = ... ** Affects: neutron Importance: Medium Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed i

[Yahoo-eng-team] [Bug 2004184] [NEW] [neutron-lib] SQLAlchemy 2.0: ASSOCIATION_PROXY import error

2023-01-30 Thread Rodolfo Alonso
on3.10/site-packages/sqlalchemy/ext/associationproxy.py) """ ** Affects: neutron Importance: Critical Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: In Progress ** Changed in: neutron Importance: Undecided => Critical -- You received th

[Yahoo-eng-team] [Bug 2003842] Re: [OVN] A route inferred from a subnet's default gateway is not added to ovn-nb if segment_id is not None for a subnet

2023-01-25 Thread Rodolfo Alonso
Hello Dmitrii: This is not an OVN error but an error during the router GW port creation. When the router GW port is created in first place, the port host is not assigned yet. This is because the port has not been bound yet. Because of [1], the IPAM module doesn't return any valid subnet and thus t

[Yahoo-eng-team] [Bug 2003861] [NEW] [CLI] Remove the CLI code from python-neutronclient

2023-01-25 Thread Rodolfo Alonso
python bindings from this repository to openstacksdk is being tracked in https://bugs.launchpad.net/neutron/+bug/1999774. ** Affects: neutron Importance: Low Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned

[Yahoo-eng-team] [Bug 1959600] Re: pip 22 breaks python3.6 jobs (Victoria and older CI jobs)

2023-01-25 Thread Rodolfo Alonso
** 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/1959600 Title: pip 22 breaks python3.6 jobs (Victoria and older CI jobs) Status

[Yahoo-eng-team] [Bug 2003196] [NEW] [FT] Error in "test_arp_spoof_doesnt_block_ipv6"

2023-01-18 Thread Rodolfo Alonso
Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neut

[Yahoo-eng-team] [Bug 1608176] Re: SRIOV-port creation : its possible to create more direct ports than available vif.

2023-01-17 Thread Rodolfo Alonso
** 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/1608176 Title: SRIOV-port creation : its possible to create more direct ports than a

[Yahoo-eng-team] [Bug 1619303] Re: Switch fullstack neutronclient to openstackclient

2023-01-17 Thread Rodolfo Alonso
Bug closed due to lack of activity, please feel free to reopen if needed. ** 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/161930

[Yahoo-eng-team] [Bug 1631647] Re: Network downtime during live migration through routers

2023-01-17 Thread Rodolfo Alonso
Bug closed due to lack of activity, please feel free to reopen if needed. ** 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/1631647 Tit

[Yahoo-eng-team] [Bug 1640029] Re: [stable/newton] Deleting heat stack failed due to error "QueuePool limit of size 50 overflow 50 reached, connection timed out, timeout 30"

2023-01-17 Thread Rodolfo Alonso
Bug closed due to lack of activity, please feel free to reopen if needed. ** 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 OpenStack Compute (nova). https://bugs.launchpad.net/

[Yahoo-eng-team] [Bug 1662821] Re: provider bridge is not created in controller node/newton/ubuntu 16.04

2023-01-17 Thread Rodolfo Alonso
Bug closed due to lack of activity, please feel free to reopen if needed. ** 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/1662821 Tit

[Yahoo-eng-team] [Bug 1667231] Re: ovs-agent error while processing VIF ports on compute

2023-01-17 Thread Rodolfo Alonso
Bug closed due to lack of activity, please feel free to reopen if needed. ** 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/1667231 Tit

[Yahoo-eng-team] [Bug 1672610] Re: ofctl request Datapath Invalid errors

2023-01-17 Thread Rodolfo Alonso
Bug closed due to lack of activity, please feel free to reopen if needed. The other related bugs are fixed and released. ** 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

[Yahoo-eng-team] [Bug 2002577] Re: The neutron-keepalived-state-change.log log is not rotated and grows without bound until disk is full

2023-01-16 Thread Rodolfo Alonso
** 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/2002577 Title: The neutron-keepalived-state-change.log log is not rotated and grows

[Yahoo-eng-team] [Bug 2002947] [NEW] [neutron-tempest-plugin] CI job is not limiting the requirements library files

2023-01-16 Thread Rodolfo Alonso
t>=29.2.0' 'tenacity>=3.2.1' 'testscenarios>=0.4' 'testtools>=2.2.0' [tox/tox_env/api.py:427] However this installation is not limited by the requirements/upper- constrainst.txt file. A previous step "install_deps" installs the test- requir

[Yahoo-eng-team] [Bug 2002839] [NEW] Remove compatibility with OVN<20.09

2023-01-13 Thread Rodolfo Alonso
Public bug reported: That implies removing the check for the existence of "Chassis_Private" table that was added in [1] and is present in OVN==20.09. This cleanup requires a sanity check to verify the correct OVN version. [1]https://github.com/ovn- org/ovn/commit/4adc10f58127e45b5883f2e7cb1c7027

[Yahoo-eng-team] [Bug 1888829] Re: Improve core plugin extension filtering using the mechanism driver information

2023-01-13 Thread Rodolfo Alonso
** 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/129 Title: Improve core plugin extension filtering using the mechanism driver

[Yahoo-eng-team] [Bug 1988298] Re: [neutron-lib] "registry.has_resource_extenders" is the same as "resource_extend.has_resource_extenders"

2023-01-11 Thread Rodolfo Alonso
Both methods are slightly different but can be joined in one. There is no need to have both. ** Changed in: neutron Status: Invalid => Triaged -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1980488] Re: [OVN] OVN fails to report to placement if other mech driver is configured

2023-01-10 Thread Rodolfo Alonso
** 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/1980488 Title: [OVN] OVN fails to report to placement if other mech driver is c

[Yahoo-eng-team] [Bug 1624323] Re: Port binding fail in single node Mitaka setup

2023-01-04 Thread Rodolfo Alonso
Bug closed due to lack of activity, please feel free to reopen if needed. ** Changed in: neutron Status: Incomplete => 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/1624

[Yahoo-eng-team] [Bug 1723912] Re: Refactor securitygroup fullstack tests

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

[Yahoo-eng-team] [Bug 1761823] Re: [RFE] Introduce /ip-address resource

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

[Yahoo-eng-team] [Bug 1834174] Re: [RFE] Add support for IPoIB interface driver

2023-01-04 Thread Rodolfo Alonso
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/1834

[Yahoo-eng-team] [Bug 1905268] Re: port list performance for trunks can be optimized

2023-01-04 Thread Rodolfo Alonso
Fix merged and released: https://review.opendev.org/c/openstack/neutron/+/763777 ** 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

[Yahoo-eng-team] [Bug 1917866] Re: No need to fetch whole network object on port create

2023-01-04 Thread Rodolfo Alonso
Fix merged and released. ** 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/1917866 Title: No need to fetch whole network o

[Yahoo-eng-team] [Bug 1518392] Re: [RFE] Enable arp_responder without l2pop

2023-01-04 Thread Rodolfo Alonso
Bug closed due to lack of activity, please feel free to reopen if needed. ** Changed in: neutron Status: Triaged => Fix Released ** Changed in: neutron Status: Fix Released => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, whic

[Yahoo-eng-team] [Bug 1604222] Re: [RFE] Implement vlan transparent for openvswitch ML2 driver

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

[Yahoo-eng-team] [Bug 1614920] Re: Move OVO exceptions to neutron-lib

2023-01-04 Thread Rodolfo Alonso
I'll close this bug due to the lack of activity. If any exception in Neutron needs to be rehomed to n-lib, a new bug will be opened. ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1652728] Re: Adding a random lease_time value for dhcp-agent in large scale environment

2023-01-04 Thread Rodolfo Alonso
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/1652

[Yahoo-eng-team] [Bug 1816944] Re: fwaas - Failure UT on local environment due to neutron version

2023-01-04 Thread Rodolfo Alonso
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/1816

[Yahoo-eng-team] [Bug 1896588] Re: [Security Groups] When using neutron CLI, if non-existing project is given when listing the SGs, a default SG is created

2023-01-04 Thread Rodolfo Alonso
*** This bug is a duplicate of bug 1988026 *** https://bugs.launchpad.net/bugs/1988026 ** This bug has been marked a duplicate of bug 1988026 Neutron should not create security group with project==None -- You received this bug notification because you are a member of Yahoo! Engineering Te

[Yahoo-eng-team] [Bug 1906508] Re: Wrong error message when removing interface from router.

2023-01-04 Thread Rodolfo Alonso
Fix merged and released: https://review.opendev.org/c/openstack/neutron/+/765129 ** Changed in: neutron Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.n

[Yahoo-eng-team] [Bug 1910334] Re: [OVN]after create port forwarding, floating ip status is not running

2023-01-04 Thread Rodolfo Alonso
Fix merged and released: https://review.opendev.org/c/openstack/neutron/+/769462 ** 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

[Yahoo-eng-team] [Bug 1914522] Re: migrate from iptables firewall to ovs firewall

2023-01-04 Thread Rodolfo Alonso
** 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/1914522 Title: migrate from iptables firewall to ovs firewall Status in

[Yahoo-eng-team] [Bug 1921154] Re: os.kill(SIGTERM) does not finish and timeouts

2023-01-04 Thread Rodolfo Alonso
** 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/1921154 Title: os.kill(SIGTERM) does not finish and timeouts Status in n

[Yahoo-eng-team] [Bug 1533443] Re: ML2: cannot update HA router ha_port states after race between HA router creating and deleting

2023-01-04 Thread Rodolfo Alonso
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/1533

[Yahoo-eng-team] [Bug 1647652] Re: > returns all available networks instead of the internal networks that managed by this agent

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

[Yahoo-eng-team] [Bug 1786472] Re: Scenario test_connectivity_min_max_mtu fails when cirros is used

2023-01-04 Thread Rodolfo Alonso
Fix merged and released: https://review.opendev.org/c/openstack/neutron- tempest-plugin/+/590763/ ** 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://b

[Yahoo-eng-team] [Bug 1804844] Re: CI jobs definitions should be migrated to Zuul v3 syntax

2023-01-04 Thread Rodolfo Alonso
** 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/1804844 Title: CI jobs definitions should be migrated to Zuul v3 syntax St

[Yahoo-eng-team] [Bug 1747747] Re: Making Payload consistent for all the operations of an object

2023-01-04 Thread Rodolfo Alonso
Bug closed due to lack of activity, please feel free to reopen if needed. During the last releases [1] we have been changing all event calls to use "payload". If any call is still unchanged, please open a new bug. [1]https://review.opendev.org/q/topic:use-callback-payloads ** Changed in: neutron

[Yahoo-eng-team] [Bug 1799599] Re: neutron creates wrong vlan_tci filter in flow for gateway on flat external network and drops all PCP / QOS frames

2023-01-04 Thread Rodolfo Alonso
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/1799

[Yahoo-eng-team] [Bug 1833653] Re: We should cleanup ipv4 address if keepalived is dead

2023-01-04 Thread Rodolfo Alonso
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/1833

[Yahoo-eng-team] [Bug 1843446] Re: Implement "kill" operation using python method os.kill()

2023-01-04 Thread Rodolfo Alonso
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/1843

[Yahoo-eng-team] [Bug 1862618] Re: [OVN] functional test test_virtual_port_delete_parents is unstable

2023-01-04 Thread Rodolfo Alonso
** 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/1862618 Title: [OVN] functional test test_virtual_port_delete_parents is un

[Yahoo-eng-team] [Bug 1612697] Re: ovs agent not ready ports shouldn't be listed as current

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

[Yahoo-eng-team] [Bug 1679816] Re: There is no validation for image type in test.neutron.tests.tempest.scenario.test_trunk.TrunkTest.test_subport_connectivity

2023-01-04 Thread Rodolfo Alonso
Fix merged: https://review.opendev.org/c/openstack/neutron/+/469838/ ** 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/1679816

[Yahoo-eng-team] [Bug 2000314] [NEW] [OVS] Call to "driver.unregister" failing

2022-12-22 Thread Rodolfo Alonso
Public bug reported: This is happening during the stop of the OVS agent (snippet): 2022-12-22 12:12:22.774 115433 ERROR neutron File "/home/zuul/src/opendev.org/openstack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_capabilities.py", line 29, in unregister 2022-12-22 12:12:22.774

[Yahoo-eng-team] [Bug 2000252] [NEW] [OVN] "DBInconsistenciesPeriodics.check_for_inconsistencies" failing during port deletion

2022-12-21 Thread Rodolfo Alonso
Public bug reported: "DBInconsistenciesPeriodics.check_for_inconsistencies" fails to delete a port when the port has no "neutron:network_name" in the external_ids dictionary. Log example: https://paste.opendev.org/show/bpDh2t1ljAQYK4mOjgML/ ** Affects: neutron Importance: Undecided

<    1   2   3   4   5   6   7   8   9   10   >