Wednesday, 2014-03-05

*** sfox has joined #openstack-neutron00:01
*** mlavalle has quit IRC00:02
*** dvorkinista has joined #openstack-neutron00:02
anteayaneutron isolated job have been removed: https://review.openstack.org/#/c/71947/00:04
*** SumitNaiksatam has quit IRC00:07
*** gdubreui has quit IRC00:08
openstackgerritA change was merged to openstack/neutron: Use database session from the context in N1kv plugin  https://review.openstack.org/7674500:09
*** dvorkinista has quit IRC00:11
*** shshang has quit IRC00:15
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259900:16
*** dvorkinista has joined #openstack-neutron00:16
*** dvorkinista has quit IRC00:16
*** gdubreui has joined #openstack-neutron00:18
*** dvorkinista has joined #openstack-neutron00:21
*** sweston has joined #openstack-neutron00:23
*** dvorkinista has quit IRC00:23
*** changbl has quit IRC00:24
*** shakayumi has joined #openstack-neutron00:24
*** jroovers has joined #openstack-neutron00:28
*** jroovers|afk has quit IRC00:29
*** nati_ueno has quit IRC00:30
*** dvorkinista has joined #openstack-neutron00:34
*** suresh12 has quit IRC00:35
marunarosen-home: so sqla events ended up being a non-starter?00:35
marunarosen-home: ah, it's a new patch, nmind00:36
*** zhipeng has joined #openstack-neutron00:37
marunarosen-home: I was trying to ping you yesterday regarding how neutron can communicate that nova shouldn't wait for a port.00:38
marunarosen-home: The discussion on the neutron side seemed to suggest that admin_state_up might be a good way for nova to decide.00:38
arosen-homehi marun00:39
marunarosen-home: I'm not sure I see changes to support this in dan's patches htough.00:39
marunarosen-home: do you know if dan's patches are going to merge in icehouse?00:39
*** dvorkinista has quit IRC00:40
arosen-homemarun:  yup we are planning on it.00:40
*** suresh12 has joined #openstack-neutron00:40
arosen-homeboth russell and mark are on the same page here00:40
marunarosen-home: cool.00:41
*** sffroelich has joined #openstack-neutron00:41
*** nati_ueno has joined #openstack-neutron00:41
marunarosen-home: so do your patches have an FFE or do they need to merge today?00:41
arosen-homeI believe FFE00:42
maruncool00:42
arosen-homewhat were you talking about with admin_state_up being a good way for nova to decide?00:42
arosen-homemarun:00:42
marunarosen-home: there was talk of being able to communicate to nova that it shouldn't wait for an event by setting admin_state_up to False00:43
arosen-homemarun:  right ; if a port is admin_state_up=False then neutron signals nova right away.00:44
marunarosen-home: i.e. allow per-VM behaviour via port config to allow booting a VM without erroring out or waiting for an event (depending on nova config)00:44
marunarosen-home: ah, so there's always an event rather than nova being able to decide whether or not to wait00:44
*** xuhanp has quit IRC00:44
marungotcha00:44
*** yamahata__ has quit IRC00:44
marunarosen-home: it occurs to me looking at salvatore's patch about storing the event on the port that it would be preferable to implement the event as a property.00:45
arosen-homemarun:  i'm though through salv-orlando comments now00:46
*** carl_baldwin has quit IRC00:46
marunarosen-home: or at least have the event be accessed via methods on the port.  Knowing the specifics of how to interact with the port attribute should be encapsulated by the port rather that requiring clients to know them.00:48
*** sfox1 has joined #openstack-neutron00:49
*** sfox has quit IRC00:53
*** _cjones_ has quit IRC00:55
*** _cjones_ has joined #openstack-neutron00:56
arosen-homemarun:  which patch are you talking about?00:56
marunarosen-home: the first one.  I'm adding a comment.00:57
*** sffroelich has quit IRC00:57
*** sff has quit IRC00:57
*** dave_tucker is now known as dave_tucker_zzz00:58
*** yongli has joined #openstack-neutron01:01
*** sfox1 has quit IRC01:03
marunarosen-home: so if nova notification is turned off in neutron, nova will always wait for a timeout period and then either fail or proceed depending on configuration?01:04
*** crc32 has quit IRC01:07
*** vu has quit IRC01:08
arosen-homemarun:  correctly yes01:09
marunarosen-home: cool01:09
arosen-homeThere will be added delay for it to wait on the event.01:09
marunarosen-home: right, timeout period01:09
arosen-homeIt's just one less config option to add that is kind of weird tuning  i guess01:09
marunarosen-home: I think we'll want that tuning, frankly.  So long as we can't wait on dhcp being configured for a given port a given deployment may vary in its timeout requirement.01:10
marunarosen-home: oh, wait.  that's nonsense.01:10
marunarosen-home: dhcp provisioning won't figure in at all, timeout or no01:11
*** shshang has joined #openstack-neutron01:11
arosen-homemarun:  yea i can see both sides that we might want that configuarable01:12
marunarosen-home: I'm thinking a session at the design session will be required to try to kill the notion that dicts make acceptable objects.01:12
arosen-homedhcp being configured isn't currently taken into account in the port_status.01:12
marunarosen-home: yeah, that will be the hole in this scheme.  we can only hope that in the race between l2 port wiring and dhcp agent configuration that we can allow the latter to win the majority of the time.01:12
arosen-homemarun:  yea i really like work that's gone into nova with objects. I think that would improve a lot of the code in neutron though it's a huge undertaking01:13
arosen-homemarun:  i plan to look at this shortly hopefully. Perhaps we can improve it a little.01:13
marunarosen-home: definitely huge, but we have to draw a line in the sand at some point and prevent people from merging new code that uses dicts instead of objects.01:13
marunarosen-home: if we don't start, we can't ever hope to catch up .01:14
arosen-homemarun:  I think it might be hard to do that unless we convert the current abstractions we have in neutron over to objects first.01:14
marunarosen-home: re: dhcp, I was wondering if we could test dhcp configuration as part of l2 wiring and not set the local vlan until dhcp has been configured.01:14
marunarosen-home: I think we need alternatives, yes.01:14
marunarosen-home: but I'm commenting on your current patch and there is no need for the event to just be a dict.01:15
marunarosen-home: it should be an object that is serialized to a dict as needed.01:15
marunarosen-home: re: dhcp i.e. do a DHCPDISCOVER for the port's ip and then release it before reporting port status.01:16
marunarosen-home: re: dhcp, there is a command dhcping I think that effectively does this.01:16
arosen-homemarun:  yea i agree it would be more flexiable as an object moving forward perhaps.01:16
marunarosen-home: encapsulation ftw! :)01:16
arosen-homemarun:  hrm that's a nifty idea.01:17
beaglesI seriously want to be there and be heavily caffeinated if this is discussed01:18
marunarosen-home, beagles: along the same lines, if we imagine a world where the l2 agent can execute arbitrary commands in a namespace that has connectivity for a given network, then other connectivity checks become an option.01:19
marunarosen-home: like the debug agent, but useful.01:19
arosen-homemarun:  I'm not sure if there is a way to safely do the dhcp thing without adding a route to the host01:19
arosen-homeperhaps with scapy we could :)01:20
marunarosen-home: why would it require a route to the host?01:20
beaglesmarun: yeah, I think that would be trippy01:20
arosen-homemarun: do you know of any tool that does this besides dhclient :)01:20
marunarosen-home: As I said, dhping01:21
*** yamamoto_ has joined #openstack-neutron01:21
marunoops, dhcping01:21
*** dvorkinista has joined #openstack-neutron01:21
beaglesmarun, arosen-home: I don't get the route comment... or maybe I'm misunderstanding marun's comment?01:24
arosen-homebeagles: i didn't know about dhcping playing with it now :)01:25
arosen-homelooks like with this tool it lets you do what marun was saying.01:25
beaglesah okay01:26
*** dvorkinista has quit IRC01:27
*** shashank_ has quit IRC01:27
marunarosen-home: i think some of the ideas behind the debug agent could be applied here...01:28
marunarosen-home: create a network namespace, bridge it to a given network, and then be able to invoke commands like dhping01:28
*** blogan has joined #openstack-neutron01:29
marunarosen-home: In more complex cases, of course, the requirement to allocate an ip to be able to do l3 checks would be more involved.01:29
*** rwsu has quit IRC01:29
openstackgerritHemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin Implementation  https://review.openstack.org/6924601:29
marunarosen-home: but let's not worry about that for the dhcp case.01:29
arosen-homemarun:  brb01:30
*** shashank_ has joined #openstack-neutron01:30
marunarosen-home: me too01:30
*** harlowja has quit IRC01:31
*** abhiraut has joined #openstack-neutron01:31
*** manishg has quit IRC01:31
*** markmcclain has quit IRC01:32
*** vkozhukalov has joined #openstack-neutron01:36
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259901:38
*** yamahata__ has joined #openstack-neutron01:39
*** shshang_ has joined #openstack-neutron01:40
*** ramishra has joined #openstack-neutron01:41
*** yamamoto_ has quit IRC01:42
*** vkozhukalov has quit IRC01:42
*** shshang has quit IRC01:43
openstackgerritHemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin l3 ext support  https://review.openstack.org/7780901:43
arosen-homemarun:  hrm i'm not able to get dhcping working (even from the namespace)01:44
arosen-home sudo ip netns exec qdhcp-e5b06999-536f-4b97-bd50-f198f9ea0560    dhcping -c 10.0.0.2 -h fa:16:3e:08:af:53 -s 10.0.0.301:44
arosen-homehrm not even on my local lan.01:46
*** db39 has joined #openstack-neutron01:47
*** dvorkinista has joined #openstack-neutron01:49
*** dvorkinista has quit IRC01:51
*** db39 has quit IRC01:52
*** dvorkinista has joined #openstack-neutron01:53
*** dvorkinista has quit IRC01:54
openstackgerritXu Han Peng proposed a change to openstack/neutron: Allow LLA as router interface of IPv6 subnet  https://review.openstack.org/7612501:55
*** devlaps1 has quit IRC01:56
marunarosen-home: hmmm01:57
arosen-homemarun:  does it work on your network?01:57
*** thuc has quit IRC01:57
arosen-homemarun:  i'm not sure this tool will do the trick though on the host though01:57
marunarosen-home: whether or not it works, the idea of sending a DHCPDISCOVER packet is valid01:58
*** thuc has joined #openstack-neutron01:58
marunarosen-home: if we don't get a response, then dnsmasq is not yet configured01:58
arosen-homemarun:  yea I agree though we have to find a tool that does the tick :)01:58
*** xianghui has joined #openstack-neutron01:59
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259901:59
arosen-homemarun:  i'm not sure that it will work from the l2-agent as i don't think the tool has a way to send it from a specific interface01:59
marunarosen-home: it would be pretty easy to implement in pure python if it comes to that.01:59
arosen-homemarun:  i agree01:59
marunarosen-home: it would have to be added.01:59
marunarosen-home: a debug agent-like ability to create a namespace for the network the port is in, wait on a timeout for DHCPDISCOVER packets to be responded to, and only then set the port status to ACTIVE.02:00
*** blogan has quit IRC02:00
marunarosen-home: of course, this would be optional.02:00
arosen-homemarun:  i was actually think why not just invoke it straight from the l2-agent.02:01
*** thuc has quit IRC02:02
marunarosen-home: is that possible?02:02
marunarosen-home: Or you mean, have a command that can do all this itself (create namespace, send packets, wait for response)02:02
arosen-homemarun:  I believe so.02:03
arosen-homemarun:  i don't think this needs to create a namespace for this.02:03
arosen-homeI don't see why it can't just use the tap iface connected to the vm directly.02:03
marunarosen-home: how to direct traffic to the right network though?02:03
marunarosen-home: hmmm.  so reuse what is essentially the vif?02:04
arosen-homeyup02:04
marunarosen-home: if that's possible, awesome sauce!02:04
arosen-homemarun:  i'm not sure if it's possible but i think it should be.02:04
arosen-homeyou can do ping -I to specify an iface i think we should be able to do the same thing.02:04
marunarosen-home: sounds like a good option to pursue, and if not there is a fallback.02:04
*** rms_13 has joined #openstack-neutron02:06
openstackgerritPaul Michali proposed a change to openstack/neutron: VPNaaS Service Driver for Cisco CSR  https://review.openstack.org/7414402:07
*** shivharis has quit IRC02:08
*** ryu_ has joined #openstack-neutron02:09
*** shashank_ has quit IRC02:10
marunarosen-home: while I have your attention, any chance you could take a look at the patch to add multiple rpc workers:  https://review.openstack.org/#/c/72565/02:10
marunarosen-home: it looks good to me, and it would be nice to have in icehouse.02:10
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259902:10
arosen-homemarun:  sure02:11
marunarosen-home: appreciated.02:12
anteayapaging ryu02:15
anteayathere you are ryu_ welcome02:15
*** yamamoto_ has joined #openstack-neutron02:15
anteayathanks so much for responding to my email02:15
anteayaI appreciate it02:15
anteayaso looking at https://review.openstack.org/#/c/74193/02:15
ryu_anteaya: thank you for letting me know02:16
*** mwagner_lap has joined #openstack-neutron02:16
anteayasure02:16
anteayathis is a fix ttx wants02:16
anteayaand asked me to get some movement on02:16
anteayaso02:16
*** shshang_ has quit IRC02:16
anteayamarkmcclain had a comment: Please to do not modified pre-havana migrations to add features newly available in Icehouse.02:16
anteayaryu_: does that comment make sense to you?02:17
ryu_right I believe I have addressed that already02:17
*** dvorkinista has joined #openstack-neutron02:17
*** harlowja has joined #openstack-neutron02:17
anteayaokay so the latest is The midonet logs indicate their test system is failing this change.02:18
ryu_he also left a comment this morning  that the thirdparty testing failed and we are investigating that issue right now.02:18
anteayaokay02:18
anteayawhat have you come up with so far?02:18
anteayaalso it is failing jenkins, jenkins wants you to rebase this patchset02:19
anteayamight as well do that now02:19
ryu_unfortunately not too much at the moment as we just started looking into it.  We're checking to make sure our infra set up is correct first02:19
anteayaokay02:19
anteayaso while we are waiting on the rebased patchset to come back from jenkins02:19
anteayado you have any stacktraces or pastes of log output to show me02:20
anteayaI am infra02:20
anteayaand though I have not set up my own ci I have seen many logs02:20
anteayaI might be able to assist02:20
ryu_good idea let me do that.  I think I need to update the DB migration file anyway since some patches that contain additional DB migration files went in02:20
anteayagood02:20
ryu_that's great, thanks.  There is no immediate assistance that I need right now since we haven't gotten too far in our investigation but we should be able to make significant progress today on this since this is urgent for us02:21
anteayagood02:22
anteayaI can be here for about another hour02:22
anteayalet me know if you have anything for me to look at02:22
arosen-homeryu_: i just looked at that patch and personally i'm not really a fan at all of what you guys are doing there...02:22
ryu_ok thanks for your help.02:23
arosen-homeryu_: Dumping all the code in, in one patch set is pretty horrible.02:23
anteayathis is the bug ttx would like addressed: https://bugs.launchpad.net/neutron/+bug/124402502:24
ryu_arosen-home:  hey there.   Yeah apologize for that.  Agreed that should not have been the case.02:24
anteayawhatever the best way of doing so02:24
ryu_we actually did quite a bit of code removal this time and it was difficult to separate out the patches, but I'm sure we could have done it in a better way02:25
*** rms_13 has quit IRC02:25
arosen-homewhy didn't you just upstream it as you go?02:26
*** vjay has quit IRC02:27
ryu_I think the mindset was that since we are doing mostly code removal, we'd have smaller code size to review, but it certainly didn't turn out as  small as we had hoped.   But certainly could have done it in some stages.02:28
*** _cjones_ has quit IRC02:29
ryu_and we'd be happy to break this into smaller patch sets if you feel that's necessary02:29
*** dvorkinista has quit IRC02:30
arosen-homeryu_:  in my opinion i would would say that would be must. I don't think anyone could possibly review a massive change like that that in includes 10 new extensions to a plugin.02:32
arosen-homeryu_:  I'd wait and see what mark thinks but I won't be +2'ing it like this. Sorry02:33
*** blogan has joined #openstack-neutron02:36
ryu_arosen-home:  sure fair enough.  We'll be ready to split this up as needed.02:37
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259902:38
openstackgerritPaul Michali proposed a change to openstack/neutron: VPNaaS Device Driver for Cisco CSR  https://review.openstack.org/7415602:39
*** clev has joined #openstack-neutron02:40
anteayaryu_: well today is feature freeze, did you know that?02:42
*** ramishra has quit IRC02:42
anteayathe top of the gate is a 7.5 hour wait and is 63 patches long02:42
anteayaright now, 10:00 utc02:43
*** ramishra has joined #openstack-neutron02:43
anteayabefore it clears teh current queue02:43
anteayaso it isn't going to make feature freeze02:43
*** nati_ueno has quit IRC02:43
anteayaryu_: do you think you can work on this and have it in by the end of the week?02:44
anteayakeeping in mind this is markmcclain's choice on if it gets in02:44
ryu_anteaya:  yes that makes sense.  At this point, I don't see any other way around this than to just work on it asap, resubmit before the end of the week, and hope that it gets in.02:46
*** yfujioka has joined #openstack-neutron02:46
marunanteaya: freeze is strangely reminiscent of university.  everyone working on things last minute when they knew it had to be done months ago.02:47
*** ramishra has quit IRC02:47
anteayamarun: agreed02:48
*** shashank_ has joined #openstack-neutron02:48
anteayathough thankfully this round I have slept every night, rather than being up 3 nights in a row like havana02:49
anteayaryu_: great thanks for understanding02:49
openstackgerritIsaku Yamahata proposed a change to openstack/neutron: tests/unit: clean up notification driver  https://review.openstack.org/7613902:49
anteayaryu_: stay in touch and keep me updated on your progress02:49
anteayaryu_: and let me know if you need anything02:49
*** baoli has quit IRC02:49
ryu_anteaya:  that will be my next three nights :-)02:49
anteayaryu_: I hear that02:50
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259902:50
anteayaryu_: and for what its worth, I agree with arosen-home02:50
ryu_anteaya:  thanks for all your help.  Will definitely keep in touch02:50
*** changbl has joined #openstack-neutron02:50
anteayaryu_: smaller patchsets are much easter to review, and also revert if need be, without reverting all the functionality02:50
anteayaryu_: np, good luck02:50
anteayamarun: I was saying to mark based on the amount of people who were active in channel after the monday meeting, whom I have never seen before, maybe neutron needs a few more deadlines02:52
anteayait makes people talk02:52
arosen-home:) probably02:52
anteaya:)02:54
*** sfox has joined #openstack-neutron02:58
*** ramishra has joined #openstack-neutron02:59
*** sfox has quit IRC02:59
*** baoli has joined #openstack-neutron03:03
*** shashank_ has quit IRC03:04
*** abhiraut has quit IRC03:05
*** SumitNaiksatam has joined #openstack-neutron03:06
*** thuc has joined #openstack-neutron03:08
*** sweston has quit IRC03:09
openstackgerritAaron Rosen proposed a change to openstack/neutron: Notify nova when ports are ready  https://review.openstack.org/7525303:12
openstackgerritAaron Rosen proposed a change to openstack/neutron: Send network-changed notifications to nova  https://review.openstack.org/7804103:12
*** thuc has quit IRC03:13
*** harlowja is now known as harlowja_away03:13
*** RajeshMohan has joined #openstack-neutron03:13
openstackgerritAaron Rosen proposed a change to openstack/neutron: Fix race condition in update_floatingip_statuses  https://review.openstack.org/7807703:21
*** ramishra has quit IRC03:21
*** WormMan has quit IRC03:23
*** blogan has quit IRC03:26
*** sfox has joined #openstack-neutron03:30
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259903:31
*** shivharis has joined #openstack-neutron03:34
shivharismarkmcclain: hi03:34
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259903:34
openstackgerritAaron Rosen proposed a change to openstack/neutron: NSX: propagate network name changes to backend  https://review.openstack.org/7096803:36
*** dguitarbite has joined #openstack-neutron03:38
*** dvorkinista has joined #openstack-neutron03:41
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259903:42
*** chandan_kumar has joined #openstack-neutron03:42
*** dvorkinista has quit IRC03:45
*** chandan_kumar has quit IRC03:46
*** db39 has joined #openstack-neutron03:49
*** clev is now known as clev-away03:49
*** db39 has quit IRC03:54
*** sweston has joined #openstack-neutron04:00
openstackgerritTrinath Somanchi proposed a change to openstack/neutron: implements:bp/fsl-sdn-os-mech-driver::fsl mech driver  https://review.openstack.org/7809204:08
*** suresh12 has quit IRC04:08
*** vjay has joined #openstack-neutron04:12
*** harlowja_away has quit IRC04:17
openstackgerritAaron Rosen proposed a change to openstack/neutron: Fix race condition in update_floatingip_statuses  https://review.openstack.org/7807704:28
*** baoli has quit IRC04:30
*** thuc has joined #openstack-neutron04:37
*** thuc_ has joined #openstack-neutron04:38
*** thuc has quit IRC04:41
*** gdubreui has quit IRC04:41
*** jp_at_hp has quit IRC04:43
openstackgerritIsaku Yamahata proposed a change to openstack/neutron: tests/unit: refactor reading neutron.conf.test  https://review.openstack.org/7641804:45
openstackgerritIsaku Yamahata proposed a change to openstack/neutron: tests/unit: clean up notification driver  https://review.openstack.org/7613904:45
*** pcm_ has quit IRC04:45
openstackgerritBrian Haley proposed a change to openstack/neutron: Improved _modify_rules() method  https://review.openstack.org/7754904:51
*** arosen1 has joined #openstack-neutron04:53
*** arosen-home has quit IRC04:55
*** thuc_ has quit IRC04:56
*** thuc has joined #openstack-neutron04:57
openstackgerritAaron Rosen proposed a change to openstack/neutron: NSX: Make replication mode configurable  https://review.openstack.org/7667004:58
*** yfried has quit IRC04:58
*** thuc_ has joined #openstack-neutron04:59
*** thuc has quit IRC05:01
*** db39 has joined #openstack-neutron05:12
*** suresh12 has joined #openstack-neutron05:19
openstackgerritIsaku Yamahata proposed a change to openstack/neutron: tests/unit: refactor reading neutron.conf.test  https://review.openstack.org/7641805:21
*** suresh12 has quit IRC05:24
*** thuc has joined #openstack-neutron05:26
*** chandankumar_ has quit IRC05:28
*** thuc_ has quit IRC05:30
*** thuc has quit IRC05:31
openstackgerritAkihiro Motoki proposed a change to openstack/neutron: NEC plugin: delete old OFC ID mapping tables  https://review.openstack.org/7740705:35
*** markmcclain has joined #openstack-neutron05:37
*** chandan_kumar has joined #openstack-neutron05:38
*** markmcclain1 has joined #openstack-neutron05:39
*** markmcclain has quit IRC05:41
*** alexpilotti_ has joined #openstack-neutron05:42
*** alexpilotti_ has quit IRC05:46
*** amotoki has joined #openstack-neutron05:46
*** hemanth_ has joined #openstack-neutron05:47
hemanth_markmcclain: hi05:47
*** alexpilotti_ has joined #openstack-neutron05:49
markmcclain1hemanth_: hi05:49
hemanth_our third party CI is failing to run due to https://review.openstack.org/#/c/77927/205:49
hemanth_this issue has started showing in the last 2 days05:50
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259905:51
alexpilotti_markmcclain1: hi05:51
alexpilotti_markmcclain1: I'm waiting for 2 patches in the gate queue to merge05:52
markmcclain1hemanth_: ok05:52
alexpilotti_markmcclain1: since 9 hours :-)05:52
alexpilotti_markmcclain1: do you know what's going on by any chance?05:53
alexpilotti_markmcclain1: http://status.openstack.org/zuul/05:55
markmcclain1alexpilotti_: yeah not sure05:55
alexpilotti_markmcclain1: And most important: are those patches going to make it for I3? :-)05:55
markmcclain1yeah they'll let the queue drain before cutting the branch05:57
alexpilotti_markmcclain1: Specifically https://review.openstack.org/#/c/74199/05:57
alexpilotti_markmcclain1: great, tx!05:57
markmcclain1alexpilotti_: yes it was submitted in time05:58
hemanth_markmcclain: anything we can do to get our plugin https://review.openstack.org/#/c/69246/ into I3?05:59
*** alexpilotti_ has quit IRC06:02
*** zhipeng has quit IRC06:03
amotokihemanth_: can you rebase your patch on top of https://review.openstack.org/#/c/77927/2 and run your CI?06:03
hemanth_amotoki: how would i do this..download the patch 77927/2 first and then apply our patch?06:06
amotokihemanth_: wait for a while. I will try and share how to do it with you.06:07
hemanth_amotoki: thanks06:07
*** bvandenh has joined #openstack-neutron06:15
amotokihemanth_: this is what I did. http://paste.openstack.org/show/72471/06:15
*** irenab has joined #openstack-neutron06:15
*** sungju has quit IRC06:16
*** ramishra has joined #openstack-neutron06:17
hemanth_amotoki: thanks, will try that06:17
amotokihemanth_: btw, are you writing missing tests for nvsdlib I commented in the past patch set?06:17
hemanth_amotoki: yes, will submit a patchset in a little bit06:18
amotokihemanth_: nice06:18
openstackgerritSumit Naiksatam proposed a change to openstack/neutron: Do fip_status migration only for l3-capable plugins  https://review.openstack.org/7792706:20
*** db39 has quit IRC06:27
*** db39 has joined #openstack-neutron06:27
openstackgerritJenkins proposed a change to openstack/neutron: Imported Translations from Transifex  https://review.openstack.org/7811406:28
-amotoki- VPNaaS Service Driver for Cisco CSR06:34
-amotoki- 06:34
amotokimarkmcclain1: I see you put -2 to VPNaaS Service driver for Cisco CSR.06:35
amotokimarkmcclain1: looking at driver implemetntation, it uses l3-agent and the implementaiton is correct.06:36
amotokimarkmcclain1: I commented in the review. https://review.openstack.org/#/c/74144/06:36
*** thuc has joined #openstack-neutron06:37
markmcclain1amotoki: what about https://review.openstack.org/#/c/74144/22/neutron/services/vpn/service_drivers/cisco_ipsec.py06:38
markmcclain1lines 190-22006:38
markmcclain1there are several methods are silently passed06:38
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259906:39
*** alexpilotti has quit IRC06:39
*** thuc has quit IRC06:41
markmcclain1amotoki: looks like the original definition was reposted06:44
markmcclain1s/reposted/pasted06:44
*** amritanshu_RnD has joined #openstack-neutron06:45
amotokimarkmcclain1: about create/delete_(ipsec|ikepolicy) at L.195-210 is same as reference vpn-agent implemenation use vpn-agent. IPSEC and IKE operations only update db entries and vpn-agent retrieves through RPC.06:45
*** amritanshu_RnD is now known as Guest55106:45
markmcclain1amotoki: you are correct…I missed the driver def and was looking at the db definition06:46
*** vkozhukalov has joined #openstack-neutron06:47
*** ramishra has quit IRC06:48
amotokimarkmcclain1: no problem. is there any reviews to be reviewed with high priority?06:49
markmcclain1once hemanth_'s is fixed to depend on teh l3 fix06:50
markmcclain1one convergence is one of the final ones06:50
amotokimarkmcclain1: thanks06:52
hemanth_working on getting the test setup going06:54
RajeshMohanmarkmcclain1: service-insertion patch is ready. I have addressed review comments and noted the tests done at the end of the review06:59
*** vkozhukalov has quit IRC07:00
RajeshMohanmarkmcclain1: https://review.openstack.org/#/c/62599/07:00
*** arosen1 has left #openstack-neutron07:01
*** shashank_ has joined #openstack-neutron07:01
*** dvorkinista has joined #openstack-neutron07:02
*** saju_m has joined #openstack-neutron07:02
markmcclain1amotoki: https://review.openstack.org/#/c/77719/07:07
amotokimarkmcclain1: sure07:08
*** ramishra has joined #openstack-neutron07:12
*** dvorkinista has quit IRC07:20
openstackgerritJun Jie Nan proposed a change to openstack/neutron: Check vxlan enablement via modinfo  https://review.openstack.org/6590207:22
*** dvorkinista has joined #openstack-neutron07:23
openstackgerritHemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin Implementation  https://review.openstack.org/6924607:25
openstackgerritA change was merged to openstack/neutron: Avoid unnecessarily checking the existence of a device  https://review.openstack.org/6747507:27
openstackgerritHemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin l3 ext support  https://review.openstack.org/7780907:34
*** ramishra has quit IRC07:36
*** yfried has joined #openstack-neutron07:37
*** dvorkinista has quit IRC07:44
*** nati_ueno has joined #openstack-neutron07:47
nati_uenoSumitNaiksatam: hi07:51
*** evgenyf has joined #openstack-neutron07:52
openstackgerritXu Han Peng proposed a change to openstack/neutron: Calculate stateless IPv6 address  https://review.openstack.org/5618408:00
openstackgerritXu Han Peng proposed a change to openstack/neutron: Create new IPv6 attributes for Subnets  https://review.openstack.org/5298308:00
openstackgerritXu Han Peng proposed a change to openstack/neutron: Permit ICMPv6 RAs only from known routers  https://review.openstack.org/7225208:00
*** SumitNaiksatam_ has joined #openstack-neutron08:02
*** luqas has joined #openstack-neutron08:07
*** sweston has quit IRC08:11
*** shivharis has quit IRC08:11
*** SumitNaiksatam has quit IRC08:11
*** mwagner_lap has quit IRC08:11
*** ajo has quit IRC08:11
*** openstackgerrit has quit IRC08:11
*** ilyashakhat has quit IRC08:11
*** asadoughi has quit IRC08:11
*** evgenyf has quit IRC08:11
*** saju_m has quit IRC08:11
*** mfink has quit IRC08:11
*** kevinbenton has quit IRC08:11
*** yamahata_ has quit IRC08:11
*** HenryG has quit IRC08:11
*** marun has quit IRC08:11
*** mestery has quit IRC08:11
*** yfried has quit IRC08:11
*** db39 has quit IRC08:11
*** chandan_kumar has quit IRC08:11
*** shakayumi has quit IRC08:11
*** alagalah has quit IRC08:11
*** mrsnivvel has quit IRC08:11
*** rha has quit IRC08:11
*** evilstephen has quit IRC08:11
*** jkary has quit IRC08:11
*** pasquier-s has quit IRC08:11
*** enikanorov_ has quit IRC08:11
*** beagles has quit IRC08:11
*** doude_ has quit IRC08:11
*** SpamapS has quit IRC08:11
*** sgran has quit IRC08:11
*** linuxaddicts has quit IRC08:11
*** dkehn has quit IRC08:11
*** dgrig has quit IRC08:11
*** pradipta has quit IRC08:11
*** nati_ueno has quit IRC08:11
*** yamahata__ has quit IRC08:11
*** yongli has quit IRC08:11
*** bada has quit IRC08:11
*** garyk has quit IRC08:11
*** krtaylor has quit IRC08:11
*** arosen has quit IRC08:11
*** juice has quit IRC08:11
*** akamyshnikova has quit IRC08:11
*** morgabra has quit IRC08:11
*** rm_work has quit IRC08:11
*** sbadia has quit IRC08:11
*** echohead_ has quit IRC08:11
*** mtreinish has quit IRC08:11
*** andyhky has quit IRC08:11
*** sdague has quit IRC08:11
*** bvandenh has quit IRC08:11
*** hemanth_ has quit IRC08:11
*** markmcclain1 has quit IRC08:11
*** vjay has quit IRC08:11
*** clev-away has quit IRC08:11
*** jgrimm has quit IRC08:11
*** annegentle has quit IRC08:11
*** pcarver has quit IRC08:11
*** skraynev has quit IRC08:11
*** wayneeseguin has quit IRC08:11
*** enikanorov has quit IRC08:11
*** ptoohill has quit IRC08:11
*** fouxm has quit IRC08:11
*** nplanel has quit IRC08:11
*** nijaba has quit IRC08:11
*** ToM__ has quit IRC08:11
*** harmw has quit IRC08:11
*** mancdaz has quit IRC08:11
*** Guest551 has quit IRC08:11
*** amotoki has quit IRC08:11
*** dguitarbite has quit IRC08:11
*** RajeshMohan has quit IRC08:11
*** yamamoto_ has quit IRC08:11
*** jaypipes has quit IRC08:11
*** jecarey has quit IRC08:11
*** rkukura has quit IRC08:11
*** rdo has quit IRC08:11
*** salv-orlando has quit IRC08:11
*** feleouet has quit IRC08:11
*** inara` has quit IRC08:11
*** haleyb has quit IRC08:11
*** dkehn_ has quit IRC08:11
*** geekinutah has quit IRC08:11
*** aryan has quit IRC08:11
*** dosaboy has quit IRC08:11
*** zhhuabj has quit IRC08:11
*** roaet has quit IRC08:11
*** qiuyu has quit IRC08:11
*** lifeless has quit IRC08:11
*** marios has quit IRC08:11
*** mordred has quit IRC08:11
*** Qlawy has quit IRC08:11
*** ihrachys|wfh has quit IRC08:11
*** jianingy_afk has quit IRC08:11
*** edhall has quit IRC08:11
*** cburgess has quit IRC08:11
*** markvoelker has quit IRC08:11
*** gizmoguy has quit IRC08:11
*** pbeskow has quit IRC08:11
*** joshh has quit IRC08:11
*** EmilienM has quit IRC08:11
*** Apsu has quit IRC08:11
*** JoeJulian has quit IRC08:11
*** zigo has quit IRC08:11
*** pvo has quit IRC08:11
*** metral has quit IRC08:11
*** russellb has quit IRC08:11
*** JoeHazzers has quit IRC08:11
*** morganfainberg has quit IRC08:11
*** irenab has quit IRC08:11
*** orion195 has quit IRC08:11
*** oda-g has quit IRC08:11
*** ekarlso has quit IRC08:11
*** _tziOm has quit IRC08:11
*** _cerberus_ has quit IRC08:11
*** annashen_ has quit IRC08:11
*** anteaya has quit IRC08:11
*** dave_tucker_zzz has quit IRC08:11
*** med_ has quit IRC08:11
*** jamespage has quit IRC08:11
*** SumitNaiksatam_ is now known as SumitNaiksatam08:11
*** obondarev has quit IRC08:28
*** sweston has joined #openstack-neutron08:29
*** shivharis has joined #openstack-neutron08:29
*** mwagner_lap has joined #openstack-neutron08:29
*** ajo has joined #openstack-neutron08:29
*** asadoughi has joined #openstack-neutron08:29
*** sweston has quit IRC08:29
*** mwagner_lap has quit IRC08:29
*** ajo has quit IRC08:29
*** jlibosva has joined #openstack-neutron08:30
*** jistr has joined #openstack-neutron08:49
*** db39 has joined #openstack-neutron08:58
*** shashank_ has quit IRC08:58
*** yfried has joined #openstack-neutron09:01
*** yamamoto_ has joined #openstack-neutron09:01
*** jp_at_hp has joined #openstack-neutron09:01
*** ygbo has joined #openstack-neutron09:01
*** Guest551 has joined #openstack-neutron09:01
*** jgallard has joined #openstack-neutron09:01
*** ramishra has joined #openstack-neutron09:01
*** devvesa has joined #openstack-neutron09:01
*** obondarev has joined #openstack-neutron09:01
*** openstackgerrit has joined #openstack-neutron09:01
*** ajo has joined #openstack-neutron09:01
*** mwagner_lap has joined #openstack-neutron09:01
*** sweston has joined #openstack-neutron09:01
*** ilyashakhat_ has joined #openstack-neutron09:01
*** amuller has joined #openstack-neutron09:01
*** nati_ueno has joined #openstack-neutron09:01
*** saju_m has joined #openstack-neutron09:01
*** irenab has joined #openstack-neutron09:01
*** bvandenh has joined #openstack-neutron09:01
*** hemanth_ has joined #openstack-neutron09:01
*** amotoki has joined #openstack-neutron09:01
*** markmcclain1 has joined #openstack-neutron09:01
*** chandan_kumar has joined #openstack-neutron09:01
*** vjay has joined #openstack-neutron09:01
*** dguitarbite has joined #openstack-neutron09:01
*** RajeshMohan has joined #openstack-neutron09:01
*** clev-away has joined #openstack-neutron09:01
*** yamahata__ has joined #openstack-neutron09:01
*** yongli has joined #openstack-neutron09:01
*** mfink has joined #openstack-neutron09:01
*** jaypipes has joined #openstack-neutron09:01
*** jecarey has joined #openstack-neutron09:01
*** geekinutah has joined #openstack-neutron09:01
*** bada has joined #openstack-neutron09:01
*** rkukura has joined #openstack-neutron09:01
*** alagalah has joined #openstack-neutron09:01
*** garyk has joined #openstack-neutron09:01
*** jgrimm has joined #openstack-neutron09:01
*** orion195 has joined #openstack-neutron09:01
*** mrsnivvel has joined #openstack-neutron09:01
*** annegentle has joined #openstack-neutron09:01
*** krtaylor has joined #openstack-neutron09:01
*** ekarlso has joined #openstack-neutron09:01
*** rdo has joined #openstack-neutron09:01
*** salv-orlando has joined #openstack-neutron09:01
*** rha has joined #openstack-neutron09:01
*** evilstephen has joined #openstack-neutron09:01
*** marun has joined #openstack-neutron09:01
*** arosen has joined #openstack-neutron09:01
*** kevinbenton has joined #openstack-neutron09:01
*** juice has joined #openstack-neutron09:01
*** pcarver has joined #openstack-neutron09:01
*** jkary has joined #openstack-neutron09:01
*** markvoelker has joined #openstack-neutron09:01
*** feleouet has joined #openstack-neutron09:01
*** pasquier-s has joined #openstack-neutron09:01
*** skraynev has joined #openstack-neutron09:01
*** akamyshnikova has joined #openstack-neutron09:01
*** enikanorov_ has joined #openstack-neutron09:01
*** yamahata_ has joined #openstack-neutron09:01
*** oda-g has joined #openstack-neutron09:01
*** HenryG has joined #openstack-neutron09:01
*** mestery has joined #openstack-neutron09:01
*** gizmoguy has joined #openstack-neutron09:01
*** pbeskow has joined #openstack-neutron09:01
*** annashen_ has joined #openstack-neutron09:01
*** inara` has joined #openstack-neutron09:01
*** haleyb has joined #openstack-neutron09:01
*** dkehn_ has joined #openstack-neutron09:01
*** wayneeseguin has joined #openstack-neutron09:01
*** _tziOm has joined #openstack-neutron09:01
*** _cerberus_ has joined #openstack-neutron09:01
*** beagles has joined #openstack-neutron09:01
*** doude_ has joined #openstack-neutron09:01
*** SpamapS has joined #openstack-neutron09:01
*** sgran has joined #openstack-neutron09:01
*** linuxaddicts has joined #openstack-neutron09:01
*** morgabra has joined #openstack-neutron09:01
*** rm_work has joined #openstack-neutron09:01
*** sbadia has joined #openstack-neutron09:01
*** dkehn has joined #openstack-neutron09:01
*** dgrig has joined #openstack-neutron09:01
*** enikanorov has joined #openstack-neutron09:01
*** fouxm has joined #openstack-neutron09:01
*** pradipta has joined #openstack-neutron09:01
*** jamespage has joined #openstack-neutron09:01
*** ptoohill has joined #openstack-neutron09:01
*** nplanel has joined #openstack-neutron09:01
*** nijaba has joined #openstack-neutron09:01
*** ToM__ has joined #openstack-neutron09:01
*** sdague has joined #openstack-neutron09:01
*** mtreinish has joined #openstack-neutron09:01
*** andyhky has joined #openstack-neutron09:01
*** echohead_ has joined #openstack-neutron09:01
*** joshh has joined #openstack-neutron09:01
*** mancdaz has joined #openstack-neutron09:01
*** harmw has joined #openstack-neutron09:01
*** aryan has joined #openstack-neutron09:01
*** dosaboy has joined #openstack-neutron09:01
*** zhhuabj has joined #openstack-neutron09:01
*** EmilienM has joined #openstack-neutron09:01
*** roaet has joined #openstack-neutron09:01
*** anteaya has joined #openstack-neutron09:01
*** dave_tucker_zzz has joined #openstack-neutron09:01
*** qiuyu has joined #openstack-neutron09:01
*** lifeless has joined #openstack-neutron09:01
*** marios has joined #openstack-neutron09:01
*** mordred has joined #openstack-neutron09:01
*** Qlawy has joined #openstack-neutron09:01
*** ihrachys|wfh has joined #openstack-neutron09:01
*** jianingy_afk has joined #openstack-neutron09:01
*** edhall has joined #openstack-neutron09:01
*** cburgess has joined #openstack-neutron09:01
*** Apsu has joined #openstack-neutron09:01
*** JoeJulian has joined #openstack-neutron09:01
*** zigo has joined #openstack-neutron09:01
*** pvo has joined #openstack-neutron09:01
*** metral has joined #openstack-neutron09:01
*** russellb has joined #openstack-neutron09:01
*** med_ has joined #openstack-neutron09:01
*** JoeHazzers has joined #openstack-neutron09:01
*** morganfainberg has joined #openstack-neutron09:01
*** SumitNaiksatam has quit IRC09:02
*** SumitNaiksatam has joined #openstack-neutron09:02
*** jlibosva has quit IRC09:02
*** jlibosva has joined #openstack-neutron09:02
*** jistr has quit IRC09:02
*** jistr has joined #openstack-neutron09:02
*** bvandenh has quit IRC09:02
*** jpich has joined #openstack-neutron09:05
*** yamamoto_ has quit IRC09:05
*** 16WAAZIB1 has joined #openstack-neutron09:14
*** rossella_s has joined #openstack-neutron09:14
*** djoreilly has joined #openstack-neutron09:14
*** 16WAAZIB1 has quit IRC09:14
*** rossella_s has quit IRC09:15
*** leseb has joined #openstack-neutron09:15
*** rossella_s has joined #openstack-neutron09:15
irenabhi, can anyone please suggest how to add vendor tag to available neutron bug tags?09:16
*** rossella_s has quit IRC09:18
*** saju_m has quit IRC09:19
*** rossella-s has joined #openstack-neutron09:19
*** luqas has quit IRC09:22
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259909:24
*** devvesa has quit IRC09:26
*** luqas has joined #openstack-neutron09:30
*** xianghui has quit IRC09:31
*** sphoorti has joined #openstack-neutron09:31
*** saju_m has joined #openstack-neutron09:34
openstackgerritLijun Jiang proposed a change to openstack/neutron: Register a ml2 mechanism driver for vmware  https://review.openstack.org/7654209:35
*** safchain has joined #openstack-neutron09:38
*** alexpilotti has joined #openstack-neutron09:41
*** markmcclain1 has quit IRC09:43
*** alexpilotti has quit IRC09:45
*** sfox has quit IRC09:45
*** leseb has quit IRC09:46
*** leseb has joined #openstack-neutron09:47
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259909:47
*** rossella-s has quit IRC09:48
openstackgerritSylvain Afchain proposed a change to openstack/neutron: L3 Metering label as shared  https://review.openstack.org/7009009:49
*** rotbeard has joined #openstack-neutron09:50
*** rossella-s has joined #openstack-neutron09:51
*** leseb has quit IRC09:51
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Add L3 VRRP HA base classes  https://review.openstack.org/6455309:51
*** christophk has joined #openstack-neutron09:52
*** ramishra has quit IRC10:06
*** rotbeard has quit IRC10:07
*** rossella_s has joined #openstack-neutron10:09
*** rossella_s has quit IRC10:10
*** rotbeard has joined #openstack-neutron10:12
*** ihrachys|wfh is now known as ihrachys10:15
*** ramishra has joined #openstack-neutron10:15
*** rossella-s has quit IRC10:19
*** rotbeard has quit IRC10:19
*** rossella-s has joined #openstack-neutron10:22
*** bada has quit IRC10:22
*** alexpilotti has joined #openstack-neutron10:24
*** leseb has joined #openstack-neutron10:25
*** devvesa has joined #openstack-neutron10:26
*** Guest551 has quit IRC10:30
*** Guest551 has joined #openstack-neutron10:32
*** Guest551 has quit IRC10:33
*** Guest551 has joined #openstack-neutron10:34
*** jroovers has quit IRC10:44
*** bvandenh has joined #openstack-neutron10:51
openstackgerritFeng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent  https://review.openstack.org/7574510:54
*** bvandenh has quit IRC10:59
openstackgerritBob Melander proposed a change to openstack/neutron: Implements Neutron routing API using Cisco appliances  https://review.openstack.org/7419411:09
*** vemana has joined #openstack-neutron11:10
*** jp_at_hp1 has joined #openstack-neutron11:11
*** jp_at_hp has quit IRC11:12
obondarevamotoki: ping11:12
amotokiobondarev: pong11:12
obondarevamotoki: I filed a bug on using save_and_reraise_exception in some cases: https://bugs.launchpad.net/neutron/+bug/128818811:13
obondarevamotoki: would like to know your opinion on this11:13
*** yamamoto_ has joined #openstack-neutron11:15
*** ramishra has quit IRC11:17
*** leseb has quit IRC11:18
*** leseb has joined #openstack-neutron11:18
amotokiobondarev: Another option is to move if-clause to check exc_type to inside "if self.reraise".11:20
amotokiobondarev: raising inside save_and_reraise_exception means we don't reraise, so it sounds reasonable to me to set ctxt.reraise to False.11:21
*** leseb has quit IRC11:22
obondarevamotoki: for the case described in the bug: in exc handler if no 'if issubclass' is true - we need to reraise original exception11:23
obondarevamotoki: for that case we need 'reraise' being set to True11:23
amotokiobondarev: yes. setting reraise=True means we declare no reraise is needed explicitly.11:25
*** vemana has quit IRC11:25
*** chandan_kumar has quit IRC11:25
amotokiobondarev: a negative point is it requires us to another line.11:25
obondarevamotoki: you mean add 'else: raise' to the exc handler?11:26
obondarevand set reraise=False for the save_and...?11:26
*** jgallard has quit IRC11:28
obondarevamotoki: seems that may look confusing11:29
amotokiobondarev: what I thought is http://paste.openstack.org/show/72558/11:30
amotokiobondarev: your thought looks easy to understand and for most cases we don't need to control such kind of thing for each "raise".11:31
amotoki(I need to learn more about __exit__. I am not familiar with __exit__.)11:32
openstackgerritFeng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent  https://review.openstack.org/7574511:33
obondarevamotoki: ok, returning to this particular case: what reason fo you see in using save_and_reraise?11:34
obondarevamotoki: do you think  eventlet may switch greenthreads while executing this exception handler?11:34
amotokihonestly i don't know the exact case where exception context is lost as described in excutils docstring.11:36
amotokiFor this particular case, I don't think greenlet switch happens.11:36
obondarevI think that may occur when exception handler contains some I/O operations11:36
obondarevor logging for example11:36
amotokiyes11:37
*** pasquier-s has quit IRC11:37
amotokibut it is confusing if we sometimes use raise and sometimes use save_and_reraise11:37
*** pasquier-s has joined #openstack-neutron11:38
*** rkukura has quit IRC11:38
*** rossella-s has quit IRC11:39
*** rossella-s has joined #openstack-neutron11:40
amotokiobondarev: anyway it seems better to improve oslo save_and_excutil.11:40
obondarevamotoki: yes, a little bit. But I think save_and_reraise is mostly for cases where new exceptions during exception handler are unexpected11:40
*** rossella-s has quit IRC11:41
*** rossella-s has joined #openstack-neutron11:42
amotokiobondarev: there are other exmaples in neutron:11:42
amotokihttps://github.com/openstack/neutron/blob/master/neutron/agent/l3_agent.py#L32711:42
obondarevamotoki: yeah, saw that11:43
amotokihttps://github.com/openstack/neutron/blob/master/neutron/db/dhcp_rpc_base.py#L6211:43
*** garyk1 has joined #openstack-neutron11:44
*** ramishra has joined #openstack-neutron11:44
obondarevamotoki: last case contains logging at least :)11:44
amotokiah sorry. this is not the case.11:45
obondarevamotoki: https://github.com/openstack/neutron/blob/master/neutron/agent/l3_agent.py#L327 - frankly don't see the reason for using save_and.. here too11:46
obondarevamotoki: as greenthread switching is unlikely to happen11:47
*** mtreinish_ has joined #openstack-neutron11:48
amotokiagree. what I am not sure is if nobody wants to add log here.11:48
amotokiobondarev: are you thinking to switch save_and_reraise to raise?11:49
obondarevamotoki: I think error logs (original exception being dropped..) are redundant for such cases11:49
amotokiobondarev: totally agree.11:50
*** mrsnivvel has quit IRC11:50
obondarevamotoki: so yeah, I think just raise would be enough for such cases11:50
obondarevand save_and_reraise for exc handlers with some more complex logic11:51
*** morgabra_ has joined #openstack-neutron11:51
*** bada has joined #openstack-neutron11:52
amotokiobondarev: waht I concern is that it requires every programmer needs to know the detail when we need to save_and_reraise.11:52
amotokiobondarev: personally we would like to use a single way :-)   This is the only reason.11:52
*** rotbeard has joined #openstack-neutron11:53
obondarevamotoki: I think docstring for save_and_reraise contains enough info to know when it should be used :)11:54
*** alexpilotti_ has joined #openstack-neutron11:54
amotoki  :-)11:54
*** garyk has quit IRC11:55
*** mtreinish has quit IRC11:55
*** andyhky` has joined #openstack-neutron11:56
obondarevamotoki: so in other words11:56
*** akamyshnikova_ has joined #openstack-neutron11:56
*** mtreinish_ is now known as mtreinish11:56
*** morgabra has quit IRC11:56
*** nati_ueno has quit IRC11:56
*** akamyshnikova has quit IRC11:56
*** sbadia has quit IRC11:56
*** andyhky has quit IRC11:56
*** alexpilotti has quit IRC11:56
*** juice has quit IRC11:56
*** juice has joined #openstack-neutron11:57
*** alexpilotti_ is now known as alexpilotti11:57
obondarevamotoki: my point is that save_and reraise is not for cases when you need to raise another type of exception inside exception handler11:57
amotokiobondarev: i have another case in nec plugin https://github.com/openstack/neutron/blob/master/neutron/plugins/nec/router_drivers.py#L12211:57
*** garyk1 has quit IRC11:58
obondarevamotoki: I see..11:58
*** sbadia has joined #openstack-neutron11:59
*** rossella-s has quit IRC11:59
obondarevamotoki: so if first 'if' is true - no additional error logging needed11:59
amotokiyes in this case.12:00
*** banix has joined #openstack-neutron12:00
obondarevamotoki: but lines 127-132 is the case what save_and_reraise is for :)12:01
*** rossella-s has joined #openstack-neutron12:01
*** rossella-s has quit IRC12:03
*** rossella-s has joined #openstack-neutron12:03
obondarevamotoki: so your proposal (ctxt.reraise = False and a fix to oslo) will handle such cases correctly, right?12:04
amotokiobondarev: yes. I think it is better save_and_reraise provides a way to control the log "orignal exception being dropped" but passing this as consturctor parameter will lose a chance to find an programing error.12:05
obondarevamotoki: agree12:05
amotokiobondarev: as a bonus, we can use a single *safe* way for reraise without knowning the detail.12:06
*** zzelle has joined #openstack-neutron12:06
obondarevamotoki: yes. What if add 'log_orig_exception' parameter?12:07
obondarevamotoki: http://paste.openstack.org/show/72570/12:08
obondarevamotoki: IMO that will look more clear than ctx.reraise = False12:08
amotokiobondarev: it looks better.12:09
obondarevamotoki: great, I'll go this way then :)12:09
amotokiobondarev: thanks for raising this.12:10
obondarevamotoki: thanks for the discussion12:10
*** chandan_kumar has joined #openstack-neutron12:11
ajohi :)12:12
ajoI'm finding lots of performance problems with neutron-rootwrap12:12
ajocreating 192 nets + 192 routers  (when I restart a network node) takes 24minutes with neutron-rootwrap12:12
ajoand ... 10 minutes with sudo12:13
ajoit's a big impact, non negligible at all12:13
ajoI'll write a more detailed report to the list later12:13
ajoI suppose rootwrap was more for the use case in nova, they make less system calls12:13
*** yamahata__ has quit IRC12:14
ajoand I understand that the system call coalescing will help, but I believe we should take a look at rootwrap12:14
ajo0.3sec overhead for call = 14minutes overhead for 192 networks & routers12:14
*** luqas has quit IRC12:16
*** leseb has joined #openstack-neutron12:16
*** yamamoto_ has quit IRC12:18
*** rossella_s has joined #openstack-neutron12:21
*** rossella_s has quit IRC12:21
*** leseb has quit IRC12:21
*** pcm_ has joined #openstack-neutron12:22
*** pcm_ has quit IRC12:23
*** pcm_ has joined #openstack-neutron12:23
*** yamamoto_ has joined #openstack-neutron12:25
openstackgerritBerezovsky Irena proposed a change to openstack/neutron: Implements ML2 mechanism driver for SR-IOV capable NIC based switching  https://review.openstack.org/7446412:28
*** salv-orlando has quit IRC12:31
*** devvesa has quit IRC12:32
*** devvesa has joined #openstack-neutron12:33
*** xuhanp has joined #openstack-neutron12:35
*** rossella-s has quit IRC12:41
*** leseb has joined #openstack-neutron12:43
*** shivharis has quit IRC12:45
*** hemanth_ has quit IRC12:49
openstackgerritCedric Brandily proposed a change to openstack/neutron: Allow to delegate some tunnel provider attributes choice  https://review.openstack.org/7405512:52
openstackgerritCedric Brandily proposed a change to openstack/neutron: Allow to delegate some vlan provider attributes choice to neutron  https://review.openstack.org/7190412:52
*** bvandenh has joined #openstack-neutron12:53
*** sphoorti has quit IRC12:57
*** rossella-s has joined #openstack-neutron13:00
*** sphoorti has joined #openstack-neutron13:01
*** sphoorti has quit IRC13:03
*** sphoorti has joined #openstack-neutron13:03
*** xuhanp has quit IRC13:04
*** xuhanp has joined #openstack-neutron13:04
*** banix has quit IRC13:05
*** jgallard has joined #openstack-neutron13:06
*** mfink has quit IRC13:11
*** luqas has joined #openstack-neutron13:14
*** leseb has quit IRC13:14
*** leseb has joined #openstack-neutron13:14
*** leseb_ has joined #openstack-neutron13:15
*** leseb has quit IRC13:15
xuhanpsc68cal, ping13:16
sc68calxuhanp: pong13:16
sc68calyou're up early / up late13:16
xuhanpjust want to let you know my security group change get your review updated13:17
xuhanpsorry about that.13:17
*** yamamoto_ has quit IRC13:17
sc68calNo problem13:17
xuhanpguess you need a new patch13:17
sc68calYeah - depending on how much churn there is in the DB migrations, may wait until the dust settles13:17
xuhanpOK. sounds good.13:18
openstackgerritYuuichi Fujioka proposed a change to openstack/neutron: change to allow setting ip address of floating ip  https://review.openstack.org/7028613:18
*** jecarey has quit IRC13:18
*** jistr is now known as jistr|english13:19
*** ramishra has quit IRC13:20
anteayaso https://review.openstack.org/#/c/77788/ is failing in the gate13:24
*** oda-g has quit IRC13:25
*** garyk has joined #openstack-neutron13:25
sc68callooks like just the postgres stuff so far13:26
*** hemanthravi has quit IRC13:26
sc68caloop - just failed at the same points on dvsm-neutron13:28
*** WackoRobie has joined #openstack-neutron13:30
*** tongli has joined #openstack-neutron13:37
*** rossella-s has quit IRC13:40
anteayaso ovs timeout on both tests: http://logs.openstack.org/88/77788/2/gate/gate-tempest-dsvm-neutron-pg/c7a1cfe/logs/screen-q-agt.txt.gz?level=ERROR13:40
anteayahttp://logs.openstack.org/88/77788/2/gate/gate-tempest-dsvm-neutron-pg/c7a1cfe/logs/screen-q-agt.txt.gz?level=ERROR13:40
*** dave_tucker_zzz is now known as dave_tucker13:41
*** leseb_ has quit IRC13:42
*** baoli has joined #openstack-neutron13:43
*** rossella-s has joined #openstack-neutron13:44
*** vuvu has joined #openstack-neutron13:45
*** vu_ has joined #openstack-neutron13:45
*** krtaylor has quit IRC13:46
*** kincl has joined #openstack-neutron13:46
*** jecarey has joined #openstack-neutron13:48
*** leseb has joined #openstack-neutron13:48
*** thuc has joined #openstack-neutron13:49
*** thuc_ has joined #openstack-neutron13:50
*** baoli has quit IRC13:51
*** baoli has joined #openstack-neutron13:51
*** julim has joined #openstack-neutron13:52
*** dguitarbite has quit IRC13:53
*** thuc has quit IRC13:54
*** roeyc has joined #openstack-neutron13:55
*** vu_ has quit IRC13:55
*** vuvu has quit IRC13:55
*** vuvu has joined #openstack-neutron13:56
*** vu_ has joined #openstack-neutron13:56
*** dave_tucker is now known as dave_tucker_zzz13:56
*** mfink has joined #openstack-neutron14:00
*** ramishra has joined #openstack-neutron14:00
*** salv-orlando has joined #openstack-neutron14:03
*** yfried has quit IRC14:03
*** vu_ has quit IRC14:03
*** vuvu has quit IRC14:04
*** vu_ has joined #openstack-neutron14:04
*** mfink has quit IRC14:05
*** mfink has joined #openstack-neutron14:05
openstackgerritSalvatore Orlando proposed a change to openstack/neutron: Add support for tenant-provided NSX gateways devices  https://review.openstack.org/7420914:05
*** vuvu has joined #openstack-neutron14:07
*** dguitarbite has joined #openstack-neutron14:07
*** vu_ has quit IRC14:08
*** vu_ has joined #openstack-neutron14:09
*** amotoki has quit IRC14:09
*** vuvu has quit IRC14:12
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP)  https://review.openstack.org/7586114:12
*** vjay has quit IRC14:13
*** vu_ has quit IRC14:14
*** saju_m has quit IRC14:15
*** dave_tucker_zzz is now known as dave_tucker14:15
*** leseb has quit IRC14:17
*** WackoRobie has quit IRC14:18
openstackgerritSalvatore Orlando proposed a change to openstack/python-neutronclient: CLI support for NSX gateway devices  https://review.openstack.org/7716414:18
*** vu_ has joined #openstack-neutron14:19
*** vuvu has joined #openstack-neutron14:19
*** vuvu has quit IRC14:19
*** vu_ has quit IRC14:19
*** vuvu has joined #openstack-neutron14:20
*** vu_ has joined #openstack-neutron14:20
openstackgerritA change was merged to openstack/neutron: NEC plugin: PFC packet fitler support  https://review.openstack.org/7419214:22
*** WackoRobie has joined #openstack-neutron14:22
*** leseb has joined #openstack-neutron14:23
*** irenab has quit IRC14:23
*** rkukura has joined #openstack-neutron14:24
*** jistr|english is now known as jistr14:25
*** alagalah has quit IRC14:25
*** vuvu has quit IRC14:25
*** vu_ has quit IRC14:25
*** peristeri has joined #openstack-neutron14:26
openstackgerritFeng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent  https://review.openstack.org/7574514:27
*** thuc_ has quit IRC14:29
*** thuc has joined #openstack-neutron14:30
openstackgerritTrinath Somanchi proposed a change to openstack/neutron: implements:bp/fsl-sdn-os-mech-driver::fsl mech driver  https://review.openstack.org/7809214:32
*** WackoRobie has quit IRC14:32
*** thuc has quit IRC14:34
*** vuvu has joined #openstack-neutron14:34
*** vu_ has joined #openstack-neutron14:34
*** db39 has quit IRC14:40
*** krtaylor has joined #openstack-neutron14:40
*** bvandenh has quit IRC14:48
*** dguitarbite has quit IRC14:50
*** Guest551 has quit IRC14:51
*** jgrimm has quit IRC14:52
*** carl_baldwin has joined #openstack-neutron14:52
*** dguitarbite has joined #openstack-neutron14:55
*** WackoRobie has joined #openstack-neutron14:55
*** jrbudnack has joined #openstack-neutron14:58
*** yfujioka has quit IRC15:02
*** dguitarbite has quit IRC15:03
*** otherwiseguy has joined #openstack-neutron15:04
*** djoreilly has quit IRC15:05
*** mwagner_lap has quit IRC15:08
*** WackoRobie has quit IRC15:08
*** manishg has joined #openstack-neutron15:09
*** yfried has joined #openstack-neutron15:13
*** jobewan has joined #openstack-neutron15:14
*** ramishra has quit IRC15:15
*** WackoRobie has joined #openstack-neutron15:16
*** blogan has joined #openstack-neutron15:18
*** djoreilly has joined #openstack-neutron15:18
*** dguitarbite has joined #openstack-neutron15:22
*** ryu_ has quit IRC15:25
*** dave_tucker is now known as dave_tucker_zzz15:25
*** yamahata has joined #openstack-neutron15:27
*** dguitarbite has quit IRC15:27
*** dguitarbite has joined #openstack-neutron15:32
*** dave_tucker_zzz is now known as dave_tucker15:33
*** dguitarbite has quit IRC15:36
*** arosen1 has joined #openstack-neutron15:36
arosen1only 3 neutron patches merged in the last 7 hours :(15:37
arosen1nova got 4 in15:38
*** manishg has quit IRC15:41
*** yfried has quit IRC15:44
*** yfried has joined #openstack-neutron15:44
carl_baldwinmestery: ping15:45
*** dvorkinista has joined #openstack-neutron15:49
*** xuhanp has quit IRC15:50
*** Sukhdev has joined #openstack-neutron15:51
*** chandan_kumar has quit IRC15:51
*** vuvu has quit IRC15:51
*** vu_ has quit IRC15:51
mesterycarl_baldwin: pong, whats up?15:53
*** ramishra has joined #openstack-neutron15:53
*** yamamoto_ has joined #openstack-neutron15:55
*** jgrimm has joined #openstack-neutron15:55
*** rcurran has joined #openstack-neutron15:55
*** thedodd has joined #openstack-neutron15:55
*** arosen1 has left #openstack-neutron15:56
carl_baldwinI sent you a PM.  I'll add to your meeting agenda now.15:57
*** chandan_kumar has joined #openstack-neutron15:57
*** roeyc has quit IRC15:57
mesterythanks carl_baldwin!15:58
*** banix has joined #openstack-neutron15:58
*** amotoki has joined #openstack-neutron15:58
*** skraynev is now known as skraynev_afk15:58
carl_baldwinmestery: Thank you.15:59
*** irenab has joined #openstack-neutron16:02
*** vu_ has joined #openstack-neutron16:02
*** vuvu has joined #openstack-neutron16:02
amotokineutron cores: please watch gate status with https://review.openstack.org/#/q/status:open+project:openstack/neutron+branch:master+Approved%253D1,n,z16:03
amotokiand if there is gate failure, please check the reason and retrigger the gate.16:03
*** jaypipes has quit IRC16:03
*** shivharis has joined #openstack-neutron16:05
*** vu_ has quit IRC16:06
*** vuvu has quit IRC16:06
*** yfried has quit IRC16:06
*** yfried has joined #openstack-neutron16:07
*** leseb has quit IRC16:07
*** asselin_wfh has joined #openstack-neutron16:07
*** asselin_wfh has left #openstack-neutron16:07
*** leseb has joined #openstack-neutron16:07
*** vu_ has joined #openstack-neutron16:08
*** vuvu has joined #openstack-neutron16:08
*** vu_ has quit IRC16:08
*** vuvu has quit IRC16:08
*** vuvu has joined #openstack-neutron16:08
*** vu_ has joined #openstack-neutron16:08
*** evgenyf has joined #openstack-neutron16:09
*** leseb has quit IRC16:11
haleybamuller: regarding the metadata proxy issues you mentioned in the DVR meeting, there were some recent changes to the agent to help with this - configurable workers and socket backlog16:12
haleybthis has helped our deployment quite a bit16:12
amullerajo: ^^^16:12
haleyboh, i thought it was you asking16:12
*** vuvu has quit IRC16:13
*** vu_ has quit IRC16:13
amullerIt's interesting to me as well :)16:13
haleybyou also need to bump the worker count on the nova metadata side, but that's it16:14
amullerSo if you bump the amount of workers on both metadata sides you get a drop in CPU usage?16:14
*** vu_ has joined #openstack-neutron16:14
*** vuvu has joined #openstack-neutron16:14
haleybi'd have to look at that, i must have misread the question looking in the meeting scrollback.  Trying to boot many instances simultaneously typically causes metadata problems, mostly fixed by those changes16:17
ajohaleyb,you optimized for  memory usage or CPU usage?16:17
*** mwagner_lap has joined #openstack-neutron16:17
haleybany other high memory or cpu usage is something to be looked into16:17
ajowe found a footprint of 24-27MB / qrouter namespace16:17
haleybajo: we optimized it so (mostly) always work, haven't noticed the processes taking much cpu/mem from what i know16:18
ajoand ihrachys / jlibosva pushed some CPU usage improvements recently (fixed a bad authentication problem, and added short-lived caching)16:18
*** vuvu has quit IRC16:18
haleybso their might still be work to do16:19
ajoyep16:19
ajohaleyb, if you could check the memory footprint with your settings, I'd like to compare16:19
*** vu_ has quit IRC16:19
ajo(just the RSS size)16:20
haleybit will take me a minute...16:20
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP)  https://review.openstack.org/7586116:20
ajothanks a lot haleyb16:21
*** vuvu has joined #openstack-neutron16:21
*** vu_ has joined #openstack-neutron16:21
*** vkozhukalov has joined #openstack-neutron16:21
*** dvorkinista has quit IRC16:21
*** rossella-s has quit IRC16:21
*** WackoRob_ has joined #openstack-neutron16:24
*** rossella-s has joined #openstack-neutron16:25
*** leseb has joined #openstack-neutron16:25
*** WackoRobie has quit IRC16:26
*** manishg has joined #openstack-neutron16:29
haleybajo: maybe 22MB, but these systems have gobs of memory so i've never noticed them.  So the proxies are almost as large as the agent16:31
ajothanks a lot for checking haleyb16:32
ajoyes, generally it passes unnoticed :-)16:32
ajoI discovered while testing on a 2GB VM16:32
*** manishg_ has joined #openstack-neutron16:33
ajoit stopped working at network 10016:33
*** manishg has quit IRC16:33
ajo60GB would let you scale to 2500 networks16:34
ajonot sure, I suppose for those numbers (2500 nets) the bottlenecks are somewhere else16:35
ajo(network, cpu, etc..)16:35
haleybnamespaces :)16:35
*** otherwiseguy has quit IRC16:36
ajoright16:36
openstackgerritJakub Libosvar proposed a change to openstack/neutron: Add script for populating LB table after migration  https://review.openstack.org/7829316:36
haleybeither way, is one of those imports cause this?  i'm curious to know now16:36
*** manishg_ has quit IRC16:37
ajohaleyb, I didn't investigate in depth16:37
*** WackoRob_ has quit IRC16:37
ajoit's a matter of profiling16:37
ajohaleyb, I'm looking at rootwrap performance at this moment16:38
ajohaleyb, did you hit any problem with that?16:38
ajoI found that it slows down network node population too much16:38
ajolike x2.5 compared to sudo16:38
*** dave_tucker is now known as dave_tucker_zzz16:40
*** markmcclain has joined #openstack-neutron16:41
haleybajo: we've been looking at a number of performance issues around sudo, etc, carl has some reviews up.  Nothing specific to rootwrap, we know that's going to add overhead16:41
ajoz16:41
ajo* markmcclain (~markmccla@c-98-242-72-116.hs16:41
ajoupps sorry:)16:41
ajoclipaboard16:41
ajohttp://lists.openstack.org/pipermail/openstack-dev/2014-March/029017.html16:41
*** vkozhukalov has quit IRC16:42
irenabmarkmcclain: hi16:42
irenabmarkmcclain: hi16:43
haleybajo: https://review.openstack.org/#/c/67490/ is a WIP16:43
ajoah, for command coalescing16:44
ajointeresting, I marked it to watch it16:44
ajoI have to leave now, but I'll take a look on it16:44
ajodo we have any mail thread about it?16:44
ajoI suppose carl_baldwin will chip in my email thread above :)16:45
ajoyou seem to be concerned about the same things I am :)16:45
*** thuc has joined #openstack-neutron16:46
haleybyes, and carl and i work together and have a keen interest in scaling the agents among other things16:46
ajonice, good to see more people on the same boat :)16:46
ajoI've been playing with pypy+rootwrap (slower boot time)16:47
haleybONO is a telco?  just curious16:47
ajoother option could be to write a simpler python code, equivalent to rootwrap, and use shedskin to convert into C++16:47
ajohaleyb, yes, but it's not my company :)16:47
ajoI work for Red Hat16:47
haleybah, my spanish was rusty16:48
ajohehe, rusty is better than nothing :-)16:48
*** otherwiseguy has joined #openstack-neutron16:48
*** piyush has joined #openstack-neutron16:51
*** jlibosva has quit IRC16:51
ajohaleyb, I have to leave, see you  around16:52
*** _cjones_ has joined #openstack-neutron16:52
haleybi'll read your email to the dev list, haven't got there yet16:53
carl_baldwinajo: I am writing a reply to your thread but it will not be sent until I get out of meetings.  ;)16:54
ajoI posted again :)16:54
carl_baldwinJust saw that come in.  I'll have a look.16:55
*** yfried has quit IRC16:56
*** yfried has joined #openstack-neutron16:57
*** rcurran has quit IRC16:57
*** reaper has joined #openstack-neutron17:00
*** jgrimm has quit IRC17:00
*** jgrimm has joined #openstack-neutron17:00
*** jgrimm has quit IRC17:00
*** baoli has quit IRC17:01
*** sfox has joined #openstack-neutron17:02
*** rwsu has joined #openstack-neutron17:03
*** ygbo has quit IRC17:03
*** baoli has joined #openstack-neutron17:04
*** markmcclain1 has joined #openstack-neutron17:04
*** irenab has quit IRC17:05
*** leseb has quit IRC17:05
*** markmcclain has quit IRC17:06
*** amotoki has quit IRC17:06
*** SumitNaiksatam has quit IRC17:07
*** harlowja has joined #openstack-neutron17:07
*** mlavalle has joined #openstack-neutron17:10
*** devlaps has joined #openstack-neutron17:13
*** chandan_kumar has quit IRC17:16
*** WackoRobie has joined #openstack-neutron17:23
*** krtaylor has quit IRC17:23
*** dave_tucker_zzz is now known as dave_tucker17:25
*** jorgem has joined #openstack-neutron17:29
*** zhipeng has joined #openstack-neutron17:29
*** krtaylor has joined #openstack-neutron17:30
*** SumitNaiksatam has joined #openstack-neutron17:32
*** openstackgerrit has quit IRC17:32
*** jpich has quit IRC17:33
*** vkozhukalov has joined #openstack-neutron17:33
*** dims has quit IRC17:35
*** manishg has joined #openstack-neutron17:37
*** dims has joined #openstack-neutron17:37
*** bjornar has joined #openstack-neutron17:37
*** evgenyf has quit IRC17:42
*** beagles is now known as beagles_brb17:44
*** leseb has joined #openstack-neutron17:46
*** devvesa has quit IRC17:49
*** Sukhdev has quit IRC17:50
*** dvorkinista has joined #openstack-neutron17:52
*** shivharis has quit IRC17:53
*** baoli has quit IRC17:55
*** Sukhdev has joined #openstack-neutron17:57
*** rotbeard has quit IRC17:59
*** jgallard has quit IRC17:59
*** baoli has joined #openstack-neutron18:00
*** nati_ueno has joined #openstack-neutron18:02
*** thuc has quit IRC18:02
*** beagles_brb is now known as beagles18:02
*** thuc has joined #openstack-neutron18:02
*** dvorkinista has quit IRC18:03
*** dvorkinista has joined #openstack-neutron18:03
*** suresh12 has joined #openstack-neutron18:07
nati_uenoHi SumitNaiksatam18:07
SumitNaiksatamnati_ueno: hi18:08
SumitNaiksatamnati_ueno: i am running the fwaas meeting18:08
SumitNaiksatamnati_ueno: can you join there18:08
nati_uenoSumitNaiksatam: oh sorry18:08
SumitNaiksatamnati_ueno: -meeting18:09
*** WackoRobie has quit IRC18:12
*** wendar has joined #openstack-neutron18:18
*** devvesa has joined #openstack-neutron18:20
*** leseb has quit IRC18:20
*** jogo has joined #openstack-neutron18:21
wendarsalv-orlando: We're seeing a lot of gate failures for neutron, digging into it now.18:21
salv-orlandook. No more details?18:22
markmcclain1wendar: which review?18:22
wendarI'm digging through the logs now looking for patterns.18:22
wendarsalv-orlando: It's a reoccurance of Bug 1253896.18:23
jogosalv-orlando: also a lot of new unknown failures in neutron jobs on status.openstack.org/elastic-recheck/data/uncategorized.html18:23
markmcclain1sadly '96 could be anything18:23
wendarbut also uncategorized18:23
*** ramishra has quit IRC18:23
jogomarkmcclain1: yup haha18:24
jogoits the bug that haunts us all18:24
wendaryeah, uncategorized is what I'm looking at18:24
salv-orlandoAre we in alarm mode or do we have time to look at the logs?18:24
jogosalv-orlando: gate is very backed up so I think alarm18:24
*** ramishra has joined #openstack-neutron18:24
salv-orlandothen revert!18:24
jogogate is 15 hours behind18:24
salv-orlandolet's start with floating IP status patch18:24
wendarwe haven't identified the patch yet18:24
*** shashank_ has joined #openstack-neutron18:25
wendarsalv-orlando: 74144 is looking suspiciously frequent18:26
*** openstackgerrit has joined #openstack-neutron18:26
salv-orlandowhat is 74144?18:26
*** andyhky` is now known as andyhky18:26
markmcclain174144 failed unrelated to the change18:26
markmcclain1https://jenkins02.openstack.org/job/gate-tempest-dsvm-neutron/8899/console18:26
*** fandi has joined #openstack-neutron18:26
*** ramishra has quit IRC18:28
wendarmarkmcclain1: okay, then may be gate stacking noise18:28
wendar74156 is another frequent one18:28
markmcclain1a random sample of the uncat gate failures is showing that devstack never ran18:29
salv-orlandothe ideal candidate is a "noop"  patch such as translation which fails the gate18:29
wendarsalv-orlando: that'd be nice (jogo agrees)18:31
*** tong_ has joined #openstack-neutron18:31
salv-orlandohere's a list of potentially offending commits: http://paste.openstack.org/show/72678/18:32
*** dvorkinista has quit IRC18:32
*** amuller has quit IRC18:32
*** dvorkinista has joined #openstack-neutron18:32
salv-orlandonote that the last one, floatingipstatus, is the most suspicious one18:32
salv-orlandothere was a trivial error in a RPC handler on the server side, which might cause the rpc loop to crash on the agent18:33
salv-orlandoand there is a patch for it in the gate18:33
salv-orlandom18:33
salv-orlandoperhaps… you can try and promote that patch?18:33
salv-orlandowendar, jogo, markmcclain1: ^ ^18:33
*** tongli has quit IRC18:33
markmcclain1which number?18:34
salv-orlandois seventy thousand something ;)18:34
*** dvorkinista has quit IRC18:34
*** dvorkinista has joined #openstack-neutron18:34
jogosalv-orlando: if you think you have a fix that is low risk I am all for promiting18:35
markmcclain1jogo: looking at teh 37 uncategorized failures for gate-tempest-dsvm-neutron 30/37 are tests failing to start18:35
salv-orlandohttps://review.openstack.org/#/c/78077/18:35
markmcclain1s/tests/gate/18:35
markmcclain1salv-orlando: haha18:35
*** jistr has quit IRC18:35
fandihi all18:35
fandineed helps why lbaas not working in grizzly18:35
salv-orlandojogo: I am not 100% sure that would fix the resurgence of bug 125389618:36
salv-orlandoI've literally looked at the logs for just 5 minutes18:36
fandihere is the error log : http://paste.openstack.org/show/72673/18:36
jogosalv-orlando: is there a fingpering for bug 88036?18:36
*** shivharis has joined #openstack-neutron18:36
markmcclain1salv-orlando: it will be promoted on next reset18:37
markmcclain1fandi: LBaaS in Grizzly was experimental18:38
salv-orlandoyes, it's a traceback in q-vpn18:39
salv-orlandodigging it18:39
jogosalv-orlando: found it18:39
jogodoesn't fail every time18:40
salv-orlandook thanks18:40
arosenanyone know if there is a launchpad bug for this : http://logs.openstack.org/52/78052/3/check/check-tempest-dsvm-neutron/9addfd6/logs/screen-q-svc.txt.gz?level=TRACE#_2014-03-05_18_14_42_87018:40
jogolooking at freqency of gate issues for it18:40
jogomessage:"raise l3.FloatingIPNotFound(floatingip_id=id)" AND filename:logs*screen-q-svc.txt AND build_queue:"gate" AND build_status:"FAILURE"18:40
arosenjogo:  I have a patch for that one.18:40
markmcclain1fandi: I'd suggest looking at the quantum server logs because RPC timeout could be a failure or deadlock on the server side18:40
*** dvorkinista has quit IRC18:40
salv-orlandoyeah arosen I just told jogo to promote that patch18:40
*** dvorkinista has joined #openstack-neutron18:41
arosenI think there is a pretty bad racecondition in ml2 for delete  floatingip18:41
markmcclain1fandi: and since lbaas was experiemental in grizzly it wasn't very resilient to transient failures18:41
salv-orlandobasically, I think it's related to bug 1253896 because the error in the server causes a full resync on the agent18:41
salv-orlandothe full resync in its turn causes a delay in floating ip configuration18:41
salv-orlandowhich causes then the failure18:41
fandimarkmcclain1, ok let me check quantum log18:41
arosenThe l3_db class class notify() then the l3-agent does a sync and updates the floatingip_ip_status at the same time the floatingip is being deleted.18:41
salv-orlandowhat is not yet clear to me is why that would fail scenario tests. Because this failure would manifest only on floating IP deletion, and the floating IP is deleted only at the end of the scenario test18:42
salv-orlandoI think we have however also the option of reverting the patch18:43
salv-orlandothe one for floating IP statuses18:43
fandimarkmcclain1, log is running i  am not sure error there.18:43
arosensalv-orlando:  actually i think the issue is because the rpc call is within a nested transaction ?18:43
jogosalv-orlando: do you think this failure is related to that bug http://logs.openstack.org/17/76617/7/gate/gate-tempest-dsvm-neutron-pg/c0b194c/logs/testr_results.html.gz18:44
markmcclain1with luck we're 20m away the promoted patch landing18:44
jogohttps://bugs.launchpad.net/neutron/+bug/128803618:44
jogoif not I think that  bug isn't the issue18:44
jogoI see it in a huge number of successfull jobs18:44
pcm_salv-orlando: I did 74144 & 74156, let me know if there is anything I can do to help (not familiar with gate stuff)18:44
*** dvorkinista has quit IRC18:45
salv-orlandojogo… nope that's another bug I filed.18:45
salv-orlandoI think I even pushed a patch for that… or did I?18:45
arosenhttps://github.com/openstack/neutron/blob/master/neutron/db/l3_db.py#L76418:45
* markmcclain1 steps away for 10mins18:45
*** dvorkinista has joined #openstack-neutron18:45
jogosalv-orlando: so I don't think https://review.openstack.org/#/c/78077/ will help teh gate in that case18:45
jogobut it shouldn't  hurt either18:45
salv-orlandoarosen: isn't the notifier supposed to return?18:45
salv-orlandoor does it wait for the callback18:46
salv-orlandook. I think I'm handling more conversation than what my brain can.18:46
jogomarkmcclain1: what about the uncategorized?18:46
salv-orlandojogo: is this http://logs.openstack.org/17/76617/7/gate/gate-tempest-dsvm-neutron-pg/c0b194c/logs/testr_results.html.gz hitting the gate a lot?18:47
*** Sukhdev has quit IRC18:47
arosensalv-orlando: it uses fanout_cast()18:47
salv-orlandoarosen: then it should not be blocking, should it?18:47
*** dvorkinista has quit IRC18:48
wendarsalv-orlando/markmcclain1: http://logs.openstack.org/27/77927/3/gate/gate-tempest-dsvm-neutron-pg/60b49fc/logs/devstacklog.txt.gz18:48
*** dvorkinista has joined #openstack-neutron18:49
*** jroovers has joined #openstack-neutron18:49
wendarNo handlers could be found for logger "neutron.common.legacy"18:49
salv-orlandowendar: that is not the error18:50
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Add HA support to the l3 agent  https://review.openstack.org/7070018:50
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Introduces a keepalived manager for HA  https://review.openstack.org/6814218:50
wendarsalv-orlando: yes18:50
salv-orlandothat's the error?18:50
wendarsalv-orlando: Only a single head is supported. The script directory has multiple heads (due to branching), which must be resolved by manually editing the revision files to form a linear sequence. Run `alembic branches` to see the divergence(s).18:50
jogosalv-orlando: that is not in the gate much, 3 hits for message:"MismatchError: {u'binary': u'neutron-openvswitch-agent'" in last 48 hours18:50
salv-orlandoyeah that is it18:50
salv-orlandojogo: I knew that was rare18:50
salv-orlandowendar: we've dealt with error like this before. I think however it's specific to patch 7792718:51
jogosalv-orlando: if its that patch, snipe it?18:51
salv-orlandothis happens when migrations stack up in the gate queue. It's an "expected" failure mode, sort of rebase error18:51
*** dave_tucker is now known as dave_tucker_zzz18:52
salv-orlandojogo. Basically there must be some migration issue. If the patch has already failed the gate it won't be reapproved.18:52
salv-orlandowhat I find strange is that patch 77927 just changed the plugins affected by the migration. anyway, since it has not failed the gate a -2 should be enough to not send it there again… right?18:53
salv-orlandojogo: or it might still be better if a push another patchset18:53
jogosalv-orlando: snipe it (push another patch)18:53
salv-orlandook, that's one thing18:54
salv-orlandothen the failures which appear to be like bug125389618:54
jogosalv-orlando: hold on with the snipe18:54
jogo77927 is working now18:54
jogo https://jenkins06.openstack.org/job/gate-tempest-dsvm-neutron/1763/console18:54
salv-orlandook...18:55
arosensalv-orlando:  right it's not blocking; though when this is sent it causes the l3-agent to call: self.plugin_rpc.get_routers() which calls sync_routers which looks like it can take a long time (causing the timeout)18:55
arosensalv-orlando:  i'll keep looking into this. i'll keep you posted if i come up with a fix.18:56
*** safchain has quit IRC18:56
salv-orlandoarosen: you are basically stating that a rpc call made from within a transaction even if it concludes might cause a deadlock with another call coming from the agent, because that call reacts from a notification from the first one?18:56
arosensalv-orlando:  exactly.18:57
salv-orlandoI don't know. Seems to weird to be true. I vote for a revert of the floating ip status patch.18:57
salv-orlandowho's against it?18:57
arosensalv-orlando: Seems like it would be better if the server sent out floatingip-deleted rather then router-update.  Because it sends router-update the agent needs to query neutron to figure out what changed.18:58
salv-orlandook then revert?18:58
salv-orlandoit seems the patch was just wrong in the approach then18:58
salv-orlandoand should have never been approved18:58
openstackgerritA change was merged to openstack/neutron: Adds multiple RPC worker processes to neutron server  https://review.openstack.org/7256518:58
*** skraynev_afk is now known as skraynev18:59
salv-orlandoarosen: can you delete an associated floating IP? I think not.18:59
wendarsalv-orlando: jogo's analysis is that it should clear soon, transient stacking failure because the patch that broke everything has already succeeded and been flushed out19:00
arosensalv-orlando:  as in it's associated on the l3-agent ?19:01
jogothats just for the db migration issue though19:01
salv-orlandoarosen: associated in neutron… i.e.: has a fixed_port_id19:01
arosensalv-orlando: You can19:02
arosensalv-orlando: we don't prevent that19:02
*** openstackgerrit has quit IRC19:02
*** nati_uen_ has joined #openstack-neutron19:03
*** dvorkinista has quit IRC19:03
salv-orlandoarosen: ok, you're right. I thought neutron prevented that19:03
salv-orlandoarosen: if the error is due to floating ip status being updated for a no more existent floating ip your patch should fix that in my opinion.19:06
*** nati_ueno has quit IRC19:06
salv-orlandojogo: so most of the failure in the gate were because of this transient migration issue?19:07
salv-orlandothat kind of failure is similar to a merge failure. Indeed we wanted to add a check to fail fast devstack jobs but we never did that.19:08
*** byvictor has joined #openstack-neutron19:08
salv-orlandoThe failure occurs when two patch with a migration concurrently enter the gate19:08
salv-orlandoas they both have the same down_revision (previous migration) the latter will fail, and then every neutron patch in the queue after that will fail as well19:09
*** packet has joined #openstack-neutron19:09
markmcclain1salv-orlando: I'll go fix up the migrations19:09
salv-orlandomarkmcclain1: the migration checks?19:09
jogosalv-orlando: there is still one of those db errors in gate for this patch:19:10
*** banix has quit IRC19:10
jogohttps://review.openstack.org/#/c/74144/22/neutron/db/migration/alembic_migrations/versions/24c7ea5160d7_cisco_csr_vpnaas.py19:11
jogowonder if that patch is the offender19:11
*** banix has joined #openstack-neutron19:11
arosensalv-orlando: i agree19:11
markmcclain1FYI… https://review.openstack.org/#/c/78077/ merged just now19:11
*** dvorkinista has joined #openstack-neutron19:11
salv-orlandoit is one of the offenders. I think there are plenty of neutron patches with migrations in the gate ;/19:11
salv-orlandowe're merging new plugins and driver. Each of them comes with a migration.19:12
*** abhiraut has joined #openstack-neutron19:12
*** devvesa has quit IRC19:12
jogosalv-orlando: oh! so can you make migration matches a giant dependant patch set?19:13
salv-orlandothe way alembic (and I think sqlalchemy.migrate too) work implies that every time two patches with a migration are in the gate… the latter fails, and every patch after that one will show the same failure (because zuul cherry picks those patches one on top of the other)19:13
*** dvorkinista has quit IRC19:13
*** dvorkinista has joined #openstack-neutron19:13
salv-orlandojogo: that would be an idea19:13
jogosalv-orlando: because otherwise it sounds like this will keep happening19:13
markmcclain1I'm about to fix the sequencing on them19:13
jogomarkmcclain1: thanks19:14
salv-orlandothanks19:14
*** rms_13 has joined #openstack-neutron19:17
*** markwash has joined #openstack-neutron19:17
markmcclain1ok..I've 74144, 73575, 77407 as having new migrations in the gate19:19
markmcclain1I'll update them to run in that sequence19:19
*** dvorkinista has quit IRC19:21
*** dvorkinista has joined #openstack-neutron19:22
marunarosen: wow, that mido patch is crazy.19:22
marunarosen: I can't even review it the one file is so big19:22
*** dvorkinista has quit IRC19:23
jogomarkmcclain1: woot, that should hopefully speed up the gate19:23
*** dvorkinista has joined #openstack-neutron19:23
arosensalv-orlando:   Each time a floatingip is deleted in ml2 calls self.l3_rpc_notifier.routers_updated() which causes the l3_agent to call l3_db.get_sync_data() which is expensive which I think is what is causing the timeout.19:24
salv-orlandobut did ml2 always do that?19:24
arosenshould i attempt to do anything about this? It looks like we should also send allow: floatingip-deleted and the id; this way the agent doesn't need to do this expensive sync.19:24
arosenlooks like it to me.19:25
arosenit's the l3-agent more so then the ml2 code19:25
salv-orlandoI just wanted to check if it was related to floating ip status change19:25
arosensalv-orlando:  https://review.openstack.org/#/c/66866/10/neutron/agent/l3_agent.py does ri contain all the floatingips on the router or just the ones that the status changed?19:27
* arosen err i mean fip_statuses 19:28
arosenlooks like it contains all of them from process_router_floating_ip_address()19:30
salv-orlandoah how do you call somebody who does not remember how the code he himself wrote works?19:30
salv-orlandoyes it's all19:31
*** sfox has quit IRC19:31
arosensalv-orlando:  then in l3_db.update_floatingip_status()  it needs to do an update for each one.19:31
salv-orlandoI think I left a #TODO comment for that19:32
arosensalv-orlando:  I think the sync_data on each floatingip change is what is causing this.19:34
salv-orlandowhat I still do not understand is that how this spiked recently, since it's always been like that.19:34
salv-orlandoit has to be the floating ip status change19:35
salv-orlandobut why19:35
arosensalv-orlando:  i think a quick fix though might be switching line: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L70719:35
arosen707 and 705 so that the notify comes after we fetch the port from the db.19:35
salv-orlandoand you would not notify if the port is deleted?19:36
arosensalv-orlando:  the floatingip change does add several more hits to the db19:36
arosensalv-orlando:  no you would still do that. I'm just saying move: if l3plugin: leplugin.disassociate_floatingip() after we query for port_db19:37
*** vuvu has quit IRC19:39
*** vu_ has quit IRC19:39
*** chrisf has joined #openstack-neutron19:39
salv-orlandoand we would do that even if NoResultFound is raised?19:39
*** dvorkinista has quit IRC19:41
*** dvorkinista has joined #openstack-neutron19:42
arosensalv-orlando:  disassociate_floatingips() also queries the db for the port but excepts on exc.NoResultFound: so shouldn't matter19:42
arosensalv-orlando: https://review.openstack.org/#/c/78393/119:42
kevinbentonRajeshMohan: ping19:43
*** sfox has joined #openstack-neutron19:47
*** dvorkinista has quit IRC19:47
*** vkozhukalov has quit IRC19:53
salv-orlandoarosen: I'm dumb… please put me out of my misery and tell me why your change reduces db accesses ;)19:54
arosensalv-orlando:  When l3plugin.disassociate_floatingips() is called it notifies the l3-agent19:55
salv-orlandoarosen: that much I know19:56
arosenthe l3-agent calls get_routers -> sync_routers->which ends up getting all the router/floatingip_data X.o19:56
salv-orlandoand with this change?19:56
salv-orlandowe return if the port is not found?19:56
arosenthen in the plugin we do the query to get the port_db but we are blocked there because a new request comes in at the same time and doing all this querying19:56
arosenso a timeout occurs19:56
arosenthe patch just moves the event that causes all of this to occur later19:57
salv-orlandook. I have just one thing that I believe should be checked19:57
*** Sukhdev has joined #openstack-neutron19:57
salv-orlandoif we don't call disassociate_floatingips in any case, we might risk that the ip address is never de-configured from the agent19:57
salv-orlandoas well as the NAT rules for the floating ip19:57
salv-orlandonot sure if that happens, it's just a possibility19:58
arosensalv-orlando:  https://github.com/openstack/neutron/blob/master/neutron/db/l3_db.py#L74919:58
arosenthe only reason that would occur would be if the port wasn't found19:59
*** rossella-s has quit IRC19:59
arosensalv-orlando:  make sense?20:01
*** rdo has quit IRC20:02
*** rdo has joined #openstack-neutron20:03
salv-orlandoyes20:03
*** luqas has quit IRC20:03
salv-orlandoI don't think that we can be sure the floating ips have been reconfigured from the agent at that stage.20:04
salv-orlandowhat do you reckon?20:04
salv-orlandoarosen: ^20:04
salv-orlandos/reconfigured/deconfigured20:04
arosensalv-orlando:  because I switched the order of the calls?20:05
*** rossella-s has joined #openstack-neutron20:05
*** morgabra_ is now known as morgabra20:05
*** morgabra has joined #openstack-neutron20:05
*** bjornar has quit IRC20:05
*** irenab has joined #openstack-neutron20:06
salv-orlandoMy thinking is that if a port is deleted and then the query raises noresultfound, we return and the floating IPs are never disassociated. But that's just gut feeling. I hope you can prove me wrong.20:06
arosenactually i think that i should move this l3plugin.disassociate_floatingips() right before super(ml2plugin, self).delete_port()20:06
arosensalv-orlando: yes we don't delete the port first before calling l3plugin.disassociate_floatingips()20:06
*** byvictor has quit IRC20:06
*** skraynev is now known as skraynev_afk20:06
arosensalv-orlando:  The port isn't deleted till the end.20:07
arosensalv-orlando:  https://review.openstack.org/#/c/78399/ like this: (i changed the change-id so i didn't restart jenkins from running on the first one).20:14
*** jorgem has quit IRC20:14
*** jorgem has joined #openstack-neutron20:20
*** shashank_ has quit IRC20:20
*** markmcclain1 has quit IRC20:29
*** carl_baldwin has quit IRC20:31
*** samuelbercovici has joined #openstack-neutron20:34
*** suresh12 has quit IRC20:38
*** crc32 has joined #openstack-neutron20:38
*** jp_at_hp1 has quit IRC20:39
*** suresh12 has joined #openstack-neutron20:46
*** luqas has joined #openstack-neutron20:47
*** markmcclain has joined #openstack-neutron20:56
*** markmcclain has quit IRC20:57
*** markmcclain has joined #openstack-neutron20:57
*** vkozhukalov has joined #openstack-neutron20:59
*** otherwiseguy has quit IRC21:02
*** vu has joined #openstack-neutron21:05
*** vu has quit IRC21:06
*** vu has joined #openstack-neutron21:07
*** sphoorti has quit IRC21:09
*** luqas has quit IRC21:09
*** vu has quit IRC21:11
*** SumitNaiksatam_ has joined #openstack-neutron21:12
*** shashank_ has joined #openstack-neutron21:12
*** djoreilly has quit IRC21:15
*** SumitNaiksatam has quit IRC21:17
*** SumitNaiksatam_ is now known as SumitNaiksatam21:17
markmcclainping21:17
arosenping21:20
arosenpong21:20
arosenmarun:  ping21:20
*** luqas has joined #openstack-neutron21:22
*** sn6i23a has joined #openstack-neutron21:22
*** leseb has joined #openstack-neutron21:27
*** dvorkinista has joined #openstack-neutron21:30
*** dvorkinista has quit IRC21:30
*** dvorkinista has joined #openstack-neutron21:30
*** leseb has quit IRC21:32
marunarosen: pong21:35
arosenmarun:  i replied back on the review here: https://review.openstack.org/#/c/75253/7/neutron/callbacks/nova.py21:36
arosenhad a question about the setter comment though i don't think that will work21:36
maruni meant to add the property wrappers to the port21:37
*** sweston has quit IRC21:37
marunor do not all plugins use it?21:37
arosenport is a model_v2.Port()21:37
arosenI tag this data on port here as a way to get it out later. I don't think we want to add this to models_v2.Port imho21:38
marunarosen: I think we do.21:38
marunarosen: We're already adding the private attribute.21:38
marunarosen: Nobody outside of the port should have to know about how the attribute is implemented.  It's encapsulation 10121:38
arosenI'd say that I  don't even want the port to know about this though . Just the event notifier21:39
marunarosen: it's being stored on the port.21:39
arosenRight but it's not always there.21:40
marunarosen: unless you're going to move it somewhere else, it's the port's business.21:40
*** dfarrell07 has joined #openstack-neutron21:40
marunarosen: which is why the mutator should protect clients from having to use getattr21:40
marunarosen: the detail that it is not always there should not be exposed outside of the object hosting the attribute21:40
marunmutator => property methods21:40
*** otherwiseguy has joined #openstack-neutron21:41
marunarosen: it should always be safe for someone to call port.event or whatever21:41
*** otherwiseguy has quit IRC21:42
*** otherwiseguy has joined #openstack-neutron21:42
*** dvorkini_ has joined #openstack-neutron21:43
*** dvorkinista has quit IRC21:43
*** hemanthravi has joined #openstack-neutron21:47
*** dvorkini_ has quit IRC21:53
*** dvorkinista has joined #openstack-neutron21:53
*** vkozhukalov has quit IRC21:54
*** jgrimm has joined #openstack-neutron21:57
*** jgrimm has quit IRC21:57
*** mwagner_lap has quit IRC21:57
*** Sukhdev has quit IRC21:57
*** sfox1 has joined #openstack-neutron22:00
*** otherwiseguy has quit IRC22:01
*** sfox has quit IRC22:03
*** sfox has joined #openstack-neutron22:04
*** baoli has quit IRC22:05
*** sfox1 has quit IRC22:07
*** mfink has quit IRC22:08
*** otherwiseguy has joined #openstack-neutron22:14
*** samuelbercovici has quit IRC22:18
*** zzelle has quit IRC22:18
*** oda-g has joined #openstack-neutron22:20
*** dfarrell07 has quit IRC22:21
*** dfarrell07 has joined #openstack-neutron22:21
*** hemanthravi has quit IRC22:23
*** dfarrell07 has quit IRC22:24
*** dfarrell07 has joined #openstack-neutron22:24
*** vkozhukalov has joined #openstack-neutron22:25
*** mfink has joined #openstack-neutron22:26
*** dvorkinista has quit IRC22:26
*** dvorkinista has joined #openstack-neutron22:27
*** markmcclain has quit IRC22:28
*** tong_ has quit IRC22:30
*** jorgem has quit IRC22:30
*** dave_tucker_zzz is now known as dave_tucker22:32
*** pcm_ has quit IRC22:32
*** sn6i23a has quit IRC22:33
*** jorgem has joined #openstack-neutron22:33
*** sn6i23a has joined #openstack-neutron22:34
*** dfarrell07 has quit IRC22:34
*** dfarrell07 has joined #openstack-neutron22:34
*** sfox has quit IRC22:38
*** rossella-s has quit IRC22:39
*** irenab has quit IRC22:42
*** leseb has joined #openstack-neutron22:43
*** SumitNaiksatam has quit IRC22:46
*** leseb has quit IRC22:47
*** SumitNaiksatam has joined #openstack-neutron22:49
*** rossella_s has joined #openstack-neutron22:49
*** peristeri has quit IRC22:49
*** rossella_s has quit IRC22:49
*** dvorkinista has quit IRC22:50
*** dvorkinista has joined #openstack-neutron22:50
*** jroovers has quit IRC22:50
*** bada_ has joined #openstack-neutron22:51
*** sweston has joined #openstack-neutron22:52
*** bada has quit IRC22:53
*** vkozhukalov has quit IRC22:55
*** vu_ has joined #openstack-neutron22:56
*** vu has joined #openstack-neutron22:56
*** vkozhukalov has joined #openstack-neutron22:56
*** gdubreui has joined #openstack-neutron22:59
*** markmcclain has joined #openstack-neutron22:59
*** dfarrell07 has quit IRC23:00
*** dfarrell07 has joined #openstack-neutron23:00
*** dvorkinista has quit IRC23:00
*** dvorkinista has joined #openstack-neutron23:00
*** dvorkinista has quit IRC23:02
*** sfox has joined #openstack-neutron23:02
*** openstack has joined #openstack-neutron23:03
*** dfarrell07 has quit IRC23:07
*** dfarrell07 has joined #openstack-neutron23:07
*** dfarrell07 has quit IRC23:08
*** dfarrell07 has joined #openstack-neutron23:08
*** hemanthravi has joined #openstack-neutron23:08
*** dfarrell07 has quit IRC23:09
*** dfarrell07 has joined #openstack-neutron23:09
*** SumitNaiksatam has quit IRC23:09
*** SumitNaiksatam has joined #openstack-neutron23:11
*** dfarrell07 has quit IRC23:11
*** dfarrell07 has joined #openstack-neutron23:12
*** luqas has quit IRC23:13
*** julim has quit IRC23:13
*** dfarrell07 has quit IRC23:15
*** jobewan has quit IRC23:15
*** dfarrell07 has joined #openstack-neutron23:15
*** bada_ has quit IRC23:25
*** bada has joined #openstack-neutron23:25
*** vkozhukalov has quit IRC23:29
*** yamahata has quit IRC23:29
*** piyush has quit IRC23:34
*** mlavalle has quit IRC23:36
*** yfujioka has joined #openstack-neutron23:38
*** jorgem has quit IRC23:42
*** jorgem1 has joined #openstack-neutron23:42
*** thedodd has quit IRC23:44
*** dvorkinista has quit IRC23:45
*** sungju has joined #openstack-neutron23:45
*** dvorkinista has joined #openstack-neutron23:45
*** jecarey has quit IRC23:45
*** dvorkinista has quit IRC23:46
*** dvorkinista has joined #openstack-neutron23:47
*** otherwiseguy has quit IRC23:47
*** sungju has quit IRC23:50
*** dfarrell07 has quit IRC23:51
*** dvorkinista has quit IRC23:51
*** dvorkinista has joined #openstack-neutron23:51
*** sungju has joined #openstack-neutron23:52
*** sungju has quit IRC23:52
*** sungju has joined #openstack-neutron23:52
*** blogan has quit IRC23:53
*** dims has quit IRC23:56
RajeshMohanmarkmcclain: Hi23:57
markmcclainRajeshMohan: hi23:57
RajeshMohanmarkmcclain: Nachi looked at the patch closely and he is ready to approve23:58
RajeshMohanmarkmcclain: Waiting for jenkins to pass23:58
RajeshMohanmarkmcclain: Wanted to check if we could still make it23:58
RajeshMohanmarkmcclain: https://review.openstack.org/#/c/62599/23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!