[Yahoo-eng-team] [Bug 1580780] Re: Associate subnets to segments through subnet API

2016-10-14 Thread Carl Baldwin
sk the OpenStack infra team (#openstack-infra on freenode) for help if you need to. commit f494de47fcef7776f7d29d5ceb2cc4db96bd1efd Author: Carl Baldwin <carl.bald...@hpe.com> Date: Tue Feb 9 16:39:01 2016 -0700 Associate subnets to segments through subnet API

[Yahoo-eng-team] [Bug 1564776] Re: DVR l3 agent should check for snat namespace existence before adding or deleting anything from the namespace

2016-09-28 Thread Carl Baldwin
** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1564776 Title: DVR l3 agent should check for snat namespace existence before

[Yahoo-eng-team] [Bug 1625334] [NEW] Update port with subnet_id in fixed_ips allocates a new IP when existing one could be used.

2016-09-19 Thread Carl Baldwin
://bugs.launchpad.net/neutron/+bug/1622616/ [2] https://review.openstack.org/#/c/369051/ [3] https://bugs.launchpad.net/neutron/+bug/1623800 ** Affects: neutron Importance: High Assignee: Carl Baldwin (carl-baldwin) Status: Confirmed ** Tags: l3-ipam-dhcp -- You received this bug

[Yahoo-eng-team] [Bug 1620746] [NEW] Dead code and model remain for availability ranges

2016-09-06 Thread Carl Baldwin
: Low Assignee: Carl Baldwin (carl-baldwin) Status: In Progress ** Changed in: neutron Milestone: None => newton-rc1 ** Changed in: neutron Assignee: (unassigned) => Carl Baldwin (carl-baldwin) ** Changed in: neutron Importance: Undecided => Low -- You received

[Yahoo-eng-team] [Bug 1610483] [NEW] Pluggable IPAM rollback mechanism is not robust

2016-08-05 Thread Carl Baldwin
Public bug reported: In looking through the retry mechanism for pluggable IPAM (e.g. [1]), I found it is not robust. It catches only a very narrow set of errors. Many other errors would not result in a rollback notification to the external IPAM system. Basically, if anything else fails during a

[Yahoo-eng-team] [Bug 1609540] [NEW] Deleting csnat port fails due to no fixed ips

2016-08-03 Thread Carl Baldwin
Public bug reported: This code [1] ends up emitting an "IndexError: list index out of range" exception that ends up with a trace like this [2]. Essentially, there are no fixed ips on the port. Not sure yet how it got in to this state. This failure is linked to various tempest failures in

[Yahoo-eng-team] [Bug 1603162] [NEW] IP deallocation failed on external system with pluggable IPAM

2016-07-14 Thread Carl Baldwin
Public bug reported: This bug is visible when pluggable IPAM is active. It can be seen with this patch [1]. It does not cause gate failures but it is still something that should be understood. This logstash query [2] seems to find where they occur. It is helpful to look at the DEBUG level

[Yahoo-eng-team] [Bug 1463784] Re: [RFE] Networking L2 Gateway does not work with DVR

2016-07-01 Thread Carl Baldwin
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Status: New => In Progress ** Changed in: neutron Importance: Undecided => Wishlist ** Tags removed: rfe ** Tags added: rfe-approved -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1597561] [NEW] L3 agent allows multiple gateway ports in fip namespace

2016-06-29 Thread Carl Baldwin
Public bug reported: At the end of deleting a GW port for a router, l3_dvr_db.py will look for any more router gw ports on the external network. If there are none, then it calls delete_floatingip_agent_gateway_port [1]. This should fan out to all l3 agents on all compute nodes [2]. Each agent

[Yahoo-eng-team] [Bug 1588593] Re: If Neutron IPAM driver is setted,using 'net-delete' command to delete the network created when ipam_driver is not set,the command seems to cause dead loop.

2016-06-20 Thread Carl Baldwin
We never really provided an official migration. Some vendors like InfoBlox have an unofficial one in order to facilitate migrating to their drivers. The reason for this is that the internal driver doesn't provide any advantage over the non-pluggable implementation. It is effectively equivalent.

