Sunday, 2016-06-19

*** yamamoto has joined #openstack-neutron00:01
*** thorst has quit IRC00:02
*** markvoelker has quit IRC00:05
mriedem1armax: posted comments in the tempest change. it's now failing because tempest gets 2 duplicate routers, and the test is picking the wrong one to remove interfaces (from the auto-allocated subnets). so we probably also have to fix the duplicate router issue like the duplicate network issue in your patch.00:05
*** mriedem1 is now known as mriedem00:05
*** wolverineav has quit IRC00:07
*** wolverineav has joined #openstack-neutron00:08
*** yamamoto has quit IRC00:09
*** wolverineav has quit IRC00:13
*** ijw has joined #openstack-neutron00:15
*** davideagnello has joined #openstack-neutron00:17
*** davideagnello has quit IRC00:19
*** rook has quit IRC00:23
*** rook-lappy has quit IRC00:24
*** rook has joined #openstack-neutron00:25
*** Leo_ has joined #openstack-neutron00:29
*** Leo_ has quit IRC00:33
*** thorst has joined #openstack-neutron00:59
*** markvoelker has joined #openstack-neutron01:05
*** thorst has quit IRC01:06
*** pacoblox has joined #openstack-neutron01:11
*** markvoelker has quit IRC01:11
*** pacoblox has quit IRC01:16
*** pacoblox has joined #openstack-neutron01:17
*** daneyon has quit IRC01:21
*** pacoblox has quit IRC01:23
*** ijw has quit IRC01:28
*** hoangcx has quit IRC01:33
*** karad has quit IRC01:33
*** ijw has joined #openstack-neutron01:43
*** hoangcx has joined #openstack-neutron01:54
*** jckasper has joined #openstack-neutron01:55
armaxmriedem: odd, let me look01:58
*** ijw has quit IRC01:59
armaxmriedem: if a router lies around, I wonder if our cleanup logic is working as it should02:02
mriedemarmax: i'm not seeing a duplicate entry check/failure in the neutron code for the router02:03
mriedemthe tenant_id and name are the same for the router02:03
mriedemis there any kind of unique constraint on a router?02:03
armaxmriedem: that’s because the one on networks should suffice02:04
*** thorst has joined #openstack-neutron02:04
armaxwhen we hit the cleanup https://github.com/openstack/neutron/blob/master/neutron/services/auto_allocate/db.py#L30202:04
armaxand router_id is not None, the router should be deleted with the network02:05
mriedemhmm, i didn't dig into the neutron logs for those duplicate routers to see if one of them showed up in that error message02:06
mriedembut otherwise yeah it looks like that should have removed the duplicate02:06
armaxmriedem: http://logs.openstack.org/01/327901/1/check/gate-tempest-dsvm-neutron-full/46ba8c3/logs/screen-q-svc.txt.gz#_2016-06-18_21_15_57_15102:06
armaxthis is the one that’s supposed to be duplicated02:07
armax2d961c6a02:07
armax2d961c6a-7b22-4e63-8ded-24771e28d7fb02:07
mriedemrouter is 2d961c6a-7b22-4e63-8ded-24771e28d7fb02:07
mriedemyeah02:07
mriedemnot in this list http://logs.openstack.org/01/327901/1/check/gate-tempest-dsvm-neutron-full/46ba8c3/console.html#_2016-06-18_21_52_24_08884802:07
mriedembut the two in that list have name 'auto_allocated_router'02:08
mriedemvery weird02:08
armaxmriedem: so 2d961c6a-7b22-4e63-8ded-24771e28d7fb is the one of the duplicated topology02:08
armaxand it’s supposed to be cleaned up02:08
armaxmriedem: I think something esle is happening02:09
armaxmriedem: the log error is with router 9e0bdd2b-a0e0-4c7e-8c19-fa92ae0b172f02:09
mriedemarmax: and e54b3f1f-a96a-419f-8369-5b8ff880119202:11
mriedemthere are 2 routers in that list02:11
*** thorst has quit IRC02:11
mriedemwhich probably makes sense given we've seen 3 networks created and 2 cleaned up in this test which creates 3 servers concurrently02:11
mriedemjust weird that one of those duplicated routers wouldn't have been deleted02:11
mriedemthere is the other one http://logs.openstack.org/01/327901/1/check/gate-tempest-dsvm-neutron-full/46ba8c3/logs/screen-q-svc.txt.gz#_2016-06-18_21_15_57_78702:12
armaxah02:12
mriedemthat should have deleted 9e0bdd2b-a0e0-4c7e-8c19-fa92ae0b172f02:12
armax9e0bdd2b-a0e0-4c7e-8c19-fa92ae0b172f is another router that’s supposed to be cleaned up02:12
armaxright02:12
armaxso02:12
mriedemlook at the timestamps02:12
mriedemtempest was cleaning up before neutron was02:12
armaxys02:12
armaxexactly02:12
armaxtempest is overzelous02:13
mriedemactually02:13
mriedemi don't think i'm telling time correctly02:13
mriedemneutron cleans up at 2016-06-18 21:15:57.78702:14
mriedemtempest fails at 2016-06-18 21:52:24.08884802:14
armaxtrue02:14
mriedemso it should have been ok02:14
armaxmriedem: but things can interleave02:14
armaxand you listed the router earlier02:14
armaxso you got a stale snap of the routers02:14
mriedemi have seen the auto-allocated-topology api take awhile to respond when there are duplicates, i'm wondering if something locks the table or we're hitting a lock somewhere02:15
armaxmriedem: what’s the time for list_routers?02:15
mriedemthat's it02:15
armaxit takes a while because we cleanup before we return the network-id02:15
mriedemit lists at 2016-06-18 21:52:24.08884802:15
mriedemfails at 2016-06-18 21:16:15,72302:16
armax>02:16
mriedemoh wait,02:16
armax?02:16
mriedemyeah, i'm mixing console log timestamps and tempest log02:16
mriedemlist at 2016-06-18 21:16:15,43202:17
armaxthere you go02:17
mriedemfail at 2016-06-18 21:16:15,72302:17
*** Leo_ has joined #openstack-neutron02:17
mriedemand neutron hit the duplicate entry at 2016-06-18 21:15:57.78702:17
armaxthat explains it then02:17
armaxum02:18
mriedem19 seconds apart02:18
mriedembetween neutron duplicate and tempest list_routers02:18
mriedemit's also surprising that it takes this long for the duplicate network to get hit given this cleanup in the test shouldn't happen until after the servers are ACTIVE and then deleted (and gone)02:19
*** hoangcx has quit IRC02:19
armaxindeed02:19
mriedemoh i know why02:19
mriedemahhhhh02:20
mriedemthe server deletes are done in addCleanup02:20
mriedemthe router/network delete stuff is not, it's part of hte test02:20
mriedemso that happens first02:20
mriedemthen tearDown happens which will delete the servers02:20
mriedemthat's backwards02:20
armaxwe’d need to move _delete_auto_allocated_network_resources02:21
mriedemi talked to treinish about this last week, i have a weird chicken and egg issue with the cleanup in the test because i need to delete the servers first, and the network resources second, but don't have the net resources until the servers are created02:21
armaxis02:22
armaxic02:22
mriedemi think i can hack it up with class vars02:22
*** Leo_ has quit IRC02:22
mriedemself.network = None02:22
mriedemat the beginning02:22
mriedemand the cleanup uses that (if set)02:22
mriedem*cls.network = None02:22
armaxin the test that we have in the tempest tree02:22
armaxsorry neutron tree02:22
armaxthe cleanup logic simply adds the resources to the class vars02:23
armaxwould that work for you?02:23
armaxhttps://github.com/openstack/neutron/blob/master/neutron/tests/tempest/api/test_auto_allocated_topology.py#L6602:24
mriedemi'll be doing something similar02:25
mriedemit's a little different though b/c in that test the resources are created before calling that02:25
mriedembody = self.client.get_auto_allocated_topology()02:25
mriedemanyway, i think i know a way around this02:26
mriedemwill save it for tomorrow02:26
mriedemit's 9:30 here02:26
armaxgood call!02:26
mriedemfor father's day weekend i've been a pretty bad father :)02:26
armaxlol02:26
armaxmake sure you stay away from the computer tomorrow02:27
armaxthen02:27
armax:)02:27
armaxI am gonna have to figure out how to cleanly trigger a network update02:27
armaxnotification to the agent02:27
armaxanyhoo take care and happy father’s day!02:27
mriedemyup, you too - later02:28
*** jhershbe has joined #openstack-neutron02:29
*** xiaohhui has quit IRC02:31
*** xiaohhui has joined #openstack-neutron02:32
*** jckasper has quit IRC02:36
*** jckasper has joined #openstack-neutron02:36
*** thorst has joined #openstack-neutron02:38
*** wolverineav has joined #openstack-neutron02:41
*** jckasper has quit IRC02:44
*** jckasper has joined #openstack-neutron02:44
openstackgerritAradhana Singh proposed openstack/neutron: Refactoring config options for plugins  https://review.openstack.org/32072202:45
*** thorst has quit IRC02:46
*** hoangcx has joined #openstack-neutron02:46
*** jckasper has quit IRC02:49
*** wolverineav has quit IRC02:54
*** markvoelker has joined #openstack-neutron03:08
*** markvoelker has quit IRC03:13
*** zhhuabj has joined #openstack-neutron03:23
*** banix has quit IRC03:30
*** claudiub has quit IRC03:33
*** hoangcx has quit IRC03:33
*** hoangcx has joined #openstack-neutron03:34
*** gangil has quit IRC03:37
*** gangil has joined #openstack-neutron03:41
*** mkolesni_ has joined #openstack-neutron03:41
*** thorst has joined #openstack-neutron03:45
*** yamamoto has joined #openstack-neutron03:52
*** thorst has quit IRC03:52
*** yamamoto has quit IRC03:53
*** gouthamr_ has joined #openstack-neutron03:59
*** manikanta_tadi has joined #openstack-neutron04:01
*** gouthamr has quit IRC04:03
*** Leo_ has joined #openstack-neutron04:05
*** armax has quit IRC04:09
*** Leo_ has quit IRC04:10
*** daneyon has joined #openstack-neutron04:12
*** gangil has quit IRC04:13
*** manikanta_tadi has quit IRC04:22
*** daneyon has quit IRC04:33
*** numans has joined #openstack-neutron04:41
*** thorst has joined #openstack-neutron04:50
*** tflynn has joined #openstack-neutron04:51
*** hoonetorg has quit IRC04:52
*** hoonetorg has joined #openstack-neutron04:52
*** wolverineav has joined #openstack-neutron04:54
*** chlong has joined #openstack-neutron04:56
*** thorst has quit IRC04:57
*** claudiub has joined #openstack-neutron05:01
*** wolverineav has quit IRC05:05
*** anilvenkata has joined #openstack-neutron05:08
*** sgordon has quit IRC05:08
*** tflynn_ has joined #openstack-neutron05:13
*** tflynn has quit IRC05:13
*** vikasc has joined #openstack-neutron05:13
*** sgordon has joined #openstack-neutron05:13
*** edand has joined #openstack-neutron05:19
*** vikasc has quit IRC05:25
*** tflynn_ has quit IRC05:35
*** pacoblox has joined #openstack-neutron05:39
*** oanson has joined #openstack-neutron05:41
*** obondarev has joined #openstack-neutron05:44
*** gampel1 has joined #openstack-neutron05:50
*** _oanson has joined #openstack-neutron05:51
*** gsagie has quit IRC05:51
*** oanson has quit IRC05:51
*** gsagie has joined #openstack-neutron05:52
*** pacoblox has quit IRC05:53
*** edand has quit IRC05:53
*** edand has joined #openstack-neutron05:53
*** pacoblox has joined #openstack-neutron05:54
*** thorst has joined #openstack-neutron05:55
*** hdaniel has joined #openstack-neutron05:55
*** jianghuaw has quit IRC05:56
*** jianghuaw has joined #openstack-neutron05:56
*** yamamoto has joined #openstack-neutron05:57
*** kawa2014 has joined #openstack-neutron06:02
*** ushkalim has joined #openstack-neutron06:02
*** thorst has quit IRC06:02
*** numans has quit IRC06:05
*** yamamoto has quit IRC06:06
*** oshvartz has joined #openstack-neutron06:08
*** pacoblox has quit IRC06:09
*** wolverineav has joined #openstack-neutron06:09
*** obondarev has quit IRC06:17
*** garyk has quit IRC06:21
*** itzikb has joined #openstack-neutron06:24
*** kawa2014 has quit IRC06:27
*** gvrangan has joined #openstack-neutron06:28
*** claudiub has quit IRC06:29
*** wolverineav has quit IRC06:31
*** nyechiel has joined #openstack-neutron06:36
*** garyk has joined #openstack-neutron06:37
*** wolverineav has joined #openstack-neutron06:39
*** kawa2014 has joined #openstack-neutron06:40
*** nmagnezi has joined #openstack-neutron06:46
*** yfried has joined #openstack-neutron06:47
*** wolverineav has quit IRC06:55
*** thorst has joined #openstack-neutron06:59
*** sleviim has joined #openstack-neutron07:02
*** sleviim has left #openstack-neutron07:02
*** gvrangan has quit IRC07:02
*** nyechiel has quit IRC07:05
*** thorst has quit IRC07:07
*** kobis has joined #openstack-neutron07:11
*** jhershbe has quit IRC07:22
*** shivrao has joined #openstack-neutron07:23
*** shivrao has quit IRC07:30
*** tbachman has quit IRC07:32
*** wolverineav has joined #openstack-neutron07:32
*** jhershbe has joined #openstack-neutron07:34
*** ihrachys has joined #openstack-neutron07:34
*** tbachman has joined #openstack-neutron07:35
*** wolverineav has quit IRC07:37
*** ihrachys has quit IRC07:39
*** vikasc has joined #openstack-neutron07:40
*** grassass has joined #openstack-neutron07:53
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-neutron08:00
*** tbachman has quit IRC08:03
*** wolverineav has joined #openstack-neutron08:05
*** thorst has joined #openstack-neutron08:05
*** tbachman has joined #openstack-neutron08:07
*** thorst has quit IRC08:12
*** gangil has joined #openstack-neutron08:12
*** roeyc has joined #openstack-neutron08:13
*** yamamoto has joined #openstack-neutron08:26
*** lixiaoy1 has quit IRC08:31
*** techcet has joined #openstack-neutron08:33
*** lixiaoy1 has joined #openstack-neutron08:33
*** hdaniel has quit IRC08:38
*** hdaniel has joined #openstack-neutron08:42
*** chlong has quit IRC08:42
*** yamamoto has quit IRC08:44
*** kawa2014 has quit IRC08:44
*** rossella_s has joined #openstack-neutron08:46
*** chandankumar has joined #openstack-neutron08:47
*** hoangcx has quit IRC08:56
*** hdaniel has quit IRC09:03
*** rossella_s has quit IRC09:08
openstackgerritLiuYong proposed openstack/python-neutronclient: Fix help msg of IP_Version in address-scope-create  https://review.openstack.org/33087209:09
*** thorst has joined #openstack-neutron09:10
*** techcet has quit IRC09:15
openstackgerritLiuYong proposed openstack/neutron: Fix the problem that 'net-delete' command seems to cause dead loop  https://review.openstack.org/32461709:15
*** gangil has quit IRC09:16
*** hoangcx has joined #openstack-neutron09:16
*** thorst has quit IRC09:16
*** hdaniel has joined #openstack-neutron09:19
*** hoangcx has quit IRC09:30
*** eddima has joined #openstack-neutron09:31
*** hoangcx has joined #openstack-neutron09:36
*** karad has joined #openstack-neutron09:39
*** chlong has joined #openstack-neutron09:41
*** yamamoto has joined #openstack-neutron09:45
*** hdaniel has quit IRC09:49
*** hdaniel has joined #openstack-neutron09:51
*** hoangcx has quit IRC09:54
*** hoangcx has joined #openstack-neutron09:54
*** hdaniel has quit IRC09:55
*** yamamoto has quit IRC09:56
*** jhershbe has quit IRC10:09
*** efoley has joined #openstack-neutron10:10
*** thorst has joined #openstack-neutron10:14
*** techcet has joined #openstack-neutron10:15
*** hoangcx has quit IRC10:16
*** hoangcx has joined #openstack-neutron10:16
*** efoley has quit IRC10:17
*** hoangcx has quit IRC10:19
*** chandankumar has quit IRC10:20
*** hoangcx has joined #openstack-neutron10:20
*** techcet has quit IRC10:20
*** thorst has quit IRC10:21
*** hoangcx has quit IRC10:24
*** roeyc has quit IRC10:28
*** hoangcx has joined #openstack-neutron10:28
*** roeyc has joined #openstack-neutron10:28
*** jhershbe has joined #openstack-neutron10:33
*** yamamoto has joined #openstack-neutron10:43
*** hoangcx has quit IRC10:44
*** karad has quit IRC10:48
*** yamamoto has quit IRC10:55
*** vikasc has quit IRC11:15
*** techcet has joined #openstack-neutron11:17
*** csatari has joined #openstack-neutron11:18
*** thorst has joined #openstack-neutron11:19
*** techcet has quit IRC11:22
*** thorst has quit IRC11:26
openstackgerritSongming Yan proposed openstack/python-neutronclient: Fix the problem of mox  https://review.openstack.org/33093311:26
*** roeyc has quit IRC11:50
*** claudiub has joined #openstack-neutron11:50
*** obondarev has joined #openstack-neutron11:50
*** vikasc has joined #openstack-neutron11:51
*** obondarev has quit IRC11:52
*** yamamoto has joined #openstack-neutron11:55
*** obondarev has joined #openstack-neutron12:06
*** yamamoto has quit IRC12:11
*** markvoelker has joined #openstack-neutron12:12
*** karad has joined #openstack-neutron12:15
*** markvoelker has quit IRC12:16
*** claudiub|2 has joined #openstack-neutron12:18
*** claudiub has quit IRC12:20
*** obondarev has quit IRC12:23
*** slaweq_ has joined #openstack-neutron12:25
*** thorst has joined #openstack-neutron12:26
*** slaweq_ has quit IRC12:26
*** jckasper has joined #openstack-neutron12:27
*** thorst_ has joined #openstack-neutron12:28
*** thorst_ has quit IRC12:28
*** slaweq_ has joined #openstack-neutron12:30
*** slaweq_ has quit IRC12:31
*** thorst has quit IRC12:32
itzikblennyb: ping12:35
*** jckasper has quit IRC12:38
lennybitzikb:hey man12:38
*** jckasper has joined #openstack-neutron12:38
itzikblennyb: hey, regarding the patch - I see it's merged but I don't see the CI12:38
*** csatari has quit IRC12:42
lennybitzikb: i will check it. the patch is good in any case. I cant rerun it now anyway since the patch already merged12:42
*** ajmiller has quit IRC12:43
*** jckasper has quit IRC12:43
itzikblennyb: I thought the a voting there is must12:43
*** slaweq_ has joined #openstack-neutron12:44
*** pacoblox has joined #openstack-neutron12:44
lennybwe are non-voting CI on tempest12:44
*** csatari has joined #openstack-neutron12:46
*** csatari has quit IRC12:54
itzikblennyb: basic_ops works for me12:57
*** chandankumar has joined #openstack-neutron13:00
*** rook has quit IRC13:00
*** rook has joined #openstack-neutron13:01
*** ajmiller has joined #openstack-neutron13:03
*** zhhuabj has quit IRC13:04
lennybitzikb: great, I will ping you if I see ay issues.13:04
itzikblennyb: need to go. email me if needed13:04
*** slaweq_ has quit IRC13:05
*** csatari has joined #openstack-neutron13:07
*** itzikb has quit IRC13:08
*** thorst has joined #openstack-neutron13:16
*** vikasc has quit IRC13:19
*** banix has joined #openstack-neutron13:21
*** banix has quit IRC13:22
*** pacoblox has quit IRC13:23
*** banix has joined #openstack-neutron13:23
*** techcet has joined #openstack-neutron13:25
*** techcet has quit IRC13:30
*** pacoblox has joined #openstack-neutron13:30
*** thorst has quit IRC13:34
*** thorst has joined #openstack-neutron13:34
*** garyk has quit IRC13:38
*** yamamoto has joined #openstack-neutron13:40
*** claudiub|2 has quit IRC13:43
*** thorst has quit IRC13:44
*** mkolesni_ has quit IRC13:49
*** csatari_ has joined #openstack-neutron13:49
*** karad has quit IRC13:51
*** banix has quit IRC13:57
*** hoangcx has joined #openstack-neutron13:58
*** tbachman has quit IRC13:59
*** Leo_ has joined #openstack-neutron14:01
*** tbachman has joined #openstack-neutron14:03
*** kkxue has joined #openstack-neutron14:03
*** Leo_ has quit IRC14:05
*** abregman has quit IRC14:07
*** _oanson has quit IRC14:07
*** vikasc has joined #openstack-neutron14:10
*** kkxue has quit IRC14:11
*** markvoelker has joined #openstack-neutron14:12
*** ushkalim has quit IRC14:13
*** hoangcx has quit IRC14:13
*** karad has joined #openstack-neutron14:13
*** jhershbe has quit IRC14:14
*** markvoelker has quit IRC14:17
*** dave-mccowan has joined #openstack-neutron14:20
*** roeyc has joined #openstack-neutron14:22
*** techcet has joined #openstack-neutron14:27
*** EinstCrazy has joined #openstack-neutron14:28
*** abregman has joined #openstack-neutron14:29
*** techcet has quit IRC14:31
*** pacoblox has quit IRC14:35
*** dave-mccowan has quit IRC14:36
*** EinstCrazy has quit IRC14:37
*** kobis has quit IRC14:41
*** thorst has joined #openstack-neutron14:42
*** thorst has quit IRC14:48
*** csatari_ has quit IRC14:49
*** EinstCrazy has joined #openstack-neutron14:52
*** yamamoto has quit IRC14:56
*** mvk_ has joined #openstack-neutron14:58
*** lnicolas has quit IRC14:59
*** mkrcmari__ has quit IRC15:01
*** vikram has joined #openstack-neutron15:02
*** slaweq_ has joined #openstack-neutron15:04
*** chlong has quit IRC15:06
openstackgerritMerged openstack/neutron: ovs: set device MTU after it's moved into a namespace  https://review.openstack.org/32765115:12
*** claudiub|2 has joined #openstack-neutron15:14
*** lnicolas has joined #openstack-neutron15:16
openstackgerritMerged openstack/neutron-dynamic-routing: Address FutureWarning for invalid UUIDs  https://review.openstack.org/33074315:16
*** roeyc has quit IRC15:17
*** EinstCrazy has quit IRC15:19
*** karad has quit IRC15:25
*** nmagnezi has quit IRC15:31
openstackgerritAnn Kamyshnikova proposed openstack/neutron: [TEST] Add tracing for RPC calls in metadata agent  https://review.openstack.org/33148515:31
*** vikram has quit IRC15:34
*** roeyc has joined #openstack-neutron15:36
*** pacoblox has joined #openstack-neutron15:37
openstackgerritAnn Kamyshnikova proposed openstack/neutron: [TEST] Add tracing for RPC calls in metadata agent  https://review.openstack.org/33148515:37
*** csatari_ has joined #openstack-neutron15:38
*** pacoblox has quit IRC15:40
*** pacoblox has joined #openstack-neutron15:40
*** slaweq_ has quit IRC15:42
*** slaweq_ has joined #openstack-neutron15:43
*** thorst has joined #openstack-neutron15:47
*** Leo_ has joined #openstack-neutron15:49
*** thorst has quit IRC15:50
*** thorst has joined #openstack-neutron15:50
*** slaweq_ has quit IRC15:53
*** Leo_ has quit IRC15:54
*** yamamoto has joined #openstack-neutron15:57
*** slaweq_ has joined #openstack-neutron15:57
*** pacoblox has quit IRC16:07
*** pacoblox has joined #openstack-neutron16:07
*** yfried has quit IRC16:08
*** yamamoto has quit IRC16:08
*** abregman has quit IRC16:13
*** ajmiller has quit IRC16:24
*** techcet has joined #openstack-neutron16:29
*** pacoblox has quit IRC16:33
*** techcet has quit IRC16:33
*** thorst has quit IRC16:34
*** pacoblox has joined #openstack-neutron16:35
*** thorst has joined #openstack-neutron16:35
*** alex_xu has quit IRC16:37
*** jckasper has joined #openstack-neutron16:38
*** Leo_ has joined #openstack-neutron16:43
*** thorst has quit IRC16:43
*** Leo_ has quit IRC16:47
*** roeyc has quit IRC16:49
*** claudiub|2 has quit IRC16:49
*** anilvenkata has quit IRC16:50
*** jckasper has quit IRC16:51
*** jckasper has joined #openstack-neutron16:51
*** nyechiel has joined #openstack-neutron16:52
*** obondarev has joined #openstack-neutron16:55
*** jckasper has quit IRC16:58
*** csatari_ has quit IRC17:03
*** wolverineav has quit IRC17:09
*** alex_xu has joined #openstack-neutron17:09
*** pacoblox has quit IRC17:15
*** nyechiel has quit IRC17:18
*** pacoblox has joined #openstack-neutron17:19
*** edand has quit IRC17:20
*** jckasper has joined #openstack-neutron17:21
*** ajmiller has joined #openstack-neutron17:22
*** gangil has joined #openstack-neutron17:24
*** nyechiel has joined #openstack-neutron17:25
*** pacoblox has quit IRC17:27
*** pacoblox has joined #openstack-neutron17:27
*** wolverineav has joined #openstack-neutron17:28
*** techcet has joined #openstack-neutron17:30
*** techcet has quit IRC17:35
*** karad has joined #openstack-neutron17:39
*** nyechiel has quit IRC17:40
*** gangil has quit IRC17:41
*** thorst has joined #openstack-neutron17:42
*** thorst has quit IRC17:49
*** singhj has joined #openstack-neutron17:51
*** obondarev has quit IRC17:52
*** _oanson has joined #openstack-neutron17:53
*** slaweq_ has quit IRC17:56
*** slaweq_ has joined #openstack-neutron17:57
*** jckasper has quit IRC17:59
*** slaweq_ has quit IRC18:01
*** lnicolas has quit IRC18:03
*** numans has joined #openstack-neutron18:04
*** jckasper has joined #openstack-neutron18:06
*** singhj has quit IRC18:11
*** chandankumar has quit IRC18:12
*** karad has quit IRC18:14
*** ihrachys has joined #openstack-neutron18:17
*** anilvenkata has joined #openstack-neutron18:17
*** obondarev has joined #openstack-neutron18:18
*** karad has joined #openstack-neutron18:20
*** thorst has joined #openstack-neutron18:23
*** thorst has quit IRC18:23
*** ihrachys has quit IRC18:23
*** thorst has joined #openstack-neutron18:24
*** jckasper has quit IRC18:29
*** Leo_ has joined #openstack-neutron18:31
*** ircuser-1 has quit IRC18:32
*** ihrachys has joined #openstack-neutron18:32
*** thorst has quit IRC18:33
*** Leo_ has quit IRC18:36
*** obondarev has quit IRC18:36
*** anilvenkata has quit IRC18:36
*** _oanson has quit IRC18:37
*** jckasper has joined #openstack-neutron18:39
*** irenab_ has joined #openstack-neutron18:40
*** klindgren_ has joined #openstack-neutron18:42
*** mgkwill_ has joined #openstack-neutron18:43
*** csatari_ has joined #openstack-neutron18:43
*** jckasper has quit IRC18:44
*** raorn has joined #openstack-neutron18:44
*** kfox1111_ has joined #openstack-neutron18:44
*** marios_ has joined #openstack-neutron18:45
*** gus_ has joined #openstack-neutron18:45
*** ihrachys has quit IRC18:46
*** mkoderer___ has joined #openstack-neutron18:48
*** mfranc213_ has joined #openstack-neutron18:48
*** rbradfor_ has joined #openstack-neutron18:48
*** melwitt_ has joined #openstack-neutron18:48
*** logan_ has joined #openstack-neutron18:48
*** zzzeek_ has joined #openstack-neutron18:48
*** apuimedo_ has joined #openstack-neutron18:49
*** logan_ is now known as Guest2760718:49
*** manjeets- has joined #openstack-neutron18:49
*** leifz- has joined #openstack-neutron18:49
*** vkmc- has joined #openstack-neutron18:49
*** csatari has quit IRC18:50
*** zzzeek has quit IRC18:50
*** irenab has quit IRC18:50
*** marios has quit IRC18:50
*** klindgren has quit IRC18:50
*** mkoderer__ has quit IRC18:50
*** logan- has quit IRC18:50
*** mgkwill has quit IRC18:50
*** ArchiFleKs has quit IRC18:50
*** raorn_ has quit IRC18:50
*** hockeynut has quit IRC18:50
*** manjeets has quit IRC18:50
*** mrhillsman has quit IRC18:50
*** quade has quit IRC18:50
*** mmedvede has quit IRC18:50
*** gus has quit IRC18:50
*** apuimedo has quit IRC18:50
*** kfox1111 has quit IRC18:50
*** mfranc213 has quit IRC18:50
*** Kimmo__ has quit IRC18:50
*** rbradfor has quit IRC18:50
*** yarkot1 has quit IRC18:50
*** vkmc has quit IRC18:50
*** leifz has quit IRC18:50
*** melwitt has quit IRC18:50
*** apuimedo_ is now known as apuimedo18:50
*** irenab_ is now known as irenab18:50
*** leifz- is now known as leifz18:50
*** csatari_ is now known as csatari18:50
*** vkmc- is now known as vkmc18:50
*** hockeynut has joined #openstack-neutron18:50
*** vkmc has quit IRC18:50
*** vkmc has joined #openstack-neutron18:50
*** mgkwill_ is now known as mgkwill18:51
*** hynekm has joined #openstack-neutron18:51
*** Guest27607 is now known as logan-18:52
*** ihrachys has joined #openstack-neutron18:52
*** ArchiFleKs has joined #openstack-neutron18:56
*** shivrao_ has joined #openstack-neutron18:57
*** pacoblox has quit IRC18:57
*** mrhillsman has joined #openstack-neutron18:57
*** quade has joined #openstack-neutron18:57
*** mmedvede has joined #openstack-neutron18:59
*** ihrachys has quit IRC19:00
*** mickeys has joined #openstack-neutron19:01
*** thorst has joined #openstack-neutron19:04
*** gangil has joined #openstack-neutron19:09
*** thorst has quit IRC19:09
*** Sukhdev has joined #openstack-neutron19:28
*** Leo_ has joined #openstack-neutron19:30
*** shihanzhang has quit IRC19:47
*** shihanzhang has joined #openstack-neutron19:47
*** shivrao_ has quit IRC19:58
*** thorst has joined #openstack-neutron20:01
*** gangil has quit IRC20:04
*** thorst has quit IRC20:05
*** nmagnezi has joined #openstack-neutron20:06
*** netsin has quit IRC20:12
openstackgerritAnn Kamyshnikova proposed openstack/neutron: [TEST] Add tracing for RPC calls in metadata agent  https://review.openstack.org/33148520:14
*** rickyrem has joined #openstack-neutron20:14
*** matrohon has joined #openstack-neutron20:17
*** techcet has joined #openstack-neutron20:17
*** rickyrem1 has joined #openstack-neutron20:17
*** rickyrem has quit IRC20:19
*** rickyrem has joined #openstack-neutron20:21
*** techcet has quit IRC20:21
*** pacoblox has joined #openstack-neutron20:21
*** rickyrem1 has quit IRC20:22
openstackgerritAnn Kamyshnikova proposed openstack/neutron: [TEST] Add tracing for RPC calls in metadata agent  https://review.openstack.org/33148520:25
*** rickyrem1 has joined #openstack-neutron20:26
*** rickyrem has quit IRC20:28
*** rook has quit IRC20:30
*** hynekm has quit IRC20:31
*** rickyrem has joined #openstack-neutron20:34
*** rickyrem1 has quit IRC20:36
*** Kimmo__ has joined #openstack-neutron20:39
*** mvk has joined #openstack-neutron20:40
*** rickyrem1 has joined #openstack-neutron20:40
*** rickyrem has quit IRC20:42
*** mvk_ has quit IRC20:42
*** rickyrem has joined #openstack-neutron20:43
*** rickyrem1 has quit IRC20:44
*** nmagnezi has quit IRC20:46
*** rickyrem has quit IRC20:48
*** rickyrem has joined #openstack-neutron20:48
*** rickyrem1 has joined #openstack-neutron20:52
*** rickyrem has quit IRC20:53
*** matrohon has quit IRC20:59
*** karad has quit IRC20:59
*** rickyrem has joined #openstack-neutron20:59
*** rickyrem1 has quit IRC20:59
*** rickyrem1 has joined #openstack-neutron21:02
*** rickyrem has quit IRC21:04
*** rickyrem has joined #openstack-neutron21:09
*** rickyrem1 has quit IRC21:11
*** rickyrem1 has joined #openstack-neutron21:12
*** rickyrem1 has quit IRC21:13
*** shivrao has joined #openstack-neutron21:14
*** rickyrem has quit IRC21:14
*** ociuhandu has joined #openstack-neutron21:33
*** mvk_ has joined #openstack-neutron21:38
*** mvk has quit IRC21:41
*** pacoblox has quit IRC21:45
*** shivrao has quit IRC21:46
*** netsin has joined #openstack-neutron21:48
*** pacoblox has joined #openstack-neutron21:48
*** pacoblox has quit IRC22:00
*** netsin has quit IRC22:04
*** netsin has joined #openstack-neutron22:04
*** ociuhandu has quit IRC22:13
*** mickeys has quit IRC22:24
*** jckasper has joined #openstack-neutron22:41
*** jckasper has quit IRC22:46
*** gvrangan has joined #openstack-neutron22:47
*** banix has joined #openstack-neutron22:48
*** Fdaisuke has joined #openstack-neutron22:51
*** ozialien10 has joined #openstack-neutron22:52
*** gvrangan has quit IRC22:56
*** numans has quit IRC23:03
*** Leo_ has quit IRC23:05
*** karad has joined #openstack-neutron23:08
*** ajmiller_ has joined #openstack-neutron23:12
*** ajmiller has quit IRC23:15
*** kfox1111_ is now known as kfox111123:15
*** shivrao has joined #openstack-neutron23:24
*** mickeys has joined #openstack-neutron23:25
*** pacoblox has joined #openstack-neutron23:29
*** mickeys has quit IRC23:30
openstackgerritMiguel Lavalle proposed openstack/neutron: Add tenant id processing to segment plugin  https://review.openstack.org/33149723:32
*** djan has joined #openstack-neutron23:36
*** shivrao has quit IRC23:46
*** pacoblox has quit IRC23:47
*** pacoblox has joined #openstack-neutron23:48
*** yushiro has joined #openstack-neutron23:48
*** lujinluo has joined #openstack-neutron23:49
*** akshai has joined #openstack-neutron23:50
*** Leo_ has joined #openstack-neutron23:50
*** Leo_ has quit IRC23:55
*** akshai has quit IRC23:55
openstackgerritMiguel Lavalle proposed openstack/neutron: Remove unnecessary import from segment plugin  https://review.openstack.org/33149823:58

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