[Yahoo-eng-team] [Bug 1905672] [NEW] Non existing property protection file raises 500 Internal server error

2020-11-25 Thread Abhishek Kekane
Public bug reported: Non existing property protection file raises 500 Internal server error If admin/operator specifies non existing property protection file in glance-api.conf then create/update image call raises 500 Internal server error. Steps to reproduce: 1. Enable property protection in

[Yahoo-eng-team] [Bug 1905611] [NEW] OVN.ovsdb_probe_interval takes effect only after initial database dump

2020-11-25 Thread Terry Wilson
Public bug reported: ml2/ovn allows the configuration of the OVSDB session probe_interval, and defaults it to 60 seconds, overriding the python-ovs default of 5 seconds. It does this after the ovsdbapp Connection object is created and started, which means it is also after python-ovs sends a

[Yahoo-eng-team] [Bug 1905587] [NEW] SGs shared via RBAC for an instance are not handled in Horizon

2020-11-25 Thread Peter Sabaini
Public bug reported: It appears we can't edit security groups for an instance shared via rbac. Sharing SGs via RBAC is done via: `openstack network rbac create --target-project $project --action access_as_shared --type security_group ...` We can see the shared SGs in the cli, when doing

[Yahoo-eng-team] [Bug 1903531] Re: Update of neutron-server breaks compatibility to previous neutron-agent version

2020-11-25 Thread Corey Bryant
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New ** No longer affects: neutron (Ubuntu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1903531 Title:

[Yahoo-eng-team] [Bug 1905568] [NEW] Sanity checks missing port_name while adding tunnel port

2020-11-25 Thread Slawek Kaplonski
Public bug reported: Functions ovs_vxlan_supported and ovs_vxlan_supported from neutron.cmd.sanity.checks module are creating tunnel port by using neutron.agent.common.ovs_lib.OVSBridge.add_tunnel_port() method but they are not passing port name as a first argument. That argument is mandatory so

[Yahoo-eng-team] [Bug 1905552] Re: neutron-fwaas netlink conntrack driver would catch error while conntrack rules protocol is 'unknown'

2020-11-25 Thread Oleg Bondarev
Neutron-fwaas development is stopped: https://review.opendev.org/c/openstack/governance/+/735828/ ** 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.

[Yahoo-eng-team] [Bug 1905552] [NEW] neutron-fwaas netlink conntrack driver would catch error while conntrack rules protocol is 'unknown'

2020-11-25 Thread Zhang Jian
Public bug reported: 2020-11-25 11:07:32.606 127 DEBUG oslo_concurrency.lockutils [req-ab14782d-80b1-43f6-8d1b-2874531aca5e - 9d40b483f885496896d81c487f420438 - - -] Releasing semaphore "iptables-qrouter-9e18395d-961d-46b3-a0e9-4c6a94c32baf" lock

[Yahoo-eng-team] [Bug 1905551] [NEW] functional: test_gateway_chassis_rebalance fails

2020-11-25 Thread Jakub Libosvar
Public bug reported: The test failure doesn't report much: ft1.10: neutron.tests.functional.services.ovn_l3.test_plugin.TestRouter.test_gateway_chassis_rebalancetesttools.testresult.real._StringException: Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1905538] [NEW] Some OVS bridges may lack OpenFlow10 protocol

2020-11-25 Thread Oleg Bondarev
Public bug reported: After commit https://review.opendev.org/c/openstack/neutron/+/371455 OVSAgentBridge.setup_controllers() no longer sets OpenFlow10 protocol for the bridge, instead it was moved to ovs_lib.OVSBridge.create(). However some (custom) OVS bridges could be created by nova/os-vif