[Yahoo-eng-team] [Bug 1611632] [NEW] neutron_dynamic_routing project is bound to rpc driver closely

2016-08-10 Thread Yang Yu
> Refactor the code to support agentless driver 2> Using service_providers method to load the different driver 3> Deliver an overall agent driver interface so that some agent driver such as quagga and ryu are easy to be load. ** Affects: neutron Importance: Undecided Assignee: Yang Yu

[Yahoo-eng-team] [Bug 1600697] [NEW] Using VMware NSXv driver, when update the port with specified address pair, got exception

2016-07-11 Thread Yang Yu
: Undecided Assignee: Yang Yu (yuyangbj) Status: New ** Changed in: neutron Assignee: (unassigned) => Yang Yu (yuyangbj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/b

[Yahoo-eng-team] [Bug 1600691] [NEW] Should not create overlapped subnetpool in one tenant

2016-07-11 Thread Yang Yu
subnetpool when the address scope id is empty. ** Affects: neutron Importance: Undecided Assignee: Yang Yu (yuyangbj) Status: New ** Changed in: neutron Assignee: (unassigned) => Yang Yu (yuyangbj) -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1597979] Re: Can not get the advertised routes without using subnet pool

2016-07-01 Thread Yang Yu
@Ryan, If that is the case, we still need to add the check if the address scope is not null when we add the provider network to bgp speaker. ** Changed in: neutron Status: Invalid => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1597979] [NEW] Can not get the advertised routes without using subnet pool

2016-06-30 Thread Yang Yu
--++ 4> Verify the BGP advertised routes. They got null. yangyubj@yang-devstack-ubuntu-1604:/opt/stack/neutron$ neutron bgp- speaker-advertiseroute-list bgp-speaker yangyubj@yang-devstack-ubuntu-1604: ** Affects: neutron Importance: Un

[Yahoo-eng-team] [Bug 1526666] Re: After neutron AZ is enabled, nova should add an AZ filter when picking up networks

2015-12-17 Thread Yang Yu
@aginwala, I am not sure why this bug is an invalid bug. I know I can specify the net id manually with the correct availability zone, but per my understanding, in my reported scenario, nova should pick up the right network even though there is not net id specified, because there is only one

[Yahoo-eng-team] [Bug 1526666] [NEW] After neutron AZ is enabled, nova should add an AZ filter when picking up networks

2015-12-16 Thread Yang Yu
149 But I got error msg: ERROR (Conflict): Multiple possible networks found, use a Network ID to be more specific. (HTTP 409) (Request-ID: req-6b01d821-f8a8-4537-b3d1-bf7aebc86a79) ** Affects: nova Importance: Undecided Assignee: Yang Yu (yuyangbj) Status: New ** Changed in: n

[Yahoo-eng-team] [Bug 1454566] [NEW] Neutron DB migration failed in the script 2b801560a332_remove_hypervneutronplugin_tables.py when upgrade

2015-05-13 Thread Yang Yu
conn = conn.execution_options(**execution_options) TypeError: execution_options() argument after ** must be a mapping, not list ** Affects: neutron Importance: Undecided Assignee: Yang Yu (yuyangbj) Status: New ** Changed in: neutron Assignee: (unassigned) = Yang Yu

[Yahoo-eng-team] [Bug 1372862] [NEW] There is no need to enable globalizaion for debug level log

2014-09-23 Thread Yang Yu
Public bug reported: Currently, in neutron code, there still are some codes to enable translation tag for debug level log. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1362480] [NEW] Datacenter moid should be a value not a tuple

2014-08-28 Thread Yang Yu
** Affects: neutron Importance: Low Assignee: Yang Yu (yuyangbj) Status: New ** Tags: vmware ** Changed in: neutron Assignee: (unassigned) = Yang Yu (yuyangbj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1338977] [NEW] Using OpenvSwitch, all devices with name tapxxx attached to OVS bridge can not be synchronized successfully when ovs_use_veth is set to True

2014-07-08 Thread Yang Yu
is named ns-x, another one is named tapx. We need to make sure tapx could be attached to the ovs integration bridge automatically using the scenario above. ** Affects: neutron Importance: Undecided Assignee: Yang Yu (yuyangbj) Status: New ** Changed in: neutron

[Yahoo-eng-team] [Bug 1271449] [NEW] neutron-dhcp-agent can not be started when end user only use linuxbridge as l2 agent

2014-01-22 Thread Yang Yu
Public bug reported: When we only install neutron-linuxbridge-agent package on RHEL6.5, the dhcp agent can not be started successfully. That is because there is hard code to use openvswitch.common plugin in nuetron.agent.linux.ovs_lib.py. [root@osee15-control01 neutron]#

[Yahoo-eng-team] [Bug 1185367] Re: AZ should be validated durign instance create at the api layer

2013-06-03 Thread Yang Yu
Basing on the current design, we should keep the AZ check in scheduler layer because current OpenStack could force the host to boot. For example, nova boot --availability_zone foobar:host1 The VM will be created on compute host1 even though the foobar is not existing. So if we add the AZ check