[Yahoo-eng-team] [Bug 1557909] Re: SNAT namespace is not getting cleared after the manual move of SNAT with dead agent

2016-06-10 Thread Carl Baldwin
** Changed in: neutron Status: Fix Released => In Progress ** Description changed: + Llatest patch (2016-06-10): https://review.openstack.org/#/c/326729/ + Stale snat namespace on the controller after recovery of dead l3 agent. Note: Only on Stable/LIBERTY Branch: - Setup:

[Yahoo-eng-team] [Bug 1566191] Re: [RFE] Allow multiple networks with FIP range to be associated with Tenant router

2016-06-09 Thread Carl Baldwin
** Changed in: neutron Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1566191 Title: [RFE] Allow multiple networks with FIP range to be associated

[Yahoo-eng-team] [Bug 1581931] Re: RBAC -access_as_external - exclude tenant

2016-06-03 Thread Carl Baldwin
Update from Drivers' meeting: http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-06-02-22.00.log.html#l-124 ** Changed in: neutron Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1586135] Re: Revert "Improve performance of ensure_namespace"

2016-05-26 Thread Carl Baldwin
This was filed from a null-merge. I think it is okay to mark it invalid. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1586135

[Yahoo-eng-team] [Bug 1585738] [NEW] ML2 doesn't return fixed_ips on a port update with binding

2016-05-25 Thread Carl Baldwin
Public bug reported: I found this yesterday while working on deferred IP allocation for routed networks. However, it isn't unique to deferred port binding. With my deferred IP allocation patch [2], I need to be able to make a port create call [1] without binding information that doesn't allocate

[Yahoo-eng-team] [Bug 1583759] [NEW] Invalid input for operation: IP allocation requires subnets for network

2016-05-19 Thread Carl Baldwin
Public bug reported: Several people now, including Brian Haley and me, have been chasing down this stack trace [1] for a few weeks. We've seen it in failed jobs and we begin chasing it down only to find out that it is a red herring. I'm filing this bug because we ought to capture what we know

[Yahoo-eng-team] [Bug 1547271] Re: Preserve subnet_create behavior in presence of subnet pools

2016-05-19 Thread Carl Baldwin
This is no longer relevant. The default subnetpool behavior has changed in Mitaka. You need to request the use of a default subnetpool explicitly. That makes this problem moot. ** Changed in: neutron Status: Confirmed => Invalid ** Changed in: openstack-manuals Status: Confirmed

[Yahoo-eng-team] [Bug 1577572] Re: [RFE] Routing providers framework

2016-05-05 Thread Carl Baldwin
I think we should do just enough of this for the fast exit rfe [1] and leave the rest of this for another time. [1] https://bugs.launchpad.net/neutron/+bug/1577488 ** Changed in: neutron Status: Triaged => Won't Fix -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1573197] Re: [RFE] Neutron API enhancement for visibility into multi-segmented networks

2016-05-02 Thread Carl Baldwin
After talking with Sukhdev and a Manila person at the summit on Friday and looking at the Manila use case, I understand much better what the use case is you're after here. An ML2 mechanism driver that will bind the port to the Manila file server will have access to all of the details it needs.

[Yahoo-eng-team] [Bug 1456624] Re: DVR Connection to external network lost when associating a floating IP

2016-04-20 Thread Carl Baldwin
In my review of the patch, I stated that I think the cure is much worse than the problem. I don't think anyone has chimed in to change my mind and so I'm marking this as won't fix. Ping me if you think it should be fixed. ** Changed in: neutron Status: Confirmed => Won't Fix -- You

[Yahoo-eng-team] [Bug 1536437] Re: 'module' object has no attribute 'moved_function' failure with required debtcollector version: needs 0.9.0, not 0.8.0

2016-04-14 Thread Carl Baldwin
** Changed in: neutron Status: Fix Committed => 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/1536437 Title: 'module' object has no attribute 'moved_function'

[Yahoo-eng-team] [Bug 1568992] [NEW] PD adds a non-sensical check to nonpluggable IPAM

