Saturday, 2015-04-04

*** yamamoto has quit IRC00:00
armaxit sounds like we’re attempting the disassociation regarless of the device ownershipt00:00
armaxbut the query should yield an empty resultset00:01
*** Marga_ has quit IRC00:01
armaxso I don’t think that floating ip is the culprit here00:02
*** rook__ has quit IRC00:03
dane_leblancWhat's curious is that the lock of the db-access happened much earlier00:03
armaxdane_leblanc: in fact right after the exception we successfully go past line 126200:03
armaxand complete the port deletion00:03
*** ferest has quit IRC00:04
armaxwhat’s funny though00:04
armaxis that we’re trying to update a port that’s being deleted00:04
dane_leblancThen a lot of time goes by, and approximately the same time, we see the "Calling delete_port for..." message and immediately the deadlock timeout traceback00:04
armaxit’s a bit baffling that the dhcp agent tries to delete a port that’s being updated00:07
armaxdane_leblanc: I think that’s where troubles start00:07
*** banix has joined #openstack-neutron00:07
armaxdane_leblanc: we’d need to confirm whether this happen only on dhcp ports00:07
dane_leblancI've looked into 2 logs, both were DHCP ports. Not that that's a big enough sample space.00:08
armaxdane_leblanc: ok, now I’d need to undersatn why we’re updating a port that  is in the process of being deleted00:09
armaxdane_leblanc: I think this is where the crux of the matter lies00:09
*** sbfox has joined #openstack-neutron00:10
dane_leblancarmax: help me out, I see the port delete, but don't see the update.00:10
*** rangansw has joined #openstack-neutron00:11
armaxdane_leblanc: the port is being deleted here:00:12
armaxhttp://logs.openstack.org/26/165226/11/gate/gate-tempest-dsvm-neutron-full/db4d28d/logs/screen-q-svc.txt.gz#_2015-04-03_20_06_20_16500:12
armaxbut then in _create_subnet_from_implicit_pool line 128400:12
armaxyou’re trying to update the ip allocation00:13
armaxsame port id!00:13
armaxsomething ain’t righ!00:13
armaxright00:13
armaxthis looks an awful lot self-inflicted00:13
armaxcan’t tell why yet though00:14
HenryG _create_subnet_from_implicit_pool() is a new method added yesterday via the last subnet pool patch.00:14
armaxah00:14
armaxIgot it00:14
armaxgot00:14
armaxit00:14
*** sbfox has quit IRC00:14
* armax thinks he spoke too soon00:15
armaxI need to look at the test to see what’s going on fully00:15
armaxit looks like the query in _add_auto_addrs_on_network_ports00:15
armaxis returning the port being deleted00:16
armaxand that’s where things go kaboom00:16
armaxdane_leblanc, HenryG: you with me?00:16
*** dimsum__ has quit IRC00:16
armaxno DVR, or floating IP’s that can fault that00:16
dane_leblancarmax: Interesting00:16
armaxdane_leblanc: I can now say with fair degree of confidence that your change can be abandoned00:16
armaxI mean https://review.openstack.org/#/c/170611/00:17
dane_leblancarmax: But isn't it the calls to l3plugin that is opening the door for other threads/sessions?00:19
armaxdane_leblanc: no00:19
armaxthe l3plugin is not yielding00:19
armaxI mean the call to the l3plugin dissasociate_floatingips00:20
armaxit’s the db_plugin’s delete_port that yield00:20
armaxbut the problem is in the test00:20
armaxthe problem is this:00:20
armaxhttps://github.com/openstack/tempest/blob/master/tempest/api/network/test_dhcp_ipv6.py#L6400:20
armaxI still need to figure out how though00:21
*** dimsum__ has joined #openstack-neutron00:22
*** dims_ has joined #openstack-neutron00:23
openstackgerritMaru Newby proposed openstack/neutron: Reorganize unit test tree  https://review.openstack.org/15881100:24
openstackgerritMaru Newby proposed openstack/neutron: Add reorg helpers.  https://review.openstack.org/17062900:24
armaxto the problem is right herE:00:25
*** ijw_ has quit IRC00:25
armaxthe test setup creates the network,00:25
armaxthen it creates the subnet00:26
armaximmediately after it cleans the network00:26
armaxby deleting its ports00:26
armaxbut the provisioning of the subnet is not yet complete00:26
*** SumitNaiksatam has quit IRC00:26
*** dimsum__ has quit IRC00:27
armaxdane_leblanc, HenryG: are you with me?00:28
*** Marga_ has joined #openstack-neutron00:29
HenryGno because I was eating cake. Reading scrollback ...00:31
*** sripriya has quit IRC00:32
dane_leblancarmax: I'm following... still absorbing, lots of async stuff going on.00:32
armaxHenryG: and you didn’t think to share? shame on you00:33
armaxdane_leblanc: yes, that’s true00:33
armaxdane_leblanc: the test is racey itself00:33
dane_leblancarmax: But maybe that's good if it exposes issues?00:34
armaxdane_leblanc: true00:34
openstackgerritMaru Newby proposed openstack/neutron: Reorganize unit test tree  https://review.openstack.org/15881100:34
*** leakypipes has quit IRC00:34
armaxyour code made it worse beccause now you’re touching a port that’s being deleted00:35
dane_leblancarmax: Right.00:36
armaxI honestly don’t understand what this is for:00:37
armaxhttps://github.com/openstack/tempest/blob/master/tempest/api/network/test_dhcp_ipv6.py#L13200:37
armaxwhy do we even clean a network if the assert doesn’t depend on it?00:37
armaxmtreinish: ^^^00:37
dane_leblancarmax: He has to clean up the network because he's in a for loop trying different combos00:39
armaxthis test is pretty bad00:39
*** rangansw has quit IRC00:40
armaxdane_leblanc: my head is about to explode00:41
dane_leblancarmax: <ducking>00:41
dane_leblanc:)00:41
HenryGarmax: will some cake help?00:42
armaxship it!00:42
armaxquick00:42
armaxsome sugar would help00:42
marunarmax, HenryG: if you have a chance to merge this: http://status.openstack.org/zuul/00:42
marunplease do00:42
armaxmarun: the entire zuul?00:43
armaxthat’s gonna be hard00:43
marunthe follow-on is going to be messy https://review.openstack.org/#/c/158811/00:43
marunarg00:43
marunhttps://review.openstack.org/#/c/170329/00:43
marunthat is the precursor to the first reorg patch ^00:43
armaxdane_leblanc: at this point I am split on the course of action00:43
*** apuimedo has quit IRC00:44
*** annegentle has joined #openstack-neutron00:45
armaxdane_leblanc: the issue is clearly caused by _get_ips_from_subnet00:45
armaxthat creates the port, which is suddently deleted00:45
armaxwith _clean_network00:45
*** xgerman has joined #openstack-neutron00:45
armaxbut the subnet setup is not yet complete when this happens00:45
armaxso ultimately the fix could be twofold00:45
dane_leblancarmax: But should a test, as wicked as it might be, be able to cause a deadlock?00:45
armaxdane_leblanc: I think that the server code should be able to handle a situation where we’re dealing with concurrent deletes00:46
armaxon the other end, this test makes me cringe00:46
*** baoli has joined #openstack-neutron00:47
*** annegentle has quit IRC00:49
armaxdane_leblanc: let me put a patch up for review00:50
armaxand you can test it to see if the issue goes away00:51
armaxdane_leblanc: what timezone are you?00:51
dane_leblancEast Coast00:51
marundougwig: I'm afraid pain is on its way...00:51
marunhttps://review.openstack.org/#/c/158811/00:51
armaxso I guess it’s getting late00:51
dane_leblancarmax: Worst case, I can test it early tomorrow EDT, or tonight after a couple of beers.00:52
armaxdane_leblanc: ok00:52
armax:)00:52
openstackgerritMaru Newby proposed openstack/neutron: Reorganize unit test tree  https://review.openstack.org/15881100:52
openstackgerritMaru Newby proposed openstack/neutron: Prepare for unit test reorg  https://review.openstack.org/17032900:52
*** banix has quit IRC00:55
*** zhhuabj_ has quit IRC00:56
armaxdane_leblanc: anyway I think I found the easiest and possible worst fix in the world00:56
armaxdane_leblanc: I am pretty sure it’ll work00:56
*** marun has quit IRC00:56
dane_leblancarmax: Okay, you've piqued my interest00:57
armaxdane_leblanc: look here00:57
armaxhttps://github.com/openstack/neutron/blob/master/neutron/db/db_base_plugin_v2.py#L122400:57
armaxand here:00:57
armaxhttps://github.com/openstack/neutron/blob/master/neutron/db/db_base_plugin_v2.py#L126200:57
armaxspot the differnece?00:57
armaxit’s easy ;)00:57
*** Swami has joined #openstack-neutron00:59
*** orzel has joined #openstack-neutron00:59
*** Swami has quit IRC00:59
dane_leblancLots of differences in the methods... you mean the call signatures?01:00
armaxwater...01:00
armaxclose enough though01:00
HenryGNo I think he means retry_on_deadlock decorator01:00
*** ferest has joined #openstack-neutron01:00
armaxHenryG: we got a winner!01:00
HenryGarmax: Go for it, you already have my +2 :)01:00
dane_leblancarmax: HA01:00
armaxHenryG: after this change I am officially off the core team01:01
armaxI hand my resignations to mestery01:01
HenryGarmax: I will not allow it01:01
armaxmaybe it’s the lack of sugar talking...01:02
dane_leblancarmax: I can try this change with the repro method I used before01:03
armaxchange is on the way01:03
*** emagana has quit IRC01:03
armaxwaiting for the oven to ring01:04
armaxdone01:04
openstackgerritArmando Migliaccio proposed openstack/neutron: Fix DB Deadlock exception on dhcp v6 tests  https://review.openstack.org/17063101:04
armax^^01:04
HenryGBTW thanks dane_leblanc for the great bug report with details on how to replicate01:04
armaxthat’s it! I am out, it’s been a blast, let Neutron live on!01:04
*** dboik_ has joined #openstack-neutron01:04
armaxyes01:05
armaxthanks dane_leblanc for jumping on the channel and help me see through01:05
*** ferest has quit IRC01:05
armaxand HenryG for the moral support01:05
armaxand the cake, which I am still waiting for01:05
HenryGarmax: you did all the hard work01:05
HenryGI will buy you a cake in Vancouver01:05
dane_leblancarmax: You're quite welcome. I'm very glad that my ealier patch set wasn't a demon culprit here.01:06
armaxto be honest, if ryan or carl were around I am sure they’d got to that much more quickly01:06
*** daneyon has joined #openstack-neutron01:06
armaxcuz that retry decorator smells like crap to me01:06
dane_leblancarmax: I was just going to ask... seems like a band-aid to cover a real problem01:06
armaxas in, perhaps we had already seen those errors ;)01:06
HenryGwell if you google "how to deal with mysql deadlocks" guess what the answer is01:07
armaxdane_leblanc: it’s a band aid that was long time debated01:07
armaxI am actually opposed to it, hence my pending resignations01:07
armaxbecause I tainted my reputation with this fix :)01:07
armaxI can’t go on01:07
*** dboik has quit IRC01:07
armaxI lost my credibility01:07
*** Marga_ has quit IRC01:08
armax:)01:08
HenryGYou'll be back on Monday for more01:08
armaxI need to go back and rebuild it from scratch01:08
*** Marga_ has joined #openstack-neutron01:08
armaxalright guys01:08
armaxit’s late for you01:08
armaxand it’s getting late here01:08
armaxwe’d want to flag these tests to the respecive owners01:09
armaxdane_leblanc: if you can confrm that the fix indeed worked that would be great01:09
armaxin your own time though01:09
HenryGI am still checking marun's patch, then I'll also call it a day01:09
armaxI’ll pick that up later01:10
armaxI need a break from this troubleshooting session01:10
armaxdane_leblanc: btw now the I can see failures in the DVR job too01:11
dane_leblancarmax: Running a repro with your fix01:11
armaxdane_leblanc: ah, then I stick around :)01:11
armaxHenryG: so, cake, got a tracking number for me?01:11
*** nplanel_ has quit IRC01:11
*** britthou_ has quit IRC01:14
HenryGarmax: shipped cake is gross, wait for Vancouver01:15
armaxHenryG: ok01:15
HenryGAccording to http://dev.mysql.com/doc/refman/5.5/en/innodb-deadlocks.html - "Always be prepared to re-issue a transaction if it fails due to deadlock. Deadlocks are not dangerous. Just try again."01:16
armaxHenryG: you forgot to add an important piece of the statement01:17
armax but they are not dangerous unless they are so frequent that you cannot run certain transactions at all.01:17
HenryGarmax: I am just trying to help you feel less dirty about your patch01:17
armaxHenryG: if they become the norm rather that the exception, then we do have a problem01:17
armaxHenryG: thanks, I appreciate your effort ;)01:18
armaxtoo late, I am scarred for life01:18
HenryGI think we are still in not too bad shape. This transaction had no retry at all and the problem was invoked only by an extreme test scenario.01:21
armaxwell this tells us that one we try to create/delete ports we’re bound to throw up an exception01:22
armaxthat doesn’t make me feel good01:22
*** dims_ has quit IRC01:24
mesteryWhats this about a resignation armax?01:27
HenryGIt's bluff, he just wants a raise01:29
mesterylol01:30
mesteryYou guys have all the fun while I'm away ;)01:30
*** banix has joined #openstack-neutron01:30
armaxmestery: I need time to reflect on my position01:32
armaxmestery: I filed a fix I’d never thought to file01:32
armaxand I am ashamed01:32
*** ferest has joined #openstack-neutron01:33
*** changbl_ has joined #openstack-neutron01:34
*** devlaps1 has quit IRC01:37
dane_leblancarmax: I'm seeing some failures with your fix, though it looks less frequent. 1 in 20 failures in lastest run, it was 1 in 6 before.01:39
mesteryarmax: lol01:39
*** harlowja is now known as harlowja_away01:39
*** changbl_ has quit IRC01:42
*** sthillma_ has quit IRC01:42
*** harlowja_away is now known as harlowja01:44
*** erkules_ has joined #openstack-neutron01:44
*** annegentle has joined #openstack-neutron01:45
*** erkules has quit IRC01:47
*** annegentle has quit IRC01:51
*** xgerman has quit IRC01:52
*** s3wong has quit IRC01:53
*** sbfox has joined #openstack-neutron01:55
*** dsneddon_away has quit IRC01:56
openstackgerritpritesh proposed openstack/neutron: Moving VLAN Transparency support from core to extension  https://review.openstack.org/16956902:00
*** sbfox has quit IRC02:00
*** dane_leblanc has quit IRC02:03
openstackgerritAndrew Boik proposed openstack/neutron: Consider all address scopes in init_l3  https://review.openstack.org/16850202:06
*** dboik_ has quit IRC02:06
*** ajmiller has joined #openstack-neutron02:07
*** orzel has quit IRC02:08
prometheanfiremestery: question about working on something that may have been missed in a blueprint for kilo02:09
prometheanfireor spec02:09
prometheanfirehttps://review.openstack.org/#/c/153733/02:09
prometheanfirehttps://blueprints.launchpad.net/neutron/+spec/mtu-selection-and-advertisement02:09
prometheanfirethat's not the bug02:10
prometheanfireblueprint is right, but it missed linuxbridge02:10
prometheanfirehere's the bug https://bugs.launchpad.net/neutron/+bug/134878802:10
openstackLaunchpad bug 1348788 in neutron "network_device_mtu is not applied to VMs, only to agents" [Low,Confirmed]02:10
*** annegentle has joined #openstack-neutron02:12
*** annegentle has quit IRC02:12
*** baoli has quit IRC02:14
*** emagana has joined #openstack-neutron02:16
openstackgerritMerged openstack/neutron-vpnaas: VPNaaS: Refactoring to use callback mechanism  https://review.openstack.org/16522602:16
*** baoli has joined #openstack-neutron02:20
*** suresh12 has quit IRC02:21
*** dimsum__ has joined #openstack-neutron02:23
*** mspreitz has quit IRC02:23
*** dims_ has joined #openstack-neutron02:24
*** achanda has quit IRC02:27
*** dimsum__ has quit IRC02:27
*** banix has quit IRC02:27
*** zhhuabj has joined #openstack-neutron02:29
*** achanda has joined #openstack-neutron02:33
*** sridhar_ram has quit IRC02:36
*** achanda has quit IRC02:37
*** dims_ has quit IRC02:39
openstackgerritpritesh proposed openstack/python-neutronclient: Adding VLAN Transparency support to neutronclient  https://review.openstack.org/16204002:42
*** johnbelamaric has quit IRC02:47
*** ferest has quit IRC02:47
*** harlowja is now known as harlowja_away02:48
*** leenheer has joined #openstack-neutron02:49
*** achanda has joined #openstack-neutron02:54
*** sbfox has joined #openstack-neutron02:57
*** banix has joined #openstack-neutron02:59
*** Marga_ has quit IRC02:59
*** pritesh_ has quit IRC03:01
*** sbfox has quit IRC03:01
*** zhhuabj has quit IRC03:16
*** achanda has quit IRC03:17
*** bobmel has joined #openstack-neutron03:19
*** bobmel_ has quit IRC03:22
*** leenheer has quit IRC03:26
*** leenheer has joined #openstack-neutron03:27
*** emagana has quit IRC03:33
*** tflynn has joined #openstack-neutron03:33
*** tflynn_ has joined #openstack-neutron03:34
*** tflynn has quit IRC03:37
*** tflynn_ has quit IRC03:40
*** tflynn has joined #openstack-neutron03:45
*** banix has quit IRC03:47
*** yamamoto has joined #openstack-neutron03:56
*** baoli has quit IRC04:01
*** oda-g has quit IRC04:11
*** leenheer has quit IRC04:12
*** dimsum__ has joined #openstack-neutron04:15
*** achanda has joined #openstack-neutron04:18
*** dimsum__ has quit IRC04:20
*** armax has quit IRC04:21
*** aepifanov has joined #openstack-neutron04:22
*** achanda has quit IRC04:23
*** ajmiller_ has joined #openstack-neutron04:26
*** ajmiller has quit IRC04:30
*** Viswanath has joined #openstack-neutron04:43
*** sbfox has joined #openstack-neutron04:45
*** Viswanath has quit IRC04:45
*** sbfox has quit IRC04:50
*** nplanel_ has joined #openstack-neutron04:51
*** seizadi has joined #openstack-neutron04:52
openstackgerritMerged openstack/neutron: Refactoring cleanup for L3 agent callbacks  https://review.openstack.org/16987604:55
*** Viswanath has joined #openstack-neutron05:04
*** dboik has joined #openstack-neutron05:07
*** Viswanath has quit IRC05:08
*** tflynn has quit IRC05:09
*** Marga_ has joined #openstack-neutron05:12
*** tflynn has joined #openstack-neutron05:12
*** dboik has quit IRC05:12
*** sbalukoff has joined #openstack-neutron05:15
*** seizadi has quit IRC05:17
*** aswadr has joined #openstack-neutron05:20
*** mlavalle has quit IRC05:20
*** tflynn has quit IRC05:23
*** aswadr has quit IRC05:24
*** tflynn has joined #openstack-neutron05:24
*** chandankumar has joined #openstack-neutron05:36
*** seizadi has joined #openstack-neutron05:37
*** seizadi has quit IRC05:42
*** sbfox has joined #openstack-neutron05:46
*** sbfox has quit IRC05:50
*** vishwanathj has quit IRC05:51
*** Marga_ has quit IRC06:00
*** sbalukoff has quit IRC06:01
*** tflynn has quit IRC06:05
*** aepifanov has quit IRC06:08
*** nplanel_ has quit IRC06:20
*** luqas has joined #openstack-neutron06:20
*** achanda has joined #openstack-neutron06:22
*** luqas has quit IRC06:25
*** tflynn has joined #openstack-neutron06:26
*** achanda has quit IRC06:27
*** ivar-lazzaro has joined #openstack-neutron06:28
*** chandankumar has quit IRC06:31
*** SumitNaiksatam has joined #openstack-neutron06:34
*** SumitNaiksatam has left #openstack-neutron06:35
*** shwetaap has joined #openstack-neutron06:36
*** vishwanathj has joined #openstack-neutron06:41
*** vishwana_ has joined #openstack-neutron06:46
*** sbfox has joined #openstack-neutron06:47
*** vishwanathj has quit IRC06:48
*** tomoe_ has joined #openstack-neutron06:50
*** sbfox has quit IRC06:51
*** Longgeek has joined #openstack-neutron06:52
*** shwetaap has quit IRC06:57
openstackgerritpritesh proposed openstack/neutron: Moving VLAN Transparency support from core to extension  https://review.openstack.org/16956907:00
*** tflynn has quit IRC07:09
*** SumitNaiksatam has joined #openstack-neutron07:09
*** achanda has joined #openstack-neutron07:16
*** chandankumar has joined #openstack-neutron08:04
*** rotbart has joined #openstack-neutron08:11
*** achanda has quit IRC08:21
*** achanda has joined #openstack-neutron08:26
*** achanda has quit IRC08:27
*** sridhar_ram has joined #openstack-neutron08:34
*** sbfox has joined #openstack-neutron08:36
*** ivar-lazzaro has quit IRC08:38
*** sridhar_ram has quit IRC08:38
*** sbfox has quit IRC08:40
*** ivar-lazzaro has joined #openstack-neutron08:45
*** Bsony has joined #openstack-neutron08:46
*** nmagnezi has joined #openstack-neutron08:46
*** nmagnezi has quit IRC08:47
*** ivar-lazzaro has quit IRC08:58
*** ivar-lazzaro has joined #openstack-neutron08:58
*** ivar-lazzaro has quit IRC09:03
*** seizadi has joined #openstack-neutron09:10
*** apuimedo has joined #openstack-neutron09:11
*** seizadi has quit IRC09:15
*** chandankumar has quit IRC09:30
*** rkukura has quit IRC09:41
*** chandankumar has joined #openstack-neutron09:42
*** rkukura has joined #openstack-neutron09:46
*** apuimedo has quit IRC09:50
*** dave-mccowan has quit IRC09:51
*** dave-mccowan has joined #openstack-neutron09:56
*** dave-mcc_ has joined #openstack-neutron10:06
*** dave-mccowan has quit IRC10:06
*** amotoki has joined #openstack-neutron10:07
*** bjornar_ has quit IRC10:12
*** shaohe_feng has joined #openstack-neutron10:15
*** Longgeek has quit IRC10:24
*** sbfox has joined #openstack-neutron10:24
*** chandankumar has quit IRC10:26
*** moshele has joined #openstack-neutron10:27
*** sbfox has quit IRC10:29
*** dave-mccowan has joined #openstack-neutron10:30
*** dave-mcc_ has quit IRC10:30
*** Longgeek has joined #openstack-neutron10:30
*** dave-mccowan has quit IRC10:34
*** dave-mccowan has joined #openstack-neutron10:34
*** Longgeek has quit IRC10:35
*** ivar-lazzaro has joined #openstack-neutron10:38
*** claudiub has joined #openstack-neutron10:39
*** shaohe_feng has quit IRC10:52
*** ivar-lazzaro has quit IRC10:52
*** rook__ has joined #openstack-neutron11:06
*** Miouge has joined #openstack-neutron11:06
*** luqas has joined #openstack-neutron11:13
*** Marga_ has joined #openstack-neutron11:17
*** luqas has quit IRC11:17
*** rook__ has quit IRC11:23
*** aepifanov has joined #openstack-neutron11:29
*** Marga_ has quit IRC11:32
*** Marga_ has joined #openstack-neutron11:32
*** Marga__ has joined #openstack-neutron11:37
*** Marga_ has quit IRC11:38
*** kutija has joined #openstack-neutron11:39
*** Miouge has quit IRC11:41
*** yamamoto has quit IRC11:48
*** sbfox has joined #openstack-neutron12:13
*** britthouser has joined #openstack-neutron12:16
*** sbfox has quit IRC12:18
openstackgerritvikram.choudhary proposed openstack/neutron-specs: Implements: Blueprint TimeSyncAsAService  https://review.openstack.org/17067112:21
*** moshele has quit IRC12:24
*** Marga__ has quit IRC12:30
*** Marga_ has joined #openstack-neutron12:34
*** shaohe_feng has joined #openstack-neutron12:38
openstackgerritvikram.choudhary proposed openstack/neutron-specs: Implements: Blueprint service-function-chaining-using-openflow  https://review.openstack.org/17067212:42
*** Marga_ has quit IRC12:42
*** yamamoto has joined #openstack-neutron12:45
*** yamamoto has quit IRC12:45
*** amotoki has quit IRC12:49
*** Marga_ has joined #openstack-neutron12:50
*** yamamoto has joined #openstack-neutron12:51
*** yamamoto has quit IRC12:52
*** dimsum__ has joined #openstack-neutron12:58
*** matrohon has joined #openstack-neutron12:59
*** aepifanov has quit IRC13:00
*** dims_ has joined #openstack-neutron13:04
*** moshele has joined #openstack-neutron13:06
*** dimsum__ has quit IRC13:06
*** moshele has quit IRC13:09
*** shwetaap has joined #openstack-neutron13:14
*** amotoki has joined #openstack-neutron13:15
*** dane_leblanc has joined #openstack-neutron13:16
*** claudiub has quit IRC13:16
*** moshele has joined #openstack-neutron13:17
*** shaohe_feng has quit IRC13:23
*** baoli has joined #openstack-neutron13:24
*** baoli has quit IRC13:30
*** shaohe_feng has joined #openstack-neutron13:31
*** dane_leblanc has quit IRC13:32
*** baoli has joined #openstack-neutron13:32
*** amotoki has quit IRC13:33
*** tomoe_ has quit IRC13:33
*** harkirat has joined #openstack-neutron13:33
*** matrohon has quit IRC13:33
*** YorikSar has quit IRC13:34
*** baoli has quit IRC13:37
*** baoli has joined #openstack-neutron13:39
*** dave-mccowan has quit IRC13:40
openstackgerritvikram.choudhary proposed openstack/neutron-specs: Implements: Blueprint service-function-chaining-using-openflow  https://review.openstack.org/17067213:41
*** Miouge has joined #openstack-neutron13:49
*** moshele has quit IRC13:49
*** chandankumar has joined #openstack-neutron13:54
*** Miouge has quit IRC13:58
*** shwetaap has quit IRC13:59
*** sbfox has joined #openstack-neutron14:02
*** sbfox has quit IRC14:06
*** moshele has joined #openstack-neutron14:09
*** shaohe_feng has quit IRC14:09
*** dims_ has quit IRC14:12
*** seizadi has joined #openstack-neutron14:14
*** gsagie_ has joined #openstack-neutron14:17
*** baoli has quit IRC14:18
*** seizadi has quit IRC14:19
openstackgerritvikram.choudhary proposed openstack/neutron-specs: Implements: Blueprint TimeSyncAsAService  https://review.openstack.org/17067114:24
*** YorikSar has joined #openstack-neutron14:24
*** moshele has quit IRC14:31
*** ajmiller_ is now known as ajmiller14:39
*** yamamoto has joined #openstack-neutron14:41
*** erkules_ is now known as erkules14:42
*** erkules has joined #openstack-neutron14:42
*** ZZelle has quit IRC14:43
*** ZZelle has joined #openstack-neutron14:44
*** tomoe_ has joined #openstack-neutron14:45
*** yamamoto has quit IRC14:46
*** baoli has joined #openstack-neutron14:47
*** chandankumar has quit IRC14:58
*** enikanorov has joined #openstack-neutron15:00
*** baoli has quit IRC15:01
*** sbfox has joined #openstack-neutron15:02
*** sbfox has quit IRC15:07
*** baoli has joined #openstack-neutron15:11
*** dimsum__ has joined #openstack-neutron15:13
*** dimsum__ has quit IRC15:18
*** baoli has quit IRC15:22
*** pradk has joined #openstack-neutron15:26
*** emagana has joined #openstack-neutron15:26
*** pradk has quit IRC15:26
*** Miouge has joined #openstack-neutron15:30
*** armax has joined #openstack-neutron15:30
*** alexpilotti has joined #openstack-neutron15:31
*** baoli has joined #openstack-neutron15:38
*** shaohe_feng has joined #openstack-neutron15:41
*** emagana has quit IRC15:49
*** emagana has joined #openstack-neutron15:50
*** emagana has quit IRC15:54
openstackgerritvikram.choudhary proposed openstack/neutron-specs: Implements: Blueprint TimeSyncAsAService  https://review.openstack.org/17067115:54
*** armax has quit IRC16:05
*** tomoe_ has quit IRC16:05
*** YorikSar has quit IRC16:05
*** emagana has joined #openstack-neutron16:09
*** rotbart has quit IRC16:15
*** dave-mccowan has joined #openstack-neutron16:18
*** luqas has joined #openstack-neutron16:18
*** sbfox has joined #openstack-neutron16:18
*** YorikSar has joined #openstack-neutron16:20
*** luqas has quit IRC16:23
*** sbfox has quit IRC16:23
*** boris-42 has quit IRC16:38
*** shaohe_feng has quit IRC16:39
*** YorikSar has quit IRC16:41
*** sbfox has joined #openstack-neutron16:45
*** nplanel_ has joined #openstack-neutron16:47
*** gsagie_ has quit IRC16:48
*** sbfox has quit IRC16:52
*** emagana has quit IRC16:55
*** emagana has joined #openstack-neutron16:56
*** chachaji has quit IRC17:01
*** emagana has quit IRC17:01
*** tomoe_ has joined #openstack-neutron17:05
*** Miouge has quit IRC17:07
*** tomoe_ has quit IRC17:10
*** dimsum__ has joined #openstack-neutron17:13
*** shwetaap has joined #openstack-neutron17:35
*** dimsum__ has quit IRC17:51
*** shwetaap has quit IRC17:57
*** shwetaap has joined #openstack-neutron18:04
*** tomoe_ has joined #openstack-neutron18:07
*** ronis has joined #openstack-neutron18:08
*** tomoe_ has quit IRC18:11
*** shwetaap has quit IRC18:25
*** yfried has joined #openstack-neutron18:40
*** yfried has quit IRC18:43
*** yfried has joined #openstack-neutron18:43
*** apuimedo has joined #openstack-neutron18:48
*** dimsum__ has joined #openstack-neutron18:51
*** aepifanov has joined #openstack-neutron18:56
*** dimsum__ has quit IRC18:57
*** aepifanov has quit IRC19:01
*** setuid has quit IRC19:01
*** baoli has quit IRC19:09
*** boris-42 has joined #openstack-neutron19:18
*** dboik has joined #openstack-neutron19:20
*** thomasem has quit IRC19:43
*** nyechiel_ has joined #openstack-neutron19:44
*** Marga_ has quit IRC19:53
*** chachaji has joined #openstack-neutron19:54
*** nyechiel__ has joined #openstack-neutron19:56
*** achanda has joined #openstack-neutron19:59
*** nyechiel_ has quit IRC20:00
*** Marga_ has joined #openstack-neutron20:00
*** chachaji has quit IRC20:03
*** nyechiel__ has quit IRC20:06
*** aepifanov has joined #openstack-neutron20:06
*** achanda has quit IRC20:07
*** yamamoto has joined #openstack-neutron20:07
*** baoli has joined #openstack-neutron20:09
*** yamamoto has quit IRC20:12
openstackgerritpritesh proposed openstack/python-neutronclient: Adding VLAN Transparency support to neutronclient  https://review.openstack.org/16204020:12
openstackgerritMerged openstack/neutron: Move network MTU from core REST API to extension API  https://review.openstack.org/16940620:13
*** baoli has quit IRC20:14
*** apuimedo has quit IRC20:21
*** SumitNaiksatam has quit IRC20:22
*** dimsum__ has joined #openstack-neutron20:24
*** SumitNaiksatam has joined #openstack-neutron20:26
*** dboik has quit IRC20:27
*** pritesh has joined #openstack-neutron20:31
*** Marga_ has quit IRC20:35
*** aepifanov has quit IRC20:35
*** leenheer has joined #openstack-neutron20:38
*** Marga_ has joined #openstack-neutron20:39
openstackgerritpritesh proposed openstack/neutron: Moving VLAN Transparency support from core to extension  https://review.openstack.org/16956920:39
*** chandankumar has joined #openstack-neutron20:51
*** diegows has joined #openstack-neutron20:52
*** Bsony has quit IRC20:55
*** suresh12 has joined #openstack-neutron20:58
*** leenheer has quit IRC21:00
*** pritesh has quit IRC21:02
*** chandankumar has quit IRC21:05
*** pritesh has joined #openstack-neutron21:07
*** Marga_ has quit IRC21:12
*** banix has joined #openstack-neutron21:27
*** banix has quit IRC21:30
*** banix has joined #openstack-neutron21:38
*** baoli has joined #openstack-neutron21:40
*** sbalukoff has joined #openstack-neutron21:41
*** Marga_ has joined #openstack-neutron21:43
*** tomoe_ has joined #openstack-neutron21:44
*** moha_hunt has joined #openstack-neutron21:44
*** baoli has quit IRC21:45
*** ronis has quit IRC21:46
*** banix has quit IRC21:48
*** tomoe_ has quit IRC21:48
*** Marga_ has quit IRC21:49
*** Marga_ has joined #openstack-neutron21:54
*** leenheer has joined #openstack-neutron21:55
*** apuimedo has joined #openstack-neutron21:56
*** Marga_ has quit IRC21:57
*** Marga_ has joined #openstack-neutron21:57
*** banix has joined #openstack-neutron22:00
*** apuimedo has quit IRC22:01
*** banix has quit IRC22:01
*** achanda has joined #openstack-neutron22:03
*** dmellado has quit IRC22:04
*** dmellado has joined #openstack-neutron22:05
*** pritesh has quit IRC22:11
*** achanda has quit IRC22:20
*** dane_leblanc has joined #openstack-neutron22:21
*** achanda has joined #openstack-neutron22:23
*** pritesh has joined #openstack-neutron22:24
*** achanda has quit IRC22:27
*** pritesh has quit IRC22:32
*** setuid has joined #openstack-neutron22:36
*** banix has joined #openstack-neutron22:38
*** baoli has joined #openstack-neutron22:41
*** Marga_ has quit IRC22:44
*** baoli has quit IRC22:46
*** suresh12 has quit IRC22:59
*** apuimedo has joined #openstack-neutron22:59
*** banix has quit IRC23:07
*** apuimedo has quit IRC23:08
*** bradjones has quit IRC23:10
*** bradjones has joined #openstack-neutron23:12
*** bradjones has quit IRC23:12
*** bradjones has joined #openstack-neutron23:12
*** moha_hunt has quit IRC23:22
openstackgerritDane LeBlanc proposed openstack/neutron: DBDeadlock caused by blocked call in dvr_deletens_if_no_port  https://review.openstack.org/17069023:22
*** dboik has joined #openstack-neutron23:27
*** baoli has joined #openstack-neutron23:29
*** baoli has quit IRC23:29
*** dboik has quit IRC23:32
*** baoli has joined #openstack-neutron23:32
*** baoli has quit IRC23:37

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