[Yahoo-eng-team] [Bug 1780974] Re: Horizon broken for multi region setup

2022-08-29 Thread Launchpad Bug Tracker
[Expired for devstack because there has been no activity for 60 days.] ** Changed in: devstack Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1971760] Re: nova-compute leaks green threads

2022-08-29 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1988097] [NEW] some unit tests fail with prettytable 3.4.0

2022-08-29 Thread melanie witt
Public bug reported: Reported in the nova channel [1]: [10:43:18] latest prettytable is breaking a nova unit test, if anyone wants to have a look https://zuul.opendev.org/t/openstack/build/2e4535d6aa2d4fd987ddfd0d0bc296d1 Looks like a minor issue, the new version of prettytable 3.4.0 is

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

2022-08-29 Thread Chris Stone
Public bug reported: When using neutron-openvswitch-agent service, the following lines are logged every rpc loop (every 2 seconds): Aug 29 17:45:25 hostname neutron-openvswitch-agent[87874]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent

[Yahoo-eng-team] [Bug 1988069] [NEW] neutron-dhcp-agent fails when small tenant network mtu is set

2022-08-29 Thread Michael Sherman
Public bug reported: High level description: When a user creates a tenant network with a very small MTU (in our case 70), neutron-dhcp-agent stops updating the dnsmasq configuration, causing DHCP issues for all networks. Pre-conditions: Neutron is using the openvswitch, baremetal, and

[Yahoo-eng-team] [Bug 1988037] [NEW] Neutron does not find an existing route

2022-08-29 Thread Rodolfo Alonso
Public bug reported: Logs: https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_9a3/852723/2/check/neutron- functional-with-uwsgi/9a30d07/testr_results.html Error: https://paste.opendev.org/show/bQLrkfeWSyZhamVeRBpj/ ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1988026] [NEW] Neutron should not create security group with project==None

2022-08-29 Thread Dr. Jens Harbott
Public bug reported: When a non-admin user tries to list security groups for project_id "None", Neutron creates a default security group for that project and returns an empty list to the caller. To reproduce: openstack --os-cloud devstack security group list --project None openstack --os-cloud