[Yahoo-eng-team] [Bug 2038413] Re: [OVN] host id in NB database not updated correctly for virtual ports

2024-01-17 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/neutron/+/896883 Committed: https://opendev.org/openstack/neutron/commit/e68a920c114010a36a667d90866bfb6243148b6d Submitter: "Zuul (22348)" Branch:master commit e68a920c114010a36a667d90866bfb6243148b6d Author: Michel Nederlof Date: Wed Oct

[Yahoo-eng-team] [Bug 2049559] Re: Keysont implements "AccountLocked" but returns "Unauthorized"

2024-01-17 Thread David Wilde
Hello, This is by design: cat releasenotes/notes/bug-1688137-e4203c9a728690a7.yaml --- fixes: - | [`bug 1688137 `_] Fixed the AccountLocked exception being shown to the end user since it provides some information that could be exploi

[Yahoo-eng-team] [Bug 2049064] Re: Unit/functional test failures with oslo.limit 2.3.0

2024-01-17 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/glance/+/905315 Committed: https://opendev.org/openstack/glance/commit/5378396b84755dedbba2a34d2e9c93add8c27176 Submitter: "Zuul (22348)" Branch:master commit 5378396b84755dedbba2a34d2e9c93add8c27176 Author: Takashi Kajinami Date: Fri Jan 1

[Yahoo-eng-team] [Bug 1955578] Fix included in openstack/neutron ussuri-eol

2024-01-17 Thread OpenStack Infra
This issue was fixed in the openstack/neutron ussuri-eol release. ** Changed in: cloud-archive/ussuri Status: Triaged => 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 1961112] Fix included in openstack/neutron ussuri-eol

2024-01-17 Thread OpenStack Infra
This issue was fixed in the openstack/neutron ussuri-eol release. ** Changed in: cloud-archive/ussuri Status: Triaged => 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 2008943] Fix included in openstack/neutron ussuri-eol

2024-01-17 Thread OpenStack Infra
This issue was fixed in the openstack/neutron ussuri-eol release. ** Changed in: cloud-archive/ussuri Status: Triaged => 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 2030773] Fix included in openstack/neutron ussuri-eol

2024-01-17 Thread OpenStack Infra
This issue was fixed in the openstack/neutron ussuri-eol release. ** Changed in: cloud-archive/ussuri Status: Triaged => 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 2032770] Fix included in openstack/neutron ussuri-eol

2024-01-17 Thread OpenStack Infra
This issue was fixed in the openstack/neutron ussuri-eol release. ** Changed in: cloud-archive/ussuri Status: Triaged => 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 2049624] [NEW] vpnaas problem --- strongswan on rocky 9

2024-01-17 Thread Ian Kumlien
Public bug reported: It seems like this is written exclusively for some dist.. On rocky, it's named strongswan just like in the man page, and it uses /etc/strongswan So setting: [strongswan] default_config_area = /etc/strongswan/strongswan.d should be enough according to the configuration, but

[Yahoo-eng-team] [Bug 2049623] [NEW] [RFE] Refactor OVS Trunk plugin to have one single port

2024-01-17 Thread Rodolfo Alonso
Public bug reported: The aim of this RFE is to refactor the OVS Trunk plugin, in order to have one single port between the trunk bridge and the integration bridge. The VLAN filtering will be done by configuring the port with "vlan_mode=trunk" and defining the corresponding VLAN IDs in the "trunk"

[Yahoo-eng-team] [Bug 2049622] [NEW] Some Port Properties Cannot Be Set

2024-01-17 Thread Ayhan ilhan
Public bug reported: Hi, Some port properties like dns-name cannot be set. We got mismatch error in some tempest tests as below. I debugged it and i saw that the dns- name properties cannot be set when creating a port. I checked with openstack cli commands and i saw dns-name properties cannot be

[Yahoo-eng-team] [Bug 2049211] Re: neutron_tempest_plugin.api sorted() Function Issue

2024-01-17 Thread Martin Kopec
this is an issue on neutron-tempest-plugin's side, not tempest, i'll change the component to neutron. ** Project changed: tempest => neutron -- 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 2049211] [NEW] neutron_tempest_plugin.api sorted() Function Issue

2024-01-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Hi, We got mismatch error in some tests as below. I debugged it and the test passes if we change sorted() function. Because sorted() function sorts by ascii character. When sorted in ASCII order, digits are followed by uppercase characters and then lowerc

[Yahoo-eng-team] [Bug 2049615] [NEW] multisegments: cleaning DHCP process for segment 0 should happen first

2024-01-17 Thread Sahid Orentino
Public bug reported: With the new support of multi-segments some code has been added to clean old dhcp setup for a network. that clean should happen first and clean segment index == 0. As list of segment for a given network does not come ordered by segment index, in the process we can be in that

[Yahoo-eng-team] [Bug 2049590] [NEW] Restore the device namespace if "set_netns" fails

2024-01-17 Thread Rodolfo Alonso
Public bug reported: If the method ``IpLinkCommand.set_netns`` [1] fails, the device namespace should keep the previous value. [1]https://github.com/openstack/neutron/blob/12115302944293b7d6b022f5acb68fe9c649a53e/neutron/agent/linux/ip_lib.py#L479 ** Affects: neutron Importance: Medium