*** yamamoto has joined #openstack-neutron | 00:01 | |
*** thorst has quit IRC | 00:02 | |
*** markvoelker has quit IRC | 00:05 | |
mriedem1 | armax: 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 mriedem | 00:05 | |
*** wolverineav has quit IRC | 00:07 | |
*** wolverineav has joined #openstack-neutron | 00:08 | |
*** yamamoto has quit IRC | 00:09 | |
*** wolverineav has quit IRC | 00:13 | |
*** ijw has joined #openstack-neutron | 00:15 | |
*** davideagnello has joined #openstack-neutron | 00:17 | |
*** davideagnello has quit IRC | 00:19 | |
*** rook has quit IRC | 00:23 | |
*** rook-lappy has quit IRC | 00:24 | |
*** rook has joined #openstack-neutron | 00:25 | |
*** Leo_ has joined #openstack-neutron | 00:29 | |
*** Leo_ has quit IRC | 00:33 | |
*** thorst has joined #openstack-neutron | 00:59 | |
*** markvoelker has joined #openstack-neutron | 01:05 | |
*** thorst has quit IRC | 01:06 | |
*** pacoblox has joined #openstack-neutron | 01:11 | |
*** markvoelker has quit IRC | 01:11 | |
*** pacoblox has quit IRC | 01:16 | |
*** pacoblox has joined #openstack-neutron | 01:17 | |
*** daneyon has quit IRC | 01:21 | |
*** pacoblox has quit IRC | 01:23 | |
*** ijw has quit IRC | 01:28 | |
*** hoangcx has quit IRC | 01:33 | |
*** karad has quit IRC | 01:33 | |
*** ijw has joined #openstack-neutron | 01:43 | |
*** hoangcx has joined #openstack-neutron | 01:54 | |
*** jckasper has joined #openstack-neutron | 01:55 | |
armax | mriedem: odd, let me look | 01:58 |
*** ijw has quit IRC | 01:59 | |
armax | mriedem: if a router lies around, I wonder if our cleanup logic is working as it should | 02:02 |
mriedem | armax: i'm not seeing a duplicate entry check/failure in the neutron code for the router | 02:03 |
mriedem | the tenant_id and name are the same for the router | 02:03 |
mriedem | is there any kind of unique constraint on a router? | 02:03 |
armax | mriedem: that’s because the one on networks should suffice | 02:04 |
*** thorst has joined #openstack-neutron | 02:04 | |
armax | when we hit the cleanup https://github.com/openstack/neutron/blob/master/neutron/services/auto_allocate/db.py#L302 | 02:04 |
armax | and router_id is not None, the router should be deleted with the network | 02:05 |
mriedem | hmm, i didn't dig into the neutron logs for those duplicate routers to see if one of them showed up in that error message | 02:06 |
mriedem | but otherwise yeah it looks like that should have removed the duplicate | 02:06 |
armax | mriedem: 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_151 | 02:06 |
armax | this is the one that’s supposed to be duplicated | 02:07 |
armax | 2d961c6a | 02:07 |
armax | 2d961c6a-7b22-4e63-8ded-24771e28d7fb | 02:07 |
mriedem | router is 2d961c6a-7b22-4e63-8ded-24771e28d7fb | 02:07 |
mriedem | yeah | 02:07 |
mriedem | not 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_088848 | 02:07 |
mriedem | but the two in that list have name 'auto_allocated_router' | 02:08 |
mriedem | very weird | 02:08 |
armax | mriedem: so 2d961c6a-7b22-4e63-8ded-24771e28d7fb is the one of the duplicated topology | 02:08 |
armax | and it’s supposed to be cleaned up | 02:08 |
armax | mriedem: I think something esle is happening | 02:09 |
armax | mriedem: the log error is with router 9e0bdd2b-a0e0-4c7e-8c19-fa92ae0b172f | 02:09 |
mriedem | armax: and e54b3f1f-a96a-419f-8369-5b8ff8801192 | 02:11 |
mriedem | there are 2 routers in that list | 02:11 |
*** thorst has quit IRC | 02:11 | |
mriedem | which probably makes sense given we've seen 3 networks created and 2 cleaned up in this test which creates 3 servers concurrently | 02:11 |
mriedem | just weird that one of those duplicated routers wouldn't have been deleted | 02:11 |
mriedem | there 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_787 | 02:12 |
armax | ah | 02:12 |
mriedem | that should have deleted 9e0bdd2b-a0e0-4c7e-8c19-fa92ae0b172f | 02:12 |
armax | 9e0bdd2b-a0e0-4c7e-8c19-fa92ae0b172f is another router that’s supposed to be cleaned up | 02:12 |
armax | right | 02:12 |
armax | so | 02:12 |
mriedem | look at the timestamps | 02:12 |
mriedem | tempest was cleaning up before neutron was | 02:12 |
armax | ys | 02:12 |
armax | exactly | 02:12 |
armax | tempest is overzelous | 02:13 |
mriedem | actually | 02:13 |
mriedem | i don't think i'm telling time correctly | 02:13 |
mriedem | neutron cleans up at 2016-06-18 21:15:57.787 | 02:14 |
mriedem | tempest fails at 2016-06-18 21:52:24.088848 | 02:14 |
armax | true | 02:14 |
mriedem | so it should have been ok | 02:14 |
armax | mriedem: but things can interleave | 02:14 |
armax | and you listed the router earlier | 02:14 |
armax | so you got a stale snap of the routers | 02:14 |
mriedem | i 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 somewhere | 02:15 |
armax | mriedem: what’s the time for list_routers? | 02:15 |
mriedem | that's it | 02:15 |
armax | it takes a while because we cleanup before we return the network-id | 02:15 |
mriedem | it lists at 2016-06-18 21:52:24.088848 | 02:15 |
mriedem | fails at 2016-06-18 21:16:15,723 | 02:16 |
armax | > | 02:16 |
mriedem | oh wait, | 02:16 |
armax | ? | 02:16 |
mriedem | yeah, i'm mixing console log timestamps and tempest log | 02:16 |
mriedem | list at 2016-06-18 21:16:15,432 | 02:17 |
armax | there you go | 02:17 |
mriedem | fail at 2016-06-18 21:16:15,723 | 02:17 |
*** Leo_ has joined #openstack-neutron | 02:17 | |
mriedem | and neutron hit the duplicate entry at 2016-06-18 21:15:57.787 | 02:17 |
armax | that explains it then | 02:17 |
armax | um | 02:18 |
mriedem | 19 seconds apart | 02:18 |
mriedem | between neutron duplicate and tempest list_routers | 02:18 |
mriedem | it'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 IRC | 02:19 | |
armax | indeed | 02:19 |
mriedem | oh i know why | 02:19 |
mriedem | ahhhhh | 02:20 |
mriedem | the server deletes are done in addCleanup | 02:20 |
mriedem | the router/network delete stuff is not, it's part of hte test | 02:20 |
mriedem | so that happens first | 02:20 |
mriedem | then tearDown happens which will delete the servers | 02:20 |
mriedem | that's backwards | 02:20 |
armax | we’d need to move _delete_auto_allocated_network_resources | 02:21 |
mriedem | i 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 created | 02:21 |
armax | is | 02:22 |
armax | ic | 02:22 |
mriedem | i think i can hack it up with class vars | 02:22 |
*** Leo_ has quit IRC | 02:22 | |
mriedem | self.network = None | 02:22 |
mriedem | at the beginning | 02:22 |
mriedem | and the cleanup uses that (if set) | 02:22 |
mriedem | *cls.network = None | 02:22 |
armax | in the test that we have in the tempest tree | 02:22 |
armax | sorry neutron tree | 02:22 |
armax | the cleanup logic simply adds the resources to the class vars | 02:23 |
armax | would that work for you? | 02:23 |
armax | https://github.com/openstack/neutron/blob/master/neutron/tests/tempest/api/test_auto_allocated_topology.py#L66 | 02:24 |
mriedem | i'll be doing something similar | 02:25 |
mriedem | it's a little different though b/c in that test the resources are created before calling that | 02:25 |
mriedem | body = self.client.get_auto_allocated_topology() | 02:25 |
mriedem | anyway, i think i know a way around this | 02:26 |
mriedem | will save it for tomorrow | 02:26 |
mriedem | it's 9:30 here | 02:26 |
armax | good call! | 02:26 |
mriedem | for father's day weekend i've been a pretty bad father :) | 02:26 |
armax | lol | 02:26 |
armax | make sure you stay away from the computer tomorrow | 02:27 |
armax | then | 02:27 |
armax | :) | 02:27 |
armax | I am gonna have to figure out how to cleanly trigger a network update | 02:27 |
armax | notification to the agent | 02:27 |
armax | anyhoo take care and happy father’s day! | 02:27 |
mriedem | yup, you too - later | 02:28 |
*** jhershbe has joined #openstack-neutron | 02:29 | |
*** xiaohhui has quit IRC | 02:31 | |
*** xiaohhui has joined #openstack-neutron | 02:32 | |
*** jckasper has quit IRC | 02:36 | |
*** jckasper has joined #openstack-neutron | 02:36 | |
*** thorst has joined #openstack-neutron | 02:38 | |
*** wolverineav has joined #openstack-neutron | 02:41 | |
*** jckasper has quit IRC | 02:44 | |
*** jckasper has joined #openstack-neutron | 02:44 | |
openstackgerrit | Aradhana Singh proposed openstack/neutron: Refactoring config options for plugins https://review.openstack.org/320722 | 02:45 |
*** thorst has quit IRC | 02:46 | |
*** hoangcx has joined #openstack-neutron | 02:46 | |
*** jckasper has quit IRC | 02:49 | |
*** wolverineav has quit IRC | 02:54 | |
*** markvoelker has joined #openstack-neutron | 03:08 | |
*** markvoelker has quit IRC | 03:13 | |
*** zhhuabj has joined #openstack-neutron | 03:23 | |
*** banix has quit IRC | 03:30 | |
*** claudiub has quit IRC | 03:33 | |
*** hoangcx has quit IRC | 03:33 | |
*** hoangcx has joined #openstack-neutron | 03:34 | |
*** gangil has quit IRC | 03:37 | |
*** gangil has joined #openstack-neutron | 03:41 | |
*** mkolesni_ has joined #openstack-neutron | 03:41 | |
*** thorst has joined #openstack-neutron | 03:45 | |
*** yamamoto has joined #openstack-neutron | 03:52 | |
*** thorst has quit IRC | 03:52 | |
*** yamamoto has quit IRC | 03:53 | |
*** gouthamr_ has joined #openstack-neutron | 03:59 | |
*** manikanta_tadi has joined #openstack-neutron | 04:01 | |
*** gouthamr has quit IRC | 04:03 | |
*** Leo_ has joined #openstack-neutron | 04:05 | |
*** armax has quit IRC | 04:09 | |
*** Leo_ has quit IRC | 04:10 | |
*** daneyon has joined #openstack-neutron | 04:12 | |
*** gangil has quit IRC | 04:13 | |
*** manikanta_tadi has quit IRC | 04:22 | |
*** daneyon has quit IRC | 04:33 | |
*** numans has joined #openstack-neutron | 04:41 | |
*** thorst has joined #openstack-neutron | 04:50 | |
*** tflynn has joined #openstack-neutron | 04:51 | |
*** hoonetorg has quit IRC | 04:52 | |
*** hoonetorg has joined #openstack-neutron | 04:52 | |
*** wolverineav has joined #openstack-neutron | 04:54 | |
*** chlong has joined #openstack-neutron | 04:56 | |
*** thorst has quit IRC | 04:57 | |
*** claudiub has joined #openstack-neutron | 05:01 | |
*** wolverineav has quit IRC | 05:05 | |
*** anilvenkata has joined #openstack-neutron | 05:08 | |
*** sgordon has quit IRC | 05:08 | |
*** tflynn_ has joined #openstack-neutron | 05:13 | |
*** tflynn has quit IRC | 05:13 | |
*** vikasc has joined #openstack-neutron | 05:13 | |
*** sgordon has joined #openstack-neutron | 05:13 | |
*** edand has joined #openstack-neutron | 05:19 | |
*** vikasc has quit IRC | 05:25 | |
*** tflynn_ has quit IRC | 05:35 | |
*** pacoblox has joined #openstack-neutron | 05:39 | |
*** oanson has joined #openstack-neutron | 05:41 | |
*** obondarev has joined #openstack-neutron | 05:44 | |
*** gampel1 has joined #openstack-neutron | 05:50 | |
*** _oanson has joined #openstack-neutron | 05:51 | |
*** gsagie has quit IRC | 05:51 | |
*** oanson has quit IRC | 05:51 | |
*** gsagie has joined #openstack-neutron | 05:52 | |
*** pacoblox has quit IRC | 05:53 | |
*** edand has quit IRC | 05:53 | |
*** edand has joined #openstack-neutron | 05:53 | |
*** pacoblox has joined #openstack-neutron | 05:54 | |
*** thorst has joined #openstack-neutron | 05:55 | |
*** hdaniel has joined #openstack-neutron | 05:55 | |
*** jianghuaw has quit IRC | 05:56 | |
*** jianghuaw has joined #openstack-neutron | 05:56 | |
*** yamamoto has joined #openstack-neutron | 05:57 | |
*** kawa2014 has joined #openstack-neutron | 06:02 | |
*** ushkalim has joined #openstack-neutron | 06:02 | |
*** thorst has quit IRC | 06:02 | |
*** numans has quit IRC | 06:05 | |
*** yamamoto has quit IRC | 06:06 | |
*** oshvartz has joined #openstack-neutron | 06:08 | |
*** pacoblox has quit IRC | 06:09 | |
*** wolverineav has joined #openstack-neutron | 06:09 | |
*** obondarev has quit IRC | 06:17 | |
*** garyk has quit IRC | 06:21 | |
*** itzikb has joined #openstack-neutron | 06:24 | |
*** kawa2014 has quit IRC | 06:27 | |
*** gvrangan has joined #openstack-neutron | 06:28 | |
*** claudiub has quit IRC | 06:29 | |
*** wolverineav has quit IRC | 06:31 | |
*** nyechiel has joined #openstack-neutron | 06:36 | |
*** garyk has joined #openstack-neutron | 06:37 | |
*** wolverineav has joined #openstack-neutron | 06:39 | |
*** kawa2014 has joined #openstack-neutron | 06:40 | |
*** nmagnezi has joined #openstack-neutron | 06:46 | |
*** yfried has joined #openstack-neutron | 06:47 | |
*** wolverineav has quit IRC | 06:55 | |
*** thorst has joined #openstack-neutron | 06:59 | |
*** sleviim has joined #openstack-neutron | 07:02 | |
*** sleviim has left #openstack-neutron | 07:02 | |
*** gvrangan has quit IRC | 07:02 | |
*** nyechiel has quit IRC | 07:05 | |
*** thorst has quit IRC | 07:07 | |
*** kobis has joined #openstack-neutron | 07:11 | |
*** jhershbe has quit IRC | 07:22 | |
*** shivrao has joined #openstack-neutron | 07:23 | |
*** shivrao has quit IRC | 07:30 | |
*** tbachman has quit IRC | 07:32 | |
*** wolverineav has joined #openstack-neutron | 07:32 | |
*** jhershbe has joined #openstack-neutron | 07:34 | |
*** ihrachys has joined #openstack-neutron | 07:34 | |
*** tbachman has joined #openstack-neutron | 07:35 | |
*** wolverineav has quit IRC | 07:37 | |
*** ihrachys has quit IRC | 07:39 | |
*** vikasc has joined #openstack-neutron | 07:40 | |
*** grassass has joined #openstack-neutron | 07:53 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-neutron | 08:00 | |
*** tbachman has quit IRC | 08:03 | |
*** wolverineav has joined #openstack-neutron | 08:05 | |
*** thorst has joined #openstack-neutron | 08:05 | |
*** tbachman has joined #openstack-neutron | 08:07 | |
*** thorst has quit IRC | 08:12 | |
*** gangil has joined #openstack-neutron | 08:12 | |
*** roeyc has joined #openstack-neutron | 08:13 | |
*** yamamoto has joined #openstack-neutron | 08:26 | |
*** lixiaoy1 has quit IRC | 08:31 | |
*** techcet has joined #openstack-neutron | 08:33 | |
*** lixiaoy1 has joined #openstack-neutron | 08:33 | |
*** hdaniel has quit IRC | 08:38 | |
*** hdaniel has joined #openstack-neutron | 08:42 | |
*** chlong has quit IRC | 08:42 | |
*** yamamoto has quit IRC | 08:44 | |
*** kawa2014 has quit IRC | 08:44 | |
*** rossella_s has joined #openstack-neutron | 08:46 | |
*** chandankumar has joined #openstack-neutron | 08:47 | |
*** hoangcx has quit IRC | 08:56 | |
*** hdaniel has quit IRC | 09:03 | |
*** rossella_s has quit IRC | 09:08 | |
openstackgerrit | LiuYong proposed openstack/python-neutronclient: Fix help msg of IP_Version in address-scope-create https://review.openstack.org/330872 | 09:09 |
*** thorst has joined #openstack-neutron | 09:10 | |
*** techcet has quit IRC | 09:15 | |
openstackgerrit | LiuYong proposed openstack/neutron: Fix the problem that 'net-delete' command seems to cause dead loop https://review.openstack.org/324617 | 09:15 |
*** gangil has quit IRC | 09:16 | |
*** hoangcx has joined #openstack-neutron | 09:16 | |
*** thorst has quit IRC | 09:16 | |
*** hdaniel has joined #openstack-neutron | 09:19 | |
*** hoangcx has quit IRC | 09:30 | |
*** eddima has joined #openstack-neutron | 09:31 | |
*** hoangcx has joined #openstack-neutron | 09:36 | |
*** karad has joined #openstack-neutron | 09:39 | |
*** chlong has joined #openstack-neutron | 09:41 | |
*** yamamoto has joined #openstack-neutron | 09:45 | |
*** hdaniel has quit IRC | 09:49 | |
*** hdaniel has joined #openstack-neutron | 09:51 | |
*** hoangcx has quit IRC | 09:54 | |
*** hoangcx has joined #openstack-neutron | 09:54 | |
*** hdaniel has quit IRC | 09:55 | |
*** yamamoto has quit IRC | 09:56 | |
*** jhershbe has quit IRC | 10:09 | |
*** efoley has joined #openstack-neutron | 10:10 | |
*** thorst has joined #openstack-neutron | 10:14 | |
*** techcet has joined #openstack-neutron | 10:15 | |
*** hoangcx has quit IRC | 10:16 | |
*** hoangcx has joined #openstack-neutron | 10:16 | |
*** efoley has quit IRC | 10:17 | |
*** hoangcx has quit IRC | 10:19 | |
*** chandankumar has quit IRC | 10:20 | |
*** hoangcx has joined #openstack-neutron | 10:20 | |
*** techcet has quit IRC | 10:20 | |
*** thorst has quit IRC | 10:21 | |
*** hoangcx has quit IRC | 10:24 | |
*** roeyc has quit IRC | 10:28 | |
*** hoangcx has joined #openstack-neutron | 10:28 | |
*** roeyc has joined #openstack-neutron | 10:28 | |
*** jhershbe has joined #openstack-neutron | 10:33 | |
*** yamamoto has joined #openstack-neutron | 10:43 | |
*** hoangcx has quit IRC | 10:44 | |
*** karad has quit IRC | 10:48 | |
*** yamamoto has quit IRC | 10:55 | |
*** vikasc has quit IRC | 11:15 | |
*** techcet has joined #openstack-neutron | 11:17 | |
*** csatari has joined #openstack-neutron | 11:18 | |
*** thorst has joined #openstack-neutron | 11:19 | |
*** techcet has quit IRC | 11:22 | |
*** thorst has quit IRC | 11:26 | |
openstackgerrit | Songming Yan proposed openstack/python-neutronclient: Fix the problem of mox https://review.openstack.org/330933 | 11:26 |
*** roeyc has quit IRC | 11:50 | |
*** claudiub has joined #openstack-neutron | 11:50 | |
*** obondarev has joined #openstack-neutron | 11:50 | |
*** vikasc has joined #openstack-neutron | 11:51 | |
*** obondarev has quit IRC | 11:52 | |
*** yamamoto has joined #openstack-neutron | 11:55 | |
*** obondarev has joined #openstack-neutron | 12:06 | |
*** yamamoto has quit IRC | 12:11 | |
*** markvoelker has joined #openstack-neutron | 12:12 | |
*** karad has joined #openstack-neutron | 12:15 | |
*** markvoelker has quit IRC | 12:16 | |
*** claudiub|2 has joined #openstack-neutron | 12:18 | |
*** claudiub has quit IRC | 12:20 | |
*** obondarev has quit IRC | 12:23 | |
*** slaweq_ has joined #openstack-neutron | 12:25 | |
*** thorst has joined #openstack-neutron | 12:26 | |
*** slaweq_ has quit IRC | 12:26 | |
*** jckasper has joined #openstack-neutron | 12:27 | |
*** thorst_ has joined #openstack-neutron | 12:28 | |
*** thorst_ has quit IRC | 12:28 | |
*** slaweq_ has joined #openstack-neutron | 12:30 | |
*** slaweq_ has quit IRC | 12:31 | |
*** thorst has quit IRC | 12:32 | |
itzikb | lennyb: ping | 12:35 |
*** jckasper has quit IRC | 12:38 | |
lennyb | itzikb:hey man | 12:38 |
*** jckasper has joined #openstack-neutron | 12:38 | |
itzikb | lennyb: hey, regarding the patch - I see it's merged but I don't see the CI | 12:38 |
*** csatari has quit IRC | 12:42 | |
lennyb | itzikb: i will check it. the patch is good in any case. I cant rerun it now anyway since the patch already merged | 12:42 |
*** ajmiller has quit IRC | 12:43 | |
*** jckasper has quit IRC | 12:43 | |
itzikb | lennyb: I thought the a voting there is must | 12:43 |
*** slaweq_ has joined #openstack-neutron | 12:44 | |
*** pacoblox has joined #openstack-neutron | 12:44 | |
lennyb | we are non-voting CI on tempest | 12:44 |
*** csatari has joined #openstack-neutron | 12:46 | |
*** csatari has quit IRC | 12:54 | |
itzikb | lennyb: basic_ops works for me | 12:57 |
*** chandankumar has joined #openstack-neutron | 13:00 | |
*** rook has quit IRC | 13:00 | |
*** rook has joined #openstack-neutron | 13:01 | |
*** ajmiller has joined #openstack-neutron | 13:03 | |
*** zhhuabj has quit IRC | 13:04 | |
lennyb | itzikb: great, I will ping you if I see ay issues. | 13:04 |
itzikb | lennyb: need to go. email me if needed | 13:04 |
*** slaweq_ has quit IRC | 13:05 | |
*** csatari has joined #openstack-neutron | 13:07 | |
*** itzikb has quit IRC | 13:08 | |
*** thorst has joined #openstack-neutron | 13:16 | |
*** vikasc has quit IRC | 13:19 | |
*** banix has joined #openstack-neutron | 13:21 | |
*** banix has quit IRC | 13:22 | |
*** pacoblox has quit IRC | 13:23 | |
*** banix has joined #openstack-neutron | 13:23 | |
*** techcet has joined #openstack-neutron | 13:25 | |
*** techcet has quit IRC | 13:30 | |
*** pacoblox has joined #openstack-neutron | 13:30 | |
*** thorst has quit IRC | 13:34 | |
*** thorst has joined #openstack-neutron | 13:34 | |
*** garyk has quit IRC | 13:38 | |
*** yamamoto has joined #openstack-neutron | 13:40 | |
*** claudiub|2 has quit IRC | 13:43 | |
*** thorst has quit IRC | 13:44 | |
*** mkolesni_ has quit IRC | 13:49 | |
*** csatari_ has joined #openstack-neutron | 13:49 | |
*** karad has quit IRC | 13:51 | |
*** banix has quit IRC | 13:57 | |
*** hoangcx has joined #openstack-neutron | 13:58 | |
*** tbachman has quit IRC | 13:59 | |
*** Leo_ has joined #openstack-neutron | 14:01 | |
*** tbachman has joined #openstack-neutron | 14:03 | |
*** kkxue has joined #openstack-neutron | 14:03 | |
*** Leo_ has quit IRC | 14:05 | |
*** abregman has quit IRC | 14:07 | |
*** _oanson has quit IRC | 14:07 | |
*** vikasc has joined #openstack-neutron | 14:10 | |
*** kkxue has quit IRC | 14:11 | |
*** markvoelker has joined #openstack-neutron | 14:12 | |
*** ushkalim has quit IRC | 14:13 | |
*** hoangcx has quit IRC | 14:13 | |
*** karad has joined #openstack-neutron | 14:13 | |
*** jhershbe has quit IRC | 14:14 | |
*** markvoelker has quit IRC | 14:17 | |
*** dave-mccowan has joined #openstack-neutron | 14:20 | |
*** roeyc has joined #openstack-neutron | 14:22 | |
*** techcet has joined #openstack-neutron | 14:27 | |
*** EinstCrazy has joined #openstack-neutron | 14:28 | |
*** abregman has joined #openstack-neutron | 14:29 | |
*** techcet has quit IRC | 14:31 | |
*** pacoblox has quit IRC | 14:35 | |
*** dave-mccowan has quit IRC | 14:36 | |
*** EinstCrazy has quit IRC | 14:37 | |
*** kobis has quit IRC | 14:41 | |
*** thorst has joined #openstack-neutron | 14:42 | |
*** thorst has quit IRC | 14:48 | |
*** csatari_ has quit IRC | 14:49 | |
*** EinstCrazy has joined #openstack-neutron | 14:52 | |
*** yamamoto has quit IRC | 14:56 | |
*** mvk_ has joined #openstack-neutron | 14:58 | |
*** lnicolas has quit IRC | 14:59 | |
*** mkrcmari__ has quit IRC | 15:01 | |
*** vikram has joined #openstack-neutron | 15:02 | |
*** slaweq_ has joined #openstack-neutron | 15:04 | |
*** chlong has quit IRC | 15:06 | |
openstackgerrit | Merged openstack/neutron: ovs: set device MTU after it's moved into a namespace https://review.openstack.org/327651 | 15:12 |
*** claudiub|2 has joined #openstack-neutron | 15:14 | |
*** lnicolas has joined #openstack-neutron | 15:16 | |
openstackgerrit | Merged openstack/neutron-dynamic-routing: Address FutureWarning for invalid UUIDs https://review.openstack.org/330743 | 15:16 |
*** roeyc has quit IRC | 15:17 | |
*** EinstCrazy has quit IRC | 15:19 | |
*** karad has quit IRC | 15:25 | |
*** nmagnezi has quit IRC | 15:31 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: [TEST] Add tracing for RPC calls in metadata agent https://review.openstack.org/331485 | 15:31 |
*** vikram has quit IRC | 15:34 | |
*** roeyc has joined #openstack-neutron | 15:36 | |
*** pacoblox has joined #openstack-neutron | 15:37 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: [TEST] Add tracing for RPC calls in metadata agent https://review.openstack.org/331485 | 15:37 |
*** csatari_ has joined #openstack-neutron | 15:38 | |
*** pacoblox has quit IRC | 15:40 | |
*** pacoblox has joined #openstack-neutron | 15:40 | |
*** slaweq_ has quit IRC | 15:42 | |
*** slaweq_ has joined #openstack-neutron | 15:43 | |
*** thorst has joined #openstack-neutron | 15:47 | |
*** Leo_ has joined #openstack-neutron | 15:49 | |
*** thorst has quit IRC | 15:50 | |
*** thorst has joined #openstack-neutron | 15:50 | |
*** slaweq_ has quit IRC | 15:53 | |
*** Leo_ has quit IRC | 15:54 | |
*** yamamoto has joined #openstack-neutron | 15:57 | |
*** slaweq_ has joined #openstack-neutron | 15:57 | |
*** pacoblox has quit IRC | 16:07 | |
*** pacoblox has joined #openstack-neutron | 16:07 | |
*** yfried has quit IRC | 16:08 | |
*** yamamoto has quit IRC | 16:08 | |
*** abregman has quit IRC | 16:13 | |
*** ajmiller has quit IRC | 16:24 | |
*** techcet has joined #openstack-neutron | 16:29 | |
*** pacoblox has quit IRC | 16:33 | |
*** techcet has quit IRC | 16:33 | |
*** thorst has quit IRC | 16:34 | |
*** pacoblox has joined #openstack-neutron | 16:35 | |
*** thorst has joined #openstack-neutron | 16:35 | |
*** alex_xu has quit IRC | 16:37 | |
*** jckasper has joined #openstack-neutron | 16:38 | |
*** Leo_ has joined #openstack-neutron | 16:43 | |
*** thorst has quit IRC | 16:43 | |
*** Leo_ has quit IRC | 16:47 | |
*** roeyc has quit IRC | 16:49 | |
*** claudiub|2 has quit IRC | 16:49 | |
*** anilvenkata has quit IRC | 16:50 | |
*** jckasper has quit IRC | 16:51 | |
*** jckasper has joined #openstack-neutron | 16:51 | |
*** nyechiel has joined #openstack-neutron | 16:52 | |
*** obondarev has joined #openstack-neutron | 16:55 | |
*** jckasper has quit IRC | 16:58 | |
*** csatari_ has quit IRC | 17:03 | |
*** wolverineav has quit IRC | 17:09 | |
*** alex_xu has joined #openstack-neutron | 17:09 | |
*** pacoblox has quit IRC | 17:15 | |
*** nyechiel has quit IRC | 17:18 | |
*** pacoblox has joined #openstack-neutron | 17:19 | |
*** edand has quit IRC | 17:20 | |
*** jckasper has joined #openstack-neutron | 17:21 | |
*** ajmiller has joined #openstack-neutron | 17:22 | |
*** gangil has joined #openstack-neutron | 17:24 | |
*** nyechiel has joined #openstack-neutron | 17:25 | |
*** pacoblox has quit IRC | 17:27 | |
*** pacoblox has joined #openstack-neutron | 17:27 | |
*** wolverineav has joined #openstack-neutron | 17:28 | |
*** techcet has joined #openstack-neutron | 17:30 | |
*** techcet has quit IRC | 17:35 | |
*** karad has joined #openstack-neutron | 17:39 | |
*** nyechiel has quit IRC | 17:40 | |
*** gangil has quit IRC | 17:41 | |
*** thorst has joined #openstack-neutron | 17:42 | |
*** thorst has quit IRC | 17:49 | |
*** singhj has joined #openstack-neutron | 17:51 | |
*** obondarev has quit IRC | 17:52 | |
*** _oanson has joined #openstack-neutron | 17:53 | |
*** slaweq_ has quit IRC | 17:56 | |
*** slaweq_ has joined #openstack-neutron | 17:57 | |
*** jckasper has quit IRC | 17:59 | |
*** slaweq_ has quit IRC | 18:01 | |
*** lnicolas has quit IRC | 18:03 | |
*** numans has joined #openstack-neutron | 18:04 | |
*** jckasper has joined #openstack-neutron | 18:06 | |
*** singhj has quit IRC | 18:11 | |
*** chandankumar has quit IRC | 18:12 | |
*** karad has quit IRC | 18:14 | |
*** ihrachys has joined #openstack-neutron | 18:17 | |
*** anilvenkata has joined #openstack-neutron | 18:17 | |
*** obondarev has joined #openstack-neutron | 18:18 | |
*** karad has joined #openstack-neutron | 18:20 | |
*** thorst has joined #openstack-neutron | 18:23 | |
*** thorst has quit IRC | 18:23 | |
*** ihrachys has quit IRC | 18:23 | |
*** thorst has joined #openstack-neutron | 18:24 | |
*** jckasper has quit IRC | 18:29 | |
*** Leo_ has joined #openstack-neutron | 18:31 | |
*** ircuser-1 has quit IRC | 18:32 | |
*** ihrachys has joined #openstack-neutron | 18:32 | |
*** thorst has quit IRC | 18:33 | |
*** Leo_ has quit IRC | 18:36 | |
*** obondarev has quit IRC | 18:36 | |
*** anilvenkata has quit IRC | 18:36 | |
*** _oanson has quit IRC | 18:37 | |
*** jckasper has joined #openstack-neutron | 18:39 | |
*** irenab_ has joined #openstack-neutron | 18:40 | |
*** klindgren_ has joined #openstack-neutron | 18:42 | |
*** mgkwill_ has joined #openstack-neutron | 18:43 | |
*** csatari_ has joined #openstack-neutron | 18:43 | |
*** jckasper has quit IRC | 18:44 | |
*** raorn has joined #openstack-neutron | 18:44 | |
*** kfox1111_ has joined #openstack-neutron | 18:44 | |
*** marios_ has joined #openstack-neutron | 18:45 | |
*** gus_ has joined #openstack-neutron | 18:45 | |
*** ihrachys has quit IRC | 18:46 | |
*** mkoderer___ has joined #openstack-neutron | 18:48 | |
*** mfranc213_ has joined #openstack-neutron | 18:48 | |
*** rbradfor_ has joined #openstack-neutron | 18:48 | |
*** melwitt_ has joined #openstack-neutron | 18:48 | |
*** logan_ has joined #openstack-neutron | 18:48 | |
*** zzzeek_ has joined #openstack-neutron | 18:48 | |
*** apuimedo_ has joined #openstack-neutron | 18:49 | |
*** logan_ is now known as Guest27607 | 18:49 | |
*** manjeets- has joined #openstack-neutron | 18:49 | |
*** leifz- has joined #openstack-neutron | 18:49 | |
*** vkmc- has joined #openstack-neutron | 18:49 | |
*** csatari has quit IRC | 18:50 | |
*** zzzeek has quit IRC | 18:50 | |
*** irenab has quit IRC | 18:50 | |
*** marios has quit IRC | 18:50 | |
*** klindgren has quit IRC | 18:50 | |
*** mkoderer__ has quit IRC | 18:50 | |
*** logan- has quit IRC | 18:50 | |
*** mgkwill has quit IRC | 18:50 | |
*** ArchiFleKs has quit IRC | 18:50 | |
*** raorn_ has quit IRC | 18:50 | |
*** hockeynut has quit IRC | 18:50 | |
*** manjeets has quit IRC | 18:50 | |
*** mrhillsman has quit IRC | 18:50 | |
*** quade has quit IRC | 18:50 | |
*** mmedvede has quit IRC | 18:50 | |
*** gus has quit IRC | 18:50 | |
*** apuimedo has quit IRC | 18:50 | |
*** kfox1111 has quit IRC | 18:50 | |
*** mfranc213 has quit IRC | 18:50 | |
*** Kimmo__ has quit IRC | 18:50 | |
*** rbradfor has quit IRC | 18:50 | |
*** yarkot1 has quit IRC | 18:50 | |
*** vkmc has quit IRC | 18:50 | |
*** leifz has quit IRC | 18:50 | |
*** melwitt has quit IRC | 18:50 | |
*** apuimedo_ is now known as apuimedo | 18:50 | |
*** irenab_ is now known as irenab | 18:50 | |
*** leifz- is now known as leifz | 18:50 | |
*** csatari_ is now known as csatari | 18:50 | |
*** vkmc- is now known as vkmc | 18:50 | |
*** hockeynut has joined #openstack-neutron | 18:50 | |
*** vkmc has quit IRC | 18:50 | |
*** vkmc has joined #openstack-neutron | 18:50 | |
*** mgkwill_ is now known as mgkwill | 18:51 | |
*** hynekm has joined #openstack-neutron | 18:51 | |
*** Guest27607 is now known as logan- | 18:52 | |
*** ihrachys has joined #openstack-neutron | 18:52 | |
*** ArchiFleKs has joined #openstack-neutron | 18:56 | |
*** shivrao_ has joined #openstack-neutron | 18:57 | |
*** pacoblox has quit IRC | 18:57 | |
*** mrhillsman has joined #openstack-neutron | 18:57 | |
*** quade has joined #openstack-neutron | 18:57 | |
*** mmedvede has joined #openstack-neutron | 18:59 | |
*** ihrachys has quit IRC | 19:00 | |
*** mickeys has joined #openstack-neutron | 19:01 | |
*** thorst has joined #openstack-neutron | 19:04 | |
*** gangil has joined #openstack-neutron | 19:09 | |
*** thorst has quit IRC | 19:09 | |
*** Sukhdev has joined #openstack-neutron | 19:28 | |
*** Leo_ has joined #openstack-neutron | 19:30 | |
*** shihanzhang has quit IRC | 19:47 | |
*** shihanzhang has joined #openstack-neutron | 19:47 | |
*** shivrao_ has quit IRC | 19:58 | |
*** thorst has joined #openstack-neutron | 20:01 | |
*** gangil has quit IRC | 20:04 | |
*** thorst has quit IRC | 20:05 | |
*** nmagnezi has joined #openstack-neutron | 20:06 | |
*** netsin has quit IRC | 20:12 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: [TEST] Add tracing for RPC calls in metadata agent https://review.openstack.org/331485 | 20:14 |
*** rickyrem has joined #openstack-neutron | 20:14 | |
*** matrohon has joined #openstack-neutron | 20:17 | |
*** techcet has joined #openstack-neutron | 20:17 | |
*** rickyrem1 has joined #openstack-neutron | 20:17 | |
*** rickyrem has quit IRC | 20:19 | |
*** rickyrem has joined #openstack-neutron | 20:21 | |
*** techcet has quit IRC | 20:21 | |
*** pacoblox has joined #openstack-neutron | 20:21 | |
*** rickyrem1 has quit IRC | 20:22 | |
openstackgerrit | Ann Kamyshnikova proposed openstack/neutron: [TEST] Add tracing for RPC calls in metadata agent https://review.openstack.org/331485 | 20:25 |
*** rickyrem1 has joined #openstack-neutron | 20:26 | |
*** rickyrem has quit IRC | 20:28 | |
*** rook has quit IRC | 20:30 | |
*** hynekm has quit IRC | 20:31 | |
*** rickyrem has joined #openstack-neutron | 20:34 | |
*** rickyrem1 has quit IRC | 20:36 | |
*** Kimmo__ has joined #openstack-neutron | 20:39 | |
*** mvk has joined #openstack-neutron | 20:40 | |
*** rickyrem1 has joined #openstack-neutron | 20:40 | |
*** rickyrem has quit IRC | 20:42 | |
*** mvk_ has quit IRC | 20:42 | |
*** rickyrem has joined #openstack-neutron | 20:43 | |
*** rickyrem1 has quit IRC | 20:44 | |
*** nmagnezi has quit IRC | 20:46 | |
*** rickyrem has quit IRC | 20:48 | |
*** rickyrem has joined #openstack-neutron | 20:48 | |
*** rickyrem1 has joined #openstack-neutron | 20:52 | |
*** rickyrem has quit IRC | 20:53 | |
*** matrohon has quit IRC | 20:59 | |
*** karad has quit IRC | 20:59 | |
*** rickyrem has joined #openstack-neutron | 20:59 | |
*** rickyrem1 has quit IRC | 20:59 | |
*** rickyrem1 has joined #openstack-neutron | 21:02 | |
*** rickyrem has quit IRC | 21:04 | |
*** rickyrem has joined #openstack-neutron | 21:09 | |
*** rickyrem1 has quit IRC | 21:11 | |
*** rickyrem1 has joined #openstack-neutron | 21:12 | |
*** rickyrem1 has quit IRC | 21:13 | |
*** shivrao has joined #openstack-neutron | 21:14 | |
*** rickyrem has quit IRC | 21:14 | |
*** ociuhandu has joined #openstack-neutron | 21:33 | |
*** mvk_ has joined #openstack-neutron | 21:38 | |
*** mvk has quit IRC | 21:41 | |
*** pacoblox has quit IRC | 21:45 | |
*** shivrao has quit IRC | 21:46 | |
*** netsin has joined #openstack-neutron | 21:48 | |
*** pacoblox has joined #openstack-neutron | 21:48 | |
*** pacoblox has quit IRC | 22:00 | |
*** netsin has quit IRC | 22:04 | |
*** netsin has joined #openstack-neutron | 22:04 | |
*** ociuhandu has quit IRC | 22:13 | |
*** mickeys has quit IRC | 22:24 | |
*** jckasper has joined #openstack-neutron | 22:41 | |
*** jckasper has quit IRC | 22:46 | |
*** gvrangan has joined #openstack-neutron | 22:47 | |
*** banix has joined #openstack-neutron | 22:48 | |
*** Fdaisuke has joined #openstack-neutron | 22:51 | |
*** ozialien10 has joined #openstack-neutron | 22:52 | |
*** gvrangan has quit IRC | 22:56 | |
*** numans has quit IRC | 23:03 | |
*** Leo_ has quit IRC | 23:05 | |
*** karad has joined #openstack-neutron | 23:08 | |
*** ajmiller_ has joined #openstack-neutron | 23:12 | |
*** ajmiller has quit IRC | 23:15 | |
*** kfox1111_ is now known as kfox1111 | 23:15 | |
*** shivrao has joined #openstack-neutron | 23:24 | |
*** mickeys has joined #openstack-neutron | 23:25 | |
*** pacoblox has joined #openstack-neutron | 23:29 | |
*** mickeys has quit IRC | 23:30 | |
openstackgerrit | Miguel Lavalle proposed openstack/neutron: Add tenant id processing to segment plugin https://review.openstack.org/331497 | 23:32 |
*** djan has joined #openstack-neutron | 23:36 | |
*** shivrao has quit IRC | 23:46 | |
*** pacoblox has quit IRC | 23:47 | |
*** pacoblox has joined #openstack-neutron | 23:48 | |
*** yushiro has joined #openstack-neutron | 23:48 | |
*** lujinluo has joined #openstack-neutron | 23:49 | |
*** akshai has joined #openstack-neutron | 23:50 | |
*** Leo_ has joined #openstack-neutron | 23:50 | |
*** Leo_ has quit IRC | 23:55 | |
*** akshai has quit IRC | 23:55 | |
openstackgerrit | Miguel Lavalle proposed openstack/neutron: Remove unnecessary import from segment plugin https://review.openstack.org/331498 | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!