Friday, 2015-09-11

*** srilatha has quit IRC00:01
*** nlahouti has quit IRC00:02
*** achanda has quit IRC00:02
*** Sukhdev has quit IRC00:02
*** achanda has joined #openstack-neutron00:03
*** shwetaap has quit IRC00:03
*** Sukhdev has joined #openstack-neutron00:03
*** nlahouti has joined #openstack-neutron00:04
*** Swami has joined #openstack-neutron00:05
*** zhangjn has joined #openstack-neutron00:07
*** Sukhdev has quit IRC00:07
*** nlahouti has quit IRC00:09
*** nlahouti has joined #openstack-neutron00:10
*** madhu_ak has quit IRC00:12
kevinbentonHenryG: ping00:12
HenryGkevinbenton: pong00:13
*** ivar-lazzaro has quit IRC00:13
kevinbentonHenryG: https://review.openstack.org/#/c/219107/00:13
*** ivar-lazzaro has joined #openstack-neutron00:13
kevinbentonHenryG: the big switch CI used the requirements.txt to determine which bsnstacklib module to use when testing neutron patches00:13
*** hichihara has joined #openstack-neutron00:14
kevinbentonHenryG: without requirements.txt, where do you store the version of a 3rd party lib that goes with neutron00:14
*** minwang2 has quit IRC00:15
HenryGkevinbenton: I believe for ours it's the other way around. The 3rd party lib has a dependency on neutron.00:16
*** Swami has quit IRC00:16
kevinbentonHenryG: but that doesn't tell you what version of the 3rd party lib you need to install for neutron stable/kilo for example00:16
*** ivar-lazzaro has quit IRC00:17
*** chlong has quit IRC00:19
HenryGkevinbenton: I see what you are saying00:19
HenryGkevinbenton: But having the stadium project requirements in random places is not ideal00:19
HenryGkevinbenton: Should we create stadium-requirements.txt ?00:19
kevinbentonHenryG: how would that work, would it just be one file with everything?00:21
*** shoutm has quit IRC00:22
*** shadower has quit IRC00:23
*** SourabhP has joined #openstack-neutron00:23
HenryGkevinbenton: yes, but I have not thought it through00:23
*** shadower has joined #openstack-neutron00:23
*** shoutm has joined #openstack-neutron00:23
kevinbentonHenryG: can you selectively install one package from a requirements file?00:23
HenryGkevinbenton: It would only be relevant for stable branches, right?00:23
*** nlahouti has quit IRC00:23
*** nlahouti has joined #openstack-neutron00:23
*** bradjones is now known as bradjones|away00:24
kevinbentonHenryG: well i could see wanting to version cap master as well if you had experimental stuff00:25
kevinbentonHenryG: how is Cisco handling the CI testing for stable branches? Do you just have something hardcoded in scripts that says "if stable/kilo use this version", etc?00:26
*** nlahouti has quit IRC00:27
HenryGkevinbenton: I believe it starts with the stable/kilo version of networking-cisco, which has https://github.com/openstack/networking-cisco/blob/stable/kilo/requirements.txt#L1000:28
kevinbentonHenryG: no, i mean how do you know what version of the cisco lib to install on stable/kilo patches to neutron?00:28
*** nlahouti has joined #openstack-neutron00:29
kevinbentonHenryG: that requirements.txt just says which version of neutron is required for stable/kilo of cisco00:29
HenryGkevinbenton: I understand. I'd have to ask00:29
*** mlavalle has quit IRC00:30
*** shwetaap1 has quit IRC00:30
HenryGkevinbenton: Although the answer is probably in here somewhere if you want to dig around: https://github.com/cisco-openstack/openstack-sqe00:31
kevinbentonHenryG: ok, so right now we have no way to know which lib to use for neutron then, right?00:31
*** nlahouti has quit IRC00:31
*** shwetaap has joined #openstack-neutron00:31
HenryGkevinbenton: I think you are right00:31
*** zhangjn has quit IRC00:31
*** rushil has quit IRC00:31
kevinbentonHenryG: i'll wait for armax to pop online later tonight and see what he had in mind for this00:32
HenryGkevinbenton: also ask Ihar, because he probably knows how RH picks things for their distros00:32
*** sridhar_ram1 has quit IRC00:33
kevinbentonHenryG: yeah, i suppose one answer would just be to pay red hat to maintain package dependencies00:33
kevinbentonHenryG: but it seems like we should be able to capture this somewhere00:33
kevinbentonHenryG: it's a weird bi-directional dependency00:33
*** cdl has quit IRC00:34
*** sridhar_ram has joined #openstack-neutron00:35
*** sthillma has quit IRC00:35
*** sthillma has joined #openstack-neutron00:36
*** banix has quit IRC00:36
*** jckasper has joined #openstack-neutron00:37
*** sthillma has quit IRC00:37
*** sthillma has joined #openstack-neutron00:38
*** shoutm_ has joined #openstack-neutron00:40
*** banix has joined #openstack-neutron00:40
*** nlahouti has joined #openstack-neutron00:41
*** shoutm has quit IRC00:41
*** bigjools has joined #openstack-neutron00:43
HenryGkevinbenton: maybe it can be done using requirements extras00:44
*** nlahouti has quit IRC00:50
*** nlahouti has joined #openstack-neutron00:51
lifelesswhats the thing you need to expres?00:51
*** tiswanso has joined #openstack-neutron00:54
*** tiswanso has quit IRC00:57
*** armax has joined #openstack-neutron00:57
*** tiswanso has joined #openstack-neutron00:58
*** thurloat_isgone is now known as thurloat00:58
HenryGlifeless: if the deployer wants to include and optional package 'networking-foo', we want to express what version of networking-foo is required.00:58
*** nlahouti has quit IRC00:59
HenryGs/and/an/00:59
lifelessmmm, so really its up to those things to work with neutron's core, not the other way around01:00
*** SumitNaiksatam has quit IRC01:02
*** shivrao has quit IRC01:02
*** chlong has joined #openstack-neutron01:02
*** nlahouti has joined #openstack-neutron01:04
HenryGlifeless: when networking-foo==2015.1.0 is released, it is known to work with neutron kilo. It's dependency is set there. For example, https://github.com/openstack/networking-cisco/blob/stable/kilo/requirements.txt#L1001:05
lifelessright01:05
lifelessthough the upper cap there is going to bite folk eventually, sigh01:06
HenryGlifeless: I'll ask about the upper cap issue later. First ...01:08
HenryGlifeless: Now the problem is that a deployer (or packager) installs neutron version X, and wants to add optional networking-foo. Which version of networking-foo should they pick?01:08
*** achanda has quit IRC01:08
*** chlong has quit IRC01:08
*** achanda has joined #openstack-neutron01:08
*** dannywilson has joined #openstack-neutron01:09
*** zhhuabj has quit IRC01:09
*** miyagishi_t has joined #openstack-neutron01:09
*** zhenguo has joined #openstack-neutron01:09
lifelessHenryG: the highest one that is satisfied by that version of neutron01:10
lifelessHenryG: this is a pip limitation problem, I think you'll cause havoc trying to solve it the other way around01:10
lifelessHenryG: ('pip needs a resolver' is the general thing - and I have a POC that would work)01:10
HenryGlifeless: perhaps kevinbenton would like to try your POC?01:11
lifelesssure, its in my pip repo on github01:14
lifelessit doesn't support constraints files yet, but just pip install networking-foo from it should DTRT (assuming you've got that all published to pypi)01:15
lifelessif not, make a little local repo and point pip at that01:15
HenryGlifeless: thanks01:16
*** neophy has joined #openstack-neutron01:16
HenryGlifeless: about the upper cap issue ... how will it bite and what should be done?01:17
*** baoli has joined #openstack-neutron01:17
*** jwy has quit IRC01:19
*** vivek-ebay has quit IRC01:19
*** chlong has joined #openstack-neutron01:20
lifelessHenryG: it makes the process of openning up the new branch tricky because you can't atomically fix them all01:21
lifelessand all the -foo's disagree01:21
lifelessremember all the headaches with pbr and different oslo libraries and version caps at the start of L ?01:21
HenryGyeah01:22
lifelessbasically that01:22
lifelesswe might avoid it with constraints, not sure yet01:22
*** zhhuabj has joined #openstack-neutron01:25
*** SourabhP has quit IRC01:25
*** amotoki has joined #openstack-neutron01:26
*** armax has quit IRC01:26
*** sdake has quit IRC01:26
*** armax has joined #openstack-neutron01:26
*** ajmiller has quit IRC01:28
*** armax has quit IRC01:29
*** moha_hunt has quit IRC01:29
*** armax has joined #openstack-neutron01:30
*** saksham has quit IRC01:30
*** tfukushima has joined #openstack-neutron01:31
*** daneyon_ has quit IRC01:32
*** jbell8 has quit IRC01:32
*** cbits has quit IRC01:33
*** shwetaap has quit IRC01:33
*** jbell8 has joined #openstack-neutron01:34
*** armax has quit IRC01:34
*** jwy has joined #openstack-neutron01:35
*** stanzgy has joined #openstack-neutron01:36
*** stanzgy__ has joined #openstack-neutron01:36
*** tfukushima has quit IRC01:36
*** enikanorov__ has quit IRC01:36
*** abhiraut has quit IRC01:36
*** sballe has quit IRC01:36
*** zhangjn has joined #openstack-neutron01:42
*** jckasper has quit IRC01:47
*** ivar-lazzaro has joined #openstack-neutron01:47
*** jlvillal has quit IRC01:49
*** tiny-hands has joined #openstack-neutron01:49
openstackgerritZhaoBo proposed openstack/python-neutronclient: Fixed the help CLI info of lbaas-pool-update  https://review.openstack.org/19096801:49
*** fzdarsky_ has joined #openstack-neutron01:51
*** n00btube has quit IRC01:51
*** ivar-lazzaro has quit IRC01:52
*** tbachman has quit IRC01:52
*** sthillma has quit IRC01:52
*** yalie has quit IRC01:53
*** carl_baldwin has quit IRC01:53
*** salv-orlando has joined #openstack-neutron01:54
*** fzdarsky has quit IRC01:54
*** dannywilson has quit IRC01:57
*** s3wong has quit IRC02:00
*** EinstCrazy has joined #openstack-neutron02:00
*** baojg has joined #openstack-neutron02:01
*** salv-orlando has quit IRC02:02
*** shoutm_ has quit IRC02:02
*** arajagopal has joined #openstack-neutron02:08
*** mickeys has quit IRC02:09
*** shoutm has joined #openstack-neutron02:09
*** daneyon has joined #openstack-neutron02:09
*** daneyon has quit IRC02:10
*** tomoe__ has joined #openstack-neutron02:10
*** tomoe_ has quit IRC02:10
*** daneyon has joined #openstack-neutron02:12
*** daneyon has quit IRC02:13
*** daneyon has joined #openstack-neutron02:13
*** n00btube has joined #openstack-neutron02:16
*** jlvillal has joined #openstack-neutron02:18
*** zhangjn has quit IRC02:18
*** daneyon has quit IRC02:19
*** sridhar_ram has quit IRC02:22
*** yamahata has quit IRC02:24
*** yamamoto has quit IRC02:24
*** dims_ has quit IRC02:25
*** nlahouti has quit IRC02:26
*** SumitNaiksatam has joined #openstack-neutron02:26
*** slaweq has joined #openstack-neutron02:31
*** tfukushima has joined #openstack-neutron02:31
*** claudiub|2 has quit IRC02:32
*** baoli has quit IRC02:33
*** dims has joined #openstack-neutron02:33
*** jlvillal has quit IRC02:35
*** dave-mccowan has joined #openstack-neutron02:35
*** dave-mccowan has quit IRC02:35
*** achanda has quit IRC02:35
*** achanda has joined #openstack-neutron02:36
*** abregman has joined #openstack-neutron02:36
*** tfukushima has quit IRC02:36
*** yalie has joined #openstack-neutron02:41
*** achanda has quit IRC02:42
*** achanda has joined #openstack-neutron02:42
openstackgerritshihanzhang proposed openstack/neutron: DVR: notify specific agent when create/update port  https://review.openstack.org/22120902:43
*** bharathm has joined #openstack-neutron02:43
*** achanda has quit IRC02:44
*** n00btube has quit IRC02:44
*** achanda has joined #openstack-neutron02:45
*** baoli has joined #openstack-neutron02:46
*** bharathm has quit IRC02:47
*** achanda has quit IRC02:47
*** achanda has joined #openstack-neutron02:48
*** jaypipes has quit IRC02:49
*** iwamoto has joined #openstack-neutron02:52
*** tiny-hands has quit IRC02:53
iwamotofullstack tests don't seem to tear down test processes02:54
iwamotowhich is PITA with native of_interface02:55
*** banix has quit IRC02:56
*** achanda has quit IRC02:57
*** achanda has joined #openstack-neutron02:58
*** yalie has left #openstack-neutron02:58
*** dkehn has quit IRC03:01
*** Marga_ has quit IRC03:02
*** tomoe__ has quit IRC03:02
*** tomoe_ has joined #openstack-neutron03:02
*** tiny-hands has joined #openstack-neutron03:03
*** dkehn has joined #openstack-neutron03:03
openstackgerritYushiro FURUKAWA proposed openstack/neutron-specs: Logging API for security group and firewall rules  https://review.openstack.org/20350903:05
*** tiny-hands has quit IRC03:05
*** SridharG has joined #openstack-neutron03:05
*** tomoe_ has quit IRC03:07
*** changbl has quit IRC03:07
*** achanda has quit IRC03:09
*** armax has joined #openstack-neutron03:09
*** kengo_sakai has joined #openstack-neutron03:12
*** stanzgy_1 has joined #openstack-neutron03:16
*** stanzgy_2 has joined #openstack-neutron03:17
*** gberginc has joined #openstack-neutron03:17
*** srilatha has joined #openstack-neutron03:19
openstackgerritZhaoBo proposed openstack/neutron: Add timestamp for neutron core resources  https://review.openstack.org/21358603:19
*** stanzgy__ has quit IRC03:19
*** gberginc has quit IRC03:20
*** dims has quit IRC03:20
*** stanzgy has quit IRC03:20
*** abregman has quit IRC03:20
*** deepthi has joined #openstack-neutron03:21
*** stanzgy has joined #openstack-neutron03:21
*** stanzgy__ has joined #openstack-neutron03:22
*** stanzgy_2 has quit IRC03:22
*** stanzgy_1 has quit IRC03:22
*** yamamoto has joined #openstack-neutron03:22
*** tbachman has joined #openstack-neutron03:24
*** tiswanso has quit IRC03:24
*** tiswanso has joined #openstack-neutron03:24
*** VikasC has joined #openstack-neutron03:24
*** jwy has quit IRC03:25
*** amotoki has quit IRC03:27
*** Samos123 has quit IRC03:29
*** Marga_ has joined #openstack-neutron03:30
*** Marga_ has quit IRC03:30
*** tbachman_ has joined #openstack-neutron03:30
*** sbalukoff has quit IRC03:31
*** Marga_ has joined #openstack-neutron03:31
*** tbachman has quit IRC03:31
*** tbachman_ is now known as tbachman03:31
*** adam_g has quit IRC03:32
*** dims has joined #openstack-neutron03:32
*** dkehn has quit IRC03:34
*** adam_g has joined #openstack-neutron03:35
*** adam_g has quit IRC03:35
*** adam_g has joined #openstack-neutron03:35
*** nplanel has joined #openstack-neutron03:35
*** dkehn has joined #openstack-neutron03:35
*** sbalukoff has joined #openstack-neutron03:36
*** Samos123 has joined #openstack-neutron03:38
*** nlahouti has joined #openstack-neutron03:39
*** shivrao has joined #openstack-neutron03:40
*** links has joined #openstack-neutron03:41
*** ajmiller_ has quit IRC03:45
*** amotoki has joined #openstack-neutron03:45
*** dims has quit IRC03:46
*** tomoe_ has joined #openstack-neutron03:47
*** baoli has quit IRC03:49
*** ivar-lazzaro has joined #openstack-neutron03:49
*** anilvenkata has joined #openstack-neutron03:50
*** bobmel has joined #openstack-neutron03:50
*** bobmel_ has quit IRC03:52
*** amotoki has quit IRC03:54
*** sdake has joined #openstack-neutron03:55
*** ivar-lazzaro has quit IRC03:55
*** amotoki has joined #openstack-neutron03:58
*** shivrao has quit IRC03:58
*** shivrao_ has joined #openstack-neutron03:58
*** arajagopal has quit IRC03:59
*** daneyon has joined #openstack-neutron04:00
*** achanda has joined #openstack-neutron04:00
*** stanzgy has quit IRC04:00
*** stanzgy has joined #openstack-neutron04:01
*** EinstCrazy has quit IRC04:03
*** miyagishi_t has quit IRC04:04
kevinbentoniwamoto: ping04:06
iwamotokevinbenton: hi04:06
kevinbentoniwamoto: ihar had filed a bug related to that04:06
kevinbentoniwamoto: https://bugs.launchpad.net/neutron/+bug/149436304:07
openstackLaunchpad bug 1494363 in neutron "fullstack tests leave neutron-server running" [Undecided,New]04:07
iwamotokevinbenton: thanks for the info04:07
kevinbentoniwamoto: is that what you are running into?04:07
iwamotokevinbenton: i think my problem is due to agent processes being left unkilled04:08
*** anilvenkata has quit IRC04:10
*** stevemar has quit IRC04:11
*** salv-orlando has joined #openstack-neutron04:11
openstackgerritKevin Benton proposed openstack/neutron: Make base Neutron objects reference single table  https://review.openstack.org/22207904:12
*** Marga_ has quit IRC04:13
*** tiswanso has quit IRC04:16
kevinbentoniwamoto: ah, i see04:17
kevinbentoniwamoto: i would either file another bug or comment on that same bug04:18
*** amotoki has quit IRC04:18
*** salv-orlando has quit IRC04:18
*** nlahouti1 has joined #openstack-neutron04:20
*** nlahouti has quit IRC04:22
*** amotoki has joined #openstack-neutron04:25
*** anilvenkata has joined #openstack-neutron04:26
*** SourabhP has joined #openstack-neutron04:28
*** jckasper has joined #openstack-neutron04:29
openstackgerritKevin Benton proposed openstack/neutron: Make base Neutron objects reference single table  https://review.openstack.org/22207904:30
*** tfukushima has joined #openstack-neutron04:32
*** tfukushima has quit IRC04:36
*** tfukushima has joined #openstack-neutron04:36
*** tfukushima has quit IRC04:36
*** tflynn has joined #openstack-neutron04:38
*** SourabhP_ has joined #openstack-neutron04:38
*** tflynn_ has joined #openstack-neutron04:40
*** SourabhP has quit IRC04:41
*** SourabhP_ is now known as SourabhP04:41
*** srilatha has quit IRC04:42
*** srilatha has joined #openstack-neutron04:42
*** tflynn has quit IRC04:43
*** srilatha has quit IRC04:44
openstackgerritZongKai LI proposed openstack/neutron: skip add_endpoint for endpoint not changed case  https://review.openstack.org/22245904:44
*** srilatha has joined #openstack-neutron04:44
*** enikanorov has joined #openstack-neutron04:45
*** SourabhP_ has joined #openstack-neutron04:47
*** SourabhP has quit IRC04:48
*** SourabhP_ is now known as SourabhP04:48
*** srilatha has quit IRC04:48
*** ivar-lazzaro has joined #openstack-neutron04:52
*** daneyon has quit IRC04:54
*** achanda has quit IRC04:54
*** lazy_prince has joined #openstack-neutron04:55
openstackgerritArmando Migliaccio proposed openstack/neutron: Tickle-tickle  https://review.openstack.org/22246004:55
*** achanda has joined #openstack-neutron04:55
*** daneyon has joined #openstack-neutron04:56
*** anilvenkata has quit IRC04:56
*** ivar-lazzaro has quit IRC04:56
*** daneyon has quit IRC04:58
openstackgerritArmando Migliaccio proposed openstack/neutron: Tickle-tickle  https://review.openstack.org/22246004:59
*** daneyon has joined #openstack-neutron05:00
*** slaweq has quit IRC05:03
*** jlvillal has joined #openstack-neutron05:06
*** cdl has joined #openstack-neutron05:07
*** Ramanjaneya has joined #openstack-neutron05:11
*** yfried has quit IRC05:11
*** anilvenkata has joined #openstack-neutron05:12
vishwanathjarmax, hi05:13
*** sdake has quit IRC05:13
vishwanathjarmax, I had some questions related to neutron callbacks, we use neutron callbacks in our Brocade Vyatta Firewall code.....ran into some issues with it, was wondering if you are the right person to discuss and get some guidance to debug05:15
*** lajos-katona has joined #openstack-neutron05:18
*** salv-orlando has joined #openstack-neutron05:23
*** diga has joined #openstack-neutron05:23
*** aranjan has joined #openstack-neutron05:25
*** yfried has joined #openstack-neutron05:28
*** salv-orlando has quit IRC05:30
*** daneyon has quit IRC05:30
*** anilvenkata has quit IRC05:32
*** EinstCrazy has joined #openstack-neutron05:33
*** tflynn has joined #openstack-neutron05:33
openstackgerritHong Hui Xiao proposed openstack/neutron: Enable servicing lbaasV2 vip by DVR  https://review.openstack.org/22213505:33
*** hichihara has quit IRC05:34
*** cdl has quit IRC05:37
*** tflynn_ has quit IRC05:37
*** shausy has joined #openstack-neutron05:37
*** yeungp has joined #openstack-neutron05:38
*** zhhuabj has quit IRC05:39
*** cdl has joined #openstack-neutron05:40
*** anilvenkata has joined #openstack-neutron05:41
*** cdl has quit IRC05:41
*** cdl1 has joined #openstack-neutron05:41
*** tflynn_ has joined #openstack-neutron05:43
*** tfukushima has joined #openstack-neutron05:43
*** neophy has quit IRC05:45
*** jprovazn has joined #openstack-neutron05:45
*** tflynn has quit IRC05:46
*** shausy has quit IRC05:48
*** lazy_prince has quit IRC05:48
*** slaweq has joined #openstack-neutron05:49
*** lazy_prince has joined #openstack-neutron05:49
*** zhhuabj has joined #openstack-neutron05:50
*** anilvenkata has quit IRC05:51
*** slaweq has quit IRC05:54
*** fedexo has joined #openstack-neutron05:54
*** neophy has joined #openstack-neutron05:55
*** stanzgy_1 has joined #openstack-neutron05:59
*** stanzgy_2 has joined #openstack-neutron05:59
*** tfukushima has quit IRC05:59
*** y_sawai has joined #openstack-neutron06:02
*** stanzgy has quit IRC06:02
*** tfukushima has joined #openstack-neutron06:02
*** stanzgy__ has quit IRC06:02
*** tfukushima has quit IRC06:04
*** kawa2014 has joined #openstack-neutron06:04
*** tfukushima has joined #openstack-neutron06:04
*** SridharG has left #openstack-neutron06:06
*** numans has joined #openstack-neutron06:09
*** slaweq has joined #openstack-neutron06:10
*** anilvenkata has joined #openstack-neutron06:11
*** aranjan_ has joined #openstack-neutron06:11
*** Murali has joined #openstack-neutron06:12
*** aranjan has quit IRC06:12
*** SourabhP has quit IRC06:12
*** stanzgy has joined #openstack-neutron06:14
*** stanzgy__ has joined #openstack-neutron06:15
*** markvoelker has quit IRC06:16
openstackgerritOpenStack Proposal Bot proposed openstack/neutron: Imported Translations from Transifex  https://review.openstack.org/21874206:16
*** slaweq has quit IRC06:17
*** stanzgy_1 has quit IRC06:17
*** stanzgy_2 has quit IRC06:17
*** aranjan_ has quit IRC06:19
*** lori|away is now known as lori06:22
*** fedexo has quit IRC06:25
*** y_sawai has quit IRC06:29
*** vthapar has joined #openstack-neutron06:30
*** yeungp has quit IRC06:33
*** ildikov has quit IRC06:37
*** stanzgy__ has quit IRC06:38
*** stanzgy__ has joined #openstack-neutron06:38
*** y_sawai has joined #openstack-neutron06:39
*** lazy_prince has quit IRC06:40
*** hoangcx has joined #openstack-neutron06:42
*** SridharG has joined #openstack-neutron06:44
*** amotoki has quit IRC06:46
*** cdl1 has left #openstack-neutron06:48
*** dims has joined #openstack-neutron06:48
*** shwetaap has joined #openstack-neutron06:52
*** salv-orlando has joined #openstack-neutron06:53
*** dims has quit IRC06:53
*** jerrygb has quit IRC06:54
*** jerrygb has joined #openstack-neutron06:55
*** Ramanjaneya has quit IRC06:55
*** anilvenkata has quit IRC06:56
openstackgerritKevin Benton proposed openstack/neutron: Make base Neutron objects reference single table  https://review.openstack.org/22207906:59
*** jerrygb has quit IRC07:00
*** salv-orlando has quit IRC07:00
*** lajos-katona has quit IRC07:04
*** lazy_prince has joined #openstack-neutron07:04
*** jlanoux has joined #openstack-neutron07:04
*** EinstCrazy has quit IRC07:07
*** jlanoux_ has joined #openstack-neutron07:07
*** lajos-katona has joined #openstack-neutron07:07
*** gildub has quit IRC07:08
*** jlanoux has quit IRC07:09
*** tryit has joined #openstack-neutron07:10
*** tflynn_ has quit IRC07:11
*** anilvenkata has joined #openstack-neutron07:14
*** josecastroleon has quit IRC07:15
*** breitz has quit IRC07:16
*** breitz has joined #openstack-neutron07:17
*** markvoelker has joined #openstack-neutron07:17
*** tmorin has joined #openstack-neutron07:18
*** y_sawai has quit IRC07:19
*** shivrao_ has quit IRC07:20
*** ildikov has joined #openstack-neutron07:21
*** markvoelker has quit IRC07:22
*** numans has quit IRC07:22
*** neeti has joined #openstack-neutron07:22
*** matrohon has joined #openstack-neutron07:23
*** vthapar has quit IRC07:24
*** vthapar_ has joined #openstack-neutron07:25
*** pbrooko has joined #openstack-neutron07:25
*** tryit has quit IRC07:26
*** tryit has joined #openstack-neutron07:26
*** yog has joined #openstack-neutron07:26
*** yog is now known as Guest8098807:27
*** y_sawai has joined #openstack-neutron07:35
*** jpena has joined #openstack-neutron07:36
*** gparaskevas has joined #openstack-neutron07:41
*** jlibosva has joined #openstack-neutron07:44
openstackgerritKevin Benton proposed openstack/neutron: Add utility function for checking trusted port  https://review.openstack.org/22250607:44
*** shwetaap has quit IRC07:45
*** ronis has joined #openstack-neutron07:46
*** gildub has joined #openstack-neutron07:49
openstackgerritliusheng proposed openstack/python-neutronclient: Add sha1 conversion of token for HTTPclient  https://review.openstack.org/16883407:50
openstackgerritThomas Morin proposed openstack/neutron-specs: Neutron Extension for BGPVPN  https://review.openstack.org/17774007:52
*** ygbo has joined #openstack-neutron07:55
*** oomichi has joined #openstack-neutron07:57
armaxvishwanathj: sure07:58
armaxwhat issues did you find?07:59
*** sbelous has joined #openstack-neutron07:59
*** sayali has quit IRC08:00
vishwanathjarmax, Refer vyatta fwaas code at https://github.com/openstack/neutron-fwaas/blob/master/neutron_fwaas/services/firewall/agents/vyatta/firewall_service.py#L34 where we subscribe to router events.....08:01
armaxok08:01
*** sayali has joined #openstack-neutron08:03
vishwanathja firewall is created and is associated with a router.....next, external gateway is attached to the router followed by attaching a private network interface.....08:03
armaxok08:03
vishwanathjI should expect that _process_updated_router should be invoked right at https://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agent.py#L42308:04
openstackgerritArmando Migliaccio proposed openstack/neutron: Tickle-tickle  https://review.openstack.org/22246008:04
vishwanathjwe are finding that sync_firewall_zones() is not being called at https://github.com/openstack/neutron-fwaas/blob/master/neutron_fwaas/services/firewall/agents/vyatta/firewall_service.py#L4208:04
armaxvishwanathj: ok, I imagine that _process_updated_router is called somewhere within the callback body08:05
armaxthe callback call is logged08:05
armaxdo you see it?08:05
*** jlanoux_ has quit IRC08:05
*** y_sawai has quit IRC08:05
*** baojg has quit IRC08:05
*** amotoki has joined #openstack-neutron08:06
*** jlanoux has joined #openstack-neutron08:08
*** ildikov has quit IRC08:08
*** safchain has joined #openstack-neutron08:08
vishwanathjarmax, _process_update_router() is expected to be invoked via sequence _process_router_update() -> _process_router_if_compatible(router) ->_process_updated_router() is my understanding when external gateway or a private network interface is attached to router....is my understanding correct?.....08:09
*** achanda has quit IRC08:09
armaxI suppose it is…but that has nothing to do with the callback itself08:09
openstackgerritThomas Morin proposed openstack/neutron-specs: Neutron Extension for BGPVPN  https://review.openstack.org/17774008:09
*** baojg has joined #openstack-neutron08:09
armaxso long as the callback is subscribed and the notification is issued, then you should see the call being made08:10
armaxso look in the logs08:10
armaxthere should be a debug trace08:10
armaxthat shows whether your callback is being called08:11
vishwanathjmy observation is that the notification is not being issued and hence the call back is not being made......08:11
armaxin the log you should see the subscription call being made08:11
armaxand the notification call beind made08:11
armaxlike here:08:11
armaxhttp://logs.openstack.org/60/222460/2/check/gate-neutron-dsvm-api/802c592/logs/screen-q-svc.txt.gz#_2015-09-11_05_20_10_77608:11
*** achanda has joined #openstack-neutron08:12
*** amotoki_ has joined #openstack-neutron08:12
armaxand the notification happen here:08:13
armaxhttp://logs.openstack.org/60/222460/2/check/gate-neutron-dsvm-api/802c592/logs/screen-q-svc.txt.gz#_2015-09-11_05_24_09_46008:13
armaxif yours isn’t called08:13
armaxthen it isn’t subscribed08:13
armaxand we’d need to figure why08:13
armaxthe notification is in the code all right08:13
armaxdo you have a log I could look at?08:14
*** amotoki has quit IRC08:14
*** achanda has quit IRC08:16
*** amotoki_ has quit IRC08:16
vishwanathjarmax, unfortunately, i do not have the logs right away, one of my colleagues noticed the issue and we were debugging together....he is remote....I plan try to get that tomorrow.....but I did confirm that the callback is getting subscribed from the logs....in my analysis, I narrowed down that the code was executed only once at https://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agen08:16
vishwanathjt.py#L43308:16
vishwanathjhttps://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agent.py#L43308:17
armaxwell you gotta figure out if the notify happens08:19
armaxif it does, then the problem is with the registry08:19
armaxif it doesn’t08:19
armaxthe fault is elsewhere08:20
armaxthe registry is pretty dumb in that regard08:20
*** tkatarki has joined #openstack-neutron08:20
*** tfukushima has quit IRC08:21
vishwanathjper my analysis( i could be wrong thouhg) the notify would happen if https://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agent.py#L467 would get invoked which in turn invokes https://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agent.py#L414.....08:22
*** jistr has joined #openstack-neutron08:22
vishwanathjI find that https://github.com/openstack/neutron/blob/stable/kilo/neutron/agent/l3/agent.py#L432 is not getting executed....08:23
vishwanathjand hence the notify is not happening08:23
vishwanathj...could my thinking be right there?08:24
*** tfukushima has joined #openstack-neutron08:24
openstackgerritIWAMOTO Toshihiro proposed openstack/neutron: Add native of_interface fullstack tests  https://review.openstack.org/21699108:24
*** amotoki has joined #openstack-neutron08:26
openstackgerritKevin Benton proposed openstack/neutron: Make base Neutron objects reference single table  https://review.openstack.org/22207908:26
*** lajos-katona has quit IRC08:27
*** pradiprwt has joined #openstack-neutron08:27
*** pradiprwt has quit IRC08:30
*** vthapar_ has quit IRC08:30
*** pbrooko_ has joined #openstack-neutron08:31
*** pbrooko has quit IRC08:32
*** shoutm has quit IRC08:32
openstackgerritCao Xuan Hoang proposed openstack/neutron-specs: Logging API for security group and firewall rules  https://review.openstack.org/20350908:33
*** alex_klimov has joined #openstack-neutron08:33
openstackgerritThomas Morin proposed openstack/neutron-specs: Neutron Extension for BGPVPN  https://review.openstack.org/17774008:34
*** salv-orlando has joined #openstack-neutron08:35
*** anilvenkata has quit IRC08:35
openstackgerritThomas Morin proposed openstack/neutron-specs: Neutron Extension for BGPVPN  https://review.openstack.org/17774008:37
*** vishwanathj_ has joined #openstack-neutron08:38
openstackgerritSergey Belous proposed openstack/neutron: Adds base in-tree functional testing of the dhcp agent (OVS)  https://review.openstack.org/13683408:39
digahi08:40
digagsagie: Hi08:40
*** armax has quit IRC08:41
*** rotbeard has joined #openstack-neutron08:44
openstackgerritSergey Belous proposed openstack/neutron: Adds base in-tree functional testing of the dhcp agent (OVS)  https://review.openstack.org/13683408:44
*** ihrachys has joined #openstack-neutron08:44
*** lajos-katona has joined #openstack-neutron08:45
*** sbelous has quit IRC08:45
*** tkatarki has quit IRC08:46
*** yonglihe has quit IRC08:47
*** Vijaykc4 has joined #openstack-neutron08:47
openstackgerritSudhakar Babu Gariganti proposed openstack/neutron: fix call which is only specific to enhanced_rpc  https://review.openstack.org/22252208:47
*** tkatarki has joined #openstack-neutron08:47
*** Marga_ has joined #openstack-neutron08:47
*** hoangcx has quit IRC08:47
openstackgerritThomas Morin proposed openstack/neutron-specs: Neutron Extension for BGPVPN  https://review.openstack.org/17774008:48
*** anilvenkata has joined #openstack-neutron08:49
*** salv-orlando has quit IRC08:50
*** ildikov has joined #openstack-neutron08:52
*** tkatarki has quit IRC08:52
*** tomoe_ has quit IRC08:53
*** salv-orlando has joined #openstack-neutron08:53
*** ivar-lazzaro has joined #openstack-neutron08:56
*** salv-orlando has quit IRC08:58
*** Vijaykc4 has quit IRC08:59
*** ivar-lazzaro has quit IRC09:01
*** claudiub has joined #openstack-neutron09:03
*** sbelous_ has quit IRC09:03
*** sbelous_ has joined #openstack-neutron09:06
*** tkatarki has joined #openstack-neutron09:09
*** anilvenkata has quit IRC09:09
*** claudiub|2 has joined #openstack-neutron09:10
*** numans has joined #openstack-neutron09:10
*** tkatarki has quit IRC09:11
*** ArchiFleKs has quit IRC09:12
openstackgerritZhi Chang proposed openstack/neutron: Notify specific agent when update floatingip  https://review.openstack.org/21513609:13
*** claudiub has quit IRC09:13
*** ArchiFleKs has joined #openstack-neutron09:15
*** chlong has quit IRC09:16
*** armax has joined #openstack-neutron09:19
*** VikasC has quit IRC09:20
openstackgerritZhiyuan Cai proposed openstack/neutron-specs: Define timestamp as extension attribute  https://review.openstack.org/21095509:21
*** anilvenkata has joined #openstack-neutron09:22
openstackgerritZhaoBo proposed openstack/python-neutronclient: Fixed the help CLI info of lbaas-pool-update  https://review.openstack.org/19096809:24
*** pbrooko_ has quit IRC09:27
*** mickeys has joined #openstack-neutron09:28
tfukushimaHi I have a question about Neutron ports. Ports have references to subnets but the subnets don't seem to have ones to the ports. Can I query if the subnet has any port with python-neutronclient?09:30
tfukushimahttp://developer.openstack.org/api-ref-networking-v2.html#ports09:31
*** l6unchpad has joined #openstack-neutron09:31
*** armax has quit IRC09:35
*** killer_prince has joined #openstack-neutron09:35
openstackgerritSudhakar Babu Gariganti proposed openstack/neutron: Prevent full_sync in dhcp_agent when possible  https://review.openstack.org/22254609:35
*** armax has joined #openstack-neutron09:36
openstackgerritArmando Migliaccio proposed openstack/neutron: Switch to load based schedulers  https://review.openstack.org/22254709:37
openstackgerritSudhakar Babu Gariganti proposed openstack/neutron: Prevent full_sync in dhcp_agent when possible  https://review.openstack.org/22254609:37
*** sbelous has joined #openstack-neutron09:37
*** mickeys has quit IRC09:38
*** lazy_prince has quit IRC09:38
*** lazy_prince has joined #openstack-neutron09:39
*** killer_prince has quit IRC09:39
*** pbrooko has joined #openstack-neutron09:40
*** dims has joined #openstack-neutron09:46
*** zhenguo has quit IRC09:48
*** tfukushima has quit IRC09:48
*** anilvenkata has quit IRC09:49
*** tfukushima has joined #openstack-neutron09:54
*** john-davidge has joined #openstack-neutron09:58
*** ivar-lazzaro has joined #openstack-neutron09:58
*** Marga_ has quit IRC10:00
*** ivar-lazzaro has quit IRC10:02
*** john-davidge_ has joined #openstack-neutron10:03
*** tfukushima has quit IRC10:05
openstackgerritIWAMOTO Toshihiro proposed openstack/neutron: AsyncProcess: try to kill tender  https://review.openstack.org/22255610:05
*** john-davidge has quit IRC10:05
*** john-davidge_ is now known as john-davidge10:05
*** iwamoto has quit IRC10:07
*** anilvenkata has joined #openstack-neutron10:07
*** aix has joined #openstack-neutron10:08
*** anilvenkata has quit IRC10:08
*** mmdurrant has quit IRC10:09
*** jprovazn has quit IRC10:09
openstackgerritVinod Kumar proposed openstack/neutron: Get method to retrieve firewall handle.  https://review.openstack.org/22255710:09
*** tryit has quit IRC10:09
*** tfukushima has joined #openstack-neutron10:13
*** baojg has quit IRC10:14
*** gildub has quit IRC10:14
*** diga has quit IRC10:14
*** baojg has joined #openstack-neutron10:14
*** numans has quit IRC10:15
*** tfukushima has quit IRC10:17
*** gildub has joined #openstack-neutron10:18
*** baojg has quit IRC10:19
*** kiran-r has joined #openstack-neutron10:21
*** f13o has joined #openstack-neutron10:22
*** anilvenkata has joined #openstack-neutron10:27
*** pc_m has joined #openstack-neutron10:29
*** ociuhandu has quit IRC10:29
*** anilvenkata has quit IRC10:29
*** yamamoto has quit IRC10:34
*** claudiub has joined #openstack-neutron10:35
*** armax has quit IRC10:35
*** fzdarsky_ is now known as fzdarsky|lunch10:36
*** armax has joined #openstack-neutron10:37
*** claudiub|2 has quit IRC10:37
*** kawa2014 has quit IRC10:39
*** lazy_prince has quit IRC10:40
*** NareshA has joined #openstack-neutron10:41
*** Marga_ has joined #openstack-neutron10:45
*** anilvenkata has joined #openstack-neutron10:49
*** ZZelle has quit IRC10:49
*** jbell8 has quit IRC10:49
*** ZZelle has joined #openstack-neutron10:50
openstackgerritSridhar Gaddam proposed openstack/neutron: Configure gw_iface for RAs only in Master HA Router  https://review.openstack.org/22228310:50
*** kashyap has joined #openstack-neutron10:50
*** stanzgy__ has quit IRC10:50
*** pbrooko has quit IRC10:50
*** stanzgy has quit IRC10:50
*** anilvenkata has quit IRC10:51
*** kawa2014 has joined #openstack-neutron10:54
*** sudipto has joined #openstack-neutron10:55
openstackgerritJakub Libosvar proposed openstack/neutron: Fix establishing UDP connection  https://review.openstack.org/21242510:56
*** dave-mccowan has joined #openstack-neutron10:57
*** lajos-katona1 has joined #openstack-neutron10:59
*** ivar-lazzaro has joined #openstack-neutron11:00
*** tbachman has quit IRC11:00
*** tbachman has joined #openstack-neutron11:00
*** Marga_ has quit IRC11:02
*** zhangjn has joined #openstack-neutron11:02
*** lajos-katona has quit IRC11:02
*** zhangjn has quit IRC11:02
*** markvoelker has joined #openstack-neutron11:04
*** ivar-lazzaro has quit IRC11:04
*** oomichi has quit IRC11:06
*** markvoelker has quit IRC11:09
*** jlanoux has quit IRC11:11
*** shoutm has joined #openstack-neutron11:13
*** ociuhandu has joined #openstack-neutron11:17
*** kengo_sakai has quit IRC11:17
*** sudipto has quit IRC11:20
*** yamamoto has joined #openstack-neutron11:21
*** yamamoto_ has joined #openstack-neutron11:22
*** fxpester has joined #openstack-neutron11:22
fxpesterhey guys, are neutron is going to provide a some DPI based services for openstack ? may be in the future ?11:23
*** yamamoto has quit IRC11:25
*** gildub has quit IRC11:26
*** lajos-katona1 has quit IRC11:30
*** l6unchpad has quit IRC11:30
openstackgerritZhi Chang proposed openstack/neutron: Notify specific agent when update floatingip  https://review.openstack.org/21513611:31
*** yuanying_ has joined #openstack-neutron11:33
*** pbrooko has joined #openstack-neutron11:35
*** yuanying has quit IRC11:35
*** anshul has joined #openstack-neutron11:38
*** baoli_ has joined #openstack-neutron11:39
openstackgerritArmando Migliaccio proposed openstack/neutron: Switch scheduler drivers to load based schedulers  https://review.openstack.org/22254711:42
*** sdake has joined #openstack-neutron11:42
*** fzdarsky|lunch is now known as fzdarsky11:43
*** thorst has joined #openstack-neutron11:43
*** sdake has quit IRC11:44
*** rtheis has joined #openstack-neutron11:46
*** lajos-katona has joined #openstack-neutron11:47
*** baoli_ has quit IRC11:48
*** baoli has joined #openstack-neutron11:49
*** yfried has quit IRC11:52
*** anshul has quit IRC11:53
*** jamiec has quit IRC11:59
*** anshul has joined #openstack-neutron11:59
*** Jet has quit IRC11:59
*** jamiec has joined #openstack-neutron11:59
*** Guest80988 has quit IRC12:00
*** jpena is now known as jpena|lunch12:00
*** ildikov has quit IRC12:01
*** tiny-hands has joined #openstack-neutron12:02
*** Sukhdev has joined #openstack-neutron12:03
*** jlanoux has joined #openstack-neutron12:04
*** arajagopal has joined #openstack-neutron12:04
*** yfried has joined #openstack-neutron12:05
*** tkatarki has joined #openstack-neutron12:06
openstackgerritMerged openstack/neutron: Add test to check that correct functions is used in expand/contract  https://review.openstack.org/22171212:07
*** arajagopal has quit IRC12:08
*** lindycoder has joined #openstack-neutron12:08
*** mkolesni has joined #openstack-neutron12:10
*** ociuhandu has quit IRC12:13
*** deepthi has quit IRC12:14
*** ociuhandu has joined #openstack-neutron12:14
*** markvoelker has joined #openstack-neutron12:15
*** sri-p has joined #openstack-neutron12:15
*** ildikov has joined #openstack-neutron12:17
*** bradjones|away is now known as bradjones12:18
*** neophy has quit IRC12:19
*** tiswanso has joined #openstack-neutron12:21
sri-pis anyone aware of neutronclient command extension support?12:22
sri-pi need help regrading that..12:22
*** tiswanso has quit IRC12:23
*** tiswanso has joined #openstack-neutron12:24
kgalanovsri-p, please describe a problem briefly, don't ping anyone in the chat for nothing12:25
sri-psure kgalanov..12:26
sri-pi am trying to wrrite CLI commands for neutronclient with extension support without using shell.py..12:27
*** ivar-lazzaro has joined #openstack-neutron12:27
sri-pi am almost done with making the changes..when i am trying to run my command i am seeing an error "404 Resource not found"..12:27
kgalanovtry to run neutron command with --debug flag12:28
kgalanovyou will get API endpoing which does not exist12:28
sri-pi tried of that...my request is going to neutron server..but i am getting a response of Resource not found12:29
sri-pjust for clarification what should be path values for object_path and resource_path?12:30
kgalanov404 means that requested neutron service is not supported / enabled on the server12:30
kgalanovor url was not configured correctly12:30
*** edmondsw has joined #openstack-neutron12:31
sri-phow do i knoe my extension loaded properly or not?can you provide a pinpoint where i should look exactly to resolve my issue12:32
*** ivar-lazzaro has quit IRC12:32
*** mwagner_lap has joined #openstack-neutron12:34
*** ildikov has quit IRC12:36
*** rpothier has joined #openstack-neutron12:37
*** regXboi has joined #openstack-neutron12:38
*** tiswanso has quit IRC12:38
*** annegentle has joined #openstack-neutron12:42
*** thurloat is now known as thurloat_isgone12:42
*** vthapar has joined #openstack-neutron12:43
openstackgerritRyan Moats proposed openstack/neutron: Remove useless log from periodic_sync_routers_task  https://review.openstack.org/22258912:43
*** ivar-lazzaro has joined #openstack-neutron12:45
*** vishwanathj_ has quit IRC12:51
*** changbl has joined #openstack-neutron12:52
*** ildikov has joined #openstack-neutron12:52
*** kiran-r has quit IRC12:53
*** neeti has quit IRC12:56
*** rtheis_ has joined #openstack-neutron12:57
openstackgerritArmando Migliaccio proposed openstack/neutron: Tweak test_keepalived_respawns test logic  https://review.openstack.org/22246012:58
*** rtheis has quit IRC13:00
*** jpena|lunch is now known as jpena13:00
*** ivar-lazzaro has quit IRC13:00
*** tkatarki has quit IRC13:00
openstackgerritArmando Migliaccio proposed openstack/neutron: Tweak test_keepalived_respawns test logic  https://review.openstack.org/22246013:01
*** ivar-lazzaro has joined #openstack-neutron13:01
*** tkatarki has joined #openstack-neutron13:01
*** rtheis_ has quit IRC13:03
*** tkatarki has quit IRC13:03
*** kodokuu has joined #openstack-neutron13:06
*** rossella_s has quit IRC13:06
*** ivar-lazzaro has quit IRC13:06
*** rossella_s has joined #openstack-neutron13:06
kodokuuHi, is it possible to disable a network which use by all tenants (a shared network) for force new instances to deploy on new network ?13:06
openstackgerritRyan Moats proposed openstack/neutron: Add instrumentation devref  https://review.openstack.org/20428213:09
*** mwagner_lap has quit IRC13:11
*** mwagner_lap has joined #openstack-neutron13:11
*** f13o has quit IRC13:12
*** banix has joined #openstack-neutron13:12
*** pbrooko has quit IRC13:13
openstackgerritKyle Mestery proposed openstack/neutron: sub_project_guidelines: Add richer documentation  https://review.openstack.org/22225613:14
leitanhi everyone13:14
leitanare dvr / dvr_snat type routers allowed to host ha routers ?13:14
leitancause i create an ha=true distributed=false router and it gets created on legacy agents and dvr agents also13:15
leitanis this the normal/expected behaviour ?13:15
*** logan2 has quit IRC13:15
*** tmorin has quit IRC13:16
*** jaypipes has joined #openstack-neutron13:16
*** tmorin has joined #openstack-neutron13:16
*** pbrooko has joined #openstack-neutron13:17
*** vikram has joined #openstack-neutron13:18
leitananyone :)  ?13:19
*** salv-orlando has joined #openstack-neutron13:19
*** rtheis has joined #openstack-neutron13:19
*** nus has quit IRC13:19
leitani have another one too, why if i delete a namespace (like the fip namespace) the interface are still there buy the l3 agent complains that it cannot attach them to the namespace ? (after it gets recreated after a restart )13:20
openstackgerritRyan Moats proposed openstack/neutron: Add instrumentation devref  https://review.openstack.org/20428213:20
*** annegentle has quit IRC13:21
*** jaypipes is now known as leakypipes13:22
*** nus has joined #openstack-neutron13:22
openstackgerritRyan Moats proposed openstack/neutron: Introduce report_counters RPC for agents  https://review.openstack.org/21347413:22
*** anshul has quit IRC13:23
regXboileitan: there is a whole thread/bug around this13:23
*** pbrooko has quit IRC13:24
regXboileitan: see https://bugs.launchpad.net/neutron/+bug/136547313:24
openstackLaunchpad bug 1365473 in neutron "Unable to create a router that's both HA and distributed" [High,In progress] - Assigned to Adolfo Duarte (adolfo-duarte)13:24
*** tbachman has quit IRC13:24
*** nus has quit IRC13:27
*** vikram has quit IRC13:27
*** nus has joined #openstack-neutron13:28
*** nlahouti1 has quit IRC13:28
*** pbrooko has joined #openstack-neutron13:29
leitanregXboi, read the bug, but what i see is that the ha routers are actually created OK on a dvr type router ,  buy i have 4  l3 agents,  2 are (dvr_snat and one dvr) the other 2 are legacy with ha enabled,  i have configured max_ha_agents_per_router 213:31
leitanregXboi, i was expecting that the distruted=false ha=true will only get created on the legacy agents13:32
leitanregXboi, but no, they are created on the four l3 agents13:32
leitanand ha works just fine13:32
*** salv-orlando has quit IRC13:32
*** dansmith is now known as superdan13:32
regXboiLeitan: I would consider updating the bug with that information13:32
leitanregXboi, i wanted to know if theres a way to schedule ha=true routers, just to legacy/non-dvr router13:32
*** zhenguo has joined #openstack-neutron13:33
*** jroll is now known as jtroll13:33
*** sballe has joined #openstack-neutron13:34
*** claudiub has quit IRC13:34
*** jtroll is now known as Guest1373013:34
*** Guest13730 is now known as jroll13:34
*** achanda has joined #openstack-neutron13:34
*** alaski is now known as lascii13:36
akamyshnikovaleitan, there is this bug https://bugs.launchpad.net/neutron/+bug/136542613:37
openstackLaunchpad bug 1365426 in neutron "Support migration of non-HA router to HA and reverse" [Medium,New]13:37
*** links has quit IRC13:38
*** n00btube has joined #openstack-neutron13:38
*** nate_gone is now known as njohnston13:38
leitanakamyshnikova, regXboi thanks13:39
leitanregXboi, akamyshnikova what about namespaces destroyed not atacching existing interfaces to the namespaces ?13:40
*** crose has joined #openstack-neutron13:40
*** logan2 has joined #openstack-neutron13:43
*** Piet has quit IRC13:43
gparaskevasHello there, I am doing some tests with neutron, kilo multi node installation, i have created a ext net and a private net, i have created a router. Everything is working fine, internet access is ok13:46
*** tbachman has joined #openstack-neutron13:46
gparaskevasbut on my 2 compute nodes i can see with brctl show my router bridge13:46
gparaskevasis that normal?13:46
*** mmdurrant has joined #openstack-neutron13:46
gparaskevasi have 3 compute nodes and one Network/controller. on my 2 compute nodes i can see with brctl show the router device i have created13:47
gparaskevasis that normal?13:47
gparaskevasanyone i am just saying is this normal or this a bug?13:51
*** annegentle has joined #openstack-neutron13:52
*** linkmark has joined #openstack-neutron13:53
*** achanda has quit IRC13:54
*** aranjan has joined #openstack-neutron13:54
*** zzzeek has joined #openstack-neutron13:54
regXboileitan: I don't understand the question13:55
* regXboi stepping out to run an errand13:55
*** cbitte002 has joined #openstack-neutron13:55
*** carl_baldwin has joined #openstack-neutron13:56
*** ivar-lazzaro has joined #openstack-neutron13:56
gparaskevasregXboi: let me refrase, i can see a bridge on my compute nodes that is named with the ID of the router i have created, and its is bridged on a vlan interface of the xternal network.13:57
*** mestery has quit IRC13:57
*** hichihara has joined #openstack-neutron13:58
*** aranjan has quit IRC13:59
*** annegentle has quit IRC14:00
*** annegentle has joined #openstack-neutron14:00
*** claudiub has joined #openstack-neutron14:03
*** gparaskevas has left #openstack-neutron14:03
*** kbringard has joined #openstack-neutron14:03
*** Piet has joined #openstack-neutron14:03
*** vikram has joined #openstack-neutron14:04
*** tiswanso has joined #openstack-neutron14:05
*** tkatarki has joined #openstack-neutron14:05
*** sri-p has quit IRC14:06
openstackgerritSridhar Gaddam proposed openstack/neutron: Configure gw_iface for RAs only in Master HA Router  https://review.openstack.org/22228314:07
*** zzzeek_ has joined #openstack-neutron14:08
*** zzzeek has quit IRC14:08
*** zzzeek_ is now known as zzzeek14:08
*** mkolesni has quit IRC14:10
*** armax has quit IRC14:11
*** tflynn has joined #openstack-neutron14:13
*** ivar-lazzaro has quit IRC14:14
*** ivar-lazzaro has joined #openstack-neutron14:15
*** crose has quit IRC14:15
*** ajmiller has joined #openstack-neutron14:16
*** SridharG has left #openstack-neutron14:18
*** tflynn_ has joined #openstack-neutron14:18
*** Sukhdev has quit IRC14:19
*** mlavalle has joined #openstack-neutron14:19
*** tflynn has quit IRC14:21
*** Murali has quit IRC14:21
*** ildikov has quit IRC14:22
*** tflynn_ has quit IRC14:23
*** n00btube has quit IRC14:25
*** zzzeek has quit IRC14:26
*** baojg has joined #openstack-neutron14:27
*** pbrooko has quit IRC14:29
*** mkolesni has joined #openstack-neutron14:30
*** pbrooko has joined #openstack-neutron14:30
*** paul has joined #openstack-neutron14:30
*** pbrooko has quit IRC14:32
*** baojg has quit IRC14:32
*** pbrooko has joined #openstack-neutron14:32
*** pbrooko has quit IRC14:33
*** pbrooko has joined #openstack-neutron14:33
openstackgerritIhar Hrachyshka proposed openstack/neutron: Install sriov-agent.ini on 'setup.py install'  https://review.openstack.org/22263214:33
*** abregman has joined #openstack-neutron14:34
openstackgerritIhar Hrachyshka proposed openstack/neutron: Install sriov-agent.ini on 'setup.py install'  https://review.openstack.org/22263214:34
*** lajos-katona has quit IRC14:34
*** tongli has joined #openstack-neutron14:35
*** mestery has joined #openstack-neutron14:37
regXboigparaskevas: can't answer that question - I haven't looked at vlan all that much14:38
*** pbrooko has quit IRC14:38
*** morgan has quit IRC14:40
*** morganfainberg has joined #openstack-neutron14:40
*** yamahata has joined #openstack-neutron14:44
*** setuid has joined #openstack-neutron14:45
*** vishwanathj_ has joined #openstack-neutron14:48
*** emagana has joined #openstack-neutron14:48
*** Marga_ has joined #openstack-neutron14:49
*** yfried has quit IRC14:49
*** _cerberus_ is now known as llanfairpwllgwyn14:51
*** llanfairpwllgwyn is now known as _cerberus_14:51
*** r-daneel has joined #openstack-neutron14:52
*** tfukushima has joined #openstack-neutron14:52
openstackgerritBrent Eagles proposed openstack/neutron-vpnaas: Set owner to root for ipsec.secrets for LibreSwan  https://review.openstack.org/22219214:52
*** dannywilson has joined #openstack-neutron14:53
*** zhangjn has joined #openstack-neutron14:54
*** zhangjn has quit IRC14:55
*** annegent_ has joined #openstack-neutron14:55
*** annegentle has quit IRC14:55
*** TrevorV|Home has joined #openstack-neutron14:55
*** ronis has quit IRC14:55
*** zhangjn has joined #openstack-neutron14:55
*** zhangjn has quit IRC14:55
*** aranjan has joined #openstack-neutron14:56
*** morganfainberg has quit IRC14:56
*** morganfainberg has joined #openstack-neutron14:57
*** yamahata has quit IRC14:58
*** yamahata has joined #openstack-neutron14:58
*** morganfainberg has quit IRC14:59
*** aranjan has quit IRC15:00
*** annegent_ has quit IRC15:01
*** jerrygb has joined #openstack-neutron15:01
*** kodokuu has quit IRC15:02
*** jistr is now known as jistr|mtg15:02
*** salv-orlando has joined #openstack-neutron15:02
*** hichihara has quit IRC15:03
openstackgerritIhar Hrachyshka proposed openstack/neutron-vpnaas: Added +x permission to gate hook scripts  https://review.openstack.org/22265515:03
*** setuid has quit IRC15:03
*** morganfainberg has joined #openstack-neutron15:04
*** morganfainberg has quit IRC15:04
*** sambetts is now known as tehsmash15:06
*** tbachman has quit IRC15:06
*** tbachman has joined #openstack-neutron15:07
*** tbachman has quit IRC15:10
*** tbachman has joined #openstack-neutron15:11
*** setuid has joined #openstack-neutron15:11
leitanGuys, im seeing some packages get lost on qvo device that doesnt reach the qr interface (default gw) on the router, but from sources , the sec group is permit any from and to any, have you seen this before ? i tried deleting the router associate floating ips again, no succes15:12
*** vikram has quit IRC15:13
*** salv-orlando has quit IRC15:15
*** zzzeek has joined #openstack-neutron15:15
*** srilatha has joined #openstack-neutron15:17
*** salv-orlando has joined #openstack-neutron15:20
*** mestery has quit IRC15:20
*** jistr|mtg is now known as jistr15:22
*** morgan has joined #openstack-neutron15:23
openstackgerritIhar Hrachyshka proposed openstack/neutron-fwaas: Added +x permission to gate hook scripts  https://review.openstack.org/22266815:24
*** setuid has quit IRC15:24
*** morgan has quit IRC15:25
ihrachysI am a champion of non-sense patches for today...15:26
*** morgan has joined #openstack-neutron15:26
*** salv-orlando has quit IRC15:29
openstackgerritIhar Hrachyshka proposed openstack/neutron: ovs: don't use ARP responder for IPv6 addresses  https://review.openstack.org/22220615:29
*** salv-orlando has joined #openstack-neutron15:30
*** morgan has quit IRC15:31
*** morgan has joined #openstack-neutron15:31
*** abregman is now known as abregman|vafk15:32
*** AlexeyElagin has quit IRC15:33
*** y_sawai has joined #openstack-neutron15:33
*** jlibosva has quit IRC15:34
*** matrohon has quit IRC15:34
*** morgan has quit IRC15:35
*** AlexeyElagin has joined #openstack-neutron15:35
*** morgan has joined #openstack-neutron15:35
*** salv-orl_ has joined #openstack-neutron15:37
*** salv-orlando has quit IRC15:38
*** abregman|vafk has quit IRC15:40
*** tidwellr1 has joined #openstack-neutron15:42
*** jbell8 has joined #openstack-neutron15:43
*** tflynn has joined #openstack-neutron15:47
*** kbringard has quit IRC15:48
*** claudiub|2 has joined #openstack-neutron15:48
*** nplanel_ has joined #openstack-neutron15:49
*** claudiub has quit IRC15:49
*** nplanel has quit IRC15:51
*** bobmel_ has joined #openstack-neutron15:52
*** aix has quit IRC15:52
*** nplanel_ has quit IRC15:53
*** bobmel has quit IRC15:54
*** ronis has joined #openstack-neutron15:58
*** NareshA has quit IRC16:01
*** yuanying has joined #openstack-neutron16:02
*** setuid has joined #openstack-neutron16:02
*** namptit has joined #openstack-neutron16:02
*** rotbeard has quit IRC16:03
*** namptit has quit IRC16:03
*** zhenguo has quit IRC16:03
*** safchain has quit IRC16:03
*** chlong has joined #openstack-neutron16:04
*** yuanying_ has quit IRC16:04
*** kawa2014 has quit IRC16:05
*** devlaps has joined #openstack-neutron16:06
*** daneyon has joined #openstack-neutron16:06
*** sridhar_ram1 has joined #openstack-neutron16:07
*** vivek-ebay has joined #openstack-neutron16:08
*** mestery has joined #openstack-neutron16:09
*** jlanoux has quit IRC16:09
*** ihrachys has quit IRC16:12
*** kiran-r has joined #openstack-neutron16:13
*** njohnston is now known as nate_gone16:13
*** alex_klimov has quit IRC16:17
*** tmorin has quit IRC16:18
*** tflynn has quit IRC16:18
*** sridhar_ram1 has quit IRC16:20
*** kiran-r has quit IRC16:21
*** kbringard has joined #openstack-neutron16:21
*** kiran-r has joined #openstack-neutron16:22
*** salv-orl_ has quit IRC16:22
*** nlahouti has joined #openstack-neutron16:24
*** blogan_ has joined #openstack-neutron16:25
*** salv-orlando has joined #openstack-neutron16:25
openstackgerritRyan Moats proposed openstack/neutron: Add instrumentation devref  https://review.openstack.org/20428216:26
*** kiran-r has quit IRC16:27
*** vivek-ebay has quit IRC16:28
*** sudipto has joined #openstack-neutron16:28
*** shwetaap1 has joined #openstack-neutron16:29
*** mkolesni has quit IRC16:29
*** armax has joined #openstack-neutron16:31
*** minwang2 has joined #openstack-neutron16:31
*** salv-orlando has quit IRC16:31
*** salv-orlando has joined #openstack-neutron16:34
*** tehsmash is now known as sambetts16:36
*** salv-orlando has quit IRC16:38
*** Marga_ has quit IRC16:39
*** Marga_ has joined #openstack-neutron16:40
*** tfukushima has quit IRC16:42
*** tbachman has quit IRC16:43
*** aranjan has joined #openstack-neutron16:44
pc_mdougwig: ping16:44
*** banix has quit IRC16:46
*** davidjc has joined #openstack-neutron16:49
*** zzzeek has quit IRC16:49
*** mickeys has joined #openstack-neutron16:51
*** sdake has joined #openstack-neutron16:51
*** vivek-ebay has joined #openstack-neutron16:53
*** Marga_ has quit IRC16:53
*** sbelous has quit IRC16:54
*** clev is now known as clev-away16:54
*** dims has quit IRC16:55
*** dims has joined #openstack-neutron16:55
*** TrevorV|Home has quit IRC16:55
*** rushil has joined #openstack-neutron16:56
mlavalleHenryG: ping16:56
*** ygbo has quit IRC16:57
*** sdake_ has joined #openstack-neutron16:57
*** changbl has quit IRC16:58
HenryGmlavalle: pong17:00
*** nate_gone is now known as njohnston17:01
*** sdake has quit IRC17:01
mlavalleHenryG: I am doing the following: neutron-db-manage revision -m "Add attributes to support external DNS integration"17:01
*** jistr has quit IRC17:01
mlavalleHenryG: and I get: FAILED: Multiple heads are present; please specify the head revision on which the new revision should be based, or perform a merge.17:01
mlavalleHenryG: what am I doing wrong?17:01
mlavalleHenryG: this is freshly built devstack, in a freshly built VM using master17:02
*** sridhar_ram has joined #openstack-neutron17:03
mlavalleHenryG: I had a chat with salvatore-orlando a couple of days ago and he was seeing the same thing17:03
*** vthapar has quit IRC17:03
greghaynesHello! A few of us over in -infra are working on this infra-cloud thing and had a question about http://docs.openstack.org/networking-guide/deploy_scenario4b.html (provider networks with linuxbridge)17:04
HenryGmlavalle: give me a few minutes, on a call17:04
greghaynesBasically - we were wondering if we can have neutron use an existing bridge interface we create rather than create its own17:04
mlavalleHenryG: np, take your time17:04
*** rossella_s has quit IRC17:06
*** Swami has joined #openstack-neutron17:06
*** rossella_s has joined #openstack-neutron17:06
*** rushil has quit IRC17:06
*** rushil has joined #openstack-neutron17:07
*** john-davidge has quit IRC17:08
*** achanda has joined #openstack-neutron17:09
*** tbachman has joined #openstack-neutron17:09
*** jpena has quit IRC17:10
*** amotoki has quit IRC17:10
*** madhu_ak has joined #openstack-neutron17:10
*** sdake_ has quit IRC17:10
openstackgerritArmando Migliaccio proposed openstack/neutron: Tweak test_keepalived_respawns test logic  https://review.openstack.org/22246017:11
*** john-davidge has joined #openstack-neutron17:13
*** BoBall_AWOL has quit IRC17:14
*** s3wong has joined #openstack-neutron17:15
*** yamahata has quit IRC17:15
Swamicarl_baldwin: replied to your review comments #19444617:15
HenryGmlavalle: I am back17:16
*** y_sawai has quit IRC17:16
mlavalleHenryG: thanks.... so whar am I doing wrong?17:16
HenryGmlavalle: where is your patch?17:16
*** beagles has quit IRC17:17
mlavalleHenryG: well, before pushing the code I am trying to generate the allembic script in my devstack, to include it in the code I am going to push17:17
*** davidjc has quit IRC17:17
*** y_sawai has joined #openstack-neutron17:18
HenryGmlavalle: no problem17:18
*** john-davidge has quit IRC17:18
*** bharath has joined #openstack-neutron17:18
*** shwetaap1 has quit IRC17:18
HenryGmlavalle: let's try with a temporary database17:19
*** SumitNaiksatam has quit IRC17:19
mlavalleHenryG: I just want the teamplate. I am not attempting autogenrate. I'll fill in the details17:19
*** bharath is now known as bharathm17:19
*** sdake has joined #openstack-neutron17:19
HenryGmlavalle: understood17:20
HenryGmlavalle: run this:17:20
*** SourabhP has joined #openstack-neutron17:20
HenryGmysql -e "create database temp4dns;"17:20
HenryGmlavalle: Then this:17:21
HenryGneutron-db-manage --database-connection mysql+pymysql://root:secret@127.0.0.1/tmp4dns?charset=utf8 upgrade heads17:21
carl_baldwinSwami: ack17:22
Swamicarl_baldwin: thanks17:22
HenryGmlavalle: obviously replace 'secret' with your root mysql password17:22
*** jbell8 has quit IRC17:22
*** Marga_ has joined #openstack-neutron17:23
HenryGmlavalle: which is in localrc if you have forgotten it17:23
*** abhiraut has joined #openstack-neutron17:23
mlavalleHenryG: trying.....17:23
openstackgerritMerged openstack/neutron: Updated from global requirements  https://review.openstack.org/22193317:24
*** sudipto has quit IRC17:24
HenryGmlavalle: I mispelled the DB name: temp4dns vs tmp4dns17:24
*** shivrao has joined #openstack-neutron17:24
HenryGmlavalle: make sure you use the same name in the commands17:24
mlavalleHenryG: ok17:25
HenryGmlavalle: Now run:17:25
HenryGneutron-db-manage --database-connection mysql+pymysql://root:secret@127.0.0.1/temp4dns?charset=utf8  revision -m "add bla bla"17:26
*** john-davidge has joined #openstack-neutron17:27
*** ivar-lazzaro has quit IRC17:28
*** baoli has quit IRC17:28
*** leakypipes has quit IRC17:28
*** amuller has joined #openstack-neutron17:28
*** ivar-lazzaro has joined #openstack-neutron17:28
mlavalleHenryG: same error FAILED: Multiple heads are present; please specify the head revision on which the new revision should be based, or perform a merge.17:29
mlavalleHenryG: I have to go to the airport now. Can I ping you Monday?17:29
HenryGmlavalle: OK, then you must have some stray migrations in your tree17:29
HenryGmlavalle: 'git status17:30
mlavalleHenryG: I might ping you later from the airport17:30
mlavalleHenryG: If I can't, have a nice weekend!17:30
*** jbell8 has joined #openstack-neutron17:31
HenryGmlavalle: Look for uncommitted migration files in neutron/db/migration/alembic_migrations/versions/...17:31
*** john-davidge has quit IRC17:32
mlavalleHenryG: will do, thanks!17:32
*** mlavalle has quit IRC17:32
*** BoBall_AWOL has joined #openstack-neutron17:33
*** chlong has quit IRC17:34
*** Sukhdev has joined #openstack-neutron17:35
*** abhiraut has quit IRC17:37
*** yamahata has joined #openstack-neutron17:38
*** abhiraut has joined #openstack-neutron17:40
*** changbl has joined #openstack-neutron17:40
*** jbell8 has quit IRC17:42
*** tbachman has quit IRC17:43
*** rstarr has quit IRC17:44
*** aranjan has quit IRC17:44
*** tbachman has joined #openstack-neutron17:45
*** aranjan has joined #openstack-neutron17:45
*** numans has joined #openstack-neutron17:48
dougwigpc_m: ack17:49
*** baoli has joined #openstack-neutron17:50
pc_mdougwig: I think I may have figured out how to get neutron patchset used for VPN functional tests.17:50
pc_mdougwig: When you get a chance, can you look at https://review.openstack.org/#/c/203201/15/tools/tox_install.sh17:50
*** aranjan has quit IRC17:51
*** rstarr has joined #openstack-neutron17:51
pc_mdougwig: I tried with a neutron commit that had an error and then one that did not, and both worked as expected for VPN test.17:51
pc_mdougwig: I also checked VPN commit and local test run.17:51
*** ajmiller has quit IRC17:52
*** sbelous has joined #openstack-neutron17:52
*** armax has quit IRC17:52
*** saksham has joined #openstack-neutron17:53
*** ivar-lazzaro has quit IRC17:53
*** ivar-lazzaro has joined #openstack-neutron17:54
dougwigpc_m: great17:56
*** sbelous has quit IRC17:57
*** jwy has joined #openstack-neutron17:58
*** jbell8 has joined #openstack-neutron18:00
*** dmartls1 has joined #openstack-neutron18:01
*** numans has quit IRC18:02
*** ajmiller has joined #openstack-neutron18:04
*** salv-orlando has joined #openstack-neutron18:05
*** sridhar_ram has quit IRC18:05
*** ZZelle_ has joined #openstack-neutron18:06
*** salv-orlando has quit IRC18:07
*** salv-orlando has joined #openstack-neutron18:08
*** banix has joined #openstack-neutron18:08
*** sridhar_ram has joined #openstack-neutron18:08
*** thumpba has joined #openstack-neutron18:08
*** Piet has quit IRC18:09
*** TrevorV|Home has joined #openstack-neutron18:10
regXboiamuller: thx for the A+2/W+1 :)18:11
*** vishwanathj_ has quit IRC18:11
amullerregXboi: It was a hard one ;-)18:11
regXboiamuller: I've been running experiments to nail down how scheduling a router to a NN scales linearly in time and I've gotten *INCREDIBLY* tired of seeing that line18:12
*** beagles has joined #openstack-neutron18:12
amullerregXboi: IIRC we have 8 eventlet worker threads on the L3 agent18:12
regXboiamuller: sounds right18:13
amullerregXboi: so generally configuring routers on an agent would scale linearly18:13
amullerregXboi: that's the whole basis for L3 HA18:13
regXboiamuller: I think there are some places we can make that better without L3 HA18:13
amullerregXboi: I'm sure :)18:13
amullerregXboi: I think that we haven't scratched the surface with profiling and optimizing the agents or server18:14
regXboiamuller: ack18:14
regXboior so ack18:14
regXboier oh so ack18:14
*** zzzeek has joined #openstack-neutron18:15
amullerI wouldn't be surprised if we can get x2 improvements or better with a little bit of work on many types of operations18:15
* regXboi hopes to file a few bugs on what I'm finding by end of day18:15
amullerregXboi++18:15
regXboithe nasty part is I think the RPC mechanism as going to come under fire18:15
* regXboi has seen some ugly performance behavior of it when scaling offered load18:16
* regXboi isn't ready to cry wolf yet, because he doesn't have fine grained enough perf numbers to isolate causes18:17
* regXboi hopes that will change when after this experiment finishes18:19
openstackgerritJames Arendt proposed openstack/neutron: Fix Neutron flavor framework  https://review.openstack.org/21948618:19
*** abhiraut has quit IRC18:20
*** tflynn has joined #openstack-neutron18:20
*** tflynn_ has joined #openstack-neutron18:23
*** abhiraut has joined #openstack-neutron18:24
*** slaweq has joined #openstack-neutron18:24
*** jerrygb_ has joined #openstack-neutron18:24
*** y_sawai has quit IRC18:25
*** tbachman has quit IRC18:25
*** dims is now known as dimsum__18:26
*** tflynn has quit IRC18:26
*** salv-orl_ has joined #openstack-neutron18:26
*** blogan_ has quit IRC18:27
*** blogan_ has joined #openstack-neutron18:27
*** salv-orlando has quit IRC18:27
*** jerrygb has quit IRC18:28
*** salv-orlando has joined #openstack-neutron18:28
*** strictlyb has joined #openstack-neutron18:29
*** kiran-r has joined #openstack-neutron18:31
*** aranjan has joined #openstack-neutron18:31
*** salv-orl_ has quit IRC18:32
*** y_sawai has joined #openstack-neutron18:32
*** kiran-r has quit IRC18:33
*** strictlyb has quit IRC18:33
*** strictlyb has joined #openstack-neutron18:33
*** mriedem has joined #openstack-neutron18:36
*** slaweq has quit IRC18:36
*** aranjan has quit IRC18:36
*** aranjan has joined #openstack-neutron18:36
mriedemcan anyone explain why the neutron db api deadlocks so much in successful CI runs? http://goo.gl/mNc3g8 <- shows 85% success rate still when that happens18:36
mriedemis there a retry decorator happening?18:36
*** aranjan has quit IRC18:37
*** aranjan has joined #openstack-neutron18:37
*** salv-orlando has quit IRC18:38
*** salv-orlando has joined #openstack-neutron18:39
*** Marga_ has quit IRC18:40
*** Marga_ has joined #openstack-neutron18:41
*** Piet has joined #openstack-neutron18:41
*** aranjan has quit IRC18:42
*** achanda has quit IRC18:42
*** salv-orlando has quit IRC18:44
*** salv-orl_ has joined #openstack-neutron18:45
*** Marga_ has quit IRC18:45
regXboimriedem: I have to go back and look but I remember lots of discussions about retry decorators in the channel18:45
regXboiespecially w.r.t. deadlock18:45
mriedemok, this might be a dupe at this point, but https://bugs.launchpad.net/neutron/+bug/149488618:45
openstackLaunchpad bug 1494886 in neutron "Neutron DBDeadlocks a ridiculous amount in successful CI runs" [Undecided,Confirmed]18:45
*** Marga_ has joined #openstack-neutron18:46
*** blogan__ has joined #openstack-neutron18:48
openstackgerritAssaf Muller proposed openstack/neutron: ovs: don't use ARP responder for IPv6 addresses  https://review.openstack.org/22220618:49
*** blogan_ has quit IRC18:49
*** Sukhdev_ has joined #openstack-neutron18:49
*** y_sawai has quit IRC18:50
*** y_sawai has joined #openstack-neutron18:51
amullerkevinbenton: wanna take a look at this simple OVS agent ARP responder fix? https://review.openstack.org/#/c/222206/18:51
amullerhaleyb: ^18:51
*** salv-orl_ has quit IRC18:53
*** salv-orlando has joined #openstack-neutron18:54
haleybamuller: thanks, i didn't expect ihar to update the address, but it lgtm now18:54
*** jerrygb_ has quit IRC18:57
*** jerrygb has joined #openstack-neutron18:57
*** salv-orlando has quit IRC19:00
*** salv-orlando has joined #openstack-neutron19:01
*** slaweq has joined #openstack-neutron19:01
*** changbl has quit IRC19:03
*** tflynn_ has quit IRC19:04
*** tflynn has joined #openstack-neutron19:04
*** saksham has quit IRC19:05
*** sridhar_ram has quit IRC19:05
*** nlahouti has quit IRC19:05
*** ivar-lazzaro has quit IRC19:06
*** tbachman has joined #openstack-neutron19:06
*** abhiraut has quit IRC19:09
*** sdake_ has joined #openstack-neutron19:09
*** SumitNaiksatam has joined #openstack-neutron19:09
*** ociuhandu has quit IRC19:13
*** sdake has quit IRC19:13
*** abhiraut has joined #openstack-neutron19:13
*** rushil has quit IRC19:16
*** aranjan has joined #openstack-neutron19:17
*** rushil has joined #openstack-neutron19:17
*** rushil has quit IRC19:17
*** abhiraut has quit IRC19:18
*** y_sawai_ has joined #openstack-neutron19:20
*** sdake_ is now known as sdake19:20
*** rushil has joined #openstack-neutron19:22
*** y_sawai has quit IRC19:22
*** pc_m is now known as pc_m_AWAY19:24
*** banix has quit IRC19:25
*** rushil has quit IRC19:25
*** SumitNaiksatam has quit IRC19:31
*** SumitNaiksatam has joined #openstack-neutron19:31
openstackgerritMerged openstack/neutron: Remove useless log from periodic_sync_routers_task  https://review.openstack.org/22258919:32
*** slaweq has quit IRC19:32
*** armax has joined #openstack-neutron19:33
*** slaweq has joined #openstack-neutron19:34
claudiub|2mestery: around?19:35
*** trey has joined #openstack-neutron19:36
mesteryclaudiub|2: hi there!19:38
claudiub|2mestery: hi. :) so, if you have a little bit of time, I'd like your opinion on some security groups related issue19:39
*** dkehn has quit IRC19:39
mesteryclaudiub|2: Please, lets see what's going on19:39
claudiub|2mestery: so, let's say we have an network le_foo with the subnet le_subfoo, cidr: "10.0.0.0/24". let's say we create 100 instances on that network. each gets an ip. all of them are in the same sec-group le_bar, which only have the default security group rules.19:39
*** rtheis has quit IRC19:39
claudiub|2mestery: the thing is, neutron creates a security group rule for each instance on that network:  10.0.0.3/32, 10.0.0.3/32, 10.0.0.4/32, etc.19:40
*** rtheis has joined #openstack-neutron19:40
*** mlavalle has joined #openstack-neutron19:40
claudiub|2mestery: since the security group updates, each port in that network will have to add the new rules. this means NxN new rules to add. the problem is, the HyperVSecurityGroupDriver cannot handle large ammounts of security group rules, especially if they are added almost sequencially.19:40
claudiub|2mestery: So, my question is, wouldn't be easier to just add a 10.0.0.0/24 rule once instead of a /32 rule for each new instance? Or is there any particular reason for this?19:40
*** dkehn has joined #openstack-neutron19:40
*** rtheis has quit IRC19:41
mesteryclaudiub|2: I see what you mean with regards to the Hyper-V driver, but I'm wondering if another way to address this would be to batch the pdates the driver, assuming the problem is handling them sequentially.19:41
*** rtheis has joined #openstack-neutron19:41
claudiub|2mestery: the thing is, I've already done almost everything I can to improve the performance. Currently, it requires more than 80% less time to process the same ammount of rules than in the first icehouse implementation19:42
mesteryclaudiub|2: That's impressive indeed, so it seems you've optimized things quite a bit so far.19:43
claudiub|2mestery: poor choice of words... now it takes less than 20% of the original time it needed with the initial implementation19:43
*** lindycoder has quit IRC19:44
mesteryclaudiub|2: :)19:44
claudiub|2mestery: indeed, but there isn't much i can improve anymore19:44
claudiub|2it takes  roughly 5 seconds to add 100 security group rules to a single port19:44
mesteryclaudiub|2: My suggestion to you is to file a bug for this so we can look at this optimization. I'd like kevinbenton and ajo to take a peek at your suggestoin, and a bug may be the best way to continue the discussion.19:44
*** slaweq has quit IRC19:45
claudiub|25 seconds is a lot, when created ports are ~ around hundreds.19:45
*** shoutm has quit IRC19:46
*** sdake_ has joined #openstack-neutron19:46
claudiub|2mestery: sure. I can report that bug. at the moment, I was thinking about doing this at the neutron-hyperv-agent level: check if a /32 rule would be redundant to add, if there already is a /24 or whatever rule that covers that19:47
claudiub|2mestery: ofcourse, while also being careful on what rules are removed, especially the mentioned /24 rules or so.19:48
mesteryclaudiub|2: I can see why you'd want to do that, but I imagine you'd run into problems if someone changes a SG rule in such a way that you then need to re-calculate and explode out a /24 into /32 for example.19:48
*** mlavalle has quit IRC19:48
*** sdake has quit IRC19:50
claudiub|2mestery: true. but at the moment, we are being bombarded with +1 sg rule for each new port created, which must be added to all the existing ports. If the /24 would be removed and the /32 ones would have to be added, we  can add them in bulk, which performs a loot better, from what i've experimented with.19:51
*** rtheis has quit IRC19:51
mesteryclaudiub|2: Fair point, just trying to think about edge cases with the optimization you've proposed19:51
*** mza- has quit IRC19:56
*** mza- has joined #openstack-neutron19:56
*** yamamoto_ has quit IRC19:57
*** paul has quit IRC19:58
*** paul has joined #openstack-neutron19:58
*** Piet has quit IRC19:59
*** tbachman has quit IRC20:01
*** johnbelamaric1 has joined #openstack-neutron20:01
mriedemcan anyone explain why this doesn't result in a test failure? http://logs.openstack.org/20/195820/11/gate/gate-tempest-dsvm-neutron-full/35f6716/logs/screen-q-svc.txt.gz?level=TRACE#_2015-09-11_16_36_07_81320:02
*** yamamoto has joined #openstack-neutron20:03
*** yamamoto has quit IRC20:03
mriedemi'm assuming there is some rpc cast going on there and whatever initiated the cast doesn't care about the results20:03
kevinbentonclaudiub|2: ping20:03
claudiub|2kevinbenton: hi20:03
*** johnbelamaric has quit IRC20:03
*** dkehn has quit IRC20:04
kevinbentonclaudiub|2: i don't quite follow how cidr summarization will help with the incremental port additions20:04
kevinbentonclaudiub|2: each time a port is added, you will still need to update all existing ports with a CIDR20:04
*** dkehn has joined #openstack-neutron20:05
claudiub|2kevinbenton: if a new port is added, then a new security group rule with a /32 is created, right? Well, that rule would be redundant, if there is another rule that already covers that, like a /2420:05
Swamimriedem: Yes all the tests have passed but we still see a DBDeadlock error.20:05
claudiub|2kevinbenton: for example, the 10.0.0.5/32 rule is redundant, if the 10.0.0.0/24 already exists, right?20:06
*** mwagner_lap has quit IRC20:06
*** y_sawai_ has quit IRC20:06
kevinbentonclaudiub|2: so your existing rules are going to have holes allowing extra traffic then?20:07
*** nlahouti has joined #openstack-neutron20:07
kevinbentonclaudiub|2: you would have to be sure your /24 isn't allowing something else20:07
HenryGmriedem: we retry on db errors. That looks like a create, so: https://github.com/openstack/neutron/blob/master/neutron/api/v2/base.py#L40320:10
*** sridhar_ram has joined #openstack-neutron20:10
claudiub|2kevinbenton: that may be true. but that doesn't mean that users can't add security group rules with a /24.20:10
*** banix has joined #openstack-neutron20:12
claudiub|2kevinbenton: so, what I'm suggesting, if there already exists a, let's say a /24 rule, not to add the /32 ones. I'm perfectly fine with /32 rules if there aren't any other more general rule, I understand the need for them.20:13
*** rushil has joined #openstack-neutron20:13
kevinbentonclaudiub|2: what do you mean? are you exploding out an allow rule for a /24 into /32s?20:13
*** jbell8 has quit IRC20:15
*** tflynn has quit IRC20:15
*** y_sawai has joined #openstack-neutron20:16
*** tbachman has joined #openstack-neutron20:16
mriedemHenryG: how are we getting from https://github.com/openstack/neutron/blob/master/neutron/api/v2/base.py#L403 to File "/opt/stack/new/neutron/neutron/db/l3_db.py", line 181, in create_router though?20:17
mriedemthere are then multiple retry on db errors going on here20:17
mriedembecause File "/opt/stack/new/neutron/neutron/plugins/ml2/plugin.py", line 1031, in create_port has it's own20:18
*** jwy has quit IRC20:18
*** dave-mccowan has quit IRC20:18
claudiub|2kevinbenton: no, I'm saying that instead of adding hundreds of  /32 security group rules, it's easier to add a /24 one instead. If I have created a security group that has a 10.0.0.0/24 rule, I don't want to have to add the other hundreds of 10.0.0.X/32 security group rules.20:18
mriedemhttps://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L102720:18
claudiub|2kevinbenton: in the end, I'm looking for a way to not have to spend an abysmal amount of time processing and applying too fined grained security group rules.20:19
claudiub|2kevinbenton: because at the moment, it limits how much we can scale our networks while having security groups enabled.20:21
*** cdl has joined #openstack-neutron20:21
claudiub|2mestery: can you take a look at this spec? there are some new replies on it: https://review.openstack.org/#/c/89712/20:23
HenryGmriedem: I tend to get lost when trying follow router code. :( Maybe carl_baldwin or amuller can help20:24
*** armax has quit IRC20:25
mriedem:(20:27
mriedemthis is like 100 times worse than tracing cells in nova20:27
*** alex_xu has quit IRC20:27
mesteryclaudiub|2: done20:27
kevinbentonclaudiub|2: i see. no ipsets in hyperv i take it?20:28
claudiub|2kevinbenton: nope20:28
kevinbentonmriedem: i'm working on it. you just want the traces to stop on deadlocks, right?20:29
*** armax has joined #openstack-neutron20:29
mriedemkevinbenton: well, if i wanted that, i could just add retry_on_deadlock=True to https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L102720:29
claudiub|2mestery: thanks. shouldn't the spec be un-abandoned, since it has some value?20:29
mesteryclaudiub|2: Indeed, but it would need an owner20:29
mriedemkevinbenton: i'm more wondering now why there are no test failures associated with that port create failure20:30
claudiub|2mestery: I guess that's true20:30
*** alex_xu has joined #openstack-neutron20:30
kevinbentonmriedem: well did it completely fail or did the decorator do it's job?20:30
*** salv-orlando has quit IRC20:30
mriedemkevinbenton: according to http://logs.openstack.org/20/195820/11/gate/gate-tempest-dsvm-neutron-full/35f6716/logs/screen-q-svc.txt.gz?level=TRACE#_2015-09-11_16_36_07_813 it failed20:30
* kevinbenton looking20:31
mriedembut whatever was calling File "/opt/stack/new/neutron/neutron/db/l3_db.py", line 181, in create_router didn't care20:31
mriedemi'm assuming there was a cast to File "/opt/stack/new/neutron/neutron/db/l3_db.py", line 181, in create_router20:31
*** salv-orlando has joined #openstack-neutron20:31
claudiub|2mestery: well, we can take ownership20:31
mesteryclaudiub|2: Most cool!20:31
claudiub|2:)20:31
kevinbentonclaudiub|2: i'm happy with any optimizations you come up with to SG as long as it's not allowing extra stuff20:32
*** jwy has joined #openstack-neutron20:32
claudiub|2kevinbenton: ok, ty. :)20:33
*** bradjones is now known as bradjones|away20:33
kevinbentonclaudiub|2, mestery: miguel ajo already has that IIRC20:33
kevinbentonthe OVS stuff20:33
kevinbentonfirewall20:33
mesterykevinbenton: Hopefully he takes over that spec then, but you're right, I believe he's on that20:33
kevinbentonsomewhere he has a POC20:33
claudiub|2oh, cool then, sounds great then. :)20:34
kevinbentoni would ping him and see what the status was. IIRC he was just waiting on the kernel support20:34
*** tiswanso has quit IRC20:35
*** lindycoder has joined #openstack-neutron20:35
*** achanda has joined #openstack-neutron20:35
kevinbentonmriedem: this is strange. i wonder if there is a test creating unused resources20:38
*** apuimedo has joined #openstack-neutron20:40
mriedemkevinbenton: An exception occurred while creating the router: {u'router': {u'name': u'tempest-UsersV3TestJSON-381721188-router', u'admin_state_up': True, u'tenant_id': u'a5d12a75ed93402eae8bcc1da797c605', 'distributed': False, 'ha': False}}20:41
mriedemu'name': u'tempest-UsersV3TestJSON-381721188-router'20:41
mriedemwould seem to indicate it's somehow coming from a keystone v3 API test in tempest?20:42
mriedemwhich makes no sense20:42
kevinbentonmriedem: yeah, maybe some base "setup resources" being called unnecessarily20:42
mriedemi'm looking20:42
kevinbentonmriedem: however, this l3 code isn't deadlock safe so it needs to be fixed20:42
mriedemyou mean just adding retry_on_deadlock=True in that one spot/20:43
mriedem?20:43
*** tkatarki has quit IRC20:43
kevinbentonmriedem: this commit added that exception catch20:44
mriedemmtreinish: does the tempest base test class setup any networking stuff by default regardless of whether or not the tests are going to use them, like keystone tests?20:44
kevinbentonmriedem: https://github.com/openstack/neutron/commit/622dea818d851224a43d5276a81d5ce8a6eebb7620:44
kevinbentonmriedem: i'm not sure20:44
kevinbentonmriedem: so the general retry protection for deadlocks we have at the API layer no longer helps there20:44
openstackgerritRyan Tidwell proposed openstack/neutron: [WIP] Add BGP Speaker Service Plugin RPC Calls  https://review.openstack.org/21699420:44
openstackgerritRyan Tidwell proposed openstack/neutron: BGP Dynamic Routing: introduce driver  https://review.openstack.org/20763520:44
openstackgerritRyan Tidwell proposed openstack/neutron: BGP Dynamic Routing: introduce entities and model  https://review.openstack.org/20162120:44
openstackgerritRyan Tidwell proposed openstack/neutron: BGP Dynamic Routing: introduce dragent scheduler model  https://review.openstack.org/20760720:44
openstackgerritRyan Tidwell proposed openstack/neutron: BGP Dynamic Routing: introduce BgpDrAgent  https://review.openstack.org/20762520:44
mriedemkevinbenton: well, despite the neutron change, the retry decorator in oslo.db will log the exception if it's unexpected20:44
kevinbentonmriedem: yes, that one around create_port was also recently added20:45
mtreinishmriedem: the tests will create a network, subnet, and router unless you tell it not to20:45
mriedemmtreinish: ah, ok20:45
kevinbentonmriedem: the protection at the api layer has expectation of deadlocks20:45
mtreinishI think the keystone api tests probably tell it not to in the base class20:45
kevinbentonmriedem: i need to see why that decorator was added in ML220:46
kevinbentonmriedem: i'm guessing to cover to RPC corner case20:46
mriedemmtreinish: appears not:20:46
mriedemAn exception occurred while creating the router: {u'router': {u'name': u'tempest-UsersV3TestJSON-381721188-router', u'admin_state_up': True, u'tenant_id': u'a5d12a75ed93402eae8bcc1da797c605', 'distributed': False, 'ha': False}}20:46
mtreinishmriedem: oh, well thats easily fixed20:47
mtreinishalthough I'm not sure why that would cause a problem it just makes extra resources and then tears them down20:47
*** y_sawai has quit IRC20:47
kevinbentonmtreinish: this is a neutron bug20:47
kevinbentonmtreinish: we've essentially lost our deadlock protection on routers20:48
kevinbentonmtreinish: i'm working on that bit20:48
kevinbentonmtreinish: i wouldn't mind if tempest kept creating resources :)20:48
kevinbentonmtreinish: just to hold neutron's feet to the fire20:48
mtreinishkevinbenton: heh, historically the reason we had to add the ability to turn off the automatic creation is because it used to crash neutron20:49
mtreinishwe generated too many calls and everything fell apart20:49
mtreinishthis is pre-icehouse20:49
*** Sukhdev_ has quit IRC20:49
*** armax has quit IRC20:49
kevinbentonmtreinish: right20:50
kevinbentonmtreinish, mriedem: let me push up a couple of neutron patches20:50
*** zzzeek has quit IRC20:50
mriedemhttp://i.imgur.com/ES6sP.jpg20:51
leitanguys, is there any ways to pinpoint a router to be scheduled on specific agents ?20:52
*** rushil has quit IRC20:52
*** rushil has joined #openstack-neutron20:52
leitanfor example to force an ha router not to be created on a dvr agent20:53
leitanand send it to a legacy agent20:53
*** abhiraut has joined #openstack-neutron20:54
*** SumitNaiksatam has quit IRC20:59
*** lascii is now known as alaski21:01
*** cdl has left #openstack-neutron21:02
*** flaviof has joined #openstack-neutron21:03
*** SumitNaiksatam has joined #openstack-neutron21:03
*** tiny-hands has quit IRC21:03
*** yamamoto has joined #openstack-neutron21:03
*** cdl has joined #openstack-neutron21:03
*** cdl has left #openstack-neutron21:04
*** mkolesni has joined #openstack-neutron21:06
*** dmartls1 has quit IRC21:06
*** thorst has quit IRC21:07
*** ronis has quit IRC21:07
*** achanda has quit IRC21:07
*** thumpba has quit IRC21:07
*** Piet has joined #openstack-neutron21:08
*** cdl has joined #openstack-neutron21:08
*** arajagopal has joined #openstack-neutron21:08
*** yamamoto has quit IRC21:09
*** pradk has quit IRC21:10
*** blogan__ is now known as blogan_21:10
*** pradk has joined #openstack-neutron21:10
*** sridhar_ram has quit IRC21:12
*** slaweq has joined #openstack-neutron21:13
kevinbentonmriedem: interestingly that might not actually be a failure. aftering logging that exception, it will have reraised and then the normal deadlock catch will have caught it and retried21:15
kevinbentonmriedem: which would explain why it didn't make tempest puke21:15
kevinbentonmriedem: http://logs.openstack.org/20/195820/11/gate/gate-tempest-dsvm-neutron-full/35f6716/logs/screen-q-svc.txt.gz#_2015-09-11_16_36_08_03521:15
kevinbentonmriedem: that log line is it retrying21:15
kevinbentonmriedem: so i just need to clean up this noise21:15
mriedemthat's fun21:16
mriedemseems you could also just pass retry_on_deadlock=True in File "/opt/stack/new/neutron/neutron/plugins/ml2/plugin.py", line 1031, in create_port21:16
mriedemwhere it's already doing retry_on_request21:16
mriedemi'm not actually sure what retry_on_request actually does, the oslo.db internals didn't make it obvious to me21:17
anteayadougwig: ping your email is offering errors21:17
dougwiganteaya: which email? i put the wrong one in the qa sprint wiki, it's now corrected.21:18
anteayadougwig: mtreinish sent out an email about the qa sprint next week and I replied and your email sent an error21:18
mtreinishanteaya: yeah I had to resend it to him, dougwig used the wrong address on the wiki21:18
*** tbachman has quit IRC21:18
anteayadougwig: boooo21:18
anteayadougwig: did you get that one?21:20
*** slaweq has quit IRC21:20
kevinbentonmestery: ping21:21
anteayaI forwarded21:21
mesterykevinbenton: pongalongdingdong21:21
kevinbentonmestery: just seeing if you're paying attention :)21:21
mesterykevinbenton: For you, I'm always there. Always on :)21:21
kevinbentonmestery: will have two patches shortly up to adjust that logging junk21:22
mesterykevinbenton: you rock21:22
regXboiwhich logging junk is that?21:24
*** flaviof has quit IRC21:24
*** mkolesni has quit IRC21:24
*** flaviof has joined #openstack-neutron21:25
*** mkolesni has joined #openstack-neutron21:25
openstackgerritKevin Benton proposed openstack/neutron: Remove retry decorators added to ML2 plugin  https://review.openstack.org/22277621:25
openstackgerritKevin Benton proposed openstack/neutron: Don't log deadlock or retry exceptions in L3 DB  https://review.openstack.org/22277721:25
kevinbentonmestery, regXboi: ^^21:25
mesterykevinbenton: I'm on it like lice on a kindergartner's head21:25
regXboikevinbenton: ack21:25
kevinbentonmestery: :D21:26
mesterykevinbenton: As always, you've done an eximplemary job. It's so good, my spell checker can't figure out how to correctly spell exlipmeary for me.21:27
kevinbentonHenryG: can you check out those patches as well?21:28
HenryGkevinbenton: yes21:29
*** cdl has left #openstack-neutron21:29
*** blogan_ has quit IRC21:29
*** arajagopal has quit IRC21:29
*** Sukhdev_ has joined #openstack-neutron21:31
*** blogan_ has joined #openstack-neutron21:32
*** slaweq has joined #openstack-neutron21:32
*** lindycoder has quit IRC21:34
*** aix has joined #openstack-neutron21:37
*** slaweq has quit IRC21:38
*** TrevorV|Home has quit IRC21:39
*** thorst has joined #openstack-neutron21:41
regXboimestery: https://bugs.launchpad.net/neutron/+bug/149495821:43
openstackLaunchpad bug 1494958 in neutron "router_info _process_internal_ports execution time is O(n)" [Undecided,New]21:43
HenryGkevinbenton: some initial comments for now. I have to go afk for a bit, back later21:43
*** mriedem has quit IRC21:44
openstackgerritSalvatore Orlando proposed openstack/neutron: Restore reservations in API controller  https://review.openstack.org/21466021:44
openstackgerritSalvatore Orlando proposed openstack/neutron: Reservations: Don't count usage if resource is unlimited  https://review.openstack.org/21837521:44
regXboimestery: https://bugs.launchpad.net/neutron/+bug/149495921:45
openstackLaunchpad bug 1494959 in neutron "router_info new_ports loop execution time is O(n)" [Undecided,New]21:45
openstackgerritMerged openstack/neutron: Add list routes  https://review.openstack.org/21847921:46
*** aix has quit IRC21:46
openstackgerritMerged openstack/neutron: Make ip address optional to add_route and delete_route  https://review.openstack.org/21937521:46
openstackgerritKevin Benton proposed openstack/neutron: Don't log deadlock or retry exceptions in L3 DB  https://review.openstack.org/22277721:50
*** sridhar_ram has joined #openstack-neutron21:50
*** tiswanso has joined #openstack-neutron21:51
kevinbentonregXboi: banix ran into that I believe as well21:51
kevinbentonregXboi: or at least i'm guessing it's the same issue21:51
regXboikevinbenton: yes, I'm breaking banix's issue into it's component parts21:51
regXboior starting to I should say21:52
kevinbentonregXboi: ok. cool21:52
regXboithere's another bug that I didn't file that is also related21:52
regXboihttps://bugs.launchpad.net/neutron/+bug/149245621:53
openstackLaunchpad bug 1492456 in neutron "cProfile - fix Security Groups hotfunctions" [High,Triaged] - Assigned to Miguel Angel Ajo (mangelajo)21:53
regXboikevinbenton: there will likely be more - that's the ones I've run to ground so far21:53
banixkevinbenton: yes21:53
regXboibanix: in addition to those two, there are also these:21:54
regXboihttps://bugs.launchpad.net/neutron/+bug/149496121:54
openstackLaunchpad bug 1494961 in neutron "router_info's _get_existing_devices execution time is O(n)" [Undecided,New]21:54
regXboihttps://bugs.launchpad.net/neutron/+bug/149496321:54
openstackLaunchpad bug 1494963 in neutron "router_info process_floating_ip_addresses execution time is O(n)" [Undecided,New]21:54
kevinbentonHenryG: actually that wasn't necessary. this is the only one that should be needed https://review.openstack.org/#/c/222777/21:54
*** tiswanso has quit IRC21:55
banixregXboi: Thanks for filing the bugs and digging through them21:56
regXboibanix: I suspect there will be more - I've only looked at a small piece of the assembly process so far21:56
*** kbringard has quit IRC21:56
*** linkmark has quit IRC21:57
*** leitan has quit IRC21:58
banixregXboi: I am sure there will be more but this is a great start21:59
*** mwagner_lap has joined #openstack-neutron22:00
haleybregXboi: i think the iptables manager slowdown was fixed, just updated bug22:00
regXboihaleyb: ack22:01
*** daneyon has quit IRC22:01
*** ivar-lazzaro has joined #openstack-neutron22:02
*** sridhar_ram has quit IRC22:03
*** sridhar_ram has joined #openstack-neutron22:04
*** edmondsw has quit IRC22:05
regXboihaleyb: my tests were with latest liberty22:06
regXboiand I'm still seeing O(n) in iptables22:06
regXboihaleyb: let me double verify that22:06
*** ivar-lazzaro has quit IRC22:07
*** ivar-lazzaro has joined #openstack-neutron22:07
*** achanda has joined #openstack-neutron22:08
*** saksham has joined #openstack-neutron22:10
regXboihaleyb: that code doesn't look anything like what I'm seeing on tip of tree22:11
regXboithere is a more recent patch that changes the _find_last method22:11
*** flaviof has quit IRC22:12
*** achanda has quit IRC22:13
*** mkolesni has quit IRC22:15
*** aranjan has quit IRC22:15
*** aranjan has joined #openstack-neutron22:16
*** emagana has quit IRC22:17
*** cdl has joined #openstack-neutron22:18
*** cdl has left #openstack-neutron22:18
openstackgerritMerged openstack/neutron: ovs: don't use ARP responder for IPv6 addresses  https://review.openstack.org/22220622:19
haleybregXboi: that was just what i found in my email, there were other changes as well22:21
*** tiswanso has joined #openstack-neutron22:22
*** mickeys has quit IRC22:22
haleybregXboi: ah yes, kevinbenton 's dictionary change right near the same time should have helped, strange it is so slow (again)22:24
regXboihaleyb: I'm not saying that it is as slow as it was22:26
haleyb:)22:26
regXboihaleyb: I'm saying that it is still O(n)22:26
regXboiI'm trying to get it to O(1)22:26
*** tiswanso has quit IRC22:26
Swamicarl_baldwin: ping22:27
carl_baldwinSwami: pong22:27
kevinbentonregXboi: something must have regressed. once i got the fix in, the speed of iptables-restore what the bottlneck by a wide margin22:28
*** ivar-lazzaro has quit IRC22:28
Swamicarl_baldwin: you had a comment on one of my patch asking about the 'admin_context'22:28
regXboikevinbenton: that's very possible :)22:28
*** aranjan has quit IRC22:28
*** aranjan has joined #openstack-neutron22:28
carl_baldwinSwami: yes22:28
*** aranjan has quit IRC22:29
regXboiok folks - I'm out - I will see those of you that will be in Ft. Collins on Monday22:29
Swamicarl_baldwin: This function call is coming from the agent through rpc. This "delet_agent_gateway_port" is an rpc function that inturn calls "delete_floatingip_agent_gateway_port".22:29
*** regXboi has quit IRC22:29
carl_baldwinSwami: I guess I thought those were called in admin context already.  Are they not?22:29
Swamicarl_baldwin: only when a call is directly made to "delete_floatingip_agent_gateway_port" from the l3_dvr_db, then they are called with admin context.22:30
Swamicarl_baldwin: #link https://github.com/openstack/neutron/blob/master/neutron/db/l3_dvr_db.py#L17322:32
-openstackstatus- NOTICE: 30 minute warning, Gerrit will be offline from 23:00 to 23:30 UTC while some projects are renamed http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html22:32
Swamicarl_baldwin: when called from L173 you would expect it to be called with context.elevated.22:32
*** aranjan has joined #openstack-neutron22:32
banixkevinbenton: here is the bug I had promissed to file a couple of days ago: https://bugs.launchpad.net/neutron/+bug/1494975 I referenced the bugs filed by regXboi which show possibly scalability issues related to some of the operations involved in my test22:34
openstackLaunchpad bug 1494975 in neutron "Increase in time when a floating IP becomes operational" [Undecided,New]22:34
*** blogan__ has joined #openstack-neutron22:36
carl_baldwinSwami: ok22:36
Swamicarl_baldwin: thanks22:36
*** john-davidge has joined #openstack-neutron22:37
*** baoli has quit IRC22:38
*** blogan_ has quit IRC22:38
*** blogan__ has quit IRC22:41
*** dannywilson has quit IRC22:44
*** john-davidge has quit IRC22:45
*** Sukhdev has quit IRC22:49
anteayarossella_s: I hope your talk goes well! https://mitakadesignsummit.sched.org/event/7b3d77a77931982a4437a944d00ac521?iframe=no&w=i:100;&sidebar=yes&bg=no#.VfNUybMnFz022:49
*** ivar-lazzaro has joined #openstack-neutron22:50
*** aranjan has quit IRC23:00
-openstackstatus- NOTICE: Gerrit is offline from 23:00 to 23:30 UTC while some projects are renamed. http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html23:03
*** ChanServ changes topic to "Gerrit is offline from 23:00 to 23:30 UTC while some projects are renamed. http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html"23:03
*** rex_lee has quit IRC23:03
*** xgerman has quit IRC23:03
*** jlvillal has quit IRC23:03
*** sweston has quit IRC23:04
*** cgoncalves has quit IRC23:04
*** ondergetekende has quit IRC23:04
*** ondergetekende has joined #openstack-neutron23:05
*** cgoncalves has joined #openstack-neutron23:05
*** dimsum__ has quit IRC23:05
*** dims_ has joined #openstack-neutron23:06
*** carl_baldwin has quit IRC23:06
*** rpothier has quit IRC23:08
*** ivar-lazzaro has quit IRC23:09
*** rex_lee has joined #openstack-neutron23:09
*** jbell8 has joined #openstack-neutron23:09
*** sweston has joined #openstack-neutron23:09
*** ivar-lazzaro has joined #openstack-neutron23:09
*** sdake has joined #openstack-neutron23:10
*** rushil has quit IRC23:12
*** achanda has joined #openstack-neutron23:12
*** ivar-lazzaro has quit IRC23:13
*** sdake_ has quit IRC23:14
*** tongli has quit IRC23:14
*** dims_ has quit IRC23:16
*** markvoelker has quit IRC23:19
*** zhangjn has joined #openstack-neutron23:20
*** abhiraut has quit IRC23:21
*** achanda has quit IRC23:21
*** dr_gogeta86 has quit IRC23:22
*** dimsum__ has joined #openstack-neutron23:24
*** tflynn has joined #openstack-neutron23:24
HenryGkevinbenton: should we still try to clean up the retry decorators at some point (in M)?23:26
*** zhangjn has quit IRC23:26
*** zhangjn has joined #openstack-neutron23:27
*** jbell8 has quit IRC23:27
*** Sukhdev has joined #openstack-neutron23:29
*** Sukhdev_ has quit IRC23:31
*** zhangjn has quit IRC23:32
*** achanda has joined #openstack-neutron23:32
*** Sukhdev_ has joined #openstack-neutron23:33
*** abhiraut has joined #openstack-neutron23:33
*** madhu_ak has quit IRC23:35
*** achanda_ has joined #openstack-neutron23:35
*** achanda has quit IRC23:36
*** ChanServ changes topic to "Discussion of OpenStack Networking || for support join #openstack"23:39
*** shivrao has quit IRC23:39
*** zhangjn has joined #openstack-neutron23:42
*** zhangjn has quit IRC23:43
*** slaweq has joined #openstack-neutron23:45
*** achanda_ has quit IRC23:46
*** openstackgerrit has quit IRC23:46
*** openstackgerrit has joined #openstack-neutron23:47
*** rushil has joined #openstack-neutron23:48
*** banix has quit IRC23:49
*** nlahouti has quit IRC23:55
*** johnbelamaric1 has quit IRC23:56
*** kbyrne has quit IRC23:58
*** tflynn_ has joined #openstack-neutron23:58

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