2016-04-11 Thread Carl Baldwin
/db/ipam_non_pluggable_backend.py#L248-249 [2] https://github.com/openstack/neutron/blob/c5bc5bda34/neutron/ipam/utils.py#L28 [3] https://github.com/openstack/neutron/blob/c5bc5bda34/neutron/db/ipam_non_pluggable_backend.py#L268 ** Affects: neutron Importance: Low Assignee: Carl Baldwin

[Yahoo-eng-team] [Bug 1564983] Re: Request Mitaka release for openstack/networking-hyperv

2016-04-01 Thread Carl Baldwin
I pushed the tag to gerrit. Please confirm that the release was successful. ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1540512] Re: [RFE] Host Aware IPAM

2016-03-28 Thread Carl Baldwin
After some review and reading Neil's final comments, I'm going to close this. I'm about to crack IPAM for routed networks. With this request in mind, I'll be looking to evolve the IPAM interface so that it can take host information into consideration. I'll also be working on the deferred IP

[Yahoo-eng-team] [Bug 1562067] Re: neutron network-show should display the router

2016-03-25 Thread Carl Baldwin
We won't support this on the API. But, I don't think we'd need to anyway. Let me explain... In the Neutron model, routers attach to subnets, a part of the network. If you show the network, it lists the subnets that belong to it: $ neutron net-show private

[Yahoo-eng-team] [Bug 1552085] Re: Router Interfaces Are Instantiated in Compute Nodes Which do not need them.

2016-03-07 Thread Carl Baldwin
It needs them all! DVR routing is supposed to be able to do east/west routing locally on the compute host. If the router is connected to 10 subnets, it needs to have 10 interfaces in order for traffic to egress on any one of them. Did I miss something? ** Changed in: neutron Status: In

[Yahoo-eng-team] [Bug 1547705] Re: There is no way to use the default subnet pool without first looking it up

2016-02-22 Thread Carl Baldwin
neutron: https://review.openstack.org/#/c/282021/ python-neutronclient: https://review.openstack.org/#/c/282583/ ** Also affects: python-neutronclient Importance: Undecided Status: New ** Changed in: python-neutronclient Assignee: (unassigned) => Carl Baldwin (carl-bald

[Yahoo-eng-team] [Bug 1547705] [NEW] There is no way to use the default subnet pool without first looking it up

2016-02-22 Thread Carl Baldwin
discussing [1], I agreed to provide a new extension to make this convenient again. The extension should be added to the server side to allow any API consumers to make use of it. [1] https://bugs.launchpad.net/neutron/+bug/1545199 ** Affects: neutron Importance: High Assignee: Carl Baldwin

[Yahoo-eng-team] [Bug 1544768] [NEW] [RFE] Differentiate between static and floating subnets

2016-02-11 Thread Carl Baldwin
Public bug reported: I've been thinking about this for a little while now. There seems to be something different about floating IP subnets and other (I'll call them static in this context) subnets in some use cases. - On an external network where operators wish to use private IPs for router

[Yahoo-eng-team] [Bug 1543656] [NEW] Cannot connect a router to overlapping subnets with address scopes

2016-02-09 Thread Carl Baldwin
Public bug reported: This is a known limitation in the reference implementation of address scopes [1] in the L3 agent that a router cannot be connected to subnets with overlapping IPs even when the subnets are in different address scopes and, in theory, there should be no ambiguity. This was

[Yahoo-eng-team] [Bug 1370033] Re: Admin should be able to manually select the active instance of a HA router

2016-01-11 Thread Carl Baldwin
** Changed in: neutron Status: Won't Fix => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1370033 Title: Admin should be able to manually select the active instance of a HA

[Yahoo-eng-team] [Bug 1370033] Re: Admin should be able to manually select the active instance of a HA router

2016-01-11 Thread Carl Baldwin
I just adjusted the status and tags to reflect what has been discussed on the review [1]. Maybe we need to discuss this again in the drivers team meeting. [1] https://review.openstack.org/#/c/257299/ ** Tags removed: rfe-approved ** Tags added: rfe ** Changed in: neutron Status: In

[Yahoo-eng-team] [Bug 1531375] Re: useless slash in the return message when create a subnet with subnet pool

2016-01-06 Thread Carl Baldwin
** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1531375 Title: useless slash in the return message when create a subnet with

