Friday, 2015-04-17

*** a_le has quit IRC00:01
*** emagana has joined #openstack-neutron00:02
*** aranjan has quit IRC00:02
*** seizadi has quit IRC00:03
*** sridhar_ram has quit IRC00:03
*** davrodpin has quit IRC00:04
*** dims__ has joined #openstack-neutron00:04
*** ZZelle_ has quit IRC00:04
openstackgerritHenry Gessau proposed openstack/neutron: Remove jsonrpclib dependency  https://review.openstack.org/17465300:05
*** sridhar_ram has joined #openstack-neutron00:05
*** dims_ has joined #openstack-neutron00:05
*** rangansw has quit IRC00:06
*** dttocs has joined #openstack-neutron00:06
*** sridhar_ram has quit IRC00:07
*** xgerman has joined #openstack-neutron00:08
*** dims__ has quit IRC00:09
*** sridhar_ram has joined #openstack-neutron00:10
*** padkrish has quit IRC00:11
*** dttocs has quit IRC00:11
*** markmcclain has joined #openstack-neutron00:14
*** luqas has joined #openstack-neutron00:15
openstackgerritCyril Roelandt proposed openstack/neutron-specs: Add a "Porting to Python 3" spec  https://review.openstack.org/17296200:18
kevinbentonHenryG: isn't our requirements.txt file dictated by global requirements?00:19
kevinbentonHenryG: or am i thinking of something else00:19
*** luqas has quit IRC00:20
*** sdake has joined #openstack-neutron00:20
*** dmellado has quit IRC00:21
openstackgerritCarl Baldwin proposed openstack/neutron-specs: Specification to eliminate the DVR fip ns  https://review.openstack.org/17465700:22
*** sdake_ has quit IRC00:24
*** yamamoto has quit IRC00:25
*** carl_baldwin has quit IRC00:26
*** yamamoto has joined #openstack-neutron00:27
*** yamamoto has quit IRC00:28
*** SumitNaiksatam has quit IRC00:29
*** dmellado has joined #openstack-neutron00:29
*** SumitNaiksatam has joined #openstack-neutron00:30
*** marun has quit IRC00:31
*** yeungp has quit IRC00:31
openstackgerritMerged openstack/neutron-fwaas: logic error in updating audited of firewall policy  https://review.openstack.org/16923900:32
openstackgerritMerged openstack/neutron-vpnaas: VPNService takes names of device drivers from self.conf  https://review.openstack.org/17333200:34
*** Marga_ has joined #openstack-neutron00:36
*** dttocs has joined #openstack-neutron00:37
*** xgerman has quit IRC00:37
*** mlavalle has quit IRC00:37
*** zhenguo has joined #openstack-neutron00:38
*** Marga_ has quit IRC00:41
*** dttocs has quit IRC00:42
openstackgerritArmando Migliaccio proposed openstack/neutron: Avoid double-hopping deletes for security group rules  https://review.openstack.org/17466600:44
HenryGkevinbenton: afaik global requirements only determines the versions that we actually use00:45
openstackgerritArmando Migliaccio proposed openstack/neutron: Avoid double-hopping deletes for security group rules  https://review.openstack.org/17466600:45
HenryGversions of packages that we actually use00:45
openstackgerritArmando Migliaccio proposed openstack/neutron: Avoid double-hopping deletes for security group rules  https://review.openstack.org/17466600:45
armaxkevinbenton: ^^00:46
armaxHenryG: ^^00:46
*** padkrish has joined #openstack-neutron00:47
*** padkrish has quit IRC00:47
*** padkrish has joined #openstack-neutron00:50
kevinbentonHenryG: ack00:51
*** achanda has quit IRC00:51
kevinbentonarmax: ha!00:52
kevinbentonarmax: free performance :)00:52
*** nlahouti has quit IRC00:52
HenryGarmax: self.mixin = SecurityGroupDbMixinImpl()? That's using a mixin by composition!00:53
HenryGI guess it is allowed :)00:53
*** _cjones_ has quit IRC00:53
*** a5t3r1x has joined #openstack-neutron00:53
kevinbentonHenryG: yeah, it's nice that it works out in this case00:53
a5t3r1xhello:-)00:54
kevinbentonHenryG: usually there are landmine references to self all of the time00:54
HenryGAre we still planning to ban mixins? What happened to that effort?00:55
*** britthouser has joined #openstack-neutron00:56
kevinbentonHenryG: it required work :)00:57
a5t3r1xquick question, it's possible configure a network node with only 1 eth? i have in mind eth0:0,eth0:1 and eth0:2...00:58
*** achanda has joined #openstack-neutron00:59
kevinbentona5t3r1x: i think as long as you aren't using vlans for the tenant network type you should be fine00:59
kevinbentona5t3r1x: if you do use vlans, you have to support q-in-q00:59
*** mwagner_lap has joined #openstack-neutron01:00
*** leenheer has joined #openstack-neutron01:00
*** emagana has quit IRC01:02
a5t3r1xkevinbenton: ok, thanks; i'm trying but if i set the eth0 as the external network (ovs-vsctl add-port br-ex eth), the other interfacces are no more pingable.01:03
*** emagana has joined #openstack-neutron01:03
*** emagana has quit IRC01:03
a5t3r1xkevinbenton:but if you say that it have to work i will continue to try:-)01:03
*** ozialien has joined #openstack-neutron01:03
kevinbentona5t3r1x: ah, so adding the parent interface to OVS usually messes up tagged interfaces01:04
kevinbentona5t3r1x: because OVS has support for VLAN tagging01:05
kevinbentona5t3r1x: i think you will need a tagged interface to be added to br-ex01:06
kevinbentona5t3r1x: or setup openvswitch to handle all of the tagging01:06
*** dttocs has joined #openstack-neutron01:06
*** tsg has quit IRC01:07
*** Sanjeev has joined #openstack-neutron01:07
*** baoli has joined #openstack-neutron01:08
*** aranjan has joined #openstack-neutron01:08
a5t3r1xkevinbenton: eth0:0 is not a tagged interface... but is for secondary ip on the same interface...01:08
a5t3r1xkevinbenton: i think you are confousing with eth0.xxx01:09
HenryGSukhdev: ping01:09
kevinbentona5t3r1x: oh, indeed i am01:09
kevinbentona5t3r1x: so if they aren't vlans then just add eth0 to OVS01:09
kevinbentona5t3r1x: and add internal ports br-ex with the different IP addresses you want01:10
*** yamamoto has joined #openstack-neutron01:10
a5t3r1xkevinbenton: yes, i have tried, but if i add eth0 to OVS the other interfaces are no more pingable...01:10
*** Sanjeev has quit IRC01:11
kevinbentona5t3r1x: don't use other interfaces is what i'm saying01:11
kevinbentona5t3r1x: the other interfaces are just for IP's right?01:11
a5t3r1xkevinbenton: yes, for tunnel and management networks01:12
*** sthillma has quit IRC01:12
*** ozialien has left #openstack-neutron01:12
kevinbentona5t3r1x: so for each interface that you need, just add another internal port to the OVS bridge that has eth0 on it01:12
*** krtaylor has joined #openstack-neutron01:13
*** Tiancheng has joined #openstack-neutron01:14
*** popw has joined #openstack-neutron01:14
a5t3r1xkevinbenton: ah, ok, i think i understand, i will try and report if it work01:15
a5t3r1xkevinbenton: or if not work:-)01:15
kevinbentona5t3r1x: ack01:15
*** sbalukoff has joined #openstack-neutron01:15
openstackgerritKevin Benton proposed openstack/neutron: Set IPset hash type to 'net' instead of 'ip'  https://review.openstack.org/17375301:16
*** sbalukoff1 has quit IRC01:17
*** bjornar_ has quit IRC01:20
*** gildub has quit IRC01:20
openstackgerritSwaminathan Vasudevan proposed openstack/neutron: Fixes race condition and boosts the scheduling performance  https://review.openstack.org/17367201:24
*** sridhar_ram has quit IRC01:26
SukhdevHenryG: Hi Henry01:32
SukhdevHenryG: you were looking for me?01:32
HenryGSukhdev: Hi. Please see https://review.openstack.org/17295601:32
SukhdevHenryG: why is this being removed? any reason?01:33
*** Sukhdev has quit IRC01:34
armaxHenryG, kevinbenton: I am all in for killing mixin’s01:35
armaxone step at the time01:35
*** stanzgy has joined #openstack-neutron01:35
*** dttocs has quit IRC01:37
*** padkrish has quit IRC01:37
*** aranjan has quit IRC01:37
*** Marga_ has joined #openstack-neutron01:37
*** banix has joined #openstack-neutron01:39
*** s3wong has quit IRC01:40
*** claudiub has quit IRC01:41
*** Marga_ has quit IRC01:42
*** erkules has joined #openstack-neutron01:43
*** erkules_ has quit IRC01:46
*** britthouser has quit IRC01:46
*** harlowja is now known as harlowja_away01:47
*** shaohe_feng has joined #openstack-neutron01:47
*** Marga_ has joined #openstack-neutron01:53
a5t3r1xkevinbenton: is working, thanks a lot:-)01:54
*** dims_ has quit IRC01:54
*** sbalukoff has quit IRC01:57
*** gildub has joined #openstack-neutron02:00
*** ivar-laz_ has joined #openstack-neutron02:03
*** banix has quit IRC02:05
*** ivar-lazzaro has quit IRC02:06
*** bjornar_ has joined #openstack-neutron02:08
*** ivar-laz_ has quit IRC02:09
*** shwetaap has joined #openstack-neutron02:11
openstackgerritNeo proposed openstack/neutron-vpnaas: Fix strongswan driver to support rhel  https://review.openstack.org/17420502:11
*** pal has joined #openstack-neutron02:13
*** Marga_ has quit IRC02:15
*** achanda has quit IRC02:20
*** achanda has joined #openstack-neutron02:22
*** dmellado has quit IRC02:22
*** tiswanso has joined #openstack-neutron02:24
*** tiswanso has quit IRC02:27
*** tiswanso has joined #openstack-neutron02:28
*** pal_ has joined #openstack-neutron02:33
*** davrodin has joined #openstack-neutron02:33
*** pal has quit IRC02:34
*** marrusl has quit IRC02:34
*** davrodin is now known as davrodpin02:41
*** dmellado has joined #openstack-neutron02:42
*** liusheng has joined #openstack-neutron02:46
*** baoli has quit IRC02:46
*** achanda has quit IRC02:49
*** yamahata has quit IRC02:56
openstackgerritshihanzhang proposed openstack/neutron: Remove unnecessary iptables reload  https://review.openstack.org/12236802:57
*** baoli has joined #openstack-neutron02:57
*** zhhuabj has quit IRC02:57
*** Longgeek has joined #openstack-neutron02:59
*** watanabe_isao has joined #openstack-neutron03:01
*** Longgeek has quit IRC03:04
openstackgerritNeo proposed openstack/neutron-vpnaas: Fix strongswan driver to support rhel  https://review.openstack.org/17420503:05
*** Longgeek has joined #openstack-neutron03:06
*** liusheng has quit IRC03:07
*** liusheng has joined #openstack-neutron03:07
*** davrodpin has quit IRC03:08
openstackgerritNeo proposed openstack/neutron-vpnaas: Fix strongswan driver to support fedora  https://review.openstack.org/17420503:10
*** sbalukoff has joined #openstack-neutron03:13
*** baoli has quit IRC03:17
*** crc32 has joined #openstack-neutron03:20
*** achanda has joined #openstack-neutron03:20
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: WIP Ryu functional tests  https://review.openstack.org/17234403:20
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Introduce Ryu based OpenFlow driver  https://review.openstack.org/15394603:20
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Separate ovs-ofctl using code as a driver  https://review.openstack.org/16024503:20
*** pal_ has quit IRC03:22
*** zhhuabj has joined #openstack-neutron03:23
*** dave-mccowan has joined #openstack-neutron03:23
*** ebagdasa has quit IRC03:29
*** tiswanso has quit IRC03:29
*** zhhuabj has quit IRC03:31
*** zhhuabj has joined #openstack-neutron03:31
*** pal has joined #openstack-neutron03:31
*** sdake_ has joined #openstack-neutron03:34
*** tflynn has joined #openstack-neutron03:34
*** wwwBUKOLAYcom has quit IRC03:36
*** tflynn_ has joined #openstack-neutron03:36
*** yapeng has joined #openstack-neutron03:37
*** sdake has quit IRC03:38
*** xgerman has joined #openstack-neutron03:38
*** tflynn has quit IRC03:39
*** bjornar_ has quit IRC03:41
*** xgerman has quit IRC03:43
*** Sukhdev has joined #openstack-neutron03:44
*** ishant has joined #openstack-neutron03:45
*** achanda has quit IRC03:52
*** luqas has joined #openstack-neutron03:52
*** _cjones_ has joined #openstack-neutron03:54
*** nlahouti has joined #openstack-neutron03:56
*** luqas has quit IRC03:57
*** _cjones_ has quit IRC03:59
*** shwetaap has quit IRC04:02
*** yapeng has quit IRC04:02
*** yapeng has joined #openstack-neutron04:03
*** nlahouti has quit IRC04:03
*** nlahouti has joined #openstack-neutron04:03
*** shaohe_feng has quit IRC04:04
*** yfried|afk is now known as yfried__04:06
*** achanda has joined #openstack-neutron04:07
*** yapeng has quit IRC04:07
*** achanda has quit IRC04:11
*** achanda has joined #openstack-neutron04:16
*** yfried__ is now known as yfried|afk04:17
*** achanda has quit IRC04:18
*** yfried|afk is now known as yfried__04:19
openstackgerritMerged openstack/neutron: Set IPset hash type to 'net' instead of 'ip'  https://review.openstack.org/17375304:19
*** achanda has joined #openstack-neutron04:21
openstackgerritMerged openstack/neutron: Update decomp progress chart  https://review.openstack.org/17354904:22
*** seizadi has joined #openstack-neutron04:22
*** dsneddon has quit IRC04:24
*** achanda has quit IRC04:29
*** aranjan has joined #openstack-neutron04:30
*** tflynn_ has quit IRC04:31
*** yapeng has joined #openstack-neutron04:32
*** crc32 has quit IRC04:38
*** crc32 has joined #openstack-neutron04:38
*** shwetaap has joined #openstack-neutron04:41
*** tflynn has joined #openstack-neutron04:41
*** achanda has joined #openstack-neutron04:42
*** shaohe_feng has joined #openstack-neutron04:43
*** crc32 has quit IRC04:45
*** yog__ has joined #openstack-neutron04:48
*** shaohe_robot has joined #openstack-neutron04:50
*** ajmiller_ has joined #openstack-neutron04:51
*** neeti has joined #openstack-neutron04:52
*** ajmiller has quit IRC04:54
*** shaohe_feng has left #openstack-neutron04:55
*** oomichi has joined #openstack-neutron05:08
*** yapeng has quit IRC05:12
*** crc32 has joined #openstack-neutron05:15
*** seizadi has quit IRC05:17
*** openstackgerrit has quit IRC05:21
*** openstackgerrit has joined #openstack-neutron05:21
*** trinaths has joined #openstack-neutron05:30
*** yfried__ is now known as yfried|afk05:34
*** aranjan_ has joined #openstack-neutron05:36
*** a5t3r1x has quit IRC05:37
*** aranjan has quit IRC05:39
*** hitalia has joined #openstack-neutron05:42
*** Sukhdev has quit IRC05:43
*** aranjan_ has quit IRC05:44
*** aranjan has joined #openstack-neutron05:44
*** kiran-r has joined #openstack-neutron05:44
*** Murali has joined #openstack-neutron05:45
*** Sukhdev has joined #openstack-neutron05:50
*** sthillma has joined #openstack-neutron05:56
*** sthillma has quit IRC05:56
*** sthillma has joined #openstack-neutron05:57
*** bobmel_ has joined #openstack-neutron05:58
openstackgerritArmando Migliaccio proposed openstack/neutron: Avoid double-hopping deletes for security group rules  https://review.openstack.org/17466605:58
openstackgerritArmando Migliaccio proposed openstack/neutron: Add security groups events  https://review.openstack.org/17458805:58
*** oomichi has quit IRC05:59
*** bobmel has quit IRC06:01
*** rm_work is now known as rm_work|away06:03
*** tflynn has quit IRC06:08
*** tflynn has joined #openstack-neutron06:08
*** pal has quit IRC06:10
*** anilvenkata has joined #openstack-neutron06:14
*** tflynn has quit IRC06:16
*** emagana has joined #openstack-neutron06:16
*** armax has quit IRC06:22
openstackgerritNikolay Fedotov proposed openstack/neutron-vpnaas: Scenario test for vpnaas: ipsec-site-connection  https://review.openstack.org/15974606:25
*** vthapar has joined #openstack-neutron06:30
*** scheuran has joined #openstack-neutron06:36
*** shwetaap has quit IRC06:36
*** Longgeek_ has joined #openstack-neutron06:37
*** yamahata has joined #openstack-neutron06:38
*** Longgeek has quit IRC06:39
*** jyuso1 has quit IRC06:40
*** jprovazn has joined #openstack-neutron06:40
*** Kennan2 has quit IRC06:41
*** Kennan has joined #openstack-neutron06:42
openstackgerritshihanzhang proposed openstack/neutron: Remove unnecessary iptables reload  https://review.openstack.org/12236806:43
*** Sukhdev has quit IRC06:45
salv-orl_kevinbenton: are you around?06:48
kevinbentonsalv-orl_: yes, i'm quite portly if i do say so myself06:49
salv-orl_I saw your pings from 9 hours ago, but I was already afk. do you still need me?06:49
salv-orl_and btw I did not ask if you were "round06:50
salv-orl_but "around". and for that matter, I'm trying to achieve a perfect spherical shape too06:50
kevinbentonno, i don't require your assistance anymore06:51
*** dave-mccowan has quit IRC06:51
*** saju_m has joined #openstack-neutron06:51
salv-orl_kevinbenton: no problem sir. Always at your service.06:53
*** achanda has quit IRC06:53
kevinbentonsalv-orl_: are you a stable core?06:53
salv-orl_no I'm not.06:53
salv-orl_ihrachishka is.06:53
salv-orl_he should be online shortly.06:53
kevinbentonok06:53
*** gildub has quit IRC06:53
kevinbentongary is as well, right?06:53
kevinbentongaryk: ping06:54
kevinbentonsalv-orl_: finally got the two ipset patches into master06:55
*** achanda has joined #openstack-neutron06:56
kevinbentonnow they just need blessings to cross the stable/kilo gate06:56
salv-orl_gayrk is but friday is weekend in israel06:56
*** yfried|afk is now known as yfried__06:56
kevinbentonoh, right06:56
kevinbentonsalv-orl_: i think we are going to bierhaus in mountain view if you happen to be in town :)06:57
salv-orl_are they still open at midnight?06:58
salv-orl_look if I go to the airport now I can be there in 16 hours.06:59
kevinbentonsalv-orl_: that will be perfect06:59
kevinbentonsalv-orl_: i think we were planning on 5pm friday PST :)06:59
salv-orl_great. I should be able to make it then07:00
*** saju_m has quit IRC07:02
*** gilliard is now known as gillllliard07:03
*** gillllliard is now known as gillllllliard07:03
*** zz_avozza is now known as avozza07:04
*** sdake has joined #openstack-neutron07:06
*** numan has joined #openstack-neutron07:07
*** sdake_ has quit IRC07:09
*** yfried__ is now known as yfried|afk07:12
*** redbeard has joined #openstack-neutron07:12
*** kawa2014 has joined #openstack-neutron07:15
*** amotoki has quit IRC07:18
*** sthillma has quit IRC07:20
*** luqas has joined #openstack-neutron07:22
ajosalv-orl_, kevinbenton , are you an effective team? :P07:23
ajosorry... I saw Oblivion 3 days ago.. and something in your conversation reminded me of it...07:23
* kevinbenton thinks there might be only one way to answer the question without being blown up by a hovering orb07:23
ajomorning/night btw ;)07:23
ajo:-)07:23
kevinbentonOblivion 3!? I've only seen the first one ;)07:24
ajo:P :)07:24
*** ronis has joined #openstack-neutron07:26
*** ygbo has joined #openstack-neutron07:28
*** matrohon has joined #openstack-neutron07:28
*** devvesa has joined #openstack-neutron07:29
*** achanda has quit IRC07:29
*** alexpilotti has joined #openstack-neutron07:30
kiran-rCan anybody explain me why neutron-metering is kept out of ceilometer?07:32
kiran-r*under neutron.07:32
salv-orl_kiran-r: it depends what metering you're talking about.07:32
*** achanda_ has joined #openstack-neutron07:32
salv-orl_the package in neutron?07:32
salv-orl_neutron.db.metering for instance?07:33
kiran-ryes07:33
*** chlong has quit IRC07:33
*** dims__ has joined #openstack-neutron07:33
salv-orl_that's a bandwidth meter. It's attached to routers. It has a place in neutron. Unless you think everything that counts things belongs to ceilometer07:33
salv-orl_in that case you should move also quota ther.e07:33
*** yamahata has quit IRC07:34
*** ronis has quit IRC07:35
*** jlibosva has joined #openstack-neutron07:35
*** aepifanov has joined #openstack-neutron07:37
*** dims__ has quit IRC07:38
*** jlanoux has joined #openstack-neutron07:40
*** achanda_ has quit IRC07:40
*** yfried|afk is now known as yfried__07:44
*** vthapar has quit IRC07:45
*** shaohe_feng has joined #openstack-neutron07:46
*** shaohe_feng has left #openstack-neutron07:46
*** alex_xu has quit IRC07:46
*** aepifanov1 has joined #openstack-neutron07:47
*** heyongli has quit IRC07:47
*** aepifanov has quit IRC07:47
*** atuvenie has joined #openstack-neutron07:48
*** heyongli has joined #openstack-neutron07:48
*** alex_xu has joined #openstack-neutron07:48
*** jistr has joined #openstack-neutron07:50
*** jpena has joined #openstack-neutron07:53
*** erkules has quit IRC07:53
*** erkules has joined #openstack-neutron07:53
ajosalv-orl_, question, do what do we meter?, only routers, or also ports etc?07:54
openstackgerritwatanabe isao proposed openstack/neutron: Restrict subnet create/update to avoid DHCP resync  https://review.openstack.org/17422807:54
*** aepifanov1 has quit IRC07:56
*** oreillyd has joined #openstack-neutron07:56
salv-orl_ajo: I think the current metering exatension attaches only to router interfaces07:59
ajoaha, thanks salv-orl_  :)08:00
*** atuvenie has quit IRC08:03
*** nyechiel has joined #openstack-neutron08:04
*** SridharG has joined #openstack-neutron08:04
*** achanda has joined #openstack-neutron08:06
*** apuimedo has joined #openstack-neutron08:09
*** aranjan has quit IRC08:12
*** emagana has quit IRC08:12
*** turul has joined #openstack-neutron08:18
*** nyechiel has quit IRC08:19
*** achanda has quit IRC08:20
*** hichihara has quit IRC08:21
*** achanda_ has joined #openstack-neutron08:22
*** yfried__ is now known as yfried|afk08:22
*** crc32 has quit IRC08:23
*** sdake has quit IRC08:28
*** Miouge has joined #openstack-neutron08:28
*** safchain has joined #openstack-neutron08:29
*** turul is now known as afazekas08:30
*** Miouge_ has joined #openstack-neutron08:30
kiran-rsalv-orl_: Thanks!08:33
*** Miouge has quit IRC08:34
*** Miouge_ is now known as Miouge08:34
*** achanda_ has quit IRC08:35
*** yfried|afk is now known as yfried__08:37
*** jprovazn has quit IRC08:43
*** atuvenie has joined #openstack-neutron08:44
*** numan has quit IRC08:45
*** jprovazn has joined #openstack-neutron08:45
*** a_le has joined #openstack-neutron08:47
*** pcaruana has joined #openstack-neutron08:50
*** skoude has quit IRC08:52
*** jprovazn has quit IRC08:54
*** jprovazn has joined #openstack-neutron08:57
*** pal has joined #openstack-neutron09:00
*** claudiub has joined #openstack-neutron09:01
*** ronis has joined #openstack-neutron09:04
*** yamamoto has quit IRC09:06
*** watanabe_isao has quit IRC09:10
*** trinaths has left #openstack-neutron09:12
*** yfried__ is now known as yfried|afk09:12
*** aranjan has joined #openstack-neutron09:13
openstackgerritMerged openstack/neutron: Added config variable for External Network type in ML2  https://review.openstack.org/14954609:14
*** yfried|afk is now known as yfried__09:15
*** ihrachyshka has joined #openstack-neutron09:16
*** numan has joined #openstack-neutron09:16
*** criptoverso has joined #openstack-neutron09:21
*** anshul has joined #openstack-neutron09:22
*** aranjan has quit IRC09:24
*** aranjan has joined #openstack-neutron09:24
*** aranjan has quit IRC09:29
openstackgerritliusheng proposed openstack/python-neutronclient: Add sha1 convention of token for HTTPclient  https://review.openstack.org/16883409:30
*** yatin has joined #openstack-neutron09:31
*** obondarev has quit IRC09:32
*** a_le has quit IRC09:33
*** obondarev has joined #openstack-neutron09:33
*** moha_hunt has joined #openstack-neutron09:34
*** yfried__ is now known as yfried|afk09:34
*** a_le has joined #openstack-neutron09:37
*** avozza is now known as zz_avozza09:39
*** claudiub_ has joined #openstack-neutron09:39
*** claudiub has quit IRC09:42
*** aix has joined #openstack-neutron09:45
*** jamielennox is now known as jamielennox|away09:49
*** bjornar_ has joined #openstack-neutron09:49
*** yatin has quit IRC09:52
*** redbeard has quit IRC09:52
*** kkuznetsova has quit IRC09:58
*** nyechiel has joined #openstack-neutron09:59
*** yatin has joined #openstack-neutron10:05
*** zz_avozza is now known as avozza10:07
*** numan has quit IRC10:07
*** enikanorov_ has quit IRC10:09
*** nyechiel has quit IRC10:14
*** enikanorov_ has joined #openstack-neutron10:15
ajosalv-orl_, mestery , ping, not sure if you have super powers on this:10:15
ajoI'd like to re-open https://review.openstack.org/#/c/88599/10:16
ajosince it's abandoned I can't push a new version of the spec10:16
ajoand as I'm not the Owner, I can't either10:16
ajoI believe sc68cal is on PTO, but I'm unsure10:16
ajo8 hours idle, may be I'm wrong10:17
ajoihrachyshka ^10:17
*** neeti has quit IRC10:17
ajosorry ihrachyshka , it's the spec repo, I guess no super-driver-powers there ;)10:19
*** oreillyd has quit IRC10:19
*** yog__ has quit IRC10:20
*** b3nt_pin has joined #openstack-neutron10:20
*** b3nt_pin is now known as Guest9308110:20
*** numan has joined #openstack-neutron10:21
*** yfried|afk is now known as yfried__10:22
*** yatin has quit IRC10:23
*** aranjan has joined #openstack-neutron10:25
*** numan has quit IRC10:26
*** moha_hunt has quit IRC10:27
*** pc_m has joined #openstack-neutron10:28
*** a_le has quit IRC10:28
*** aranjan has quit IRC10:30
ihrachyshkaajo, at least no superman button in my UI10:30
*** safchain has quit IRC10:31
*** a_le has joined #openstack-neutron10:31
*** safchain has joined #openstack-neutron10:34
ajothanks for checking ihrachyshka  ;)10:35
*** yfried__ is now known as yfried|afk10:38
*** ajmiller__ has joined #openstack-neutron10:39
*** yatin has joined #openstack-neutron10:40
*** cristicalin has joined #openstack-neutron10:41
*** nyechiel has joined #openstack-neutron10:42
*** a_le has quit IRC10:43
*** ajmiller_ has quit IRC10:43
*** yuanying has quit IRC10:43
*** Tiancheng has quit IRC10:44
*** a_le has joined #openstack-neutron10:45
*** pal has quit IRC10:45
*** kawa2014 has quit IRC10:45
openstackgerritKevin Benton proposed openstack/neutron: Set loading strategy to joined for Routerport/Port  https://review.openstack.org/17480610:46
*** kawa2014 has joined #openstack-neutron10:46
openstackgerritSridhar Gaddam proposed openstack/neutron: Support BP:ipv6-router in Neutron HA Router  https://review.openstack.org/17320610:47
*** zhenguo has quit IRC10:50
*** nyechiel has quit IRC10:52
*** jlibosva has quit IRC10:53
*** jlibosva has joined #openstack-neutron10:54
*** jlibosva has quit IRC10:54
*** jlibosva has joined #openstack-neutron10:55
*** jlibosva has quit IRC10:56
*** stanzgy has quit IRC10:56
*** jlibosva has joined #openstack-neutron10:56
*** yfried|afk is now known as yfried__10:57
*** jlibosva has quit IRC10:57
*** jlibosva has joined #openstack-neutron10:57
openstackgerritKevin Benton proposed openstack/neutron: Defer creation of router JSON in get_routers RPC  https://review.openstack.org/17481210:58
*** dims__ has joined #openstack-neutron11:02
kevinbentonsalv-orl_: ping11:03
*** Marga_ has joined #openstack-neutron11:03
*** Marga_ has quit IRC11:03
*** Marga_ has joined #openstack-neutron11:04
*** aix has quit IRC11:05
openstackgerritKevin Benton proposed openstack/neutron: Don't update floating IP status if no change  https://review.openstack.org/17481511:06
*** yfried__ is now known as yfried|afk11:07
*** annegentle has joined #openstack-neutron11:07
*** yfried|afk is now known as yfried__11:09
openstackgerritSridhar Gaddam proposed openstack/neutron: Neutron to Drop Router Advts from VM ports  https://review.openstack.org/14004611:11
*** kawa2014 has quit IRC11:13
*** kawa2014 has joined #openstack-neutron11:13
openstackgerritKevin Benton proposed openstack/neutron: Don't update port with host id of None  https://review.openstack.org/17481811:16
*** beagles has quit IRC11:16
*** txomon|fon has quit IRC11:17
openstackgerritKevin Benton proposed openstack/neutron: Strip unnecessary overrides in extraroute_db mixin  https://review.openstack.org/17482111:21
*** ishant has quit IRC11:22
*** aranjan has joined #openstack-neutron11:26
*** mwagner_lap has quit IRC11:26
openstackgerritPaul Michali proposed openstack/neutron-vpnaas: VPNaaS: Revise functional test hooks  https://review.openstack.org/16811511:27
*** aranjan has quit IRC11:31
*** txomon|fon has joined #openstack-neutron11:34
*** ferest has joined #openstack-neutron11:35
*** vks has joined #openstack-neutron11:35
*** prad has quit IRC11:36
ajook, sc68cal , mestery sent you both an email :)11:37
*** yatin has quit IRC11:40
vkshi, can someone point to me to understand workflow of VPNaaS?11:41
*** ferest has quit IRC11:44
*** julim has joined #openstack-neutron11:46
pc_mvks: hi. I have to leave for  a doctor appointment, but should be back in an hour and can help. For general info on VPN, see https://wiki.openstack.org/wiki/Neutron/VPNaaS/HowToInstall11:46
pc_mvks: ttyl11:47
*** beagles has joined #openstack-neutron11:48
*** beagles is now known as Guest1340411:49
*** anshul has quit IRC11:49
*** anshul has joined #openstack-neutron11:50
*** anshul has quit IRC11:50
*** anshul has joined #openstack-neutron11:51
*** prad has joined #openstack-neutron11:51
*** cbits has joined #openstack-neutron11:52
*** vks has quit IRC11:52
*** jpena is now known as jpena|lunch11:53
*** prad has quit IRC11:54
*** yatin has joined #openstack-neutron11:57
*** vks has joined #openstack-neutron11:58
*** vks_ has joined #openstack-neutron12:01
openstackgerritvenkata anil proposed openstack/neutron-vpnaas: Libreswan driver support in VPNaaS  https://review.openstack.org/17429912:02
*** vks has quit IRC12:02
*** aix has joined #openstack-neutron12:03
*** jprovazn has quit IRC12:07
*** nyechiel has joined #openstack-neutron12:12
*** annegentle has quit IRC12:12
*** anilvenkata has left #openstack-neutron12:13
openstackgerritKevin Benton proposed openstack/neutron: Remove double queries in l3 DB get methods  https://review.openstack.org/17484212:14
openstackgerritKevin Benton proposed openstack/neutron: L3 DB: Defer port DB subnet lookups  https://review.openstack.org/17484312:14
openstackgerritKevin Benton proposed openstack/neutron: Replace unnecessary call to get_sync_routers  https://review.openstack.org/17484412:14
openstackgerritKevin Benton proposed openstack/neutron: Eliminate extra queries used to retrieve gw_ports  https://review.openstack.org/17484512:14
openstackgerritKevin Benton proposed openstack/neutron: Get all interfaces for get_snat_sync_interfaces  https://review.openstack.org/17484612:14
*** mwagner_lap has joined #openstack-neutron12:19
*** abehl has joined #openstack-neutron12:20
*** apuimedo has quit IRC12:21
*** anshul has quit IRC12:21
*** moha_hunt has joined #openstack-neutron12:23
*** pask81 has joined #openstack-neutron12:26
*** dave-mccowan has joined #openstack-neutron12:26
*** aranjan has joined #openstack-neutron12:27
*** rpothier has joined #openstack-neutron12:29
*** yfried__ is now known as yfried|afk12:29
*** yfried|afk is now known as yfried__12:29
*** moha_hunt has quit IRC12:31
*** aranjan has quit IRC12:31
*** doude_ has quit IRC12:35
*** popw has quit IRC12:35
*** doude has joined #openstack-neutron12:37
*** nyechiel has quit IRC12:37
*** jaypipes has joined #openstack-neutron12:38
*** rkukura has joined #openstack-neutron12:39
*** rkukura has quit IRC12:39
enikanorov_Kevin "the unstoppable" Benton12:42
*** vks_ has quit IRC12:43
*** dtynan has quit IRC12:43
ajoenikanorov_ :) I wonder if kevinbenton sleeps or eats :D12:44
kevinbentonajo, enikanorov_: i had to get those split out into consumable chunks as soon as possible. if i waited until the morning i would have forgotten why i made all of the changes12:46
ajo:)12:46
ajokevinbenton++12:46
ihrachyshkaajo, apparently food is for sissies12:46
ajoihrachyshka, then I'm a sissie12:46
ajo:)12:47
SridharGHenryG: Hello, I've updated the patch, can you please review it when you get some time. https://review.openstack.org/#/c/140046/12:47
*** vks_ has joined #openstack-neutron12:47
HenryGSridharG: sure, will get to it soon12:48
SridharGthanks HenryG12:48
*** Miouge has quit IRC12:48
kevinbentonihrachyshka, ajo: my giant stomach would seem to disagree with the notion that i'm not eating :)12:48
kevinbentonunfortuntely humans are quite efficient at consuming and storing calories :(12:49
ajo:-) kevinbenton , that's my issue with no eating :/12:49
ajoyeah12:49
ihrachyshkaI12:49
ihrachyshkaI'm bad at it12:49
kevinbentoni'm actually confused at what everyone is bad with now :)12:50
kevinbentoneating or not eating?12:50
*** anshul has joined #openstack-neutron12:50
kevinbentonand does being bad a not eating mean that you are eating too much?12:50
kevinbentonor does it mean you are being bad by not eating?12:51
ajoI'm bad at not eating, and I'm bad at consuming calories12:51
ajolooking at ihrachyshka , probably he's bad at storing calories ;D, or good at burning ;)12:51
*** baoli has joined #openstack-neutron12:52
*** abehl has quit IRC12:52
ihrachyshkawhen an apocalypse strikes the Earth, I will be the first one to die of hunger. On the other side, I would not be worth to hunt for, since there is nothing to enjoy.12:54
kevinbentonwell i'm heading to bed now12:54
ihrachyshkakevinbenton, enjoy12:54
kevinbentonwant to go to sleep before the sun comes up12:54
*** kbringard has joined #openstack-neutron12:56
*** SridharG has left #openstack-neutron12:56
*** baoli_ has joined #openstack-neutron12:58
*** jpena|lunch is now known as jpena12:59
*** scheuran has quit IRC13:00
*** marrusl has joined #openstack-neutron13:01
*** baoli has quit IRC13:01
*** kawa2014 has quit IRC13:02
*** dmellado has quit IRC13:02
*** shaohe_feng has joined #openstack-neutron13:02
*** shaohe_feng has left #openstack-neutron13:02
*** kawa2014 has joined #openstack-neutron13:02
*** neeti has joined #openstack-neutron13:03
*** yatin has quit IRC13:03
*** neeti has quit IRC13:03
*** Miouge has joined #openstack-neutron13:05
pc_mvks_: hi13:06
*** tiswanso has joined #openstack-neutron13:07
*** kawa2014 has quit IRC13:09
openstackgerritKyle Mestery proposed openstack/neutron: Restrict subnet create/update to avoid DHCP resync  https://review.openstack.org/17422813:10
*** kawa2014 has joined #openstack-neutron13:10
mesterysalv-orl_: https://review.openstack.org/#/c/174228/, if you have time, have a peek, I rebased that one so it should pass Jenkins now.13:12
openstackgerritKyle Mestery proposed openstack/neutron: ML2: Change port status only when it's bound to the host  https://review.openstack.org/16317813:14
*** smccully has joined #openstack-neutron13:14
*** shaohe_feng1 has joined #openstack-neutron13:15
*** shaohe_feng1 has left #openstack-neutron13:15
salv-orl_mestery:ok13:16
salv-orl_mestery: are you ok to send it straight through gate checks?13:18
salv-orl_like approving it before jenkins checks pass13:18
*** cbits has left #openstack-neutron13:18
mesterysalv-orl_: Well, I rebased it on top of Dane's V6 fix, so I have hope, I think that's what was failign before.13:18
mesterysalv-orl_: Do you feel lucky? :)13:18
salv-orl_I might feel lucky. but I know I'm not13:20
mesterylol13:20
*** yatin has joined #openstack-neutron13:20
mesterysalv-orl_: I'm fine either way to be honest, I have faith it will make it through this time13:20
salv-orl_mestery:  if you faith then... let's +a it13:20
* mestery rolls the dice13:21
mesterysalv-orl_: Please go for it13:21
openstackgerritDarragh O'Reilly proposed openstack/neutron: lb-agent: ensure tap mtu is the same as physical device  https://review.openstack.org/17455813:22
*** aepifanov has joined #openstack-neutron13:22
*** yfauser has joined #openstack-neutron13:22
*** yfauser has left #openstack-neutron13:23
openstackgerritPavel Bondar proposed openstack/neutron: Implement IPAM Driver loader  https://review.openstack.org/14747913:24
openstackgerritPavel Bondar proposed openstack/neutron: Refactor db_base_plugin_v2.py to use new IPAM  https://review.openstack.org/15323613:24
openstackgerritPavel Bondar proposed openstack/neutron: IPAM reference driver  https://review.openstack.org/15048513:24
*** yatin has quit IRC13:25
*** vks_ has quit IRC13:27
*** aranjan has joined #openstack-neutron13:27
ajomestery, salv-orl_ , can I ask for some help? [1]13:28
ajo[1] http://www.ajo.es/post/89207996034/creating-a-network-interface-to-tenant-network-in13:28
ajoat port create, --binding:host_id= is not accepted anymore13:29
*** Murali has quit IRC13:29
salv-orl_ajo: it depends. If you're in financial troubles talk to mestery onlt13:29
ajolol13:29
ajosalv-orl_, but then the ovs-agent won't be able to retrieve the port info on the host.. :)13:29
*** vks has joined #openstack-neutron13:29
ajohow's nova doing that now?, a separate step?13:30
ajomy intention here is doing some early benchmarking on the OF/LB firewall thing13:30
ajousing namespaces and not VMs..13:30
salv-orl_ajo: if nova has changed their interaction with neutron so that the port is created now in in n-api13:30
salv-orl_then there will be an update step after scheduling where the host_id is set13:30
ajosalv-orl_, let me try that from the cmdline13:31
salv-orl_ajo: I am not aware of such change, but I might have missed it13:31
ajoit seems we have a policy for that now: Policy doesn't allow (rule:create_port and rule:create_port:binding:host_id) to be performed.13:32
ajo$ neutron port-update 7352d3d9-1972-48c2-a37b-98f49886c413 --binding:host_id=$(hostname -f)13:33
ajoPolicy doesn't allow (rule:update_port and rule:update_port:binding:host_id) to be performed.13:33
ajohmmm13:33
ajolet's look at what nova is doing now ':)13:33
*** busterswt has joined #openstack-neutron13:33
*** aranjan has quit IRC13:34
*** vks has quit IRC13:34
*** Networkn3rd has joined #openstack-neutron13:34
*** rushil has joined #openstack-neutron13:35
*** prad has joined #openstack-neutron13:35
*** Marga_ has quit IRC13:35
*** dansmith is now known as superdan13:35
*** Miouge has quit IRC13:36
salv-orl_ajo: let's do a git blame on policy.json13:37
salv-orl_it might be simpler13:37
*** vks has joined #openstack-neutron13:38
salv-orl_nova/network/neutronv2/api.py is one of the worst nightmares of every programmer13:38
ajosalv-orl_, ok, that sounds like a good idea13:38
ajosalv-orl_, as neutron is for every nova programmer? :)13:38
*** busterswt has quit IRC13:39
salv-orl_so both on create and update they're admin only13:39
salv-orl_neutron is the BDFM of sw developers13:39
ajo"create_port:binding:host_id": "rule:admin_only",13:39
ajohah13:39
*** busterswt has joined #openstack-neutron13:39
ajosalv-orl_ ^ it seems it was totally my fault ;)13:40
salv-orl_ajo: and btw I mean BDSM,13:40
ajosalv-orl_ ROFL XD13:40
*** Guest13404 is now known as beagles13:41
salv-orl_you automatically enter a slavery contract by submitting your first patch to gerrit13:41
*** yfried__ is now known as yfried|afk13:41
*** yfried|afk is now known as yfried__13:43
ajosalv-orl_ and you start to like it after your 10th patch13:44
*** anshul has quit IRC13:45
openstackgerritvenkata anil proposed openstack/neutron-vpnaas: Libreswan driver support in VPNaaS  https://review.openstack.org/17429913:45
*** anshul has joined #openstack-neutron13:46
*** anshul has quit IRC13:46
*** anshul has joined #openstack-neutron13:47
*** yatin has joined #openstack-neutron13:47
*** cference_ has quit IRC13:50
*** yfauser has joined #openstack-neutron13:51
*** cgoncalves has quit IRC13:52
openstackgerritMerged openstack/neutron: Removed jsonrpclib dependency  https://review.openstack.org/17291213:54
*** yfauser has left #openstack-neutron13:57
*** jaypipes is now known as leakypipes13:59
*** banix has joined #openstack-neutron14:00
*** bobmel has joined #openstack-neutron14:02
*** busterswt has quit IRC14:03
*** dttocs has joined #openstack-neutron14:03
*** yfried__ is now known as yfried|afk14:03
*** igordcard_ has joined #openstack-neutron14:03
*** rushil has quit IRC14:05
*** bobmel_ has quit IRC14:06
*** rushil has joined #openstack-neutron14:07
openstackgerritMerged openstack/neutron: Quota model: use HasTenantId mixin  https://review.openstack.org/17457014:09
*** yfried|afk is now known as yfried__14:09
*** anshul has quit IRC14:11
*** signed8bit has joined #openstack-neutron14:12
*** sdake has joined #openstack-neutron14:12
*** jorgem has joined #openstack-neutron14:19
*** yfried__ is now known as yfried|afk14:21
*** neeti has joined #openstack-neutron14:21
*** signed8bit has quit IRC14:23
openstackgerritMerged openstack/neutron-specs: Repropose pecan-switch for Liberty  https://review.openstack.org/17205214:23
openstackgerritZengfa Gao proposed openstack/python-neutronclient: Fix Python client library for Neutron  https://review.openstack.org/17264614:25
*** alexpilotti has quit IRC14:27
*** pask81 has quit IRC14:27
*** ronis has quit IRC14:28
*** mwagner_lap has quit IRC14:29
*** aranjan has joined #openstack-neutron14:30
*** dims__ has quit IRC14:33
*** zz_jgrimm is now known as jgrimm14:34
*** aranjan has quit IRC14:35
*** neeti_ has joined #openstack-neutron14:35
*** annegentle has joined #openstack-neutron14:35
*** britthouser has joined #openstack-neutron14:36
*** neeti has quit IRC14:37
*** pask81 has joined #openstack-neutron14:41
*** marun has joined #openstack-neutron14:41
*** neeti_ has quit IRC14:41
*** neeti has joined #openstack-neutron14:41
*** nlahouti has quit IRC14:43
*** yeungp has joined #openstack-neutron14:44
*** carl_baldwin has joined #openstack-neutron14:44
*** neeti has quit IRC14:45
*** sdake_ has joined #openstack-neutron14:47
*** DieLove has joined #openstack-neutron14:49
*** amuller has joined #openstack-neutron14:50
*** sdake has quit IRC14:50
*** DieLove has left #openstack-neutron14:50
*** annegentle has quit IRC14:51
*** annegentle has joined #openstack-neutron14:51
*** shwetaap has joined #openstack-neutron14:52
*** avozza is now known as zz_avozza14:54
*** jbell8 has joined #openstack-neutron14:55
*** jbell8 has quit IRC14:56
*** jbell8 has joined #openstack-neutron14:56
*** jbell8 has quit IRC14:56
*** prad has quit IRC14:57
*** sgordon has quit IRC14:58
*** yfried|afk is now known as yfried__14:59
*** markvoelker has joined #openstack-neutron15:00
*** markvoelker has quit IRC15:00
*** markvoelker has joined #openstack-neutron15:00
*** prad has joined #openstack-neutron15:01
*** yamahata has joined #openstack-neutron15:01
*** shwetaap1 has joined #openstack-neutron15:02
*** Marga_ has joined #openstack-neutron15:03
*** dims__ has joined #openstack-neutron15:04
*** shwetaap has quit IRC15:05
*** jorgem has quit IRC15:05
*** gsagie_ has joined #openstack-neutron15:06
*** dsneddon has joined #openstack-neutron15:06
*** abregman has joined #openstack-neutron15:07
*** zzzeek has joined #openstack-neutron15:08
*** cristicalin has quit IRC15:08
*** yfried__ is now known as yfried|afk15:09
*** imcsk8 has quit IRC15:13
*** imcsk8 has joined #openstack-neutron15:13
*** jistr is now known as jistr|mtg15:16
*** dannywilson has joined #openstack-neutron15:18
*** rm_work|away is now known as rm_work15:18
*** a5t3r1x has joined #openstack-neutron15:20
*** armax has joined #openstack-neutron15:22
*** dims__ has quit IRC15:22
*** criptoverso has quit IRC15:24
*** ZZelle has quit IRC15:25
*** ZZelle has joined #openstack-neutron15:26
*** yfried|afk is now known as yfried__15:26
*** xgerman has joined #openstack-neutron15:27
*** moha_hunt has joined #openstack-neutron15:29
*** zz_avozza is now known as avozza15:34
*** matrohon has quit IRC15:36
*** nfedotov has joined #openstack-neutron15:37
*** Swami has joined #openstack-neutron15:39
*** thedodd has joined #openstack-neutron15:39
*** tsg_ has joined #openstack-neutron15:43
*** jistr|mtg is now known as jistr15:44
*** Longgeek_ has quit IRC15:44
*** yfauser has joined #openstack-neutron15:46
*** nlahouti has joined #openstack-neutron15:46
*** pask81 has quit IRC15:46
*** abregman has quit IRC15:48
*** yfried__ has quit IRC15:48
*** enikanorov__ has joined #openstack-neutron15:48
*** mtecer has joined #openstack-neutron15:50
*** enikanorov_ has quit IRC15:51
openstackgerritMatt Riedemann proposed openstack/neutron: Register ibm-db-alembic import for DB2 migrations  https://review.openstack.org/17493915:53
*** cgoncalves has joined #openstack-neutron15:54
*** Trevor_V has joined #openstack-neutron15:55
*** yfauser has left #openstack-neutron15:55
*** rook__ has joined #openstack-neutron15:58
*** mtecer has quit IRC15:58
*** britthouser has quit IRC15:58
*** r-daneel has joined #openstack-neutron16:00
*** kbyrne has quit IRC16:00
*** ivar-lazzaro has joined #openstack-neutron16:00
*** devvesa has quit IRC16:01
*** armax has quit IRC16:01
*** garyk has quit IRC16:01
*** britthouser has joined #openstack-neutron16:02
*** ivar-laz_ has joined #openstack-neutron16:02
*** safchain has quit IRC16:02
*** yeungp has quit IRC16:02
*** yeungp has joined #openstack-neutron16:03
*** ivar-laz_ has quit IRC16:03
*** yeungp has quit IRC16:03
*** ivar-laz_ has joined #openstack-neutron16:03
*** pask81 has joined #openstack-neutron16:04
*** bobmel_ has joined #openstack-neutron16:05
*** annegentle has quit IRC16:05
*** ivar-lazzaro has quit IRC16:05
*** seizadi has joined #openstack-neutron16:05
*** seizadi has quit IRC16:05
*** seizadi has joined #openstack-neutron16:05
*** aepifanov has quit IRC16:06
*** bobmel has quit IRC16:07
*** yamahata has quit IRC16:08
*** pask81 has quit IRC16:09
*** kiran-r has quit IRC16:09
openstackgerritSwaminathan Vasudevan proposed openstack/neutron: Fixes race condition and boosts the scheduling performance  https://review.openstack.org/17367216:10
*** pcaruana has quit IRC16:10
*** _cjones_ has joined #openstack-neutron16:11
ihrachyshkasalv-orl_, hdn is neat, though without an instagram and probably a pinterest plugin, there is no way the idea will get enough traction to rule in major datacenters. should I file a spec to add pluggable framework for notification strategies? now that I think about it, I realize that we should steal some ideas from ml2, so that operators can report back which social networks they prefer, so that they get proper notifi16:13
ihrachyshkacations.16:13
*** jlanoux has quit IRC16:14
amullerihrachyshka: lol16:16
amullerihrachyshka: I just saw the hdn link also, it's brilliant16:16
amullersalv-orl_++16:16
*** claudiub_ has quit IRC16:16
*** britthouser has quit IRC16:17
*** luqas has quit IRC16:18
*** salv-orl_ has quit IRC16:19
*** subscope has joined #openstack-neutron16:20
*** britthouser has joined #openstack-neutron16:21
*** ygbo has quit IRC16:23
*** claudiub has joined #openstack-neutron16:24
*** salv-orlando has joined #openstack-neutron16:24
*** dims__ has joined #openstack-neutron16:24
*** aranjan has joined #openstack-neutron16:30
*** yamahata has joined #openstack-neutron16:31
*** seizadi has quit IRC16:32
*** seizadi has joined #openstack-neutron16:32
*** feleouet has quit IRC16:32
*** sdake has joined #openstack-neutron16:35
*** ivar-laz_ has quit IRC16:36
*** ivar-lazzaro has joined #openstack-neutron16:36
*** yfauser has joined #openstack-neutron16:36
*** britthouser has quit IRC16:37
*** crose has joined #openstack-neutron16:37
*** gsagie_ has quit IRC16:37
*** nfedotov has quit IRC16:37
*** yfauser has left #openstack-neutron16:37
*** ivar-lazzaro has quit IRC16:38
*** davrodpin has joined #openstack-neutron16:38
*** redbeard has joined #openstack-neutron16:38
*** ivar-lazzaro has joined #openstack-neutron16:39
*** sdake_ has quit IRC16:39
*** Marga_ has quit IRC16:43
*** a_le has quit IRC16:43
*** aepifanov has joined #openstack-neutron16:46
*** armax has joined #openstack-neutron16:46
*** a_le has joined #openstack-neutron16:46
*** kawa2014 has quit IRC16:47
*** jistr has quit IRC16:48
*** dims__ is now known as dimsum__16:50
*** aepifanov1 has joined #openstack-neutron16:50
*** aepifanov has quit IRC16:50
dmzis it possible to create 2 vlan networks on the same vlan tag id?16:51
*** sgordon has joined #openstack-neutron16:52
*** ajmiller__ is now known as ajmiller16:53
GLaupredmz: Why do you want to do that?16:54
*** seizadi has quit IRC16:54
*** seizadi has joined #openstack-neutron16:55
GLaupreDo you also want them to be isolated with each other?16:55
*** jlibosva has quit IRC16:55
*** s3wong has joined #openstack-neutron16:56
*** aepifanov has joined #openstack-neutron16:57
*** annegentle has joined #openstack-neutron16:58
*** armax has quit IRC16:58
*** aepifanov1 has quit IRC16:59
*** atuvenie has quit IRC16:59
*** jbell8 has joined #openstack-neutron16:59
*** ihrachyshka has quit IRC17:00
*** banix has quit IRC17:01
*** rook__ has quit IRC17:02
*** prad has quit IRC17:02
*** armax has joined #openstack-neutron17:03
*** rook__ has joined #openstack-neutron17:03
*** markvoelker has quit IRC17:03
pc_mmestery: hi17:04
*** banix has joined #openstack-neutron17:04
*** aranjan has quit IRC17:05
*** prad has joined #openstack-neutron17:05
*** ivar-laz_ has joined #openstack-neutron17:05
*** salv-orlando has quit IRC17:06
*** prad has quit IRC17:06
*** jpena has quit IRC17:07
*** tsg_ has quit IRC17:07
*** ivar-lazzaro has quit IRC17:08
mesterypc_m: yo17:09
pc_mmestery: Happy Friday! Is there an agenda for the Neutron mid-cycle sprint?17:09
mesterypc_m: Yes, we're building it on the etherpad linked from the wiki17:09
*** prad has joined #openstack-neutron17:09
pc_mmestery: Do you have it handy (the etherpad link)?17:10
*** ivar-laz_ has quit IRC17:10
mesterypc_m: No, I'm afraid I don't right now.17:10
mesterypc_m: ML archives will have it, or google openstack mid-cycle17:10
mestery:)17:10
*** abregman has joined #openstack-neutron17:11
*** tsg_ has joined #openstack-neutron17:11
*** ivar-lazzaro has joined #openstack-neutron17:11
*** Trevor_V has quit IRC17:11
pc_mmestery: Got it. https://etherpad.openstack.org/p/neutron-liberty-mid-cycle17:11
mesterypc_m: cool!17:12
pc_mmestery: BTW: I'm still working on going through each of the VPN bugs. Some, I've added comments and changed status17:12
pc_mmestery: Will email you the summary, once I get through them all (hopefully today).17:12
mesterypc_m: Awesome and thanks! That's great!17:13
amullermestery: I meant to ask, are all lightening talks approved or is there some filtering there?17:13
pc_mmestery: np17:13
mesteryamuller: I think we'll have enough room to get all lightning talks approved17:14
*** russellb has quit IRC17:14
amullermestery: ok, that means I'll actually have to prepare mine then :)17:14
mesteryamuller: lol17:14
*** harlowja_away is now known as harlowja17:17
*** russellb has joined #openstack-neutron17:17
*** abregman has joined #openstack-neutron17:18
*** luqas has joined #openstack-neutron17:19
*** abregman has quit IRC17:20
*** aranjan has joined #openstack-neutron17:20
*** abregman has joined #openstack-neutron17:20
*** luqas has quit IRC17:24
*** russellb has quit IRC17:25
*** sthillma has joined #openstack-neutron17:25
*** aranjan_ has joined #openstack-neutron17:28
*** russellb has joined #openstack-neutron17:29
*** salv-orlando has joined #openstack-neutron17:29
*** sthillma has quit IRC17:30
*** aranjan has quit IRC17:31
*** claudiub has quit IRC17:31
*** aranjan_ has quit IRC17:32
dmzGlaupre because i have an shared network that i have mulitple customers connecting into17:33
*** beagles is now known as beagles_brb17:34
*** tsg_ has quit IRC17:34
dmzfor example, i have an "internet" network that i want to give customers direct access so they can be direclty on the internet without having to use a router; should i just have the network shared? I don't want it accessible by all projects only specific ones17:35
dmzi have other ntworks for internal services that are similar, needing some custoers to have access and some not17:36
dmzhsm, or whatever the service is17:36
*** abregman has quit IRC17:39
*** aranjan has joined #openstack-neutron17:41
*** aranjan has quit IRC17:41
*** SumitNaiksatam has quit IRC17:41
*** aranjan has joined #openstack-neutron17:42
GLaupreI have some difficulties picturing what you wanna do. If your customers are directly connected to your "internet" network, then I don't understand how you want to implemented an isolation using vlan tag at this specific point in your network17:42
GLaupres/implemented/implemente17:43
*** prad has quit IRC17:45
*** emagana has joined #openstack-neutron17:45
*** prad has joined #openstack-neutron17:46
*** vivek-ebay has joined #openstack-neutron17:48
*** achanda has joined #openstack-neutron17:48
openstackgerritMerged openstack/python-neutronclient: Uncap library requirements for liberty  https://review.openstack.org/17454017:49
*** annegentle has quit IRC17:50
*** ivar-lazzaro has quit IRC17:51
*** ivar-lazzaro has joined #openstack-neutron17:51
*** sgordon has quit IRC17:51
*** sgordon has joined #openstack-neutron17:51
*** annegentle has joined #openstack-neutron17:54
*** sridhar_ram has joined #openstack-neutron17:55
*** Marga_ has joined #openstack-neutron17:55
pc_mHi! Can I get a second driver core to review https://review.openstack.org/#/c/169008/? Need another +2 for this to upstream.17:58
*** ijw has joined #openstack-neutron18:00
kevinbentonsalv-orlando: did you have anything in mind for neutron defaults?18:00
kevinbentonsalv-orlando: like for how neutron would create them18:00
*** jorgem has joined #openstack-neutron18:01
*** pritesh has joined #openstack-neutron18:01
*** jbell8 has quit IRC18:03
*** sridhar_ram1 has joined #openstack-neutron18:03
*** sridhar_ram has quit IRC18:04
*** yfauser has joined #openstack-neutron18:04
*** armax has quit IRC18:05
*** aix has quit IRC18:06
*** seizadi has quit IRC18:07
*** seizadi has joined #openstack-neutron18:07
*** crose has quit IRC18:08
salv-orlandokevinbenton: not really. As you surely know there would be different ways to do that. The problem is what would be an acceptable one18:08
*** banix has quit IRC18:09
kevinbentonsalv-orlando: yeah, it would be nice if there was a way to have it as a configuration value or something similar so default topologies don't have to be hard-coded18:10
*** ZZelle_ has joined #openstack-neutron18:10
*** carl_baldwin has quit IRC18:11
*** jorgem has quit IRC18:13
*** yfauser has left #openstack-neutron18:14
dmzGLaupre yes i'm segmenting with vlans but i have a few that are shared amongst several customers; in prior private cloud setups (xen/linux bridge) I would just connect them to the same network; how should I create a shared vlan network and specify which projects have access to it?18:14
*** davrodpin has quit IRC18:17
*** jbell8 has joined #openstack-neutron18:18
*** Sukhdev has joined #openstack-neutron18:19
*** claudiub has joined #openstack-neutron18:19
*** armax has joined #openstack-neutron18:20
*** aepifanov has quit IRC18:20
*** aepifanov has joined #openstack-neutron18:21
*** annegentle has quit IRC18:21
*** slaweq has joined #openstack-neutron18:21
*** flaviof has quit IRC18:23
*** mlavalle has joined #openstack-neutron18:24
*** annegentle has joined #openstack-neutron18:25
*** leakypipes has quit IRC18:25
*** nlahouti has quit IRC18:27
*** carl_baldwin has joined #openstack-neutron18:29
*** mtecer has joined #openstack-neutron18:30
*** yatin has quit IRC18:30
*** jbell8 has quit IRC18:30
GLaupredmz: your project is link with a tenant-id, so you can type neutron net-create --tenant-id TENANT_ID --shared --provider:segmentation_id VLAN_TAG --vlan-transparent False18:31
GLauprenow if you want this network to be a virtualization of your "internet" network, you need to use the same subnet and to add --router:external18:32
*** sridhar_ram1 has quit IRC18:32
GLaupreon the subnet you'll create use the --gateway YOUR_ACTUAL_GATEWAY_IN_YOUR_INTERNET_NETWORK18:33
*** seizadi has quit IRC18:33
*** sridhar_ram has joined #openstack-neutron18:33
*** seizadi has joined #openstack-neutron18:33
dmzif it's on that project how can i make it accessible to other projects?18:34
*** avozza is now known as zz_avozza18:34
*** flaviof has joined #openstack-neutron18:35
GLaupreI am not sure that you can link several projects. I don't know the answer for that :(18:36
*** nlahouti has joined #openstack-neutron18:36
GLaupredmz: try to ask on #openstack-nova18:36
*** dttocs has quit IRC18:36
dmzsure, thought networking questions would be better here :)18:38
*** aranjan has quit IRC18:41
*** s3wong has quit IRC18:43
*** jbell8 has joined #openstack-neutron18:44
*** achanda has quit IRC18:46
*** sridhar_ram has left #openstack-neutron18:47
*** slaweq has quit IRC18:47
*** beagles_brb is now known as beagles18:49
*** slaweq has joined #openstack-neutron18:50
*** banix has joined #openstack-neutron18:51
*** aepifanov1 has joined #openstack-neutron18:52
*** zz_avozza is now known as avozza18:53
*** aepifanov has quit IRC18:54
*** achanda has joined #openstack-neutron18:56
*** salv-orlando has quit IRC18:57
*** aepifanov1 has quit IRC19:00
*** aranjan has joined #openstack-neutron19:02
*** jorgem has joined #openstack-neutron19:02
*** marun has quit IRC19:03
ZZelle_dmz, GLaupre, you have 3 cases19:06
GLaupreI am listening :)19:07
ZZelle_dmz, GLaupre, shared networks, everyone can bind ports to them19:07
ZZelle_dmz, GLaupre, external networks, everyone can bind routers to them (as router external network)19:08
ZZelle_dmz, GLaupre, "other" networks, only the tenant can bind ports to them19:09
dmzok so shared will work for now but no way to have a shared but specify "who" can share them?19:09
ZZelle_dmz, GLaupre, ie: neutron has no RBAC capability19:09
*** ijw has quit IRC19:09
openstackgerritSridhar Gaddam proposed openstack/neutron: Fix typos related to IPv6 use-cases  https://review.openstack.org/17500919:09
dmzis there a bluebrint for any or is it not in the vision at all?19:10
openstackgerritBrian Haley proposed openstack/neutron: Add IPset cleanup script  https://review.openstack.org/17459019:10
ZZelle_dmz, yes19:10
openstackgerritBrian Haley proposed openstack/neutron: Reduce prefix and suffix length in ipsets  https://review.openstack.org/17422019:10
ZZelle_dmz, iirc, kevinbenton is the spec owner19:11
dmzcool, thanks a lot!19:11
* dmz goes to grok shared networks...19:11
kevinbentondmz: it sounds like you want the ability to grant sharing rights to users19:12
*** jorgem has quit IRC19:13
kevinbentondmz: which is a little different than the original intent of just sharing to specific tenants19:13
*** matrohon has joined #openstack-neutron19:13
kevinbentondmz: i have to step away, but can you leave your use case on the old spec? I will be uploading a new version of it probably over this weekend19:13
dmzeither would work for me :)19:13
dmzi'll read that first, is there a url where it lives?19:13
dmzany more granular controls over a shared vlan tagged network is perfect, don't care how it is achieved :)19:14
*** yfauser has joined #openstack-neutron19:14
*** yfauser has quit IRC19:14
ZZelle_dmz, https://review.openstack.org/#/c/132661/19:14
dmzthank you19:15
*** annegentle has quit IRC19:19
ZZelle_dmz, adding user irc names in your sentences allow users to know you speak to them19:19
*** ijw has joined #openstack-neutron19:20
dmzyeah I know, usually when chatting they are also so i don't add it & i didn't know anyone in particual so didn't put any names in to get their attention19:22
dmzimoho i don't like xchat blinking at me with every chat msg back & forth :) usually i'm working on other things and only like to get notified when someone actually addresses me19:23
*** nplanel_ has joined #openstack-neutron19:23
openstackgerritMerged openstack/neutron: ML2: Change port status only when it's bound to the host  https://review.openstack.org/16317819:24
* dmz - Registered : Apr 18 21:07:13 1999 (16y 0w 2d ago) :) 19:24
openstackgerritBrian Haley proposed openstack/neutron: Reduce prefix and suffix length in ipsets  https://review.openstack.org/17422019:24
openstackgerritBrian Haley proposed openstack/neutron: Add IPset cleanup script  https://review.openstack.org/17459019:25
*** ajo has quit IRC19:28
*** ajo has joined #openstack-neutron19:28
*** ajo has quit IRC19:28
*** madhu_ak has joined #openstack-neutron19:30
madhu_akhi all19:30
*** yamahata has quit IRC19:31
Sukhdevmadhu_ak: hi19:31
madhu_akI have created tempest tests in neutron-lbaas tree and it perfectly working as designed for admin and non-admin users..the resources are indeed setup and cleaned up against devstack instances. For admin tests, when i run the tests for many times, I could see bunch of tenant_id's when I randomly check 'keystone tenant-list'19:31
Sukhdevmestery: Ping (delayed ping from Tuesday :-))19:31
madhu_aknot sure whether I need to put a check to delete the tenant_id's upon creation19:32
Sukhdevmlavalle: I think madhu_ak can use your help19:33
*** nlahouti has quit IRC19:33
madhu_akthanks Sukhdev for the right contact19:34
Sukhdevmadhu_ak: NP19:35
*** tflynn has joined #openstack-neutron19:35
*** ijw has quit IRC19:35
*** redbeard has quit IRC19:37
*** Marga_ has quit IRC19:38
*** slaweq has quit IRC19:39
*** subscope has quit IRC19:40
*** tflynn has quit IRC19:40
*** ozialien has joined #openstack-neutron19:41
*** tflynn has joined #openstack-neutron19:43
*** tflynn has quit IRC19:43
madhu_akmlavalle: would be glad if I could have your comments19:45
*** slaweq has joined #openstack-neutron19:45
*** tsg has joined #openstack-neutron19:45
*** tsg_ has joined #openstack-neutron19:48
openstackgerritMerged openstack/neutron: Fixes race condition and boosts the scheduling performance  https://review.openstack.org/17367219:48
*** salv-orlando has joined #openstack-neutron19:49
*** tsg has quit IRC19:50
*** vivek-ebay has quit IRC19:50
*** achanda has quit IRC19:50
*** vivek-ebay has joined #openstack-neutron19:51
*** abregman has joined #openstack-neutron19:52
*** abregman has quit IRC19:53
openstackgerritMerged openstack/neutron-vpnaas: VPNaaS Remove dependency on Neutron for unit test  https://review.openstack.org/16900819:54
*** seizadi1 has joined #openstack-neutron19:55
*** seizadi has quit IRC19:55
*** vivek-ebay has quit IRC19:55
*** ronis has joined #openstack-neutron19:55
*** vishwana_ has joined #openstack-neutron19:56
*** pritesh has quit IRC19:57
*** vishwanathj has quit IRC19:58
*** jbell8 has quit IRC19:59
*** carlp has quit IRC20:02
openstackgerritPaul Michali proposed openstack/neutron-vpnaas: VPNaaS: Revise functional test hooks  https://review.openstack.org/16811520:03
*** jbell8 has joined #openstack-neutron20:03
openstackgerritPaul Michali proposed openstack/neutron-vpnaas: VPNaaS: Refactor functional tests to use discover  https://review.openstack.org/17214220:04
*** Marga_ has joined #openstack-neutron20:09
*** shwetaap1 has quit IRC20:11
*** Marga_ has quit IRC20:13
*** jbell8 has quit IRC20:15
*** phil_h has quit IRC20:17
*** Sukhdev has quit IRC20:19
*** shwetaap has joined #openstack-neutron20:20
*** openstackgerrit has quit IRC20:22
*** openstackgerrit has joined #openstack-neutron20:23
*** marun has joined #openstack-neutron20:25
*** ronis has quit IRC20:26
*** achanda has joined #openstack-neutron20:27
*** Sukhdev has joined #openstack-neutron20:28
*** vivek-ebay has joined #openstack-neutron20:28
*** ijw has joined #openstack-neutron20:29
*** jbell8 has joined #openstack-neutron20:31
*** nlahouti has joined #openstack-neutron20:32
*** jorgem has joined #openstack-neutron20:33
*** mlavalle has quit IRC20:34
*** amuller has quit IRC20:39
*** thedodd has quit IRC20:42
*** tiswanso has quit IRC20:45
*** emagana has quit IRC20:45
*** tiswanso has joined #openstack-neutron20:47
*** emagana has joined #openstack-neutron20:47
*** raildo has quit IRC20:51
*** aepifanov has joined #openstack-neutron20:55
*** baoli_ has quit IRC20:56
*** sdake_ has joined #openstack-neutron20:56
*** luqas has joined #openstack-neutron20:57
*** haleyb_ has joined #openstack-neutron20:58
*** rook has quit IRC20:59
*** logan2 has quit IRC20:59
*** haleyb has quit IRC20:59
*** jbell8 has quit IRC20:59
*** sdake has quit IRC20:59
openstackgerritArmando Migliaccio proposed openstack/neutron: Add security groups events  https://review.openstack.org/17458821:00
*** logan2 has joined #openstack-neutron21:00
*** armax has quit IRC21:01
*** luqas has quit IRC21:01
*** jbell8 has joined #openstack-neutron21:03
*** avozza is now known as zz_avozza21:04
-openstackstatus- NOTICE: Gerrit will be unavailable between 22:00 and 23:59 UTC for project renames and a database update.21:04
*** Marga_ has joined #openstack-neutron21:08
openstackgerritMiguel Angel Ajo proposed openstack/neutron-specs: Neutron QoS API Extension  https://review.openstack.org/8859921:09
*** aepifanov has quit IRC21:14
*** aepifanov has joined #openstack-neutron21:14
*** tiswanso has quit IRC21:15
*** aepifanov has quit IRC21:15
*** ozialien has quit IRC21:16
openstackgerritTerry Wilson proposed openstack/neutron: Correct typo for matching non-dict ovsdb rows  https://review.openstack.org/17505921:17
*** pc_m has quit IRC21:18
*** openstackgerrit has quit IRC21:23
kevinbentonsalv-orlando: are you aviailable to service queries?21:23
salv-orlandoit depends21:23
*** openstackgerrit has joined #openstack-neutron21:23
kevinbentonsalv-orlando: vmware CI is upset21:25
kevinbentonsalv-orlando: https://review.openstack.org/#/c/174842/21:25
*** sdake has joined #openstack-neutron21:25
kevinbentonsalv-orlando: is it stable for rechecks now?21:25
salv-orlandoyes recheck have been working for a while21:27
kevinbentonsalv-orlando: thx21:27
*** slaweq has quit IRC21:28
salv-orlandoyour job failed because it was assigned to the wrong slave sorry21:28
salv-orlandoI forgot to add the slave keyword to that job ;)21:28
kevinbentonsalv-orlando: i see21:29
kevinbentonsalv-orlando: while you're looking at that patch...21:29
kevinbentonsalv-orlando: care to review?21:29
*** sdake_ has quit IRC21:29
kevinbentonsalv-orlando: last time i tried to sneak a change like that past you i got in trouble :)21:29
kevinbentonsalv-orlando: wait!21:30
kevinbentonsalv-orlando: not that patch21:30
kevinbentonsalv-orlando: this one https://review.openstack.org/#/c/174806/21:30
kevinbentonsalv-orlando: which vmware also failed :)21:30
openstackgerritstephen-ma proposed openstack/neutron: Add unit test for bugfix 1414218  https://review.openstack.org/17506121:31
salv-orlandoit failed magnificently21:32
salv-orlandolet me do a recheck.21:32
kevinbentoni think i already did21:32
salv-orlandoyes you did21:32
openstackgerritTerry Wilson proposed openstack/neutron: Make idl available before starting ovsdb connection  https://review.openstack.org/17506221:33
salv-orlandothe vmware plugin overrides some l3 stuff perhap a simple change like this is causing havoc in the nova/neutron notifier. The failures are because of that21:33
openstackgerritMaru Newby proposed openstack/neutron: Fix test discovery for api and functional paths  https://review.openstack.org/17187421:33
*** emagana has quit IRC21:33
*** annegentle has joined #openstack-neutron21:34
*** Networkn3rd has quit IRC21:36
*** ozialien has joined #openstack-neutron21:37
*** emagana has joined #openstack-neutron21:41
*** emagana has quit IRC21:41
openstackgerritAndrew Boik proposed openstack/neutron: Restrict subnet create/update to avoid DHCP resync  https://review.openstack.org/17422821:42
*** emagana has joined #openstack-neutron21:42
*** armax has joined #openstack-neutron21:47
*** aepifanov has joined #openstack-neutron21:48
*** jamielennox|away is now known as jamielennox21:48
*** banix has quit IRC21:49
*** markvoelker has joined #openstack-neutron21:49
*** markvoelker_ has joined #openstack-neutron21:50
*** a_le has quit IRC21:51
*** slaweq has joined #openstack-neutron21:51
*** markvoelker has quit IRC21:54
kevinbentonsalv-orlando: ok. i'm re-pushing some of these patches21:55
kevinbentonsalv-orlando: if you think the failures are related, i will dig into them21:55
*** mtecer has quit IRC21:55
salv-orlandoI do not have a direct clue. But they should not.21:55
openstackgerritKevin Benton proposed openstack/neutron: L3 DB: Defer port DB subnet lookups  https://review.openstack.org/17484321:58
openstackgerritKevin Benton proposed openstack/neutron: Get all interfaces for get_snat_sync_interfaces  https://review.openstack.org/17484621:58
openstackgerritKevin Benton proposed openstack/neutron: Replace unnecessary call to get_sync_routers  https://review.openstack.org/17484421:58
openstackgerritKevin Benton proposed openstack/neutron: Eliminate extra queries used to retrieve gw_ports  https://review.openstack.org/17484521:58
*** markvoelker_ has quit IRC21:58
*** mlavalle has joined #openstack-neutron21:58
*** matrohon has quit IRC22:00
-openstackstatus- NOTICE: Gerrit is unavailable until 23:59 UTC for project renames and a database update.22:04
*** Swami has quit IRC22:04
*** annegentle has quit IRC22:06
-openstackstatus- NOTICE: Gerrit is unavailable until 23:59 UTC for project renames and a database update.22:08
*** ChanServ changes topic to "Gerrit is unavailable until 23:59 UTC for project renames and a database update."22:08
*** jorgem has quit IRC22:09
*** jgrimm is now known as zz_jgrimm22:20
*** sdake_ has joined #openstack-neutron22:24
*** kbringard has quit IRC22:26
*** jbell8 has quit IRC22:27
*** sdake has quit IRC22:27
*** daneyon_ has joined #openstack-neutron22:28
*** Sukhdev has quit IRC22:28
*** daneyon has quit IRC22:31
*** slaweq has quit IRC22:32
*** daneyon has joined #openstack-neutron22:32
*** daneyon_ has quit IRC22:32
*** mran has joined #openstack-neutron22:38
*** annegentle has joined #openstack-neutron22:38
mranwhen a call such as net-create where does the api send the call? I can see the call in neutronclient but could not find where the call goes and how it gets posted on mq to the agent. Can someone help me point out the code location in neutron tree?22:40
*** dboik_ has quit IRC22:41
*** dboik has joined #openstack-neutron22:41
*** dave-mccowan has quit IRC22:44
*** rushil has quit IRC22:46
*** sdake has joined #openstack-neutron22:46
*** igordcard_ has quit IRC22:47
*** annegentle has quit IRC22:49
*** sdake_ has quit IRC22:50
*** Sukhdev has joined #openstack-neutron22:51
*** a_le has joined #openstack-neutron22:52
*** achanda has quit IRC22:54
*** achanda has joined #openstack-neutron22:56
*** a_le has quit IRC22:57
*** lori is now known as lori|away23:01
*** dboik has quit IRC23:02
*** rpothier has quit IRC23:03
*** ChanServ changes topic to "Discussion of OpenStack Networking || for support join #openstack"23:05
-openstackstatus- NOTICE: Gerrit is available again.23:05
*** doude has quit IRC23:11
*** achanda has quit IRC23:11
kevinbentonmran: net-create doesn't actually do anything on the agent23:11
kevinbentonmran: all of the port, network, and subnet operations go to the core plugin23:12
kevinbentonmran: so if you are using ML2, they go into neutron/plugins/ml2/plugin.py23:13
kevinbentonmran: you can see the create_network method there23:13
*** sdake_ has joined #openstack-neutron23:14
*** achanda has joined #openstack-neutron23:15
*** sdake has quit IRC23:17
*** mlavalle has quit IRC23:20
*** zzzeek has quit IRC23:23
*** Swami has joined #openstack-neutron23:28
*** dboik has joined #openstack-neutron23:29
*** jamielennox is now known as jamielennox|away23:30
*** sdake has joined #openstack-neutron23:32
*** zzzeek has joined #openstack-neutron23:33
*** sdake_ has quit IRC23:36
*** davrodpin has joined #openstack-neutron23:37
*** davrodpin has quit IRC23:43
*** davrodpin has joined #openstack-neutron23:44
*** ajmiller has quit IRC23:45
mran<kevinbenton>: Thanks, got it. Can I extend the ML2Plugin class in my driver? I want to add additional methods to manage flow entries23:46
marunarmax, kevinbenton: this could use a nudge - https://review.openstack.org/#/c/172129/23:46
*** carl_baldwin has quit IRC23:48
kevinbentonmarun: ack23:49
marunkevinbenton: danek23:50
marundanke23:50
*** Marga_ has quit IRC23:50
openstackgerritMaru Newby proposed openstack/neutron: Fix test discovery for api and functional paths  https://review.openstack.org/17187423:51
*** annegentle has joined #openstack-neutron23:54
*** zzzeek has quit IRC23:55
*** dboik has quit IRC23:57

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