Thursday, 2014-04-24

*** sbfox has joined #openstack-neutron00:00
*** sacharya has quit IRC00:00
*** yfujioka has joined #openstack-neutron00:01
*** carlp has quit IRC00:04
*** nati_ueno has quit IRC00:05
*** sbfox has quit IRC00:05
*** german has quit IRC00:06
*** ThiagoCMC has quit IRC00:08
openstackgerritoda-g proposed a change to openstack/neutron-specs: Enable to set DHCP port attributes  https://review.openstack.org/8996900:13
*** manishg has joined #openstack-neutron00:14
*** WackoRobie has quit IRC00:16
*** zzelle has quit IRC00:18
*** GMann has joined #openstack-neutron00:19
mesterysdague: Thanks! I'll look into the first one more and report on #openstack-infra/qa tonight/tomorrow.00:19
*** WackoRobie has joined #openstack-neutron00:19
*** sweston has quit IRC00:21
*** iwamoto has joined #openstack-neutron00:21
*** WackoRobie has quit IRC00:21
*** ale___ has quit IRC00:27
*** WackoRobie has joined #openstack-neutron00:27
*** WackoRobie has quit IRC00:27
*** ale has joined #openstack-neutron00:29
*** KRS1 has joined #openstack-neutron00:34
*** amcrn has joined #openstack-neutron00:34
*** nati_ueno has joined #openstack-neutron00:36
*** beagles has quit IRC00:38
openstackgerritoda-g proposed a change to openstack/neutron-specs: Enable to set DHCP port attributes  https://review.openstack.org/8996900:39
*** nplanel has quit IRC00:40
*** nati_ueno has quit IRC00:40
*** mwagner_lap has joined #openstack-neutron00:42
*** TrevorV has quit IRC00:44
*** gdubreui has joined #openstack-neutron00:45
*** alagalah has joined #openstack-neutron00:45
amotokinlahouti: pong00:48
nlahoutiamotoki: I'd like to talk to you about the https://review.openstack.org/#/c/83863/00:53
*** _cjones_ has quit IRC00:53
nlahoutiamotoki: I added my reply to the your comments but didn't get reply00:54
*** jlibosva has joined #openstack-neutron00:55
amotokinlahouti: at now we completed the previous release and are not focusing on reviews much :-)    we need a break that is the reason.00:56
amotokinlahouti: i will reply your question but i think there is no need to rush.00:57
nlahoutiamotoki: :)00:58
nlahoutiamotoki: thx00:58
nlahoutiamotoki: will look for your reply.00:58
*** neutron_problem has quit IRC00:59
openstackgerritoda-g proposed a change to openstack/neutron-specs: Enable to set DHCP port attributes  https://review.openstack.org/8996900:59
*** jlibosva has quit IRC01:00
amotokinlahouti: personaly i will make sure all neutron-related reviews in horizon but I don't want to rush until neutron bluepirnt is approved. hehe :)01:00
*** harlowja has joined #openstack-neutron01:00
nlahoutiamotoki: I have couple of BP there as well :)01:01
*** annegentle has quit IRC01:02
*** GMann has left #openstack-neutron01:07
*** nati_ueno has joined #openstack-neutron01:10
*** atmark has joined #openstack-neutron01:11
*** jecarey has joined #openstack-neutron01:11
*** nlahouti has quit IRC01:12
*** rms_13 has quit IRC01:14
openstackgerritoda-g proposed a change to openstack/neutron-specs: Enable to set DHCP port attributes  https://review.openstack.org/8996901:17
*** yamahata_ has joined #openstack-neutron01:20
*** yamahata has joined #openstack-neutron01:20
*** ale has quit IRC01:22
*** changbl has joined #openstack-neutron01:22
*** fandi has quit IRC01:27
*** nati_ueno has quit IRC01:28
openstackgerrityangxurong proposed a change to openstack/neutron: Invalid vxlan id shouldn't be created successfully for ml2  https://review.openstack.org/8998201:30
*** sweston has joined #openstack-neutron01:32
openstackgerritAaron Rosen proposed a change to openstack/neutron: IBM: set secret=True on passwd config field  https://review.openstack.org/8998301:35
*** manishg has quit IRC01:36
*** manishg has joined #openstack-neutron01:36
*** changbl has quit IRC01:36
*** harmw has quit IRC01:40
*** harmw has joined #openstack-neutron01:41
*** GMann_ has joined #openstack-neutron01:43
*** mengxd has joined #openstack-neutron01:44
GMann_Is there anything 'security group default rule' in neutron?01:44
GMann_from code i did not find the same01:44
*** WackoRobie has joined #openstack-neutron01:45
GMann_amotoki: ^^01:45
*** abhiraut has quit IRC01:46
amotokiGMann_: the corresponding part is http://git.openstack.org/cgit/openstack/neutron/tree/neutron/db/securitygroups_db.py#n49401:47
amotokiGMann_: and http://git.openstack.org/cgit/openstack/neutron/tree/neutron/db/securitygroups_db.py#n12301:48
openstackgerritBaodong (Robert) Li proposed a change to openstack/neutron: Install SNAT rules for ipv4 only  https://review.openstack.org/8858401:48
amotokiGMann_: is this what you are finding?01:48
*** changbl has joined #openstack-neutron01:49
GMann_amotoki: yes, I looked into these file, those are default security group. Is there any security group's default rules exist?01:50
GMann_like in Nova we have security group default rule, which works fine with Nova-network as those are just Nova DB entry and get01:52
*** _cjones_ has joined #openstack-neutron01:52
GMann_amotoki: I just wanted to know that does neutron also support default rules?01:52
GMann_amotoki: as per my understanding, we cna add/remove rules in security group but there is no default rules exist in neutron.01:54
*** jlibosva has joined #openstack-neutron01:56
amotokiGMann_: there are default sg rules, which allows all egress rules.01:57
*** jlibosva1 has joined #openstack-neutron01:58
amotokiGMann_: by default all ingress traffic will be dropped and all egress traffic will be allowed.01:58
amotokiGMann_: is your question whether neutron provides a way to configure default rules?01:59
GMann_amotoki: yes, exactly the same question.02:00
*** jlibosva has quit IRC02:00
*** xianghui has joined #openstack-neutron02:01
*** _cjones_ has quit IRC02:01
amotokiGMann_: does nova have such feature? i just see secgroup-create/secgroup-add-rule in nova CLI.02:01
*** jlibosva1 has quit IRC02:02
GMann_amotoki: only API is present - https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/contrib/security_group_default_rules.py02:03
GMann_amotoki:'os-security-group-default-rules'02:04
amotokiGMann_: I see. This feature doesn't exist in neutron.02:04
amotokiGMann_: It is one of incompatibility points in nova and neutron sg. This seems useful feature.02:05
*** coolsvap has quit IRC02:05
GMann_amotoki: ok.02:06
GMann_amotpoki: That's what I wanted to know. Thanks a lot for your help.02:07
amotokiGMann_: it looks worth added to neutron in juno. i would like to take care.02:07
GMann_*amotoki02:07
*** banix has joined #openstack-neutron02:07
GMann_amotoki: oh thats great.02:07
amotokiGMann_: thanks for your input :-)02:08
*** sweston has quit IRC02:08
*** sacharya1 has quit IRC02:08
GMann_amotoki: I can take care from Nova side as currently this Nova API does not work with neutron driver configured as Sec_grp_api02:08
GMann_amotoki: as of now I need to patch this API to get information from/on Nova side only.02:09
GMann_amotkoi: once neutron provides this feature then, we can have this Nova API work with neutron too.02:10
*** coolsvap has joined #openstack-neutron02:10
amotokiGMann_: nice. there are a couple of incompabitlities between nova and neutron sg: name case sensitive vs insensitive, name uniqueness...02:12
*** sweston has joined #openstack-neutron02:12
GMann_amotoki: ohk02:13
*** sweston has quit IRC02:20
openstackgerritBaodong (Robert) Li proposed a change to openstack/neutron: Install SNAT rules for ipv4 only  https://review.openstack.org/8858402:22
GMann_amotoki: Thanks for you time. Please add me in BP or reviews for that feature so that i can get to know about that and take care in Nova side.02:23
*** otherwiseguy has joined #openstack-neutron02:24
openstackgerritBaodong (Robert) Li proposed a change to openstack/neutron: Install SNAT rules for ipv4 only  https://review.openstack.org/8858402:24
amotokiGMann_: yeah, thanks.02:26
*** changbl has quit IRC02:26
*** nati_ueno has joined #openstack-neutron02:26
*** networkstatic has quit IRC02:28
*** banix has quit IRC02:31
*** banix has joined #openstack-neutron02:33
*** amcrn has quit IRC02:41
*** amotoki has quit IRC02:43
*** GMann_ has left #openstack-neutron02:46
*** WackoRobie has quit IRC02:46
*** morganfainberg is now known as morganfainberg_Z02:47
*** xuhanp has joined #openstack-neutron02:48
*** alexpilotti has quit IRC02:49
KRS1I'm looking for a way to eliminate spof for neutron or look for neutron alternative.02:53
*** yamahata has quit IRC02:57
*** jlibosva has joined #openstack-neutron02:59
*** jlibosva has quit IRC03:04
openstackgerritXu Han Peng proposed a change to openstack/neutron: Upgrade failure for DB2 at ml2_binding_vif_details  https://review.openstack.org/8999003:04
*** harlowja is now known as harlowja_away03:09
*** prad has quit IRC03:19
*** manishg has quit IRC03:20
*** manishg_ has joined #openstack-neutron03:20
*** banix has quit IRC03:25
*** sbfox has joined #openstack-neutron03:25
*** sbfox has quit IRC03:27
*** Jianyong has joined #openstack-neutron03:30
*** changbl has joined #openstack-neutron03:30
*** sbfox has joined #openstack-neutron03:32
*** oda-g has quit IRC03:36
*** _cjones_ has joined #openstack-neutron03:36
*** HenryG has quit IRC03:36
*** oda-g has joined #openstack-neutron03:37
*** _cjones_ has quit IRC03:41
*** blogan has joined #openstack-neutron03:41
*** ramishra has joined #openstack-neutron03:46
*** blogan has quit IRC03:46
*** blogan has joined #openstack-neutron03:46
*** sweston has joined #openstack-neutron03:47
*** singhs has quit IRC03:48
*** nati_ueno has quit IRC03:55
*** ale has joined #openstack-neutron03:58
openstackgerrityangxurong proposed a change to openstack/neutron: Invalid vxlan id shouldn't be created successfully for ml2  https://review.openstack.org/8998203:59
*** jlibosva has joined #openstack-neutron03:59
*** otherwiseguy has quit IRC04:00
*** sweston has quit IRC04:01
*** yfried has quit IRC04:01
*** sweston has joined #openstack-neutron04:03
*** jlibosva has quit IRC04:05
*** coolsvap has quit IRC04:05
*** amcrn has joined #openstack-neutron04:06
*** sbfox has quit IRC04:06
*** coolsvap has joined #openstack-neutron04:07
*** sbfox has joined #openstack-neutron04:08
*** Longgeek has joined #openstack-neutron04:10
openstackgerritA change was merged to openstack/neutron: Fix unshortened IPv6 address caused DHCP crash  https://review.openstack.org/7288004:11
*** yamahata has joined #openstack-neutron04:17
*** harlowja_away is now known as harlowja04:18
*** ale has quit IRC04:21
*** carl_baldwin has joined #openstack-neutron04:22
*** yfried has joined #openstack-neutron04:24
*** yfried has quit IRC04:29
openstackgerritSumit Naiksatam proposed a change to openstack/neutron-specs: Group-based Policy Blueprint  https://review.openstack.org/8946904:47
*** yamahata has quit IRC04:48
*** yamahata has joined #openstack-neutron04:49
*** nati_ueno has joined #openstack-neutron04:52
*** chandan_kumar has joined #openstack-neutron05:00
*** jlibosva has joined #openstack-neutron05:00
*** jlibosva has quit IRC05:05
*** irenab has joined #openstack-neutron05:07
*** rwsu has quit IRC05:07
*** nati_ueno has quit IRC05:07
*** yfried has joined #openstack-neutron05:10
openstackgerritSumit Naiksatam proposed a change to openstack/neutron-specs: Group-based Policy Blueprint  https://review.openstack.org/8946905:10
*** Jianyong has quit IRC05:17
*** alagalah has quit IRC05:20
*** rwsu has joined #openstack-neutron05:23
*** Jianyong has joined #openstack-neutron05:24
openstackgerritRonak Shah proposed a change to openstack/neutron-specs: specification for extraroute extension support for nuage plugin  https://review.openstack.org/8869005:26
*** KRS1 has quit IRC05:26
openstackgerritRonak Shah proposed a change to openstack/neutron-specs: Specification for floatingip extension support for nuage plugin  https://review.openstack.org/8945905:31
*** Jianyong has quit IRC05:31
*** nati_ueno has joined #openstack-neutron05:33
*** amotoki has joined #openstack-neutron05:33
*** Jianyong has joined #openstack-neutron05:34
*** jlibosva has joined #openstack-neutron05:35
*** jlibosva has quit IRC05:35
*** sbfox has quit IRC05:42
*** yamamoto_ has joined #openstack-neutron05:50
*** alagalah has joined #openstack-neutron05:51
*** ale has joined #openstack-neutron05:51
*** hrzbrg has joined #openstack-neutron05:52
*** rotbeard has joined #openstack-neutron05:53
openstackgerritXu Han Peng proposed a change to openstack/neutron: Add secret=True to IBM SDNVE plugin password  https://review.openstack.org/9000405:57
*** GMann has joined #openstack-neutron05:58
*** nati_ueno has quit IRC05:58
*** alagalah has quit IRC05:59
*** irenab has quit IRC06:01
*** irenab has joined #openstack-neutron06:01
*** carl_baldwin has quit IRC06:04
*** nati_ueno has joined #openstack-neutron06:05
*** Longgeek has quit IRC06:05
*** Longgeek has joined #openstack-neutron06:06
*** Longgeek has quit IRC06:06
*** Longgeek has joined #openstack-neutron06:07
*** GMann has left #openstack-neutron06:08
*** Longgeek_ has joined #openstack-neutron06:12
*** dvorkinista has joined #openstack-neutron06:12
*** Longgeek has quit IRC06:16
*** jlibosva has joined #openstack-neutron06:18
openstackgerrityangxurong proposed a change to openstack/neutron: Invalid vxlan id shouldn't be created successfully for ml2  https://review.openstack.org/8998206:19
openstackgerritFawad Khaliq proposed a change to openstack/neutron: Fixed floating IP logic in PLUMgrid plugin  https://review.openstack.org/8618506:20
*** hrzbrg has quit IRC06:26
*** harlowja is now known as harlowja_away06:30
*** afazekas has joined #openstack-neutron06:32
*** dvorkinista has quit IRC06:34
*** lupu has joined #openstack-neutron06:34
*** dvorkinista has joined #openstack-neutron06:34
*** _cjones_ has joined #openstack-neutron06:39
*** dvorkinista has quit IRC06:39
*** shakamunyi has quit IRC06:42
*** _cjones_ has quit IRC06:43
*** mengxd has quit IRC06:44
*** ramishra has quit IRC06:45
*** ramishra has joined #openstack-neutron06:46
*** rha has joined #openstack-neutron06:47
openstackgerritOpenStack Proposal Bot proposed a change to openstack/neutron: Imported Translations from Transifex  https://review.openstack.org/9001406:50
*** hrzbrg has joined #openstack-neutron06:53
*** sweston is now known as sweston|away06:57
*** sweston|away is now known as sweston06:57
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Vmware: Set correct nullable for lsn_id, nsx_port_id  https://review.openstack.org/8949806:59
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: LBaaS: Set correct nullable parameter for agent_id  https://review.openstack.org/8208907:01
*** doude has joined #openstack-neutron07:02
*** oda-g has quit IRC07:02
*** amcrn has quit IRC07:04
*** shakamunyi has joined #openstack-neutron07:08
*** lukego has joined #openstack-neutron07:08
*** dvorkinista has joined #openstack-neutron07:09
*** ihrachyshka has joined #openstack-neutron07:09
*** shakamunyi has quit IRC07:12
*** mengxd has joined #openstack-neutron07:13
*** dvorkinista has quit IRC07:14
*** chandan_ has joined #openstack-neutron07:17
*** chandan_ is now known as Guest3128107:17
*** ihrachyshka has quit IRC07:19
*** ihrachyshka has joined #openstack-neutron07:20
*** ramishra has quit IRC07:24
Guest31281we install openstack havana with 1 controller & 2 compute node , i install and configure it succesful,but the issues is that when we associates floating ip to vm ,that ip is not get ping from controller node. Plz anyone help me ..07:24
openstackgerritfumihiko kakuma proposed a change to openstack/neutron: OFAgent: Port implementation of l2-population from OVS  https://review.openstack.org/8744007:26
openstackgerritLiping Mao proposed a change to openstack/neutron: lbaas on a network without gateway  https://review.openstack.org/8405807:27
hrzbrgbaoli, hi, hope you had nice easter holidays :) I didnt have the chance to test your devstack patch yet, mostly because all our testhardware is in use and I dont want to install it all in virtualboxes on my notebook. can you comment on your setup maybe?07:34
*** vthapar has joined #openstack-neutron07:36
*** gdubreui has quit IRC07:41
*** djoreilly has joined #openstack-neutron07:52
*** gongysh has joined #openstack-neutron07:53
*** bvandenh has joined #openstack-neutron08:03
*** matrohon has joined #openstack-neutron08:06
*** irenab has quit IRC08:06
*** shakamunyi has joined #openstack-neutron08:08
*** dvorkinista has joined #openstack-neutron08:10
*** ale has quit IRC08:13
*** shakamunyi has quit IRC08:13
*** manishg_ has quit IRC08:13
openstackgerritLiping Mao proposed a change to openstack/neutron: lbaas on a network without gateway  https://review.openstack.org/8405808:14
*** jpich has joined #openstack-neutron08:17
*** jistr has joined #openstack-neutron08:21
*** iwamoto has quit IRC08:21
*** dvorkinista has quit IRC08:22
*** evgenyf has joined #openstack-neutron08:24
*** ygbo has joined #openstack-neutron08:24
*** amuller has joined #openstack-neutron08:41
*** nati_ueno has quit IRC08:46
*** safchain has joined #openstack-neutron08:48
*** Jianyong has quit IRC08:48
*** Jianyong has joined #openstack-neutron08:49
*** dkehn has quit IRC08:49
*** dkehn has joined #openstack-neutron08:56
*** [1]evgenyf has joined #openstack-neutron08:56
*** evgenyf has quit IRC08:58
*** [1]evgenyf is now known as evgenyf08:58
*** ihrachyshka has quit IRC08:58
*** evgenyf has quit IRC09:00
*** evgenyf has joined #openstack-neutron09:00
*** Longgeek_ has quit IRC09:01
openstackgerritA change was merged to openstack/neutron: Fix H302 violations in extensions package  https://review.openstack.org/8857609:04
*** yfujioka has quit IRC09:05
*** overlayer has joined #openstack-neutron09:09
*** shakamunyi has joined #openstack-neutron09:09
*** Longgeek has joined #openstack-neutron09:09
*** yamamoto_ has quit IRC09:12
*** shakamunyi has quit IRC09:14
*** sweston has quit IRC09:16
openstackgerritBaohua Yang proposed a change to openstack/neutron: Change the quantum naming to neutron consistency in IBM SDNVE plugin  https://review.openstack.org/9003609:19
openstackgerritJakub Libosvar proposed a change to openstack/neutron: Fix H302 violations  https://review.openstack.org/8857809:20
openstackgerritJakub Libosvar proposed a change to openstack/neutron: Fix H302 violations in unit tests  https://review.openstack.org/8962809:20
openstackgerritJakub Libosvar proposed a change to openstack/neutron: Fix H302 violations in plugins package  https://review.openstack.org/8860309:20
*** evgenyf has quit IRC09:23
*** overlayer has quit IRC09:28
*** evgenyf has joined #openstack-neutron09:36
*** lupu has quit IRC09:38
*** dave_tucker_zzz is now known as dave_tucker09:40
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Re-submit "ML2 plugin should not delete ports on subnet deletion"  https://review.openstack.org/6269609:40
*** bvandenh has quit IRC09:45
*** bvandenh has joined #openstack-neutron09:45
*** devvesa has joined #openstack-neutron09:48
*** dvorkinista has joined #openstack-neutron09:49
*** mengxd has quit IRC09:58
*** ihrachyshka has joined #openstack-neutron10:06
*** dims has quit IRC10:08
*** Guest31281 has quit IRC10:08
*** ihrachyshka has quit IRC10:09
*** ihrachyshka has joined #openstack-neutron10:10
*** shakamunyi has joined #openstack-neutron10:10
openstackgerritDarragh O'Reilly proposed a change to openstack/neutron: Skip adding ips from non dhcp enabled subnets to host file  https://review.openstack.org/9004510:11
*** Longgeek has quit IRC10:12
*** jprovazn has joined #openstack-neutron10:12
openstackgerritA change was merged to openstack/neutron: Remove unused variable  https://review.openstack.org/7715510:12
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: WIP Add testing for database from oslo  https://review.openstack.org/7651910:13
*** vthapar has quit IRC10:13
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: WIP Implement test  https://review.openstack.org/7652010:13
*** shakamunyi has quit IRC10:14
openstackgerritJakub Libosvar proposed a change to openstack/neutron: Fix H302 violations  https://review.openstack.org/8857810:17
*** dims has joined #openstack-neutron10:19
*** Longgeek has joined #openstack-neutron10:20
*** Jianyong has quit IRC10:24
*** xuhanp has quit IRC10:24
*** evgenyf has quit IRC10:27
*** amuller has quit IRC10:28
*** ihrachyshka has quit IRC10:30
*** evgenyf has joined #openstack-neutron10:32
*** amuller has joined #openstack-neutron10:45
*** b3nt_pin has joined #openstack-neutron10:49
*** amuller_ has joined #openstack-neutron10:55
*** amuller has quit IRC10:57
*** lukego has quit IRC11:09
*** irenab has joined #openstack-neutron11:11
*** shakamunyi has joined #openstack-neutron11:11
*** gongysh has quit IRC11:11
*** aryan has quit IRC11:13
*** shakamunyi has quit IRC11:15
*** amuller__ has joined #openstack-neutron11:33
*** amuller__ is now known as amuller11:33
*** ramishra has joined #openstack-neutron11:34
*** b3nt_pin is now known as beagles11:35
*** amuller_ has quit IRC11:36
*** jgallard has joined #openstack-neutron11:36
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Fix incorrect usage of sa.String() type  https://review.openstack.org/9006111:36
*** pcm_ has joined #openstack-neutron11:38
*** SridharG has joined #openstack-neutron11:39
*** ihrachyshka has joined #openstack-neutron11:40
*** chandan_kumar has quit IRC11:45
*** Longgeek_ has joined #openstack-neutron11:52
*** alagalah has joined #openstack-neutron11:53
*** Longgeek has quit IRC11:53
*** HenryG has joined #openstack-neutron11:55
*** Longgeek_ has quit IRC11:57
*** shakamunyi has joined #openstack-neutron11:57
*** achampion has quit IRC11:59
*** Longgeek has joined #openstack-neutron12:04
*** Longgeek_ has joined #openstack-neutron12:04
*** rotbeard has quit IRC12:04
*** Longgeek has quit IRC12:08
*** salv-orlando has joined #openstack-neutron12:09
*** erecio has joined #openstack-neutron12:09
*** aryan has joined #openstack-neutron12:12
*** erecio has quit IRC12:13
*** dvorkinista has quit IRC12:14
*** mengxd has joined #openstack-neutron12:16
*** rotbeard has joined #openstack-neutron12:19
*** prad has joined #openstack-neutron12:22
*** erecio has joined #openstack-neutron12:24
*** mengxd has quit IRC12:26
*** mengxd has joined #openstack-neutron12:27
*** erecio has quit IRC12:27
*** devvesa has quit IRC12:31
*** prad has quit IRC12:31
*** amuller has quit IRC12:34
*** xuhanp has joined #openstack-neutron12:36
*** mengxd has quit IRC12:40
*** erecio has joined #openstack-neutron12:40
openstackgerritenikanorov proposed a change to openstack/neutron-specs: neutron-flavor-framework  https://review.openstack.org/9007012:41
*** irenab has quit IRC12:48
*** lukego has joined #openstack-neutron12:50
openstackgerritBaodong (Robert) Li proposed a change to openstack/neutron: Install SNAT rules for ipv4 only  https://review.openstack.org/8858412:51
*** xianghui has quit IRC12:52
*** amuller has joined #openstack-neutron12:54
*** dave_tucker is now known as dave_tucker_zzz12:58
*** alexpilotti has joined #openstack-neutron13:01
baolihrzbrg, Hi, the network setup is basically the same as it with ipv4. But do pay attention to the commit message in which it talks about the additional stack variables.13:03
*** overlayer has joined #openstack-neutron13:04
*** alagalah has quit IRC13:07
*** Jianyong has joined #openstack-neutron13:07
*** alagalah has joined #openstack-neutron13:07
*** yfried has quit IRC13:09
*** achampion has joined #openstack-neutron13:09
enikanorov_anteaya: hi, what's up with tc elections?13:11
*** alagalah has quit IRC13:13
*** coolsvap is now known as coolsvap|afk13:13
*** coolsvap|afk is now known as coolsvap13:13
*** nplanel has joined #openstack-neutron13:16
*** overlayer has quit IRC13:17
*** overlayer has joined #openstack-neutron13:17
*** jecarey has quit IRC13:17
anteayaenikanorov_: they are ongoing13:18
anteayahave you voted?13:18
anteayathey are/it is13:19
*** markmcclain has joined #openstack-neutron13:19
enikanorov_yes, it says it ends 24|04 at 13-00 utc13:19
enikanorov_which is already in the past :)13:19
*** sgran has quit IRC13:19
*** julim has joined #openstack-neutron13:20
*** markmcclain has quit IRC13:20
anteayait says it ends after 24|04 1300 utc13:20
*** lupu has joined #openstack-neutron13:20
*** ramishra_ has joined #openstack-neutron13:21
*** ramishra has quit IRC13:22
*** dave_tucker_zzz is now known as dave_tucker13:23
*** dvorkinista has joined #openstack-neutron13:25
openstackgerritenikanorov proposed a change to openstack/neutron-specs: lbaas-api-and-objmodel-improvement  https://review.openstack.org/8990313:27
enikanorov_anteaya: so no fixed ending time?13:27
*** banix has joined #openstack-neutron13:28
*** banix has quit IRC13:28
anteayayes13:28
anteayaFriday after I wake up13:28
anteayathat is the fixed end time13:29
enikanorov_haha, ok13:29
*** dvorkinista has quit IRC13:29
*** changbl has quit IRC13:31
*** kbringard has joined #openstack-neutron13:32
*** jecarey has joined #openstack-neutron13:35
*** samuelbercovici has joined #openstack-neutron13:35
*** sgran has joined #openstack-neutron13:36
*** kbringard has quit IRC13:37
*** alagalah has joined #openstack-neutron13:38
*** kbringard has joined #openstack-neutron13:38
*** marun has joined #openstack-neutron13:39
*** overlayer has quit IRC13:41
*** alagalah has quit IRC13:42
*** berlin has joined #openstack-neutron13:42
*** jaypipes has joined #openstack-neutron13:46
*** blogan has joined #openstack-neutron13:51
*** WackoRobie has joined #openstack-neutron13:52
*** blogan has quit IRC13:53
*** blogan has joined #openstack-neutron13:54
*** manishg has joined #openstack-neutron13:54
*** markwash has joined #openstack-neutron13:55
*** armax has joined #openstack-neutron13:55
*** coolsvap is now known as coolsvap|afk13:57
*** manishg_ has joined #openstack-neutron13:58
*** sbalukoff1 is now known as sbalukoff13:58
*** samuelbercovici has quit IRC13:58
*** german_ has joined #openstack-neutron13:59
*** manishg has quit IRC13:59
*** samuelbercovici has joined #openstack-neutron13:59
*** hrzbrg has quit IRC14:00
*** jorgem has joined #openstack-neutron14:00
*** manishg has joined #openstack-neutron14:02
*** manishg_ has quit IRC14:02
*** tongli has joined #openstack-neutron14:05
*** manishg_ has joined #openstack-neutron14:05
*** manishg has quit IRC14:06
*** TrevorV has joined #openstack-neutron14:06
*** manishg has joined #openstack-neutron14:09
*** manishg_ has quit IRC14:10
*** manishg_ has joined #openstack-neutron14:13
*** prad has joined #openstack-neutron14:14
*** manishg has quit IRC14:14
*** jobewan has joined #openstack-neutron14:14
*** thedodd has joined #openstack-neutron14:15
*** manishg has joined #openstack-neutron14:17
*** manishg_ has quit IRC14:18
*** manishg_ has joined #openstack-neutron14:21
*** manishg has quit IRC14:21
*** manishg has joined #openstack-neutron14:25
*** manishg_ has quit IRC14:26
*** markmcclain has joined #openstack-neutron14:28
*** hrzbrg has joined #openstack-neutron14:28
*** manishg_ has joined #openstack-neutron14:29
*** manishg has quit IRC14:29
*** alagalah has joined #openstack-neutron14:30
*** mwagner_lap has quit IRC14:30
openstackgerritA change was merged to openstack/neutron: Fix incorrect usage of sa.String() type  https://review.openstack.org/9006114:31
*** manishg has joined #openstack-neutron14:32
*** manishg_ has quit IRC14:33
*** manishg_ has joined #openstack-neutron14:36
*** manishg has quit IRC14:37
*** manishg has joined #openstack-neutron14:40
*** manishg_ has quit IRC14:41
*** manishg_ has joined #openstack-neutron14:44
*** _cjones_ has joined #openstack-neutron14:44
*** safchain has quit IRC14:44
*** manishg has quit IRC14:45
*** carl_baldwin has joined #openstack-neutron14:46
*** manishg has joined #openstack-neutron14:48
*** manishg_ has quit IRC14:48
*** _cjones_ has quit IRC14:49
*** dvorkinista has joined #openstack-neutron14:50
*** catohornet1 has joined #openstack-neutron14:51
*** manishg has quit IRC14:53
*** ramishra_ has quit IRC14:53
*** alagalah has quit IRC14:54
*** alagalah has joined #openstack-neutron14:54
*** markwash has quit IRC15:00
*** mlavalle has joined #openstack-neutron15:00
openstackgerritJakub Libosvar proposed a change to openstack/python-neutronclient: Add option for retry number of connection attempts  https://review.openstack.org/9010415:00
*** baoli has quit IRC15:01
openstackgerritJakub Libosvar proposed a change to openstack/python-neutronclient: Add option for retry number of connection attempts  https://review.openstack.org/9010415:01
HenryGmarkmcclain: Hi. Can you remove the -2 on https://review.openstack.org/73355 ?15:02
openstackgerritPaul Michali proposed a change to openstack/neutron: Cisco VPN device driver - support IPSec connection updates  https://review.openstack.org/8962915:02
*** sweston has joined #openstack-neutron15:02
*** dims has quit IRC15:03
*** berlin has quit IRC15:03
*** chandan_kumar has joined #openstack-neutron15:04
*** dims has joined #openstack-neutron15:05
*** alagalah has quit IRC15:05
*** alagalah has joined #openstack-neutron15:06
*** ramishra has joined #openstack-neutron15:08
*** ihrachyshka has quit IRC15:10
*** rkukura has quit IRC15:11
*** dvorkinista has quit IRC15:12
*** blogan has quit IRC15:13
*** dvorkinista has joined #openstack-neutron15:13
*** coolsvap|afk is now known as coolsvap15:15
*** chandan_kumar has quit IRC15:16
*** ramishra has quit IRC15:20
*** afazekas has quit IRC15:21
*** banix has joined #openstack-neutron15:24
*** samuelbercovici has quit IRC15:26
*** rkukura has joined #openstack-neutron15:29
*** rotbeard has quit IRC15:30
enikanorov_SumitNaiksatam: Hi, the flavor framework bp is on review15:31
openstackgerritJakub Libosvar proposed a change to openstack/python-neutronclient: Add option for retry number of connection attempts  https://review.openstack.org/9010415:31
*** Longgeek_ has quit IRC15:34
*** changbl has joined #openstack-neutron15:36
*** mwagner_lap has joined #openstack-neutron15:37
*** yfried has joined #openstack-neutron15:38
*** nlahouti has joined #openstack-neutron15:39
*** alagalah has quit IRC15:39
*** alagalah has joined #openstack-neutron15:42
*** evgenyf has quit IRC15:42
*** dave_tucker is now known as dave_tucker_zzz15:45
*** blogan has joined #openstack-neutron15:51
*** _cjones_ has joined #openstack-neutron15:52
*** beagles is now known as beagles_brb15:52
*** BillTheKat has joined #openstack-neutron15:52
*** samuelbercovici has joined #openstack-neutron15:52
*** doude has quit IRC15:53
*** samuelbercovici has quit IRC15:53
*** markmcclain has quit IRC15:53
*** ihrachyshka has joined #openstack-neutron15:56
*** dvorkinista has quit IRC15:56
*** jlibosva has quit IRC15:58
*** otherwiseguy has joined #openstack-neutron15:58
*** rotbeard has joined #openstack-neutron15:59
*** ygbo has quit IRC16:01
*** ihrachyshka has quit IRC16:02
*** dims has quit IRC16:03
*** overlayer has joined #openstack-neutron16:03
*** ihrachyshka has joined #openstack-neutron16:03
*** jlibosva has joined #openstack-neutron16:04
*** leseb has joined #openstack-neutron16:04
*** sweston has quit IRC16:05
*** ramishra has joined #openstack-neutron16:05
*** dims has joined #openstack-neutron16:06
*** manishg has joined #openstack-neutron16:08
SumitNaiksatamenikanorov_: nice, thanks for following through you on your promise! :-)16:08
*** krtaylor has quit IRC16:08
*** baoli has joined #openstack-neutron16:09
*** xuhanp has quit IRC16:10
*** manishg has left #openstack-neutron16:10
*** humbolt has joined #openstack-neutron16:11
*** humbolt has quit IRC16:12
*** sbfox has joined #openstack-neutron16:12
*** humbolt has joined #openstack-neutron16:12
*** csd has joined #openstack-neutron16:12
*** jaypipes has quit IRC16:13
*** bvandenh has quit IRC16:14
*** dims has quit IRC16:17
*** dims has joined #openstack-neutron16:17
*** nplanel has quit IRC16:18
*** ramishra has quit IRC16:19
*** catohornet1 has quit IRC16:19
*** ramishra has joined #openstack-neutron16:22
*** sbfox1 has joined #openstack-neutron16:23
*** sbfox has quit IRC16:23
*** chandan_kumar has joined #openstack-neutron16:25
*** jgallard has quit IRC16:25
*** sbalukoff has quit IRC16:27
*** bvandenh has joined #openstack-neutron16:29
*** ramishra has quit IRC16:33
openstackgerritSalvatore Orlando proposed a change to openstack/neutron-specs: faster-list-responses blueprint specification  https://review.openstack.org/9013816:36
*** catohornet1 has joined #openstack-neutron16:37
*** jistr has quit IRC16:40
*** jlibosva has quit IRC16:43
*** humbolt has quit IRC16:43
*** ale has joined #openstack-neutron16:44
*** amuller has quit IRC16:44
*** marun_ has joined #openstack-neutron16:46
*** marun has quit IRC16:47
*** marun_ is now known as marun16:47
*** ale has quit IRC16:47
*** crc32 has joined #openstack-neutron16:47
*** jorgem1 has joined #openstack-neutron16:49
*** jorgem1 has quit IRC16:49
*** jorgem1 has joined #openstack-neutron16:50
*** jorgem has quit IRC16:50
*** harlowja_away is now known as harlowja16:51
*** overlayer has quit IRC16:55
*** jpich has quit IRC16:58
openstackgerritEd Bak proposed a change to openstack/neutron: Provide way to reserve dhcp port during failovers  https://review.openstack.org/7901816:58
*** crc32 has quit IRC16:59
*** sweston has joined #openstack-neutron17:01
*** humbolt has joined #openstack-neutron17:01
*** otherwiseguy has quit IRC17:04
*** thedodd has quit IRC17:04
*** thedodd has joined #openstack-neutron17:06
*** sweston has quit IRC17:06
*** SumitNaiksatam has quit IRC17:06
*** coolsvap is now known as coolsvap|afk17:08
*** rotbeard has quit IRC17:09
*** otherwiseguy has joined #openstack-neutron17:10
*** strictlyb has joined #openstack-neutron17:11
*** morganfainberg_Z is now known as morganfainberg17:12
mesteryakamyshnikova: ping17:15
*** sbfox1 has quit IRC17:16
mesteryenikanorov enikanorov_: ping17:16
*** chandan_kumar has quit IRC17:19
*** chandan_kumar has joined #openstack-neutron17:19
*** SumitNaiksatam has joined #openstack-neutron17:20
*** beagles_brb is now known as beagles17:22
*** nplanel has joined #openstack-neutron17:26
*** sbalukoff has joined #openstack-neutron17:27
*** thedodd has quit IRC17:28
mesterysalv-orlando: ping17:35
*** thedodd has joined #openstack-neutron17:37
*** afaranha has joined #openstack-neutron17:38
*** zzelle has joined #openstack-neutron17:43
*** crc32 has joined #openstack-neutron17:44
afaranhaDoes anyone knows how can I release and get a new network address for instances?17:44
zzellepcm_, hi17:44
pcm_zzelle: hi17:44
*** rms_13 has joined #openstack-neutron17:45
*** krtaylor has joined #openstack-neutron17:45
zzellei am looking at the BP https://blueprints.launchpad.net/neutron/+spec/l3-svcs-vendor-validation17:46
zzellelinked to http://lists.openstack.org/pipermail/openstack-dev/2014-April/033171.html17:47
*** jprovazn has quit IRC17:47
zzellepcm_, i would to understand which neutron component will become customizable after BP implementation17:48
zzellepcm_, the neutron-api L3 part ? or/and the neutron-l3-agent ?17:48
*** ale has joined #openstack-neutron17:51
openstackgerritnlahouti proposed a change to openstack/neutron-specs: Support for extensions in ML2 Mechanism Drivers  https://review.openstack.org/8920817:51
zzellepcm_, i look like understand if there are possible synergies between our BP and my intention to facilitate l3 agent customization17:51
pcm_zzelle: That BP is targeted towards the plugin and service driver, so that they can customize the public API that comes from the client.17:51
*** nati_ueno has joined #openstack-neutron17:52
zzellepcm_, the intention is to allow customizing the plugin part to integrate implementation specific service driver  features/restrictions ?17:54
*** humbolt has quit IRC17:55
zzellepcm_, or also allow to extend the current l3 agent manager  ?17:56
*** thedodd has quit IRC17:59
pcm_zzelle: Purely to allow vendors (or non-reference providers) to customize the processing of client requests.17:59
zzellepcm_, so mustly on neutron-server side ?17:59
pcm_zzelle: yes17:59
zzelleso i am to do exactly the opposite ! I like to customize neutron-l3-agent implementation18:01
*** thedodd has joined #openstack-neutron18:01
*** sweston has joined #openstack-neutron18:01
*** sbfox has joined #openstack-neutron18:01
pcm_zzelle: For VPN, the service driver (plugin) is paired with a device driver (agent), so vendors can really do whatever they want on that side.18:02
pcm_zzelle: do you have a BP or something capturing your thoughts on the agent customization? (curious)18:03
zzellepcm_, currently only the mail description above http://lists.openstack.org/pipermail/openstack-dev/2014-April/033171.html18:03
zzellepcm_, currently i am looking for synergies and feedbacks before proposing a BP18:05
*** sweston has quit IRC18:05
pcm_zzelle: gotcha.  You may want to bring it up at the L3 IRC Meetings (unfortunately, the last one was earlier today)18:06
*** nati_ueno has quit IRC18:06
enikanorov_mestery: pong18:07
*** ihrachyshka has quit IRC18:07
mesteryenikanorov_: Hey! Regarding this review (https://review.openstack.org/#/c/87935/), I think we should merge this. Your thoughts?18:07
mesteryenikanorov_: I've seen enough grenade failures lately that I think this will at least get that passing again.18:07
pcm_zzelle: Also, check with mestery: who may have some ideas on whether there are other efforts similar.18:07
zzellepcm_, exactly but i had an agenda conflict :(18:08
pcm_zzelle: :(18:08
*** lupu has quit IRC18:08
pcm_zzelle: Maybe send a message to carl or IRC him too18:08
*** amcrn has joined #openstack-neutron18:09
pcm_zzelle: He's carl_baldwin on IRC18:09
enikanorov_mestery: heh, didn't see this hack18:09
zzellei already got interesting returns from carl and possible synergies with vpnaas/fwaas18:10
mesteryenikanorov_: To get past grenade failures, I think we should merge this now.18:10
enikanorov_mestery: i think right now is a common point of view that any workaround that resolves the failure would work for us18:10
pcm_zzelle: Those two would have a bigger picture and could provide some feedback on whether it is something the community wants to pursue18:10
enikanorov_mestery: agree18:10
mesteryenikanorov_: OK, thanks, will merge this now. We have an item on the nova-net parity to resolve the migration issues in a better way in Juno.18:11
enikanorov_mestery: btw, do we have a track on migrations?18:12
enikanorov_migrations have been a pain in the ass for quite a long time18:12
mesteryenikanorov_: We do not directly, no. We're driving that in the nova-net area for now.18:13
mesteryenikanorov_: I have the schedule complete now, it was hard getting things into 20 slots lets just say. :)18:13
*** nati_ueno has joined #openstack-neutron18:13
salv-orlandomestery: I am here18:13
enikanorov_i can imagine18:13
*** nati_ueno has quit IRC18:14
mesterysalv-orlando: literally 30 seconds too late :P18:14
mesterysalv-orlando: I just merged this https://review.openstack.org/#/c/87935/18:14
mesteryThis gets us around the grenade failures for now, was looking for your comments as well :)18:14
mesteryI've seen lots of failures in grenade on checks/verifys, hoping this helps us out short-term.18:14
salv-orlandomestery: grenade is currently failing 100%18:15
mesterysalv-orlando: Yes, I see that.18:15
mesterysalv-orlando: Also, even with that change, I see there's a VPN failure in grenade as well, was just looking at that one.18:15
salv-orlandothis will get it going but infra will want a strategy from us regarding a fix for this migration issue w/service plugins18:15
*** blogan has quit IRC18:15
mesterysalv-orlando: During the TC meeting markmcclain and I laid out we will have a longer-term plan for that in Juno.18:16
mesterysalv-orlando: It's part of our "nova-network parity" etherpad now too :P18:16
salv-orlandomestery: the etherpad that I know of talks about migration from nova-network to neutron18:17
salv-orlandoah I see point 2.118:17
mesterysalv-orlando: Actually, it's a wiki now: https://wiki.openstack.org/wiki/Governance/TechnicalCommittee/Neutron_Gap_Coverage18:17
enikanorov_mestery: btw, why is migrations a part of nova-network parity? just curious18:20
*** carlp has joined #openstack-neutron18:20
enikanorov_ah, grenade testing18:20
*** jorgem1 has quit IRC18:21
*** blogan has joined #openstack-neutron18:22
*** nati_ueno has joined #openstack-neutron18:22
*** nplanel has quit IRC18:23
*** nplanel has joined #openstack-neutron18:23
mesteryenikanorov_: Yes. :)18:23
*** otherwiseguy has quit IRC18:27
*** jorgem has joined #openstack-neutron18:29
*** leseb has quit IRC18:30
*** jorgem1 has joined #openstack-neutron18:32
*** manishg has joined #openstack-neutron18:33
*** jorgem has quit IRC18:33
*** ramishra has joined #openstack-neutron18:34
*** markwash has joined #openstack-neutron18:35
*** igor__ has joined #openstack-neutron18:35
openstackgerritA change was merged to openstack/neutron: Add 2-leg configuration to Radware LBaaS Driver  https://review.openstack.org/6900918:35
openstackgerritA change was merged to openstack/neutron: IBM: set secret=True on passwd config field  https://review.openstack.org/8998318:36
*** gordc has joined #openstack-neutron18:36
*** gordc has left #openstack-neutron18:36
*** thedodd has quit IRC18:37
*** ramishra has quit IRC18:39
*** thedodd has joined #openstack-neutron18:40
*** dave_tucker_zzz is now known as dave_tucker18:45
*** overlayer has joined #openstack-neutron18:45
*** overlayer has quit IRC18:45
*** doddstack has joined #openstack-neutron18:46
*** overlayer has joined #openstack-neutron18:48
*** thedodd has quit IRC18:49
*** nati_ueno has quit IRC18:49
*** KRS1 has joined #openstack-neutron18:50
*** sballe has quit IRC18:50
*** chandan_kumar has quit IRC18:52
*** lukego has quit IRC18:53
openstackgerritPaul Michali proposed a change to openstack/neutron-specs: BP: Detailed status reporting for L3 Services  https://review.openstack.org/8848218:53
*** manishg has quit IRC18:55
*** ramishra has joined #openstack-neutron18:55
*** jaypipes has joined #openstack-neutron18:58
*** phil_h has joined #openstack-neutron18:59
*** ramishra has quit IRC19:00
*** sballe has joined #openstack-neutron19:00
*** jorgem has joined #openstack-neutron19:03
*** jorgem1 has quit IRC19:05
*** lukego has joined #openstack-neutron19:06
*** dave_tucker is now known as dave_tucker_zzz19:06
*** markmcclain has joined #openstack-neutron19:07
*** dims has quit IRC19:11
*** jogo has joined #openstack-neutron19:13
*** mriedem has joined #openstack-neutron19:13
openstackgerritJakub Libosvar proposed a change to openstack/python-neutronclient: Add option for retry number of connection attempts  https://review.openstack.org/9010419:15
mriedemhi neutron people, http://goo.gl/icbDLV looks like bug https://bugs.launchpad.net/nova/+bug/1251784 is back19:15
mriedemjogo: yeah19:15
*** chandan_kumar has joined #openstack-neutron19:15
mriedemto e-r patch19:15
mriedem1097 hits in the last 13 days19:15
mriedemall check queue19:16
mriedem96.4% failure19:16
mriedemmostly master but also on stable branches19:16
*** prad has quit IRC19:16
jogosalv-orlando: ^19:16
*** prad has joined #openstack-neutron19:17
jogomriedem: yeah its trage that it isn't happening in gate19:17
*** tongli has quit IRC19:17
mriedemjogo: yeah, it is on multiple changes though19:17
mriedemso not just one bad patch in the check queue19:17
mriedemseemed to really spike around 4/17 and die off by 4/19 again19:18
jogoyeah anyway at least add it baack to E-R19:18
mriedemdoing it19:18
mesterymriedem jogo: Thanks for bringing this to our attention19:19
mesterymriedem: Looks like as you say this spiked a week ago but has continued to surface a bit since then.19:20
mriedemmestery: yeah, i might narrow the query there and see if there was a patch that hit that really hard in the check queue19:20
mriedem4/17 was icehouse release day :)19:20
mesterymriedem: Cool, thanks!19:20
mesterymriedem: :)19:20
*** bvandenh has quit IRC19:21
*** chandan_kumar has quit IRC19:23
*** nlahouti has quit IRC19:25
mriedemjogo: https://review.openstack.org/#/c/90200/19:26
*** scotty95747 has joined #openstack-neutron19:27
*** catohornet1 has quit IRC19:27
*** ihrachyshka has joined #openstack-neutron19:27
mtreinishmestery: http://junodesignsummit.sched.org/event/48ccd60090740ae80b4d1811b9a61303 overlaps with the qa track, can you swap it with an non-overlapping session?19:30
* mestery checks19:30
*** nati_ueno has joined #openstack-neutron19:30
mriedemarosen: mestery: jogo: when this really spiked around 4/17, it hit this patch the hardest, but looks unrelated https://review.openstack.org/#/c/8092319:32
mesterymtreinish: Done, this slot should be better: http://junodesignsummit.sched.org/event/48ccd60090740ae80b4d1811b9a61303#.U1lm_uZdU9k19:33
*** dims has joined #openstack-neutron19:33
arosenhttp://logstash.openstack.org/#eyJmaWVsZHMiOltdLCJzZWFyY2giOiJtZXNzYWdlOlwiTG9jayB3YWl0IHRpbWVvdXQgZXhjZWVkZWQ7IHRyeSByZXN0YXJ0aW5nIHRyYW5zYWN0aW9uXCIgQU5EIGZpbGVuYW1lOlwibG9ncy9zY3JlZW4tcS1zdmMudHh0XCIiLCJ0aW1lZnJhbWUiOiI2MDQ4MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsIm9mZnNldCI6MCwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwic3RhbXAiOjEzOTgzNjc4MjI2MjJ919:33
arosenmriedem:  All of the mysql operations error i'm seeing are also coming through the RPC layer and not the wsgi interface19:34
mtreinishmestery: thanks19:34
arosen seems like this is probably only because the agents are more chatty then the tests that use the wsgi api perhaps.19:34
*** banix has quit IRC19:37
*** banix has joined #openstack-neutron19:39
*** sdague has quit IRC19:41
mriedemarosen: when "Lock wait timeout exceeded; try restarting transaction" shows up, it's also in about 50% successful runs19:41
*** sdague has joined #openstack-neutron19:42
*** otherwiseguy has joined #openstack-neutron19:42
*** rand738 has quit IRC19:43
arosenmriedem: from what i've found on google about this error most people suggest bumping:  innodb_lock_wait_timeout  in  /etc/my.cnf  . Not sure if that would be an option :/19:43
*** coolsvap|afk has quit IRC19:44
*** rand738 has joined #openstack-neutron19:45
mriedemarosen: we hit it with db2 :)19:46
mriedeminternally19:46
*** ihrachyshka has quit IRC19:47
*** ihrachyshka has joined #openstack-neutron19:47
*** alagalah has quit IRC19:52
*** alagalah has joined #openstack-neutron19:52
openstackgerritSridhar Gaddam proposed a change to openstack/neutron: Correction in protocol value for SG IPV6 RA rule  https://review.openstack.org/9020919:53
*** networkstatic has joined #openstack-neutron19:55
*** nplanel has quit IRC19:56
*** ramishra has joined #openstack-neutron19:56
*** singhs has joined #openstack-neutron19:57
*** singhs has left #openstack-neutron19:57
*** sbfox has quit IRC19:57
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Use set_gateway from ip_lib  https://review.openstack.org/9021019:58
*** djoreilly has quit IRC19:58
*** julim has quit IRC19:58
mriedemarosen: so looking at this https://review.openstack.org/#/c/74917/19:59
mriedemthere is already a retry on deadlock in oslo db20:00
mriedemcould whatever is failing in neutron be decorated with that like yo usaid?20:00
mriedemmestery: ^20:00
* mestery looks20:00
*** ramishra has quit IRC20:01
*** nplanel has joined #openstack-neutron20:01
*** sbfox has joined #openstack-neutron20:02
arosenmriedem:  we should probably pull that change into neutron.20:02
*** nplanel has quit IRC20:02
mriedemarosen: well, that change is for postgresql handling the retry on deadlock20:02
mesteryarosen mriedem: +120:02
mriedembut neutron would still need to use the decorator in the first place20:02
arosenmriedem: i got a few patches running with the inndb_lock_wait_timeout bumped https://review.openstack.org/#/q/owner:arosen+project:+openstack-dev/devstack+status:open,n,z20:04
arosenperhaps it helps :/20:04
*** nplanel has joined #openstack-neutron20:04
*** Jianyong has quit IRC20:05
*** harlowja is now known as harlowja_away20:06
mriedemarosen: but that's just masking the problem if you're using mysql20:07
arosenmriedem:  I think the issue is in conjunction with the agents. They are quite query happy.20:08
arosenmriedem: i agree though. Just seeing if it does anything.20:08
mriedemlooks like nova uses _retry_on_deadlock decorators quite a bit in it's sqla.api module20:09
mriedemcomstud: weren't we trying to stop doing that though? ^20:09
mriedemcomstud: or it was a hack or something?20:09
*** Jianyong has joined #openstack-neutron20:10
*** HenryG has quit IRC20:11
*** KRS1 has left #openstack-neutron20:11
*** KRS1 has joined #openstack-neutron20:11
comstudmriedem: It's actually not a hack, it turns out20:11
comstudthe sql docs (and even the error message) says to retry on deadlocks.20:12
*** pcm_ has quit IRC20:12
comstudThere's some things we can do probably to reduce how common deadlocks are, but there seems to be no reasonable way to determine whether or not your query could raise such an error20:12
*** nplanel has quit IRC20:12
comstudit's sql backend implementation determined20:12
*** nplanel has joined #openstack-neutron20:13
*** sweston has joined #openstack-neutron20:15
mriedemcomstud: ok, well that makes me feel better20:16
mriedemarosen: so probably wanna wrap neutron up wherever that lock is showing up and see if that helps20:16
mriedemarosen: btw, is there even a bug for that lock timeout issue?20:16
arosenmriedem: I'm not sure off hand. Though I'm there there have been several of them open with that same bug20:17
arosenwe've had this issue for a while i believe.20:17
arosenmriedem:  you're talking about adding the _retry_on_deadlock method to neutron from nova?20:18
openstackgerritA change was merged to openstack/neutron: Replace loopingcall in notifier with a delayed send  https://review.openstack.org/8479820:18
comstudarosen: i was discussing this a lot with marun a couple weeks ago or more20:19
arosenmriedem:  seems like nova isn't using the olso retry_on_deadlock version20:19
comstudi thought maybe it was added..20:19
mriedemarosen: yeah, i see that20:19
marunyes, one of many things I promise and don't make progress on20:19
marun*sigh*20:19
comstudarosen: We're using part of it or something20:19
comstudmaybe it was added to oslo very recently20:19
comstudit wasn't there last I looked20:20
*** _sweston_ has joined #openstack-neutron20:20
marunarosen: I think the query-happy agents need to rely on caching/hashing as much as retry-on-lock20:20
comstudexcept for the regular expression checking to turn exception into DBDeadlock20:20
*** ale___ has joined #openstack-neutron20:20
openstackgerritA change was merged to openstack/neutron: Fix migration that breaks Grenade jobs  https://review.openstack.org/8793520:20
comstudbbiab20:20
*** sweston has quit IRC20:20
mriedemarosen: comstud: so here is nova's http://git.openstack.org/cgit/openstack/nova/tree/nova/db/sqlalchemy/api.py#n19720:20
arosenmriedem: yup see that.20:20
mriedemwhere is oslo's?20:21
mriedemhttp://git.openstack.org/cgit/openstack/oslo-incubator/tree/openstack/common/db/api.py#n43 ?20:21
mriedemthat looks like retry for disconnect though, not lock timeout20:22
arosenmriedem:  i'm wondering if we use this in neutron if we have to do anything. It seems like it's handled automatically here: https://github.com/openstack/oslo-incubator/blob/master/openstack/common/db/sqlalchemy/session.py#L69920:22
arosenmriedem: though it looks like neutron isn't using olso-incubator sqlalchemy http://codepad.org/hGVJ0c0s20:23
*** scott-millward has joined #openstack-neutron20:23
*** ale has quit IRC20:23
mriedemspeaking of, when is neutron going to use oslo.messaging? :)20:23
marunsoon?20:23
marunihrachyshka is working on it20:23
arosenmriedem: i guess we'd just need to import from olso-incubator.openstack.db.sqlchemey  rather then sqlalchemy directly?20:23
mriedemarosen: ah ok, that makes sense with the postgresql patch then20:23
*** SumitNaiksatam has quit IRC20:24
mriedemarosen: you'd just use oslo's db session module right?20:24
mriedemi think nova is doing that already20:24
arosenmriedem: doesn't look like it from that trace.20:24
arosengrepping the code now though20:25
*** nplanel has quit IRC20:27
ihrachyshkamriedem: there's a WIP patch that was blocked by some architectural issues in neutron plugin api. I'm going to recheck the state of affairs tomorrow, the patch itself is not far from ready for tests actually20:27
*** blogan has quit IRC20:28
mtreinishmestery: actually I just looked at the schedule and now it's overlapping with the elastic recheck infra session20:28
mtreinishsorry I missed that before20:28
mesterymtreinish: Would it work better to move the Neutron QA session to Thursday morning? I don't see QA sessions at that time.20:29
arosenmriedem:  ah sorry we are using that.20:29
arosenme  oslo's db session module20:29
* arosen *20:29
mtreinishmestery: yeah that should work. I don't see anything scheduled there that will conflict except for the oslo one at 9:50a20:30
* mestery juggles some sessions around in the background.20:30
*** catohornet1 has joined #openstack-neutron20:31
*** jecarey has quit IRC20:32
arosenmriedem: right so you pointed out that the timeout error isn't handled but any idea why we don't see this LOG.exception() in the logs? https://github.com/openstack/oslo-incubator/blob/master/openstack/common/db/sqlalchemy/session.py#L46020:32
mesterymtreinish: Neutron QA session now at 9AM Thursday: http://junodesignsummit.sched.org/event/48ccd60090740ae80b4d1811b9a6130320:32
*** nplanel has joined #openstack-neutron20:32
mtreinishmestery: ok great, thanks20:33
*** scotty95747 has quit IRC20:33
arosenmriedem: for example: http://logs.openstack.org/75/63775/2/check/check-tempest-dsvm-neutron-full/cc4b4a8/logs/screen-q-svc.txt.gz?#_2014-04-24_18_50_07_67220:33
arosencalled out of: https://github.com/openstack/oslo-incubator/blob/master/openstack/common/db/sqlalchemy/session.py#L70420:33
comstudmriedem, arosen: yes, those are 2 different things...connection retries vs certain DB error returns20:33
*** changbl has quit IRC20:36
arosencomstud: Actually it looks like there is nothing in here https://github.com/openstack/oslo-incubator/blob/master/openstack/common/db/sqlalchemy/session.py to do retry on deadlock ?20:38
mriedemarosen: my guess is you haven't synced with oslo.db in a long time20:39
*** marun has quit IRC20:40
arosenarosen@arosen-desktop:/opt/stack/oslo-incubator$ grep -R  retry_on_dead *20:40
arosenmriedem:  ^ nada20:40
aroseni have the latest oslo-incubator20:40
mriedemarosen: as to why you're not seeing the 'DB exception wrapped' error20:40
mriedemi don't know what kind of retry on deadlock oslo/db has20:40
mriedemit looks like oslo.db doesn't have retry on deadlock, it has wrap_db_error and then nova uses that with it's retry_on_deadlock20:41
*** changbl has joined #openstack-neutron20:41
*** jecarey has joined #openstack-neutron20:42
arosenmaru i remember you were talking about retry_on_deadlock should we add that to neutron?20:42
*** banix has quit IRC20:45
*** christopheraedo has joined #openstack-neutron20:45
*** banix has joined #openstack-neutron20:46
*** phil_h has quit IRC20:47
*** changbl has quit IRC20:50
*** sbfox has quit IRC20:50
*** jaypipes has quit IRC20:52
*** prad has quit IRC20:53
*** singhs has joined #openstack-neutron20:53
*** singhs has left #openstack-neutron20:54
*** changbl has joined #openstack-neutron20:54
*** SumitNaiksatam has joined #openstack-neutron20:54
*** erecio has quit IRC20:55
*** ramishra has joined #openstack-neutron20:57
*** mwagner_lap has quit IRC20:59
*** harlowja_away is now known as harlowja21:01
*** ramishra has quit IRC21:02
*** dvorkinista has joined #openstack-neutron21:02
*** bvandenh has joined #openstack-neutron21:05
*** dvorkinista has quit IRC21:06
*** manishg has joined #openstack-neutron21:09
*** dvorkinista has joined #openstack-neutron21:17
*** phil_h has joined #openstack-neutron21:17
*** markmcclain has quit IRC21:23
*** phil_h has quit IRC21:24
*** yamahata has quit IRC21:24
*** _sweston_ is now known as sweston21:28
*** singhs has joined #openstack-neutron21:33
*** nati_ueno has quit IRC21:33
openstackgerritSridhar Gaddam proposed a change to openstack/neutron: Wrong protocol value for SG IPV6 RA rule  https://review.openstack.org/9020921:39
*** BillTheKat has quit IRC21:39
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: NSX: change api mapping for Service Cluster to Edge Cluster  https://review.openstack.org/9023621:39
*** markmcclain has joined #openstack-neutron21:42
*** singhs has quit IRC21:44
*** changbl has quit IRC21:44
openstackgerritArmando Migliaccio proposed a change to openstack/neutron: NSX: add nsx switch lookup to dhcp and metadata operations  https://review.openstack.org/9023821:46
*** singhs has joined #openstack-neutron21:46
*** hrzbrg has quit IRC21:47
*** mriedem has left #openstack-neutron21:48
*** dvorkinista has quit IRC21:49
*** dvorkinista has joined #openstack-neutron21:50
*** sbfox has joined #openstack-neutron21:51
*** SridharG has quit IRC21:53
*** bvandenh has quit IRC21:54
*** dims has quit IRC21:56
*** ramishra has joined #openstack-neutron21:58
*** otherwiseguy has quit IRC22:00
*** kbringard has quit IRC22:01
*** jobewan has quit IRC22:01
*** jgrimm has quit IRC22:02
*** ramishra has quit IRC22:02
*** oda-g has joined #openstack-neutron22:03
*** singhs has left #openstack-neutron22:06
*** nlahouti has joined #openstack-neutron22:06
*** singhs has joined #openstack-neutron22:07
*** armax has quit IRC22:07
*** amcrn has quit IRC22:08
*** dims has joined #openstack-neutron22:08
*** yamahata has joined #openstack-neutron22:09
*** singhs has quit IRC22:12
*** singhs has joined #openstack-neutron22:12
*** achampion has quit IRC22:15
*** baoli has quit IRC22:15
*** jorgem has quit IRC22:18
*** WackoRobie has quit IRC22:19
openstackgerritAmir Sadoughi proposed a change to openstack/neutron: Assign local VLANs before port filters  https://review.openstack.org/6555722:19
*** shakamunyi has quit IRC22:20
*** ihrachyshka has quit IRC22:27
*** TrevorV has quit IRC22:29
*** doddstack has quit IRC22:34
openstackgerritoda-g proposed a change to openstack/neutron: Make neutron-db-manage available for Metaplugin  https://review.openstack.org/8566022:42
*** enikanorov_ has quit IRC22:42
*** armax has joined #openstack-neutron22:47
*** banix has quit IRC22:50
openstackgerritAmir Sadoughi proposed a change to openstack/neutron: Added source-port-range-{min,max} to sec. groups  https://review.openstack.org/6212922:51
*** manishg has quit IRC22:53
*** dvorkini_ has joined #openstack-neutron22:55
*** dvorkinista has quit IRC22:55
*** amcrn has joined #openstack-neutron22:57
*** dvorkinista has joined #openstack-neutron22:57
*** lupu has joined #openstack-neutron22:58
*** ramishra has joined #openstack-neutron22:58
*** rms_13 has quit IRC22:59
*** dkehn_ has joined #openstack-neutron23:00
*** dvorkinista has quit IRC23:01
*** dvorkinista has joined #openstack-neutron23:01
*** dvorkini_ has quit IRC23:01
*** dvorkinista has quit IRC23:02
*** dvorkinista has joined #openstack-neutron23:02
*** dkehn has quit IRC23:03
*** dkehn has joined #openstack-neutron23:03
*** ramishra has quit IRC23:03
*** armax has quit IRC23:03
*** carlp has quit IRC23:04
*** dkehnx has quit IRC23:04
*** lifeless has quit IRC23:04
*** nplanel_ has joined #openstack-neutron23:04
*** armax has joined #openstack-neutron23:04
*** lifeless has joined #openstack-neutron23:05
*** dvorkinista has quit IRC23:07
*** dvorkini_ has joined #openstack-neutron23:07
*** markmcclain has quit IRC23:07
*** dvorkini_ has quit IRC23:08
*** dvorkinista has joined #openstack-neutron23:09
*** sbfox1 has joined #openstack-neutron23:10
*** dvorkinista has quit IRC23:11
*** dvorkini_ has joined #openstack-neutron23:11
*** sbfox has quit IRC23:11
*** overlayer has quit IRC23:13
*** Jianyong has quit IRC23:13
*** WackoRobie has joined #openstack-neutron23:15
*** lukego has quit IRC23:16
*** WackoRob_ has joined #openstack-neutron23:16
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Set onlink routes for all subnets on an external network  https://review.openstack.org/9025023:19
*** manishg has joined #openstack-neutron23:19
*** WackoRobie has quit IRC23:20
*** lukego has joined #openstack-neutron23:21
*** achampion has joined #openstack-neutron23:22
*** singhs has quit IRC23:23
*** carl_baldwin has quit IRC23:25
*** mwagner_lap has joined #openstack-neutron23:31
*** manishg has quit IRC23:35
openstackgerritHao Wang proposed a change to openstack/neutron: Author: Hao Wang Date  : Thu Apr 24 03:56:00 2014 EST Fix the bug #1308958: Neutron net-list returns all networks for user in multiple tenants  https://review.openstack.org/9025423:43
*** lukego has quit IRC23:45
*** manishg has joined #openstack-neutron23:49
*** manishg_ has joined #openstack-neutron23:51
*** manishg has quit IRC23:53
*** manishg_ is now known as manishg23:53
*** yamahata has quit IRC23:57
*** ramishra has joined #openstack-neutron23:59

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