[Yahoo-eng-team] [Bug 1526559] Re: L3 agent parallel configuration of routers might slow things down

2016-01-04 Thread Carl Baldwin
Interesting. So, having multiple threads doesn't improve the execution time at all? That's different than I remember. One thing that have some number of threads may do is possibly decrease the latency to process a new request while some threads are working on other routers. ** Changed in:

[Yahoo-eng-team] [Bug 1527129] Re: enhance the help info of "neutron router-gateway-set"

2015-12-17 Thread Carl Baldwin
** Project changed: neutron => python-neutronclient ** Changed in: python-neutronclient Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1527129 Title:

[Yahoo-eng-team] [Bug 1526672] Re: instance ip not updated after subnet-update and reboot

2015-12-16 Thread Carl Baldwin
The allocation_pools attribute of the subnet only affects the automatic allocation of IPs for new ports created after the pool is set. It is not intended to affect existing or manually created ports. ** Tags added: l3-ipam-dhcp ** Changed in: neutron Status: New => Won't Fix -- You

[Yahoo-eng-team] [Bug 1509295] Re: L3: agent may do double work upon start/resync

2015-12-03 Thread Carl Baldwin
Reopen if this is shown to be more severe than we currently think it is. ** Changed in: neutron Status: In Progress => 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 1189658] Re: Should choice of DHCP gateway consider whether a subnet's gateway is realized

2015-12-03 Thread Carl Baldwin
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1189658 Title: Should choice of DHCP gateway consider whether a subnet's gateway is

[Yahoo-eng-team] [Bug 1521909] Re: subnet_allocation extention is no need

2015-12-02 Thread Carl Baldwin
This extension is a shim extension. It indicates the presence of the feature but doesn't actually provide the feature. The reason it is there is due to some confusion about the future of extensions at the time of development. It was developed as a core resource but then at the very last hour

[Yahoo-eng-team] [Bug 1513574] Re: firewall rules on DVR FIP fails to work for ingress traffic

2015-11-23 Thread Carl Baldwin
At this point, given that fwaas is totally up in the air, I don't think we're going to take on anymore DVR / FWaaS bugs. ** Changed in: neutron Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1411883] Re: DVR qrouters are not created when VMs are added after the router-interface is added to the router

2015-09-09 Thread Carl Baldwin
** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1411883 Title: DVR qrouters are not created when VMs are added after the

[Yahoo-eng-team] [Bug 1479887] Re: Default subnetpools cannot be defined by name

2015-08-31 Thread Carl Baldwin
** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1479887 Title: Default subnetpools cannot be defined by name Status in

[Yahoo-eng-team] [Bug 1383571] Re: The fip namespace can be destroyed on L3 agent restart

2015-08-27 Thread Carl Baldwin
** Changed in: neutron Status: Confirmed = Incomplete ** Changed in: neutron Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1383571 Title:

[Yahoo-eng-team] [Bug 1034161] Re: some platforms do not support namespaces

2015-08-14 Thread Carl Baldwin
** Changed in: neutron Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1034161 Title: some platforms do not support namespaces Status in neutron:

[Yahoo-eng-team] [Bug 1428305] Re: Floating IP namespace not created when DVR enabled and with IPv6 enabled in devstack

2015-08-11 Thread Carl Baldwin
** Changed in: neutron Importance: Undecided = Medium ** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1428305 Title:

[Yahoo-eng-team] [Bug 1470337] [NEW] Some aspects of subnets not validated when using subnet pools

2015-06-30 Thread Carl Baldwin
Public bug reported: It looks like _validate_subnet is not called when allocating from a subnet pool. See here [1] for a discussion about it. [1] https://review.openstack.org/#/c/153236/89/neutron/db/db_base_plugin_v2.py ** Affects: neutron Importance: Undecided Assignee: Ryan

[Yahoo-eng-team] [Bug 1444146] Re: Subnet creation from a subnet pool can get wrong ip_version

2015-06-04 Thread Carl Baldwin
I just added python-neutronclient to this bug report. The fact that the client defaults to IP version 4 even when a version 6 subnet pool has been selected should be fixed. ** Also affects: python-neutronclient Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1453925] Re: BGP Dynamic Routing

