Thursday, 2017-05-18

*** inara` has quit IRC00:00
*** masaki has joined #openstack-neutron00:02
*** inara has joined #openstack-neutron00:02
*** ijw has quit IRC00:03
*** markstur has joined #openstack-neutron00:04
mriedem"OpenStack Networking does not offer an OR mechanism for filters."00:05
mriedemNOOOOOOOOOO00:05
mriedemWHY00:05
mriedemnova doesn't either, but c'mon00:05
mriedemhaving OR filters would help nova to do bulk queries when rebuilding the network info cache per instance00:06
*** abhiraut has quit IRC00:06
mriedemkevinbenton: do you see anything in https://developer.openstack.org/api-ref/networking/v2/index.html?expanded=list-floating-ips-detail#list-floating-ips where we'd avoid a join in the db if we just asked for the "floating_ip_address" field?00:07
mriedemi'm guessing not00:07
kevinbentonmriedem: no, the fields param won't prevent the join conditions00:08
*** markstur has quit IRC00:08
mriedemcrap00:08
kevinbentonmriedem: why? are they getting really slow or something?00:09
*** suresh12 has quit IRC00:10
mriedemcfriesen was profiling some stuff with live migrations where the instance has like 16 VIFs on it, and neutron is sending 16 separate network-changed events to nova, which since they don't have the vif id (port id) on the event, we're just refreshing the nw info cache for the instance - which is a pretty big mass build up of networking data for that instance, including pulling in the ports, subnets, floating ips, networks,00:10
mriedemall one by one00:10
mriedemso like during live migration i think when we unplug the vifs from the source host, that's going to trigger 16 separate network-changed events from neutron00:11
mriedemand we're going to refresh that nw info cache 16 times for the same instance00:11
kevinbentonmriedem: well we do bulk them up into 2 second batches after the first is sent00:12
kevinbentonmriedem: but i think that is per worker in neutron00:12
mriedemok i guess he mentioned something about 2 seconds so i guess that's what he was talking about00:13
*** suresh12 has joined #openstack-neutron00:13
*** limao_ has quit IRC00:13
mriedemstill, it's funny,00:13
mriedemlooking at where network-changed is issue in neutron,00:13
mriedemwe have a port in scope00:13
mriedemwe could pass the port['id00:13
mriedemas the 'tag' in the server external event00:13
mriedemi'm not sure why it's not sending that00:14
kevinbentonmriedem: yeah, if there is extra data we can add to prevent that it shouldn't be an issue00:14
*** markstur has joined #openstack-neutron00:14
kevinbentonmriedem: do you want to propose a change to neutron?00:16
kevinbentonmriedem: if not, go ahead and file a bug saying what you need in the body00:16
kevinbentonmriedem: and i can do it00:16
mriedemi'm writing a bug now00:16
kevinbentonmriedem: ack, shoot it to me and i can patch it up this evening. be back later00:19
*** markstur has quit IRC00:19
*** wolverineav has joined #openstack-neutron00:19
*** iyamahat has quit IRC00:21
openstackgerritKevin Benton proposed openstack/networking-ovn master: Switch to SUBNET resource from SUBNET_GATEWAY  https://review.openstack.org/46477500:21
*** lujinluo has joined #openstack-neutron00:22
*** wolverin_ has joined #openstack-neutron00:24
*** gianpietro has quit IRC00:25
*** kobis has joined #openstack-neutron00:26
*** wolverineav has quit IRC00:26
*** jamielennox is now known as jamielennox|away00:27
*** wolverin_ has quit IRC00:29
*** wolverineav has joined #openstack-neutron00:29
*** sterdnotshaken has quit IRC00:30
*** ijw has joined #openstack-neutron00:31
*** ijw has quit IRC00:31
*** ijw has joined #openstack-neutron00:32
*** wolverin_ has joined #openstack-neutron00:32
*** suresh12 has quit IRC00:34
*** wolverineav has quit IRC00:34
*** suresh12 has joined #openstack-neutron00:35
*** yedongcan has joined #openstack-neutron00:37
*** wolverin_ has quit IRC00:38
*** wolverineav has joined #openstack-neutron00:39
*** dsneddon has quit IRC00:40
*** pmannidi has quit IRC00:41
*** jamielennox|away is now known as jamielennox00:41
*** mickeys has joined #openstack-neutron00:42
*** Sukhdev has joined #openstack-neutron00:43
*** wolverineav has quit IRC00:44
*** mickeys has quit IRC00:47
*** ijw has quit IRC00:48
*** hoangcx has joined #openstack-neutron00:48
*** ijw has joined #openstack-neutron00:49
*** ijw has quit IRC00:49
*** ijw has joined #openstack-neutron00:50
*** wolverineav has joined #openstack-neutron00:50
*** ijw has quit IRC00:51
*** lnicolas has joined #openstack-neutron00:52
*** ijw has joined #openstack-neutron00:52
*** ijw has quit IRC00:53
*** ijw has joined #openstack-neutron00:53
*** wolverineav has quit IRC00:55
*** gianpietro has joined #openstack-neutron00:56
*** cuongnv has joined #openstack-neutron00:56
*** thorst_afk has joined #openstack-neutron00:58
*** ijw has quit IRC00:58
*** zhhuabj has quit IRC01:01
*** thorst_afk has quit IRC01:02
*** limao has joined #openstack-neutron01:02
*** pmannidi has joined #openstack-neutron01:03
*** Sukhdev has quit IRC01:06
*** abhiraut has joined #openstack-neutron01:10
*** wolverineav has joined #openstack-neutron01:11
*** abhiraut has quit IRC01:11
*** zhhuabj has joined #openstack-neutron01:13
*** wolverineav has quit IRC01:15
*** tuanluong has joined #openstack-neutron01:15
*** wolverineav has joined #openstack-neutron01:15
*** cNilesh has joined #openstack-neutron01:15
*** cNilesh has quit IRC01:16
*** cnilesh has joined #openstack-neutron01:16
*** cnilesh has quit IRC01:17
*** cNilesh has joined #openstack-neutron01:17
*** wolverineav has quit IRC01:19
*** karthiks has joined #openstack-neutron01:20
*** jamesdenton has joined #openstack-neutron01:21
*** jamesden_ has joined #openstack-neutron01:26
*** fragatina has quit IRC01:27
*** ijw has joined #openstack-neutron01:30
*** jamesdenton has quit IRC01:34
*** ijw has quit IRC01:36
*** ihrachys has joined #openstack-neutron01:37
*** yedongcan has quit IRC01:38
*** yedongcan has joined #openstack-neutron01:38
*** limao has quit IRC01:39
openstackgerritArmando Migliaccio proposed openstack/neutron-specs master: Removing citations not referenced  https://review.openstack.org/46577901:39
*** limao has joined #openstack-neutron01:39
*** stanzgy has joined #openstack-neutron01:40
*** thorst_afk has joined #openstack-neutron01:41
*** yushiro has joined #openstack-neutron01:42
*** p01nt3r75 has joined #openstack-neutron01:43
*** mickeys has joined #openstack-neutron01:43
*** thorst_afk has quit IRC01:43
*** mickeys has quit IRC01:47
*** ihrachys has quit IRC01:49
openstackgerritArmando Migliaccio proposed openstack/neutron-specs master: Removing citations not referenced  https://review.openstack.org/46577901:50
*** dsneddon has joined #openstack-neutron01:52
*** fzdarsky_ has joined #openstack-neutron01:53
*** svenkat has quit IRC01:53
*** baoli has quit IRC01:56
*** fzdarsky|afk has quit IRC01:57
*** baoli has joined #openstack-neutron01:57
*** suresh12 has quit IRC01:58
openstackgerritIsaku Yamahata proposed openstack/networking-odl master: devstack: use neutron hostconfig-ovs from 0.6.0 carbon  https://review.openstack.org/46519101:58
*** markstur has joined #openstack-neutron01:59
*** YuYangWang has joined #openstack-neutron02:00
*** jamesdenton has joined #openstack-neutron02:03
*** markstur has quit IRC02:04
openstackgerritMerged openstack/networking-ovn master: Switch to SUBNET resource from SUBNET_GATEWAY  https://review.openstack.org/46477502:07
*** gianpietro has quit IRC02:08
*** markvoelker has quit IRC02:08
*** markvoelker has joined #openstack-neutron02:08
*** crushil has joined #openstack-neutron02:10
*** zhhuabj has quit IRC02:11
*** gianpietro has joined #openstack-neutron02:13
*** itzikb has joined #openstack-neutron02:14
*** yamahata has joined #openstack-neutron02:15
*** zhhuabj has joined #openstack-neutron02:16
kevinbentonmriedem: read the bug02:18
mriedemkevinbenton: i have the neutron side change,02:18
mriedemthe nova side is much much worse02:18
kevinbentonmriedem: so even if we add the port_id to the payload there is a lot of nova stuff?02:18
kevinbentonack02:18
mriedemso i'm going to just push wips for tonight02:18
openstackgerritMatt Riedemann proposed openstack/neutron master: Send port ID in network-changed event to Nova  https://review.openstack.org/46578302:21
kevinbentonmriedem: well that wasn't very complex :)02:22
mriedemheh no02:22
*** suresh12 has joined #openstack-neutron02:23
*** fnaval has joined #openstack-neutron02:24
*** mhayden has quit IRC02:28
*** suresh12 has quit IRC02:28
kevinbentonmriedem: how soon does stuff running in wsgi get killed?02:28
mriedemno idea02:28
openstackgerritDong Jun proposed openstack/networking-odl master: Add date and organization to copyright of script.py.mako  https://review.openstack.org/46545502:28
*** bobmel has quit IRC02:28
kevinbentonmriedem: it just occured to me that these events could get lost if the web server gets aggressive and kills the process before the queue is drained02:29
mriedemyeah, however,02:29
mriedemnova rebuilds the nw info cache for most network related operations02:29
mriedemand does it in a periodic in the computes02:29
mriedemi've also thought before about adding an admin api to nova to force a refresh of the nw info cache02:30
kevinbentonright, but we might lose vif-plugged events02:30
mriedemif neutron server goes down and your instance fails to build waiting for a vif plugged event,02:30
mriedemyou're kind of screwed anyway02:30
mriedembut that's a good point i've never thought of02:31
*** dsneddon has quit IRC02:32
*** mhayden has joined #openstack-neutron02:33
*** ramishra has joined #openstack-neutron02:34
*** jamesdenton has quit IRC02:36
openstackgerritKevin Benton proposed openstack/neutron master: Move get_vif_type hook point into mech_agent  https://review.openstack.org/46575902:38
openstackgerritKevin Benton proposed openstack/neutron master: Move get_vif_type hook point into mech_agent  https://review.openstack.org/46575902:38
*** jamielennox is now known as jamielennox|away02:40
*** emptynine has quit IRC02:42
*** emptynine has joined #openstack-neutron02:43
*** crushil has quit IRC02:43
*** mickeys has joined #openstack-neutron02:44
*** thorst_afk has joined #openstack-neutron02:44
*** baoli has quit IRC02:46
*** gianpietro has quit IRC02:46
*** gouthamr has quit IRC02:47
*** gouthamr has joined #openstack-neutron02:47
*** mickeys has quit IRC02:48
*** salv-orlando has joined #openstack-neutron02:48
*** markstur has joined #openstack-neutron02:49
*** Shunli has joined #openstack-neutron02:49
openstackgerritMerged openstack/python-neutronclient master: FWaaS UT: Fake rule should return value returned from API  https://review.openstack.org/46434202:49
openstackgerritMerged openstack/neutron master: DVR: Add forwarding routes based on address_scopes  https://review.openstack.org/35506202:50
*** jamesden_ has quit IRC02:50
*** huntxu has joined #openstack-neutron02:51
*** gianpietro has joined #openstack-neutron02:53
openstackgerritKevin Benton proposed openstack/neutron master: Use vif_type='tap' for LinuxBridge for consistency  https://review.openstack.org/44715002:55
openstackgerritSongming Yan proposed openstack/neutron master: Change "is default" value in network when create a network with --default and --internal  https://review.openstack.org/46541202:59
*** MoguCloud has quit IRC03:01
*** markstur_ has joined #openstack-neutron03:01
*** MoguCloud has joined #openstack-neutron03:01
*** annp has joined #openstack-neutron03:02
*** baoli has joined #openstack-neutron03:02
openstackgerritSongming Yan proposed openstack/neutron master: Change "is default" value in network when create a network with --default and --internal  https://review.openstack.org/46541203:03
*** thorst_afk has quit IRC03:04
*** markstur has quit IRC03:05
*** huntxu has quit IRC03:05
*** huntxu has joined #openstack-neutron03:05
*** ihrachys has joined #openstack-neutron03:05
*** gianpietro has quit IRC03:07
*** gkadam has joined #openstack-neutron03:07
*** gkadam_ has joined #openstack-neutron03:08
*** gkadam_ has quit IRC03:08
*** nicolasbock has quit IRC03:09
*** markstur_ has quit IRC03:10
*** trinaths has joined #openstack-neutron03:12
*** hunt_O has joined #openstack-neutron03:13
*** jhershbe has joined #openstack-neutron03:13
*** huntxu has quit IRC03:13
*** links has joined #openstack-neutron03:14
*** ihrachys has quit IRC03:14
*** masaki has quit IRC03:16
openstackgerritKevin Benton proposed openstack/neutron-fwaas master: devstack: Adapt to lib/neutron  https://review.openstack.org/43777803:17
*** crushil has joined #openstack-neutron03:18
*** baoli has quit IRC03:19
openstackgerritrajiv proposed openstack/networking-odl master: Allowing lock to be applied per operation basis  https://review.openstack.org/45997003:19
*** hunt_O has quit IRC03:19
*** huntxu has joined #openstack-neutron03:20
*** markstur has joined #openstack-neutron03:22
*** yushiro has quit IRC03:23
*** YuYangWang has quit IRC03:23
*** YuYangWang has joined #openstack-neutron03:23
*** yushiro has joined #openstack-neutron03:24
*** psahoo has joined #openstack-neutron03:26
*** markstur has quit IRC03:26
*** jhershbe has quit IRC03:30
*** jamielennox|away is now known as jamielennox03:33
*** salv-orlando has quit IRC03:34
openstackgerritManjeet Singh Bhatia proposed openstack/networking-odl master: Set Initial Status for FIP down  https://review.openstack.org/46572203:37
*** caowei has joined #openstack-neutron03:37
*** mriedem has quit IRC03:39
openstackgerritMerged openstack/neutron master: Update to support the ovdsbapp 0.4.0 API  https://review.openstack.org/46471103:43
*** itzikb has quit IRC03:47
*** gianpietro has joined #openstack-neutron03:48
*** yamamoto_ has joined #openstack-neutron03:50
*** vks1 has joined #openstack-neutron03:50
*** markstur has joined #openstack-neutron03:52
*** gianpietro has quit IRC03:53
*** markvoelker has quit IRC03:56
*** markstur has quit IRC03:56
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test10  https://review.openstack.org/46579803:56
*** markvoelker has joined #openstack-neutron03:57
openstackgerritManjeet Singh Bhatia proposed openstack/networking-odl master: Set Initial Status for FIP down  https://review.openstack.org/46572203:58
*** kobis has quit IRC03:59
*** hoangcx_ has joined #openstack-neutron03:59
*** markvoelker has quit IRC04:01
*** ijw has joined #openstack-neutron04:01
*** gianpietro has joined #openstack-neutron04:01
*** hoangcx has quit IRC04:02
*** suresh12 has joined #openstack-neutron04:05
*** ijw has quit IRC04:06
*** daidv has joined #openstack-neutron04:11
*** Sukhdev has joined #openstack-neutron04:13
*** suresh12 has quit IRC04:13
*** armax has quit IRC04:14
*** gianpietro has quit IRC04:18
*** links has quit IRC04:20
*** markstur has joined #openstack-neutron04:21
*** markstur has quit IRC04:23
*** markstur_ has joined #openstack-neutron04:25
*** fragatina has joined #openstack-neutron04:30
*** fragatina has quit IRC04:30
*** fragatina has joined #openstack-neutron04:31
*** jhershbe has joined #openstack-neutron04:33
*** caowei has quit IRC04:35
*** markstur_ has quit IRC04:40
*** fnaval has quit IRC04:41
*** fnaval has joined #openstack-neutron04:41
*** iyamahat has joined #openstack-neutron04:42
*** dave-mccowan has quit IRC04:43
*** iwamoto has joined #openstack-neutron04:43
*** ayogi has joined #openstack-neutron04:45
*** mickeys has joined #openstack-neutron04:45
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test11  https://review.openstack.org/46580604:46
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test12  https://review.openstack.org/46580704:46
*** mickeys has quit IRC04:50
*** bkopilov has joined #openstack-neutron04:51
*** zenirc369 has joined #openstack-neutron04:52
*** crushil has quit IRC04:52
*** crushil has joined #openstack-neutron04:54
*** yamahata has quit IRC04:54
*** crushil has quit IRC04:56
*** trinaths has left #openstack-neutron04:57
*** jhershbe has quit IRC04:57
*** links has joined #openstack-neutron04:58
*** yamahata has joined #openstack-neutron04:58
*** jaosorior_away is now known as jaosorior05:00
*** fnaval has quit IRC05:00
*** thorst_afk has joined #openstack-neutron05:01
*** limao_ has joined #openstack-neutron05:02
*** gcheresh has joined #openstack-neutron05:02
*** claudiub has joined #openstack-neutron05:03
*** limao has quit IRC05:05
*** thorst_afk has quit IRC05:05
*** crushil has joined #openstack-neutron05:06
*** lpetrut has joined #openstack-neutron05:06
*** caowei has joined #openstack-neutron05:06
*** dsneddon has joined #openstack-neutron05:10
*** markstur has joined #openstack-neutron05:10
*** fragatina has quit IRC05:11
*** claudiub has quit IRC05:12
*** hoangcx has joined #openstack-neutron05:12
openstackgerritMerged openstack/neutron-fwaas master: devstack: Adapt to lib/neutron  https://review.openstack.org/43777805:15
*** hoangcx_ has quit IRC05:15
*** udesale has joined #openstack-neutron05:18
*** thorst_afk has joined #openstack-neutron05:22
*** iyamahat has quit IRC05:22
*** crushil has quit IRC05:23
*** ratailor has joined #openstack-neutron05:24
*** thorst_afk has quit IRC05:26
*** salv-orlando has joined #openstack-neutron05:27
openstackgerritMerged openstack/neutron master: Allow fip associate to different tenant port if admin  https://review.openstack.org/46388805:27
*** Sukhdev has quit IRC05:28
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test11  https://review.openstack.org/46580605:35
*** mosulica has joined #openstack-neutron05:36
*** vikram has joined #openstack-neutron05:38
*** yamamoto_ has quit IRC05:39
*** mohankumar has joined #openstack-neutron05:40
openstackgerritvikash proposed openstack/neutron-fwaas master: Added neutron_fwaas.conf file for Firewall config  https://review.openstack.org/45872305:40
*** cshastri has joined #openstack-neutron05:44
*** salv-orlando has quit IRC05:44
openstackgerritvikash proposed openstack/neutron-fwaas master: Added neutron_fwaas.conf file for Firewall config  https://review.openstack.org/45872305:45
*** rcernin has joined #openstack-neutron05:46
*** mickeys has joined #openstack-neutron05:46
*** lpetrut has quit IRC05:47
*** mickeys has quit IRC05:50
*** jhershbe has joined #openstack-neutron05:53
*** iranzo has joined #openstack-neutron05:53
*** mdnadeem has joined #openstack-neutron05:56
*** janki has joined #openstack-neutron05:57
openstackgerritDong Jun proposed openstack/networking-odl master: Add date and organization to copyright of script.py.mako  https://review.openstack.org/46545506:01
*** itzikb has joined #openstack-neutron06:02
*** ijw has joined #openstack-neutron06:05
*** ccamacho has left #openstack-neutron06:05
*** links has quit IRC06:08
*** markstur has quit IRC06:09
*** ijw has quit IRC06:10
*** jprovazn has joined #openstack-neutron06:15
openstackgerritYushiro FURUKAWA proposed openstack/neutron-lib master: Add description for support term of FWaaS v1  https://review.openstack.org/46073206:17
*** vikram has quit IRC06:21
*** pgadiya has joined #openstack-neutron06:21
*** jprovazn has quit IRC06:21
*** thorst_afk has joined #openstack-neutron06:23
*** links has joined #openstack-neutron06:24
*** pcaruana has joined #openstack-neutron06:24
*** yamamoto_ has joined #openstack-neutron06:26
*** thorst_afk has quit IRC06:27
*** p01nt3r75 has quit IRC06:29
*** livelace has joined #openstack-neutron06:29
*** gouthamr has quit IRC06:36
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test13  https://review.openstack.org/46583306:36
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test14  https://review.openstack.org/46583406:36
openstackgerritThomas Morin proposed openstack/networking-bagpipe master: Add fullstack tests framework  https://review.openstack.org/40800806:36
*** vikram has joined #openstack-neutron06:38
openstackgerritMike Kolesnik proposed openstack/networking-odl master: Create journal dependencies table  https://review.openstack.org/45302906:40
openstackgerritMike Kolesnik proposed openstack/networking-odl master: Change dependency validation to calculation  https://review.openstack.org/45358106:40
*** vthapar has joined #openstack-neutron06:43
*** stanzgy has quit IRC06:44
*** pgadiya has quit IRC06:45
*** salv-orlando has joined #openstack-neutron06:45
*** stanzgy has joined #openstack-neutron06:46
*** mickeys has joined #openstack-neutron06:47
*** salv-orlando has quit IRC06:50
*** ralonsoh has joined #openstack-neutron06:50
openstackgerritDong Jun proposed openstack/networking-ovn master: Remove BEFORE_UPDATE event from _subnet_gateway_ip_update  https://review.openstack.org/46583906:50
*** mickeys has quit IRC06:51
*** matrohon has joined #openstack-neutron06:52
*** jlinkes has joined #openstack-neutron06:53
*** jlinkes_ has joined #openstack-neutron06:53
*** jlinkes has quit IRC06:57
*** rossella_s has joined #openstack-neutron06:57
*** hoangcx_ has joined #openstack-neutron07:00
*** rossella_s has quit IRC07:00
*** rossella_s has joined #openstack-neutron07:00
*** pgadiya has joined #openstack-neutron07:00
*** anilvenkata has joined #openstack-neutron07:01
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test13  https://review.openstack.org/46583307:02
*** hoangcx has quit IRC07:02
*** sofie_ has joined #openstack-neutron07:05
*** ltomasbo|away is now known as ltomasbo07:08
*** dimak_ has joined #openstack-neutron07:10
*** ccamacho has joined #openstack-neutron07:11
*** links has quit IRC07:16
*** rossella_ has joined #openstack-neutron07:16
*** rossella_s has quit IRC07:17
*** tmorin has joined #openstack-neutron07:18
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test15  https://review.openstack.org/46584807:21
*** aojea has joined #openstack-neutron07:22
*** pgadiya has quit IRC07:22
*** thorst_afk has joined #openstack-neutron07:24
*** hjensas has joined #openstack-neutron07:28
*** hjensas has quit IRC07:28
*** hjensas has joined #openstack-neutron07:28
*** thorst_afk has quit IRC07:28
*** ltomasbo is now known as ltomasbo|away07:28
*** links has joined #openstack-neutron07:30
*** oidgar has joined #openstack-neutron07:33
*** pgadiya has joined #openstack-neutron07:34
*** lpetrut has joined #openstack-neutron07:41
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test15  https://review.openstack.org/46584807:41
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test16  https://review.openstack.org/46585507:41
openstackgerritJosh Hershberg proposed openstack/networking-odl master: Utilty for determining ODL neutron features  https://review.openstack.org/46546207:42
*** iwamoto has quit IRC07:42
*** jpena|off is now known as jpena07:44
*** tmorin has quit IRC07:44
*** hoangcx has joined #openstack-neutron07:46
*** salv-orlando has joined #openstack-neutron07:46
*** mickeys has joined #openstack-neutron07:48
openstackgerritJosh Hershberg proposed openstack/networking-odl master: Retrieve and process port status updates from ODL  https://review.openstack.org/46546307:48
*** hoangcx_ has quit IRC07:48
*** mickeys has quit IRC07:52
*** salv-orlando has quit IRC07:52
*** sdatko has quit IRC07:53
*** ijw has joined #openstack-neutron07:54
*** jhershbe has quit IRC07:57
*** ijw has quit IRC07:58
*** zzzeek has quit IRC08:00
*** mickeys has joined #openstack-neutron08:00
*** rossella_ has quit IRC08:00
*** zzzeek has joined #openstack-neutron08:00
*** fzdarsky_ is now known as fzdarsky08:00
*** rossella_ has joined #openstack-neutron08:00
*** sdatko has joined #openstack-neutron08:00
*** tmorin has joined #openstack-neutron08:01
*** rossella__ has joined #openstack-neutron08:04
*** xiaohhui has quit IRC08:04
*** rossella_ has quit IRC08:05
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test15.2  https://review.openstack.org/46584808:07
openstackgerritNguyen Phuong An proposed openstack/neutron-lib master: Introduce logging api extension  https://review.openstack.org/41581708:08
*** mickeys has quit IRC08:10
*** nyechiel has joined #openstack-neutron08:12
*** davidsha has joined #openstack-neutron08:13
*** jhershbe has joined #openstack-neutron08:14
*** aarefiev_afk is now known as aarefiev08:16
*** caowei has quit IRC08:16
*** lucas-afk is now known as lucasagomes08:16
*** rossella__ has quit IRC08:17
*** vj3k has joined #openstack-neutron08:21
*** thorst_afk has joined #openstack-neutron08:24
*** rossella__ has joined #openstack-neutron08:24
*** bfernando has joined #openstack-neutron08:25
openstackgerritNguyen Phuong An proposed openstack/neutron-lib master: Introduce logging api extension  https://review.openstack.org/41581708:27
*** gongysh has joined #openstack-neutron08:27
*** thorst_afk has quit IRC08:29
openstackgerritChengqian Liu proposed openstack/neutron master: Reduce DVR ARP calls for allowed_addr_pair ports  https://review.openstack.org/45504508:30
*** jhershbe has quit IRC08:31
*** ltomasbo|away is now known as ltomasbo08:31
*** mhickey has joined #openstack-neutron08:33
*** rossella__ has quit IRC08:34
*** rossella_s has joined #openstack-neutron08:34
*** oreillyd has joined #openstack-neutron08:37
*** oreillyd_ has joined #openstack-neutron08:37
*** moshele has joined #openstack-neutron08:38
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test17  https://review.openstack.org/46587108:39
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test18  https://review.openstack.org/46587208:39
*** zhurong has joined #openstack-neutron08:40
*** jhershbe has joined #openstack-neutron08:44
*** salv-orlando has joined #openstack-neutron08:48
*** iyamahat has joined #openstack-neutron08:49
*** salmankhan has joined #openstack-neutron08:51
openstackgerritVu Cong Tuan proposed openstack/neutron-lib master: Trivial fix typos  https://review.openstack.org/46587908:51
*** salv-orlando has quit IRC08:53
*** abregman is now known as abregman|mtg08:57
*** jaosorior is now known as jaosorior_lunch08:57
*** huntxu has quit IRC08:58
*** amarao has joined #openstack-neutron09:00
*** salv-orlando has joined #openstack-neutron09:00
*** yamahata has quit IRC09:02
*** lujinluo has quit IRC09:02
*** iyamahat has quit IRC09:03
*** zhurong has quit IRC09:05
*** salv-orlando has quit IRC09:05
*** mhickey has quit IRC09:06
openstackgerritYAMAMOTO Takashi proposed openstack/networking-midonet master: test19  https://review.openstack.org/46588509:08
*** ushkalim has joined #openstack-neutron09:08
*** mickeys has joined #openstack-neutron09:11
openstackgerritVu Cong Tuan proposed openstack/neutron-lib master: Trivial fix typos  https://review.openstack.org/46587909:12
*** mickeys has quit IRC09:16
openstackgerritReedip proposed openstack/networking-odl master: WIP: initial draft of tap-as-a-service driver  https://review.openstack.org/41533409:16
openstackgerritGenadi Chereshnya proposed openstack/neutron master: Changing create_server to be "non class method"  https://review.openstack.org/46555409:19
*** markstur has joined #openstack-neutron09:20
*** mhickey has joined #openstack-neutron09:20
*** limao_ has quit IRC09:20
*** tmorin has quit IRC09:22
*** markstur has quit IRC09:24
*** thorst_afk has joined #openstack-neutron09:25
*** limao has joined #openstack-neutron09:26
openstackgerritReedip proposed openstack/networking-odl master: WIP: initial draft of tap-as-a-service driver  https://review.openstack.org/41533409:26
*** udesale__ has joined #openstack-neutron09:31
*** udesale has quit IRC09:31
*** Shunli has quit IRC09:36
*** jprovazn has joined #openstack-neutron09:38
*** jprovazn has quit IRC09:38
*** jprovazn has joined #openstack-neutron09:38
*** tbachman has quit IRC09:41
*** cNilesh has quit IRC09:42
*** tmorin has joined #openstack-neutron09:44
*** thorst_afk has quit IRC09:44
*** sambetts|afk is now known as sambetts09:44
*** pmannidi has quit IRC09:45
*** tbachman has joined #openstack-neutron09:49
*** pgadiya has quit IRC09:54
*** belharar has joined #openstack-neutron09:59
*** jamielennox is now known as jamielennox|away10:04
*** hoangcx has quit IRC10:07
*** oreillyd_ has quit IRC10:07
*** belharar has quit IRC10:08
*** cuongnv has quit IRC10:08
*** tuanluong has quit IRC10:09
*** abalutoiu has joined #openstack-neutron10:09
*** benh has joined #openstack-neutron10:10
*** benh is now known as Guest6412910:10
*** Guest64129 is now known as ben4210:11
*** mickeys has joined #openstack-neutron10:12
*** abregman|mtg is now known as abregman10:15
*** limao has quit IRC10:15
*** mickeys has quit IRC10:16
*** rossella_s has quit IRC10:17
*** diltram has quit IRC10:18
*** diltram has joined #openstack-neutron10:18
*** tbachman has quit IRC10:23
*** salmankhan has quit IRC10:25
*** salv-orlando has joined #openstack-neutron10:28
*** daidv has quit IRC10:28
*** salmankhan has joined #openstack-neutron10:30
*** salv-orlando has quit IRC10:33
*** rdo__ has joined #openstack-neutron10:35
*** rdo_ has quit IRC10:37
*** mhickey has quit IRC10:40
*** annp has quit IRC10:45
*** openstackgerrit has quit IRC10:48
*** jarvis_ has joined #openstack-neutron10:50
jarvis_Hi10:50
jarvis_need help with openstack-vmware configuration10:51
jarvis_can anyone help me?10:51
*** mhickey has joined #openstack-neutron10:56
*** YuYangWang has quit IRC10:56
*** nicolasbock has joined #openstack-neutron10:56
*** jhershbe has quit IRC10:57
*** jpena is now known as jpena|lunch10:57
*** markstur has joined #openstack-neutron11:00
*** markstur has quit IRC11:05
*** sdague has joined #openstack-neutron11:06
*** mickeys has joined #openstack-neutron11:13
*** udesale__ has quit IRC11:15
*** mickeys has quit IRC11:18
*** jhershbe has joined #openstack-neutron11:22
*** abregman is now known as abregman|mtg11:26
*** salv-orlando has joined #openstack-neutron11:28
*** jaosorior_lunch is now known as jaosorior11:29
*** ijw has joined #openstack-neutron11:30
*** gianpietro has joined #openstack-neutron11:31
*** salv-orlando has quit IRC11:33
*** ijw has quit IRC11:34
*** vthapar has quit IRC11:35
*** ratailor has quit IRC11:36
*** zenirc369 has quit IRC11:37
*** gongysh has quit IRC11:39
*** gongysh has joined #openstack-neutron11:39
*** wolverineav has joined #openstack-neutron11:40
*** amuller has joined #openstack-neutron11:41
*** gongysh has quit IRC11:43
*** thorst_afk has joined #openstack-neutron11:44
*** fzdarsky has quit IRC11:47
*** mhickey has quit IRC11:47
*** chlong has joined #openstack-neutron11:48
*** fzdarsky has joined #openstack-neutron11:49
*** gianpietro has quit IRC11:50
*** gianpietro has joined #openstack-neutron11:51
*** zenirc369 has joined #openstack-neutron11:53
*** gianpietro has quit IRC11:55
*** gianpietro has joined #openstack-neutron11:55
*** salv-orlando has joined #openstack-neutron11:57
*** tbachman has joined #openstack-neutron11:59
*** mhickey has joined #openstack-neutron12:00
*** claudiub has joined #openstack-neutron12:00
*** MVenesio has joined #openstack-neutron12:01
*** matrohon has quit IRC12:01
*** breton has left #openstack-neutron12:02
*** jpena|lunch is now known as jpena12:03
*** yamamoto_ has quit IRC12:03
*** rossella_s has joined #openstack-neutron12:04
*** abregman|mtg is now known as abregman12:07
*** rossella_s has quit IRC12:09
*** zhurong has joined #openstack-neutron12:09
*** catintheroof has joined #openstack-neutron12:09
*** zhurong has quit IRC12:10
*** rossella_s has joined #openstack-neutron12:10
davidshajarvis_: Hey, try #openstack they provide general support12:12
*** openstackgerrit has joined #openstack-neutron12:12
openstackgerritJosh Hershberg proposed openstack/networking-odl master: Retrieve and process port status updates from ODL  https://review.openstack.org/46546312:12
*** svenkat has joined #openstack-neutron12:13
*** belharar has joined #openstack-neutron12:14
*** mickeys has joined #openstack-neutron12:15
*** rossella_s has quit IRC12:15
*** ayogi has quit IRC12:17
*** mickeys has quit IRC12:19
*** bfournie has quit IRC12:20
*** markvoelker has joined #openstack-neutron12:23
*** jhershbe has quit IRC12:24
*** mriedem has joined #openstack-neutron12:28
openstackgerritThomas Morin proposed openstack/networking-bgpvpn master: dashboard: fix constant import for RT/RD validation  https://review.openstack.org/46594212:29
*** gianpietro has quit IRC12:32
*** salmankhan has quit IRC12:38
*** salv-orlando has quit IRC12:39
*** salv-orlando has joined #openstack-neutron12:40
*** gkadam has quit IRC12:41
*** vks1 has quit IRC12:41
*** sofie_ has quit IRC12:43
*** gianpietro has joined #openstack-neutron12:44
*** yamamoto has joined #openstack-neutron12:44
*** links has quit IRC12:45
*** salv-orlando has quit IRC12:45
*** psahoo has quit IRC12:48
openstackgerritOpenStack Proposal Bot proposed openstack/networking-ovn master: Updated from global requirements  https://review.openstack.org/46442412:48
*** gianpietro has quit IRC12:49
openstackgerritOpenStack Proposal Bot proposed openstack/neutron master: Updated from global requirements  https://review.openstack.org/46557412:49
openstackgerritOpenStack Proposal Bot proposed openstack/neutron-fwaas master: Updated from global requirements  https://review.openstack.org/46557512:49
*** amuller_ has joined #openstack-neutron12:50
*** catintheroof has quit IRC12:50
*** amuller has quit IRC12:50
*** rossella_s has joined #openstack-neutron12:51
*** gianpietro has joined #openstack-neutron12:52
openstackgerritOpenStack Proposal Bot proposed openstack/python-neutronclient master: Updated from global requirements  https://review.openstack.org/46537012:54
*** bfournie has joined #openstack-neutron12:55
*** gouthamr has joined #openstack-neutron12:57
*** gianpietro has quit IRC13:01
*** mhickey has quit IRC13:01
*** gianpietro has joined #openstack-neutron13:01
jarvis_yes13:04
jarvis_@davidsha13:04
jarvis_i am facing an issue while configuration13:05
jarvis_is there any plugin required13:05
jarvis_for neturon configuration13:05
jarvis_for vlan/vxlan13:05
*** salmankhan has joined #openstack-neutron13:06
jarvis_my issue is the my instances are spawing properly in vCenter13:06
jarvis_but they are not getting IP and the bridge created in neutron is also being created in vCenter13:07
jarvis_but is not getting attached to some esxi host13:07
*** stanzgy has quit IRC13:07
jarvis_davidsha u der13:07
*** abalutoiu_ has joined #openstack-neutron13:09
*** zkassab has joined #openstack-neutron13:10
*** abalutoiu has quit IRC13:12
*** baoli has joined #openstack-neutron13:13
*** dave-mccowan has joined #openstack-neutron13:14
*** mickeys has joined #openstack-neutron13:15
*** mhickey has joined #openstack-neutron13:16
*** ijw has joined #openstack-neutron13:18
*** mickeys has quit IRC13:20
*** haleyb has joined #openstack-neutron13:20
*** horms has joined #openstack-neutron13:22
*** ijw has quit IRC13:23
*** ushkalim has quit IRC13:24
*** vj3k has quit IRC13:24
*** amuller_ is now known as amuller13:27
*** janki has quit IRC13:27
*** ihrachys has joined #openstack-neutron13:27
*** yamahata has joined #openstack-neutron13:27
*** iyamahat has joined #openstack-neutron13:27
*** ranjithd has quit IRC13:29
*** limao has joined #openstack-neutron13:30
*** limao has quit IRC13:31
*** limao_ has joined #openstack-neutron13:31
*** ranjithd has joined #openstack-neutron13:32
asettleHey neutron peeps! Is there anyone that's helping with doc stuff now that john-davidge is out?13:32
asettlekevinbenton ^^ :) ?13:33
asettleI have a bug he was in the middle of fixing, that's a high priority, that I'd appreciate a second person jumping on if possible.13:33
asettlehttps://bugs.launchpad.net/openstack-manuals/+bug/165637813:33
openstackLaunchpad bug 1656378 in openstack-manuals "Networking Guide uses RFC1918 IPv4 ranges instead of RFC5737" [High,In progress] - Assigned to John Davidge (john-davidge)13:33
otherwiseguyihrachys, And now a failing cinder test is keeping the requirements gate from passing anything. ovsdbapp 0.4.0 will make it some day I assume.13:33
*** limao_ has quit IRC13:37
*** belharar has quit IRC13:38
*** livelace has quit IRC13:41
*** salv-orlando has joined #openstack-neutron13:41
*** baoli_ has joined #openstack-neutron13:43
*** jarvis_ has quit IRC13:44
*** salv-orlando has quit IRC13:46
*** baoli has quit IRC13:46
*** jlinkes_ is now known as jlinkes13:48
*** toMeloos has joined #openstack-neutron13:48
amotokiasettle: do you know how much work are remaining? I am familiar with the docs project and help reviews and bugs to some extent (though I don't think i can do more and equal to what john did.13:49
*** jamielennox|away is now known as jamielennox13:49
asettleamotoki: hey! To be honest, I don't know :( John did a considerable portion.13:49
asettleLet me have a look through and see13:50
*** gianpietro has quit IRC13:51
amotokiasettle: np. I can check the progress too :)13:51
asettleYikes, okay amotoki turnso ut JOhn had an etherpad https://etherpad.openstack.org/p/non-compliant-ip-subnets13:51
asettleturns out JOhn *13:51
asettleI don't know how up to date it is though tbh13:51
*** moshele has quit IRC13:53
*** mosulica has quit IRC13:53
*** quade has quit IRC13:54
*** mosulica has joined #openstack-neutron13:55
asettleOkay amotoki looks like the etherpad isn't entirely up to date13:55
asettleBut it does detail everything that needs to be changed, which is good.13:55
*** gianpietro has joined #openstack-neutron13:55
amotokiasettle: yes, it is a good start line to recover the work.13:55
*** crose has joined #openstack-neutron13:55
asettleThank you for offering to help amotoki :)13:55
*** quade has joined #openstack-neutron13:56
amotokiIn addition, we can request incoming reviews to use RFC1918. It looks better to check this in reviews13:56
amotokiasettle: feel free to add me a reviewer until someone raises his/her hands as a liaison13:57
*** yedongcan has left #openstack-neutron13:59
*** gianpietro has quit IRC14:00
*** Swami has joined #openstack-neutron14:00
*** gianpietro has joined #openstack-neutron14:00
*** vpickard has quit IRC14:00
*** itzikb has quit IRC14:00
asettleThank you amotoki :)14:00
*** vpickard has joined #openstack-neutron14:01
*** mlavalle has joined #openstack-neutron14:02
*** chlong has quit IRC14:04
*** janzian has joined #openstack-neutron14:05
*** vj3k has joined #openstack-neutron14:05
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: FWaaS v2 extension for L2 agent  https://review.openstack.org/32397114:06
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: Generate default firewall group via project  https://review.openstack.org/42576914:06
*** gcheresh has quit IRC14:08
*** yamamoto has quit IRC14:11
*** mriedem has left #openstack-neutron14:12
*** mriedem has joined #openstack-neutron14:12
*** yamamoto has joined #openstack-neutron14:12
haleybasettle: i can help as well, i've added myself to the bug to see new reviews.  But there must be additional changes to do?  i have not read the etherpad yet14:15
*** yamamoto has quit IRC14:16
asettlehaleyb: yeah, the etherpad has every page listed that needs to be changed (the networking guide is enormous - as I'm sure you know).14:16
asettleAlthough, I did notice that not all the changes that were made and fixed have been crossed off.14:16
*** mickeys has joined #openstack-neutron14:16
asettleThank you for volunteering to help out haleyb :D14:16
haleybasettle: np.  I think we met the first day of summit at lunch, right?14:18
*** mkoderer has joined #openstack-neutron14:19
*** rossella_ has joined #openstack-neutron14:19
*** mickeys has quit IRC14:20
asettlehaleyb: Yes! I believe we did.14:21
asettleWe sat next to each other :)14:21
haleybyes, think i grumbled about john leaving14:21
*** rossella_s has quit IRC14:22
asettlehaleyb: hahaha you didn't indeed. And here I am with fruits of that grumble! More work!14:22
asettledid indeed*14:22
*** jprovazn is now known as jprovazn_afk14:23
*** iranzo_ has joined #openstack-neutron14:24
*** kriskend_ has joined #openstack-neutron14:24
haleybhopefully we can all help a little to get this done14:25
openstackgerritBrian Haley proposed openstack/neutron master: DVR: Do not check HA state on DVR-only routers  https://review.openstack.org/46598714:25
openstackgerritBrian Haley proposed openstack/neutron master: DVR: Do not check HA state on DVR-only routers  https://review.openstack.org/46574014:26
*** iranzo has quit IRC14:26
asettleThanks haleyb :) really appreciate it14:28
openstackgerritrajiv proposed openstack/networking-odl master: Allowing lock to be applied per operation basis  https://review.openstack.org/45997014:29
*** zenirc369 has quit IRC14:30
*** tbachman has quit IRC14:31
*** zenirc369 has joined #openstack-neutron14:32
*** fnaval has joined #openstack-neutron14:32
*** yamamoto has joined #openstack-neutron14:33
*** rossella_ has quit IRC14:34
openstackgerritMerged openstack/networking-bagpipe master: Add fullstack tests framework  https://review.openstack.org/40800814:34
*** rossella_ has joined #openstack-neutron14:35
*** markstur has joined #openstack-neutron14:36
ralonsohalex_xu: hi14:36
*** tbachman has joined #openstack-neutron14:37
*** zenirc369 has quit IRC14:37
openstackgerritBrian Haley proposed openstack/neutron master: DVR: Do not check HA state on DVR-only routers  https://review.openstack.org/46574014:40
openstackgerritThomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure  https://review.openstack.org/46599714:41
*** markstur has quit IRC14:41
*** crushil has joined #openstack-neutron14:43
*** madhaviy has joined #openstack-neutron14:45
*** markstur has joined #openstack-neutron14:45
*** lpetrut has quit IRC14:48
*** claudiub has quit IRC14:48
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: FWaaS v2 extension for L2 agent  https://review.openstack.org/32397114:49
*** tbachman has quit IRC14:49
*** yushiro has quit IRC14:49
*** horms has quit IRC14:49
*** rossella_ has quit IRC14:54
*** armax has joined #openstack-neutron14:56
*** gianpietro has quit IRC14:57
*** jaosorior is now known as jaosorior_away15:00
*** aojea has quit IRC15:02
openstackgerritThomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure  https://review.openstack.org/46599715:02
*** oidgar has quit IRC15:02
*** gianpietro has joined #openstack-neutron15:04
*** reedip has joined #openstack-neutron15:04
*** gianpiet_ has joined #openstack-neutron15:05
*** rkukura has quit IRC15:08
*** yamamoto has quit IRC15:08
*** gianpietro has quit IRC15:08
*** rossella_ has joined #openstack-neutron15:09
*** annegentle has joined #openstack-neutron15:11
*** claudiub has joined #openstack-neutron15:12
openstackgerritYannick Thomas proposed openstack/networking-bagpipe master: Fix pushing malformed RT to bagpipe-bgp  https://review.openstack.org/46600415:15
*** aarefiev is now known as aarefiev_afk15:15
*** mickeys_ has joined #openstack-neutron15:17
*** trevormc has joined #openstack-neutron15:17
*** mosulica has quit IRC15:19
*** vpickard has quit IRC15:20
*** vpickard has joined #openstack-neutron15:20
*** mickeys_ has quit IRC15:21
*** moshele has joined #openstack-neutron15:21
*** mhickey has quit IRC15:22
*** slaweq has joined #openstack-neutron15:22
*** slaweq has quit IRC15:22
*** slaweq has joined #openstack-neutron15:23
kevinbentonmlavalle: can you take a look at https://bugs.launchpad.net/openstack-manuals/+bug/1656378 it looks like john was in the middle of that when he left15:23
openstackLaunchpad bug 1656378 in openstack-manuals "Networking Guide uses RFC1918 IPv4 ranges instead of RFC5737" [High,In progress] - Assigned to John Davidge (john-davidge)15:23
mlavallekevinbenton: will do15:24
kevinbentonmlavalle: looks like haleyb may have started on it as well based on the IRC backlog15:24
mlavallekevinbenton: ack15:24
haleybmlavalle: amotoki and myself volunteered earlier15:25
mlavallehaleyb: perfect, I will let you guys run with it15:25
kevinbentonmlavalle, haleyb, amotoki: thx! if you need more help we can discuss in the neutron meeting next week15:26
*** ccamacho has quit IRC15:26
*** quade has quit IRC15:27
*** quade has joined #openstack-neutron15:28
kevinbentonrussellb: yo, does OVS have QinQ support in newer versions? i came across a few threads discussing it from last summer but it wasn't clear if/when it merged15:29
kevinbentonrussellb: QinQ in the sense that it can take traffic from a VM that has a VLAN tag and push another tag onto the frame before sending it out15:30
*** tbachman has joined #openstack-neutron15:33
*** salv-orlando has joined #openstack-neutron15:33
*** fragatina has joined #openstack-neutron15:33
*** fragatina has quit IRC15:33
*** fragatina has joined #openstack-neutron15:34
*** rkukura has joined #openstack-neutron15:36
kevinbentonzzzeek: hey, i have a quick question about the engine facade context manager and decorator when you have a sec15:37
*** moshele has quit IRC15:37
zzzeekkevinbenton: im here15:37
openstackgerritKevin Benton proposed openstack/neutron master: Fix nullable data_plane_status reference in port OVO  https://review.openstack.org/46542315:37
kevinbentonzzzeek: is there a way we can request certain info be carried from the context into the session info dictionary when it is constructed?15:38
zzzeekkevinbenton: we can add that sure15:38
kevinbentonzzzeek: even a pointer back to the context itself would be okay, but not sure how you feel about the circular ref :)15:39
zzzeekkevinbenton: i never had a problem w/ circular refs everyone else does15:40
openstackgerritThomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure  https://review.openstack.org/46599715:40
*** matrohon has joined #openstack-neutron15:40
kevinbentonzzzeek: ok, if we go the route of storing a context reference then we wouldn't need to even change the APIs or anything15:41
zzzeekkevinbenton: Session  / sessionmaker() can accept info as a constructor argument so we just need to add that to the enginefacade "maker_config" and you can pass wahtever dictionary you want15:41
zzzeekkevinbenton: can you add me to reviews on this b.c. lately nobody's been putting me on these DB-related reviews (other projects)15:41
kevinbentonzzzeek: well won't i need to make an oslo.db change?15:42
*** SumitNaiksatam has joined #openstack-neutron15:42
zzzeekkevinbenton: I'm not sure what you meant by "we wouldn't need to even change the APIs or anything"15:42
*** chlong has joined #openstack-neutron15:42
zzzeekkevinbenton: seemed you were suggesting some other way of solving your prob if circular refs were OK15:42
kevinbentonzzzeek: ah, i meant wouldn't need to pass anything to the decorator or context manager to tell it what to store when it builds the session15:43
*** davidsha has quit IRC15:43
*** aojea has joined #openstack-neutron15:43
*** jamesdenton has joined #openstack-neutron15:45
*** fnaval has quit IRC15:45
*** cshastri has quit IRC15:46
*** rcernin has quit IRC15:47
*** janzian has quit IRC15:55
*** dimak_ has quit IRC15:55
*** anilvenkata has quit IRC15:55
kevinbentonhttps://github.com/openstack/oslo.db/blob/master/oslo_db/sqlalchemy/enginefacade.py#L100315:55
kevinbentonzzzeek: so that _transaction_scope seems to be where the context reference would need to be passed along15:58
kevinbentonzzzeek: into _TransactionContext, right?15:58
*** fnaval has joined #openstack-neutron15:58
zzzeekkevinbenton: i need to see what the use case looks like in some hypothetical neutron code15:58
zzzeekkevinbenton: e.g. what is the scope of where this info/context/whatever comes from15:58
kevinbentonzzzeek: wider picture is that we want to allow conditional updates in the API based on the revision number of a resource16:00
kevinbentonzzzeek: so user specifies if-match header16:00
kevinbentonzzzeek: then i need to figure out how to get that into a handler subscribed to an sqlalchemy event that only has the session16:01
*** karthiks has quit IRC16:01
kevinbentonzzzeek: (here is the patch https://review.openstack.org/#/c/409577/)16:01
zzzeekkevinbenton: session.info is fine there16:01
openstackgerritYannick Thomas proposed openstack/networking-bagpipe master: Fix pushing malformed RT to bagpipe-bgp  https://review.openstack.org/46600416:02
kevinbentonzzzeek: yeah, so before i could do something like this https://review.openstack.org/#/c/409577/14/neutron/api/v2/resource.py16:02
kevinbentonzzzeek: but now with the new enginefacade usage, there won't be a session on context until someone actually starts something down the line16:02
kevinbentonzzzeek: using a context manager or decorator16:02
kevinbentonzzzeek: e.g. the  with db_api.context_manager.writer.using(context)  calls we have everywhere16:03
kevinbentonzzzeek: i was hoping to not have to modify all of those to somehow carry the flag off of the context and put it into the session16:04
zzzeekkevinbenton: this is kind of a "hook" as it woudl be nicer to just run some code to do this let me look fora place that might go16:05
kevinbentonzzzeek: thanks16:06
*** mdnadeem has quit IRC16:08
*** bfernando has quit IRC16:08
*** jose-phillips has quit IRC16:08
*** yamamoto has joined #openstack-neutron16:09
*** jose-phillips has joined #openstack-neutron16:09
*** mickeys_ has joined #openstack-neutron16:10
*** janzian has joined #openstack-neutron16:11
zzzeekkevinbenton: I think putting the context, which we have, into the Session.info as well as Connection.info, within the block, then removing it, is the most generic way to go16:13
zzzeekkevinbenton: since enginefacade requires a context to do anything, it is natural that you'd be able to get at this context given the Session or Connection that the facade is providing to you16:14
*** yamamoto has quit IRC16:15
kevinbentonzzzeek: ack. so would that "using" function be the best place to pack that in?16:15
zzzeekkevinbenton: which means "context" is an argument passed to "def _session()", "def _connection()", it would need to do "push" / "pop" behavior for nesting of different contexts, and would be passed via _transaction_scope() -> _produce_block() to get there16:16
zzzeekkevinbenton: within the methods called by "using()" yes16:16
*** gianpietro has joined #openstack-neutron16:16
zzzeekkevinbenton: as well as __call__16:16
zzzeekkevinbenton: so, _transaction_scope16:16
*** zenirc369 has joined #openstack-neutron16:18
*** tmorin has quit IRC16:18
kevinbentonzzzeek: ok. do you want me to push up a patch a little later today?16:19
*** catintheroof has joined #openstack-neutron16:19
kevinbentonzzzeek: or would you rather do it16:19
kevinbenton:)16:19
*** gianpiet_ has quit IRC16:19
*** matrohon has quit IRC16:21
zzzeekkevinbenton: would you prefer me to put it up?16:24
*** aojea has quit IRC16:25
*** fragatina has quit IRC16:25
*** salv-orlando has quit IRC16:25
*** salv-orlando has joined #openstack-neutron16:26
*** salv-orlando has quit IRC16:27
*** salv-orl_ has joined #openstack-neutron16:27
*** jlinkes has quit IRC16:30
*** Swami has quit IRC16:31
*** lucasagomes is now known as lucas-afk16:35
*** amarao has quit IRC16:36
*** pcaruana has quit IRC16:40
kevinbentonzzzeek: nah, i'll at least start. i might need your help with good tests16:42
*** bzhao has quit IRC16:42
*** bzhao has joined #openstack-neutron16:43
*** iyamahat has quit IRC16:44
*** yamahata has quit IRC16:46
*** ivasilevskaya has quit IRC16:47
*** iranzo_ has quit IRC16:53
*** Unterd0g has quit IRC16:53
*** karthiks has joined #openstack-neutron16:54
*** vks1 has joined #openstack-neutron16:54
*** Unterd0g has joined #openstack-neutron16:55
*** salv-orl_ has quit IRC16:56
*** salv-orlando has joined #openstack-neutron16:56
*** ltomasbo is now known as ltomasbo|away16:57
*** fragatina has joined #openstack-neutron16:59
*** salmankhan has quit IRC16:59
*** ralonsoh has quit IRC17:00
*** salv-orlando has quit IRC17:00
*** sambetts is now known as sambetts|afk17:03
*** ataraday_ has joined #openstack-neutron17:03
*** fragatina has quit IRC17:04
*** claudiub has quit IRC17:07
*** iyamahat has joined #openstack-neutron17:07
*** jpena is now known as jpena|off17:07
*** jose-phillips has quit IRC17:08
*** zenirc369 has quit IRC17:09
*** yamamoto has joined #openstack-neutron17:11
*** jose-phillips has joined #openstack-neutron17:12
*** aojea has joined #openstack-neutron17:14
*** yamamoto has quit IRC17:16
*** aojea has quit IRC17:18
*** toMeloos has quit IRC17:18
*** karthiks has quit IRC17:19
*** abregman is now known as abregman|afk17:19
*** claudiub has joined #openstack-neutron17:20
*** ataraday_ has quit IRC17:20
*** fragatina has joined #openstack-neutron17:22
*** yamahata has joined #openstack-neutron17:23
*** salv-orlando has joined #openstack-neutron17:29
*** reedip has quit IRC17:30
*** harlowja has joined #openstack-neutron17:30
*** aojea has joined #openstack-neutron17:31
openstackgerritMerged openstack/python-neutronclient master: Updated from global requirements  https://review.openstack.org/46537017:31
*** abhiraut has joined #openstack-neutron17:33
*** salv-orlando has quit IRC17:34
*** ijw has joined #openstack-neutron17:38
*** madhaviy has quit IRC17:39
*** jose-phillips has quit IRC17:43
*** mickeys_ has quit IRC17:43
*** jose-phillips has joined #openstack-neutron17:44
*** oreillyd has quit IRC17:45
*** vhosakot has joined #openstack-neutron17:48
*** gcheresh has joined #openstack-neutron17:50
*** ijw has quit IRC17:51
*** ijw has joined #openstack-neutron17:51
*** annegentle has quit IRC17:55
*** armax has quit IRC17:57
*** vks1 has quit IRC17:58
*** ritesh has quit IRC17:58
*** harlowja has quit IRC18:01
openstackgerritBrian Haley proposed openstack/neutron master: DVR: Do not check HA state on DVR-only routers  https://review.openstack.org/46574018:01
*** mickeys_ has joined #openstack-neutron18:02
*** s3wong has joined #openstack-neutron18:02
*** abhiraut has quit IRC18:06
*** fragatina has quit IRC18:07
*** fragatina has joined #openstack-neutron18:08
openstackgerritIhar Hrachyshka proposed openstack/neutron master: Send both gratuitous ARP REQUESTs and REPLYs  https://review.openstack.org/46381618:09
*** claudiub has quit IRC18:11
openstackgerritMerged openstack/neutron master: Use SUBNET instead of SUBNET_GATEWAY event in L3  https://review.openstack.org/46477318:12
*** yamamoto has joined #openstack-neutron18:13
openstackgerritGenadi Chereshnya proposed openstack/neutron master: Changing create_server to be "non class method"  https://review.openstack.org/46555418:13
*** harlowja has joined #openstack-neutron18:15
*** ZZelle_ has joined #openstack-neutron18:15
*** gianpietro has quit IRC18:16
*** zenirc369 has joined #openstack-neutron18:17
*** gianpietro has joined #openstack-neutron18:18
*** yamamoto has quit IRC18:18
*** markvoelker has quit IRC18:19
*** markvoelker has joined #openstack-neutron18:20
trevormcanyone getting the tox.ConfigError?18:22
openstackgerritIhar Hrachyshka proposed openstack/neutron master: Changing create_server to be "non class method"  https://review.openstack.org/46555418:22
*** markvoelker has quit IRC18:24
trevormcoh i see ihar has https://bitbucket.org/hpk42/tox/issues/285/tox-220-breaks-some-toxini-config-files any work arounds? I guess we just pin tox to <2.218:25
*** jose-phillips has quit IRC18:25
*** MVenesio has quit IRC18:27
*** Sukhdev has joined #openstack-neutron18:30
openstackgerritMerged openstack/neutron master: Eliminate SUBNET_GATEWAY resource  https://review.openstack.org/46477418:31
*** armax has joined #openstack-neutron18:32
*** marst has joined #openstack-neutron18:32
*** claudiub has joined #openstack-neutron18:34
*** thorst_afk has quit IRC18:43
kevinbentonihrachys: yo, we lost the person working on the wsgi goal, right?18:45
openstackgerritThomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure  https://review.openstack.org/46599718:49
ihrachyskevinbenton, yes18:50
kevinbentonihrachys: ack. i'll look into fixing the neutron-rpc-server thingy18:51
*** gianpietro has quit IRC18:51
kevinbentonihrachys: there are also some other things we need to consider that I've been thinking of18:51
kevinbentonihrachys: nova notifications, dhcp notifications, and push notifications are all queued and sent after the HTTP connection is usually dead18:52
kevinbentonand as i understand it, apache or whatever can randomly kill processes as connections end18:52
kevinbentonso we may need to rearchitect some of that :/18:53
*** harlowja has quit IRC18:56
*** karthiks has joined #openstack-neutron18:58
*** kriskend_ has quit IRC19:02
*** SumitNaiksatam has quit IRC19:02
*** kriskend has joined #openstack-neutron19:02
*** kriskend_ has joined #openstack-neutron19:04
*** salv-orlando has joined #openstack-neutron19:04
*** gianpietro has joined #openstack-neutron19:05
*** salv-orlando has quit IRC19:05
*** aojea has quit IRC19:06
*** kriskend has quit IRC19:06
*** annegentle has joined #openstack-neutron19:06
*** harlowja has joined #openstack-neutron19:07
openstackgerritThomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure  https://review.openstack.org/46599719:09
openstackgerritThomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure  https://review.openstack.org/46599719:11
*** SumitNaiksatam has joined #openstack-neutron19:12
*** kriskend has joined #openstack-neutron19:13
*** kriskend_ has quit IRC19:14
*** crushil has quit IRC19:14
*** yamamoto has joined #openstack-neutron19:15
*** bobmel has joined #openstack-neutron19:15
*** MVenesio has joined #openstack-neutron19:19
*** jose-phillips has joined #openstack-neutron19:19
*** MVenesio has quit IRC19:19
*** yamamoto has quit IRC19:21
*** MVenesio has joined #openstack-neutron19:22
*** jose-phillips has quit IRC19:22
*** zenirc369 has quit IRC19:23
*** jose-phillips has joined #openstack-neutron19:24
*** aojea has joined #openstack-neutron19:26
*** MVenesio has quit IRC19:30
*** dave-mccowan has quit IRC19:31
*** nyechiel has quit IRC19:33
*** rossella_ has quit IRC19:34
openstackgerritThomas Morin proposed openstack/networking-sfc master: test fix: follow neutron change Id22faa1f6179c2fdf8a136972d65f10749c9fc2e  https://review.openstack.org/46608519:34
*** tmorin has joined #openstack-neutron19:34
*** crushil has joined #openstack-neutron19:35
*** vj3k has quit IRC19:35
*** Sukhdev has quit IRC19:35
*** gouthamr has quit IRC19:37
*** Unterd0g has quit IRC19:38
*** toMeloos has joined #openstack-neutron19:39
*** Unterd0g has joined #openstack-neutron19:40
*** Unterd0g has quit IRC19:40
*** jprovazn_afk has quit IRC19:40
openstackgerritMerged openstack/networking-bagpipe master: Fix pushing malformed RT to bagpipe-bgp  https://review.openstack.org/46600419:40
*** vj3k has joined #openstack-neutron19:41
*** fnaval has quit IRC19:44
*** Unterd0g has joined #openstack-neutron19:47
*** itlinux has joined #openstack-neutron19:51
*** itzikb has joined #openstack-neutron19:53
*** ben42 has quit IRC19:54
*** gouthamr has joined #openstack-neutron19:54
*** gouthamr has quit IRC19:54
*** gouthamr has joined #openstack-neutron19:56
*** gouthamr has quit IRC19:57
*** ijw has quit IRC20:00
*** gouthamr has joined #openstack-neutron20:00
*** kriskend has quit IRC20:01
*** harlowja has quit IRC20:03
*** toMeloos has quit IRC20:03
*** gouthamr has quit IRC20:04
*** kbringard has joined #openstack-neutron20:05
tmorinhi ihrachys, I'm hitting an issue in the (brand new) fullstack n8g-bagpipe job, I'm wondering if what I see would ring a bell for you20:06
tmorinihrachys, are you around ?20:07
ihrachystmorin, kinda20:07
tmorinI'll be short20:07
tmorinbasically, the test runs fine on my dev VM, but fails in the gate20:07
*** annegentle has quit IRC20:07
tmorina process in the netns, connected to the default netns via a bridge, fails to connect to a process in the default netns20:08
tmorinit seems that an iptable rule is the cause:20:08
tmorinhttp://logs.openstack.org/97/465997/6/experimental/gate-networking-bagpipe-dsvm-fullstack-ubuntu-xenial-nv/ff12fca/logs/syslog.txt.gz#_May_18_19_37_4720:08
tmorinMay 18 19:37:47 ubuntu-xenial-ovh-bhs1-8885201 kernel: iptables dropped: IN=cnt-dataf51c07f OUT= MAC=0a:ca:40:f9:bb:40:fa:16:3e:ef:5e:71:08:00 SRC=240.28.12.174 DST=240.28.12.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=64001 DF PROTO=TCP SPT=45732 DPT=59667 WINDOW=29200 RES=0x00 SYN URGP=020:08
*** SumitNaiksatam has quit IRC20:09
*** kriskend has joined #openstack-neutron20:09
tmorinI'm thinking this is an issue that may have been seen in the context of neutron fullstack tests20:09
tmorinso I'm hoping the problem has been seen and solved  :)20:10
tmorinihrachys: any idea ?20:10
ihrachystmorin, I haven't seen it, but then, I am not too involved in fullstack. I would suggest to ask jlibosva but he is on PTO this week (and next I believe?)20:10
tmorinihrachys: ah... I thought you were involved as well20:11
*** slaweq has quit IRC20:11
*** SumitNaiksatam has joined #openstack-neutron20:11
*** slaweq has joined #openstack-neutron20:11
tmorinI guess that what I see is the result from ubuntu cloud image being significantly different than a plain ubuntu server20:11
tmorinor that some protection is in place in these VMs...20:11
*** itlinux has quit IRC20:12
*** annegentle has joined #openstack-neutron20:13
openstackgerritThomas Morin proposed openstack/networking-bagpipe master: [wip] investigate fullstack test failure  https://review.openstack.org/46599720:13
tmorinihrachys: ok, I'll try to ping jlibosva some time later then...20:14
*** mickeys_ has quit IRC20:14
*** ijw has joined #openstack-neutron20:16
otherwiseguyihrachys, how would you feel about removing your -1 on https://review.openstack.org/#/c/464725/ now that neutron works with 0.3.0 and 0.4.0? :D20:17
*** yamamoto has joined #openstack-neutron20:17
ihrachysotherwiseguy, done20:20
otherwiseguyihrachys, my hero. :)20:20
*** abhiraut has joined #openstack-neutron20:21
*** yamamoto has quit IRC20:21
*** tmorin has quit IRC20:23
*** gouthamr has joined #openstack-neutron20:29
*** vj3k has quit IRC20:30
*** harlowja has joined #openstack-neutron20:30
*** yee379 has quit IRC20:35
*** yee379 has joined #openstack-neutron20:35
*** itzikb has quit IRC20:36
*** itlinux has joined #openstack-neutron20:39
*** gianpietro has quit IRC20:39
*** gianpiet_ has joined #openstack-neutron20:39
*** harlowja has quit IRC20:39
*** thorst_afk has joined #openstack-neutron20:39
*** thorst_afk has quit IRC20:40
*** ramishra has quit IRC20:40
*** abhiraut has quit IRC20:45
*** gianpiet_ has quit IRC20:45
*** salv-orlando has joined #openstack-neutron20:45
*** abhiraut has joined #openstack-neutron20:46
*** haleyb has quit IRC20:46
*** jidar has quit IRC20:48
*** ZZelle_ has quit IRC20:49
*** Sukhdev has joined #openstack-neutron20:49
*** thorst_afk has joined #openstack-neutron20:50
*** jidar has joined #openstack-neutron20:50
*** abhiraut has quit IRC20:50
*** vj3k has joined #openstack-neutron20:57
*** dave-mccowan has joined #openstack-neutron20:57
*** jidar has quit IRC20:57
*** gcheresh has quit IRC20:59
*** jidar has joined #openstack-neutron20:59
*** iyamahat_ has joined #openstack-neutron21:01
*** gianpietro has joined #openstack-neutron21:02
*** gianpietro has quit IRC21:02
*** zkassab has quit IRC21:04
*** iyamahat has quit IRC21:04
*** abregman|afk is now known as abregman21:05
*** abhiraut has joined #openstack-neutron21:06
*** sdague has quit IRC21:06
*** gianpietro has joined #openstack-neutron21:08
*** armax has quit IRC21:09
*** iranzo has joined #openstack-neutron21:11
*** iranzo has quit IRC21:11
*** iranzo has joined #openstack-neutron21:11
*** baoli_ has quit IRC21:12
*** jamesdenton has quit IRC21:12
*** mickeys has joined #openstack-neutron21:16
*** NightKhaos_ has joined #openstack-neutron21:17
*** yamamoto has joined #openstack-neutron21:18
*** NightKhaos has quit IRC21:18
*** knikolla has quit IRC21:18
*** NightKhaos_ is now known as NightKhaos21:18
*** mickeys has quit IRC21:21
*** iyamahat__ has joined #openstack-neutron21:21
*** bfournie has quit IRC21:21
*** yamamoto has quit IRC21:22
*** mickeys has joined #openstack-neutron21:23
*** iyamahat_ has quit IRC21:23
*** abregman has quit IRC21:27
*** clickboom has joined #openstack-neutron21:27
*** ijw has quit IRC21:29
*** ijw has joined #openstack-neutron21:30
*** vj3k has quit IRC21:30
*** janzian has quit IRC21:30
*** crushil_ has joined #openstack-neutron21:30
*** clickboom has quit IRC21:32
openstackgerritOpenStack Proposal Bot proposed openstack/neutron master: Updated from global requirements  https://review.openstack.org/46557421:34
*** svenkat has quit IRC21:34
*** davidsha has joined #openstack-neutron21:34
davidshaihrachys: ping21:35
*** ijw has quit IRC21:35
ihrachysdavidsha, wassup21:36
davidshaihrachys: not much you?21:37
*** baoli has joined #openstack-neutron21:37
ihrachyswat? :)21:37
*** gouthamr has quit IRC21:37
davidshaihrachys: wassup is an abbreviation of "Whats up" I answered :P21:38
ihrachysmkey. how can I help?21:38
davidshaihrachys: If you get a chance can you take another look at the flow manager spec? It went into merge conflict and I had to put a new PS up https://review.openstack.org/#/c/320439/21:39
*** fragatin_ has joined #openstack-neutron21:39
ihrachysdavidsha, I don't think I have cycles to pursue it, sorry21:40
*** baoli has quit IRC21:42
*** fragatina has quit IRC21:42
*** rossella_ has joined #openstack-neutron21:43
*** fragatin_ has quit IRC21:45
*** fragatina has joined #openstack-neutron21:46
*** catintheroof has quit IRC21:47
*** thorst_afk has quit IRC21:47
*** tbachman has quit IRC21:49
*** aojea has quit IRC21:49
*** crose has quit IRC21:51
*** slaweq has quit IRC21:52
*** annegentle has quit IRC21:52
*** haplo37 has quit IRC21:53
*** crushil_ has quit IRC21:53
*** amuller has quit IRC21:55
*** armax has joined #openstack-neutron21:56
*** ramishra has joined #openstack-neutron21:59
*** claudiub has quit IRC21:59
*** davidsha has quit IRC22:00
*** yee379 has quit IRC22:01
*** kbringard has quit IRC22:01
*** yee379 has joined #openstack-neutron22:01
*** baoli has joined #openstack-neutron22:01
*** haplo37 has joined #openstack-neutron22:02
*** itlinux has quit IRC22:03
*** itlinux has joined #openstack-neutron22:04
*** ijw has joined #openstack-neutron22:05
*** slaweq has joined #openstack-neutron22:06
*** Jeffrey4l_ has quit IRC22:08
*** kriskend has quit IRC22:10
*** crushil_ has joined #openstack-neutron22:11
*** yuanying has quit IRC22:12
*** crushil_ has quit IRC22:12
*** yuanying has joined #openstack-neutron22:12
*** Jeffrey4l has joined #openstack-neutron22:13
openstackgerritArmando Migliaccio proposed openstack/neutron master: Update team members according to latest events  https://review.openstack.org/46611622:14
*** slaweq has quit IRC22:15
openstackgerritArmando Migliaccio proposed openstack/neutron master: Update team members according to latest events  https://review.openstack.org/46611622:16
*** bfournie has joined #openstack-neutron22:16
*** bfournie has quit IRC22:17
*** yamamoto_ has joined #openstack-neutron22:19
*** Sukhdev has quit IRC22:20
*** tbachman has joined #openstack-neutron22:21
*** yamamoto_ has quit IRC22:24
*** ramishra has quit IRC22:27
*** mickeys has quit IRC22:27
*** salv-orlando has quit IRC22:29
trevormcI can't triage or wishlist bugs so how do they get on the drivers review list?22:30
trevormcThis is the link they use, https://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=Triaged&field.tag=rfe22:30
trevormcam i just not worthy? lol22:31
*** salv-orlando has joined #openstack-neutron22:34
*** Sukhdev has joined #openstack-neutron22:37
ihrachystrevormc, which bug. ideally bug deputy will triage it for you.22:37
ihrachystrevormc, add rfe tag, that should work for everyone22:37
*** mickeys has joined #openstack-neutron22:37
*** salv-orlando has quit IRC22:38
trevormcihrachys,  #1690921 and #169093722:40
*** fnaval has joined #openstack-neutron22:40
trevormcrfe tag is in the summary and added as an official tag22:40
*** fnaval has quit IRC22:42
ihrachystrevormc, set Triaged and Wishlist to both22:42
*** fnaval has joined #openstack-neutron22:43
*** itlinux has quit IRC22:44
*** chlong has quit IRC22:45
*** thorst_afk has joined #openstack-neutron22:48
*** abhiraut has quit IRC22:51
*** mriedem1 has joined #openstack-neutron22:53
*** limao has joined #openstack-neutron22:55
*** mriedem has quit IRC22:55
openstackgerritMerged openstack/neutron master: Fix nullable data_plane_status reference in port OVO  https://review.openstack.org/46542322:57
*** trevormc has quit IRC23:00
*** gouthamr has joined #openstack-neutron23:01
mlavallekevinbenton: good meeting, we made progress23:02
ihrachyskevinbenton, re py3 func tests, I posted https://review.openstack.org/#/c/466122/ and will have a look at it closely tomorrow23:04
ihrachysthis should be first step to assess how far we are23:04
openstackgerritOpenStack Proposal Bot proposed openstack/neutron master: Updated from global requirements  https://review.openstack.org/46557423:05
*** boden has quit IRC23:06
*** thorst_afk has quit IRC23:06
ihrachysok ciao and have a good evening everyone23:06
kevinbentonihrachys: you too!23:06
*** mriedem1 is now known as mriedem23:09
*** ihrachys has quit IRC23:10
*** pmannidi has joined #openstack-neutron23:11
*** armax has quit IRC23:13
*** gouthamr has quit IRC23:13
*** limao_ has joined #openstack-neutron23:16
*** limao has quit IRC23:17
*** yamamoto_ has joined #openstack-neutron23:20
*** salv-orlando has joined #openstack-neutron23:22
*** armax has joined #openstack-neutron23:22
*** baoli has quit IRC23:23
*** yamamoto_ has quit IRC23:26
*** salv-orlando has quit IRC23:26
*** limao_ has quit IRC23:29
*** salv-orlando has joined #openstack-neutron23:31
*** salv-orlando has quit IRC23:31
*** ijw has quit IRC23:35
*** vhosakot has quit IRC23:39
*** mlavalle has quit IRC23:40
*** wolverin_ has joined #openstack-neutron23:43
*** Fdaisuke_ has joined #openstack-neutron23:43
*** Fdaisuke has quit IRC23:43
*** wolverineav has quit IRC23:43
*** aojea has joined #openstack-neutron23:49
openstackgerritArmando Migliaccio proposed openstack/neutron-specs master: Sync down exclusion version for sphinx  https://review.openstack.org/46577923:50
*** aojea has quit IRC23:54
openstackgerritMerged openstack/neutron-specs master: Sync down exclusion version for sphinx  https://review.openstack.org/46577923:55
*** ijw has joined #openstack-neutron23:56
*** ijw has quit IRC23:56
*** ijw has joined #openstack-neutron23:57
*** ijw has quit IRC23:58
*** ijw has joined #openstack-neutron23:59

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