[Yahoo-eng-team] [Bug 1934957] [NEW] [sriov] Unable to change the VF state for i350 interface

2021-07-07 Thread liuxie
Public bug reported: When sriov-nic-agent configures VF state, the exception is as follows: 2021-07-08 06:15:47.773 34 DEBUG oslo.privsep.daemon [-] privsep: Exception during request[139820149013392]: Operation not supported on interface eno4, namespace None. _process_cmd /usr/local/lib/python3

[Yahoo-eng-team] [Bug 1922824] [NEW] [ovn] external port always be scheduled on a single gateway

2021-04-06 Thread liuxie
Public bug reported: At the moment, all external ports will be scheduled on a single gateway node since there’s only one HA Chassis Group for all of those ports.[1] I think this issue could be solved like l3-ha [2]. [1]https://docs.openstack.org/neutron/latest/admin/ovn/sriov.html#known-limitati

[Yahoo-eng-team] [Bug 1916918] [NEW] It's better to use deepcopy in function rpc_loop of ovs-agent

2021-02-25 Thread liuxie
Public bug reported: This variable [ports] represents the current ports list in func rpc_loop. It maybe modified by any func which call it like func process_port_info. So I think it's better to deepcopy [ports] behind the while statement in func rpc_loop. Somebody have any other opinions? ** A

[Yahoo-eng-team] [Bug 1843379] [NEW] Tagging is not work for tags of QoS Policy

2019-09-10 Thread liuxie
collection_name.replace('_', '-') parent = {'member_name': member_name, 'collection_name': collection_name} if 'policies' in collection_name: path_prefix = "/qos" exts.a

[Yahoo-eng-team] [Bug 1819591] [NEW] Fwaas-v2 not fully suport "source_firewall_group_id" for creation of firewall_rule

2019-03-12 Thread liuxie
Public bug reported: currently,the api of Fwaas-v2 support source_firewall_group_id creation with firewall_rules,but there is no db models for this creation. Besides,l2 agent can not deal with source_firewall_group_id. I think this function is not complete.I wonder if it is under development. Ar

[Yahoo-eng-team] [Bug 1809628] [NEW] Enable driver field for the api of service_providers

2018-12-23 Thread liuxie
quot;true", "driver": "neutron_lbaas.drivers.octavia.driver.OctaviaDriver", "description": "Dummy profile", "metainfo": "{'foo': 'bar'}" } } ** Affects: neutron Importance: Undecid

[Yahoo-eng-team] [Bug 1773282] [NEW] errors occured when create vpnservice with flavor_id:Flavors plugin not Found

2018-05-24 Thread liuxie
Public bug reported: when i create a vpnservice with flavor_id ,there was one error:Flavors plugin not Found. Then i found that "Loading plugin:flavors" after "Loading plugin:vpnaas" from the server.log. So i modified [_get_provider_for_flavor] in the neutron_vpnaas/services/vpn/plugin.py,like