2015-06-03 Thread Carl Baldwin
I marked this invalid because it is not required for existing specs until Liberty-1 and I won't update it to follow the new guidelines until that is necessary. Please ignore this and use the blueprint for up-to- date information. ** Changed in: neutron Status: New = Invalid -- You

[Yahoo-eng-team] [Bug 1453906] Re: Implement Routing Networks in Neutron

2015-05-27 Thread Carl Baldwin
Gotta get this one out of here too, I guess. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1453906 Title: Implement Routing

[Yahoo-eng-team] [Bug 1453921] Re: Implement Address Scopes

2015-05-27 Thread Carl Baldwin
I'm sorry to offend you with this. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1453921 Title: Implement Address Scopes Status in

[Yahoo-eng-team] [Bug 1459030] [NEW] Add dns_label to Neutron port

2015-05-26 Thread Carl Baldwin
Public bug reported: See the spec for more details https://review.openstack.org/#/c/88623 This dns_label field will be used for DNS resolution of the hostname in dnsmasq and also will be used when Neutron can integrate with external DNS systems. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1453925] [NEW] BGP Dynamic Routing

2015-05-11 Thread Carl Baldwin
Public bug reported: We propose create an new dr-agent which speaks BGP on behalf of Neutron to external routers. It will only announce routes on an external network and will not yet learn routers from the external system. These routes will include floating IPs in IPv4 and IPv6 subnets for

[Yahoo-eng-team] [Bug 1453906] [NEW] Implement Routing Networks in Neutron

2015-05-11 Thread Carl Baldwin
Public bug reported: This feature request proposes to allow using private subnets and public subnets together on the same physical network. The private network will be used for router next-hops and other router communication. This will also allow having an L3 only routed network which spans L2

[Yahoo-eng-team] [Bug 1453921] [NEW] Implement Address Scopes

2015-05-11 Thread Carl Baldwin
Public bug reported: Make address scopes a first class thing in Neutron and make Neutron routers aware of them. ** Affects: neutron Importance: Undecided Status: New ** Tags: rfe -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1450521] Re: remove the gateway validation of subnet for router VM's port

2015-05-06 Thread Carl Baldwin
The reason for not allowing the gateway to be within the allocation pools was so that Neutron would not allocate the gateway IP address to just anything. It should be specifically requested for a router port or a service VM like you've done. If we allow moving the gateway IP to an IP inside the

[Yahoo-eng-team] [Bug 1444146] [NEW] Subnet creation from a subnet pool can get wrong ip_version

2015-04-14 Thread Carl Baldwin
Public bug reported: The following command ends up creating a subnet with ip_version set to 4 even though the pool is an ipv6 pool. $ neutron subnet-create --subnetpool ext-subnet-pool --prefixlen 64 network1 ** Affects: neutron Importance: Undecided Assignee: Carl Baldwin (carl

[Yahoo-eng-team] [Bug 1287824] Re: l3 agent makes too many individual sudo/ip netns calls

2015-03-24 Thread Carl Baldwin
** Changed in: neutron Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1287824 Title: l3 agent makes too many individual sudo/ip netns calls

[Yahoo-eng-team] [Bug 1411865] [NEW] pylint is failing in the check queue

2015-01-16 Thread Carl Baldwin
Public bug reported: I'm getting a pylint error on my newest patch [2] that doesn't seem to be related to the patch. I seem to get the same error on master. Logstash is hinting at something starting to go wrong [1]. Possible unbalanced tuple unpacking with sequence defined at line 153: left

[Yahoo-eng-team] [Bug 1383495] [NEW] L3 agent attempts to disable RA on all interfaces when it should only do so on qrouter namespaces for now

2014-10-20 Thread Carl Baldwin
can be called. If it is important to disable_ipv6_ra for router namespaces then this call should be moved to _destroy_router_namespace. ** Affects: neutron Importance: Medium Assignee: Carl Baldwin (carl-baldwin) Status: In Progress ** Changed in: neutron Importance

[Yahoo-eng-team] [Bug 1383571] [NEW] The fip namespace can be destroyed on L3 agent restart

2014-10-20 Thread Carl Baldwin
: Carl Baldwin (carl-baldwin) Status: Confirmed ** Tags: l3-dvr-backlog ** Changed in: neutron Importance: Undecided = Medium ** Tags added: l3-dvr-backlog ** Changed in: neutron Assignee: (unassigned) = Carl Baldwin (carl-baldwin) ** Changed in: neutron Status: New

[Yahoo-eng-team] [Bug 1378398] [NEW] Remove legacy weight from l3 agent _process_routers

2014-10-07 Thread Carl Baldwin
is necessary because there is only one thread active and the method waits for it to complete at the end. 3. The set logic is no longer needed. ** Affects: neutron Importance: Wishlist Assignee: Carl Baldwin (carl-baldwin) Status: In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1189909] Re: dhcp-agent does always provide IP address for instances with re-cycled IP addresses.

2014-10-02 Thread Carl Baldwin
It seems this has been fixed with https://review.openstack.org/#/c/37580/ ** Changed in: neutron Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1156980] Re: Agent is not a L3 Agent or has been disabled

2014-10-02 Thread Carl Baldwin
** Changed in: neutron Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1156980 Title: Agent is not a L3 Agent or has been disabled Status in

[Yahoo-eng-team] [Bug 1224502] Re: Getting No more IP addresses available error , though enough IP's available on the pool

2014-10-02 Thread Carl Baldwin
** Changed in: neutron Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1224502 Title: Getting No more IP addresses available error , though enough

[Yahoo-eng-team] [Bug 1184519] Re: after quantum API downtime, dhcp-agent gave up the plot

2014-10-02 Thread Carl Baldwin
Closing at Robert's request. Sorry it took so long. ** Changed in: neutron Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1184519 Title: after

[Yahoo-eng-team] [Bug 1371696] [NEW] Cannot add or update a child row: a foreign key constraint fails ml2_dvr_port_bindings

2014-09-19 Thread Carl Baldwin
Public bug reported: We've hit this foreign key constraint error. This is due to a sync message coming in from the L3 agent over RPC. The message contains n update for a port that has just been deleted. This is just log noise because it all gets worked out quickly following the error. The

[Yahoo-eng-team] [Bug 1350119] [NEW] get_agent_gw_ports_exist_for_network in l3_dvr_db.py should use arrays for filter values

2014-07-29 Thread Carl Baldwin
for the DVR router. ** Affects: neutron Importance: Undecided Assignee: Carl Baldwin (carl-baldwin) Status: In Progress ** Tags: l3-dvr-backlog ** Tags added: l3-dvr-backlog ** Changed in: neutron Assignee: (unassigned) = Carl Baldwin (carl-baldwin) -- You received this bug

[Yahoo-eng-team] [Bug 1348309] [NEW] Migration of legacy router to distributed router not working

2014-07-24 Thread Carl Baldwin
Public bug reported: This was a know backlog item when DVR code merged. ** Affects: neutron Importance: Undecided Status: New ** Tags: l3-dvr-backlog ** Tags added: l3-dvr-backlog -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1330993] Re: L3-Agent does not process some router update messages due to missing thread synchronization

2014-06-25 Thread Carl Baldwin
*** This bug is a duplicate of bug 1315467 *** https://bugs.launchpad.net/bugs/1315467 ** This bug is no longer a duplicate of bug 1325800 Potential Race Condition between L3NATAgent.routers_updated and L3NATAgent._rpc_loop. ** This bug has been marked a duplicate of bug 1315467

[Yahoo-eng-team] [Bug 1325800] Re: Potential Race Condition between L3NATAgent.routers_updated and L3NATAgent._rpc_loop.

2014-06-25 Thread Carl Baldwin
*** This bug is a duplicate of bug 1315467 *** https://bugs.launchpad.net/bugs/1315467 After looking at the code, I'm confident that the eventlet threading model does not allow this race condition in the most current code. Here are the lines of code in question in the current master branch:

[Yahoo-eng-team] [Bug 1324189] [NEW] Python Neutron client cannot update subnet

2014-05-28 Thread Carl Baldwin
Public bug reported: I was testing https://review.openstack.org/#/c/62042 and found that the python neutron client is unable to update fields in a subnet, especially the allocation pools. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1324189] Re: Python Neutron client cannot update subnet

2014-05-28 Thread Carl Baldwin
** Changed in: neutron Assignee: (unassigned) = Carl Baldwin (carl-baldwin) ** Project changed: neutron = python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1324189

[Yahoo-eng-team] [Bug 1312402] [NEW] Setting gateway in L3 should use replace default via ... instead of add.

2014-04-24 Thread Carl Baldwin
Public bug reported: Just came across this. I noticed that the ip_lib.py code uses replace instead of add. Using the common code would be good anyway. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1312467] [NEW] On external networks with multiple subnets, routers need onlink routes for all subnets

2014-04-24 Thread Carl Baldwin
Public bug reported: This subject came up on IRC here [1]. It relates to the blueprint about pluggable external network connections and so I jumped in. There are two reasons that using multiple external networks to allow multiple floating ip subnets [2] is not optimal. - Extra L2 infrastructure

[Yahoo-eng-team] [Bug 1301035] [NEW] Nova notifier thread does not run in rpc_worker sub-processes

2014-04-01 Thread Carl Baldwin
Assignee: Carl Baldwin (carl-baldwin) Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1301035 Title: Nova notifier thread does not run in rpc_worker sub-processes

[Yahoo-eng-team] [Bug 1301042] [NEW] Routers may never be torn down if router_delete_namespaces is False

2014-04-01 Thread Carl Baldwin
comes back up, it will not touch the router and the router will continue to function as if it were never deleted. ** Affects: neutron Importance: Undecided Assignee: Carl Baldwin (carl-baldwin) Status: In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1298658] [NEW] Stale external gateway devices left behind

2014-03-27 Thread Carl Baldwin
Importance: Undecided Assignee: Carl Baldwin (carl-baldwin) Status: New ** Changed in: neutron Assignee: (unassigned) = Carl Baldwin (carl-baldwin) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

[Yahoo-eng-team] [Bug 1289066] [NEW] L3 Agent cannot process RPC messages until _sync_routers_task is finished

2014-03-06 Thread Carl Baldwin
precedence over responding to RPC messages. The RPC messages represent work that the system has just been asked to perform. It is silly to make it wait a long time for a maintenance task to complete. ** Affects: neutron Importance: Undecided Assignee: Carl Baldwin (carl-baldwin

[Yahoo-eng-team] [Bug 1287824] [NEW] l3 agent makes too many individual sudo/ip netns calls

2014-03-04 Thread Carl Baldwin
does not itself add a lot of overhead. ** Affects: neutron Importance: Undecided Assignee: Carl Baldwin (carl-baldwin) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

[Yahoo-eng-team] [Bug 1287524] [NEW] ip_lib netns.execute should work with or without namespace

2014-03-03 Thread Carl Baldwin
) ip_wrapper.netns.execute(cmd) else: utils.execute(cmd, self.root_helper) This code could be simplified if netns.execute simply checked if there was a namespace defined or not. ** Affects: neutron Importance: Undecided Assignee: Carl Baldwin (carl-baldwin) Status: In Progress

[Yahoo-eng-team] [Bug 1282206] [NEW] Uncaught GreenletExit in ProcessLauncher if wait called after greenlet kill

2014-02-19 Thread Carl Baldwin
Public bug reported: I'm running wait in ProcessLauncher in a green thread. I attempted to kill the green thread and then call wait so that the process launcher object can reap its child processes cleanly. This resulted in a trace resulting from a GreenletExit exception being thrown. The

[Yahoo-eng-team] [Bug 1272565] [NEW] Validation should not log bad user input at error level

2014-01-24 Thread Carl Baldwin
Public bug reported: I noticed this while reviewing Ic2c87174. When I read through log files, I don't want to see errors like this that come from validating bad user input. Debug severity is more appropriate. ** Affects: neutron Importance: Undecided Assignee: Carl Baldwin (carl

[Yahoo-eng-team] [Bug 1263217] [NEW] Unnecessary call to get_dhcp_port from DeviceManager setup

2013-12-20 Thread Carl Baldwin
. ** Affects: neutron Importance: Undecided Assignee: Carl Baldwin (carl-baldwin) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1263217 Title