Wednesday, 2015-03-18

*** baoli_ has quit IRC00:00
kevinbentonamuller: this seems to be what hits the db from your service00:00
kevinbentonamuller: commenting out L104 of neutron/wsgi.py00:00
kevinbentonamuller: fixes00:00
*** baoli has joined #openstack-neutron00:01
amullerhuh00:01
*** Longgeek has joined #openstack-neutron00:01
*** dannywilson has quit IRC00:01
*** yamamoto has quit IRC00:01
*** crc32 has quit IRC00:01
kevinbentonamuller: calling pool.dispose() on an in-memory sqlite database i think wipes it out00:01
amullerso it's using the same DB configuration, it just erases its content00:02
*** shwetaap has joined #openstack-neutron00:02
kevinbentonamuller: still doing some digging here00:02
*** dboik has quit IRC00:02
kevinbentonamuller: not sure why dispose should wipe that out00:02
*** dboik_ has quit IRC00:02
*** shwetaap1 has joined #openstack-neutron00:03
kevinbentonamuller: ok00:04
kevinbentonamuller: i think i see now00:05
*** prad has quit IRC00:05
*** baoli has quit IRC00:05
kevinbentonamuller: you launch a greenthread which doesn't call pool.dispose() until the next test has already gone in an setup the tables00:05
kevinbentonif you add the following to the end of _test_spawn_metadata_proxy, it will pass00:06
kevinbentonimport eventlet00:06
kevinbentoneventlet.sleep(5)00:06
*** hichihara has joined #openstack-neutron00:07
*** shwetaap has quit IRC00:07
kevinbentonamuller: you're throwing a tiny grenade into the future that calls pool.dispose() after the table init is done in neutron/tests/unit/testlib_api.py00:08
kevinbentonamuller: and since the flag is set in neutron/tests/unit/testlib_api.py that the table init is done, it never tries again00:08
amullerNew ways to wreak havoc :)00:09
*** aranjan has quit IRC00:09
*** baoli has joined #openstack-neutron00:09
*** aranjan has joined #openstack-neutron00:11
amullerkevinbenton: Interesting that agent code does any DB interaction at all00:11
kevinbentonamuller: it's just a side effect of the WorkerService class00:12
*** banix has quit IRC00:12
amullerkevinbenton: hmm, what if you have a L3 agent running on the same where the Neutron server is running00:12
*** crc32 has joined #openstack-neutron00:12
amullerkevinbenton: the L3 agent is passed a neutron.conf with a valid DB config00:12
kevinbentonamuller: still separate processes so that should be safe00:12
*** marun has joined #openstack-neutron00:12
amullerso the L3 agent initializes an actual connection pool00:13
amullerdoes no harm, but still00:13
*** shaohe_feng1 has quit IRC00:13
kevinbentonamuller: so dispose dumps any connections that process has00:14
kevinbentonamuller: but i'm not sure if get_engine() automatically creates a connection00:14
kevinbentonamuller: if it does, the l3 agent could be wasting a connection to the db00:14
*** baoli has quit IRC00:14
*** markvoelker has quit IRC00:15
*** aranjan has quit IRC00:15
*** achanda has quit IRC00:15
amullerkevinbenton: this isn't unique to the new service though, all of our agents inherit from that class iirc00:16
*** sripriya has quit IRC00:16
amullerkevinbenton: so any agents running together with the server exhibit the same issue00:16
*** achanda has joined #openstack-neutron00:16
kevinbentonamuller: right. i'm looking at if an enginefacade actually creates a connection on creation00:17
kevinbentonamuller: if it does, we should stop this00:17
kevinbentonamuller: if it doesn't, dispose() will be a noop so it won't matter00:17
amullerI think I saw something in the docs which suggest it doesn't, http://docs.sqlalchemy.org/en/latest/core/connections.html#sqlalchemy.engine.Engine.dispose00:17
*** oomichi has quit IRC00:17
amullerkevinbenton: going out for dinner let's talk later00:17
*** baoli has joined #openstack-neutron00:18
kevinbentonamuller: you are not allowed to have dinner until this is resolved!00:18
*** achanda has quit IRC00:18
*** achanda has joined #openstack-neutron00:18
*** Longgeek has quit IRC00:18
*** pavel_bondar has quit IRC00:19
kevinbentonamuller: sounds like we are safe00:19
kevinbentonamuller: http://docs.sqlalchemy.org/en/rel_0_9/core/engines.html00:19
*** pavel_bondar has joined #openstack-neutron00:19
*** vivek-ebay has quit IRC00:19
kevinbentonamuller: sqlalchemy doesn't actually connect until something attempts a transaction00:19
kevinbentonamuller: i'm still going to submit a patch to make this dispose operation optional00:20
kevinbentonamuller: just to avoid wasting the time setting up all of that00:20
yamahataZZelle: ping?00:20
amullerkevinbenton: This is one of those issues I'm fully capable of detaching from :)00:21
openstackgerritAbhishek Raut proposed openstack/neutron: Cisco Nexus1000V ML2 Mechanism Driver  https://review.openstack.org/15724300:21
*** aranjan has joined #openstack-neutron00:22
kevinbentonamuller: you're free to eat dinner now :)00:22
*** rook-tmp has joined #openstack-neutron00:22
*** nati_ueno has quit IRC00:25
*** natarajk has left #openstack-neutron00:30
*** achanda has quit IRC00:30
amullerkevinbenton: Aye aye!00:31
*** markvoelker has joined #openstack-neutron00:32
*** yamamoto has joined #openstack-neutron00:33
*** watanabe_isao has joined #openstack-neutron00:33
watanabe_isaoGood morning to all:)00:33
*** shwetaap1 has quit IRC00:34
*** dboik has joined #openstack-neutron00:35
*** vmtrooper has joined #openstack-neutron00:35
*** xgerman has quit IRC00:36
*** dboik_ has joined #openstack-neutron00:36
*** mlavalle has quit IRC00:38
*** amuller has quit IRC00:39
openstackgerritDane LeBlanc proposed openstack/neutron: Support Dual-Stack Gateway Ports on Neutron Routers  https://review.openstack.org/14906800:39
openstackgerritSalvatore Orlando proposed openstack/neutron: IPAM reference driver  https://review.openstack.org/15048500:39
*** dboik has quit IRC00:40
*** vmtrooper has quit IRC00:40
*** catohornet has joined #openstack-neutron00:41
*** diegows has quit IRC00:41
*** gongysh has quit IRC00:42
*** diegows has joined #openstack-neutron00:42
openstackgerritRyan Tidwell proposed openstack/neutron: Basic subnetpool CRUD  https://review.openstack.org/14869800:42
*** _cjones_ has quit IRC00:43
*** banix has joined #openstack-neutron00:43
*** pritesh has joined #openstack-neutron00:45
openstackgerritRyan Tidwell proposed openstack/neutron: Subnet allocation from a subnet pool  https://review.openstack.org/15759700:45
*** yalie has joined #openstack-neutron00:48
*** pritesh_ has quit IRC00:48
*** topshare has joined #openstack-neutron00:48
*** melwitt has quit IRC00:51
*** abehl has quit IRC00:52
*** ChuckC has quit IRC00:53
*** baoli has quit IRC00:55
openstackgerritMerged openstack/neutron-fwaas: Provide hooks for FWaaS repo functional gate  https://review.openstack.org/16147900:55
*** rook-tmp has quit IRC00:56
openstackgerritMerged openstack/neutron: Introduce External IPAM Interface  https://review.openstack.org/13433900:56
*** banix has quit IRC00:57
*** Longgeek has joined #openstack-neutron00:59
openstackgerritpritesh proposed openstack/python-neutronclient: Adding VLAN Transparency support to neutronclient  https://review.openstack.org/16204001:00
*** nlahouti has quit IRC01:02
*** aranjan has quit IRC01:03
*** salv-orl_ has quit IRC01:04
*** bandarji has joined #openstack-neutron01:12
*** dane_leblanc has quit IRC01:14
openstackgerritRyan Tidwell proposed openstack/neutron: Simple subnetpool allocation quotas  https://review.openstack.org/16526401:15
*** fredlhsu has joined #openstack-neutron01:18
*** yamamoto has quit IRC01:19
*** tidwellr has left #openstack-neutron01:19
*** padkrish_ has quit IRC01:21
*** padkrish has joined #openstack-neutron01:22
openstackgerritpritesh proposed openstack/python-neutronclient: Adding VLAN Transparency support to neutronclient  https://review.openstack.org/16204001:23
*** vivek-ebay has joined #openstack-neutron01:23
openstackgerritArmando Migliaccio proposed openstack/neutron: Fix minor decomp progress chart issues  https://review.openstack.org/16526701:24
yaliehi mestery?01:25
*** apuimedo has quit IRC01:25
*** padkrish has quit IRC01:27
yaliemarun leaves a comments on https://review.openstack.org/#/c/126552/01:27
yalieand marun?01:28
openstackgerritshihanzhang proposed openstack/neutron: Use iptables zone to seperate different conntrack  https://review.openstack.org/11827401:29
yaliecould we make a decision here which direction I should go?01:29
*** vivek-eb_ has joined #openstack-neutron01:30
*** tflynn_ has joined #openstack-neutron01:30
*** padkrish has joined #openstack-neutron01:31
*** amuller has joined #openstack-neutron01:31
*** stanzgy_ has joined #openstack-neutron01:31
*** stanzgy has joined #openstack-neutron01:31
amullermarun: still up?01:32
*** vivek-ebay has quit IRC01:32
*** popw has joined #openstack-neutron01:32
yalienot on line?01:33
openstackgerritpritesh proposed openstack/neutron: Adding VLAN Transparency support for ML2 along with REST API changes  https://review.openstack.org/15842001:33
*** tflynn has quit IRC01:33
ijwwoot01:33
*** tflynn_ has quit IRC01:35
*** shaohe_feng1 has joined #openstack-neutron01:38
*** pal has joined #openstack-neutron01:39
openstackgerritAngela Smith proposed openstack/neutron: Add ML2 VLAN mechanism driver for Brocade MLX and ICX switches.  https://review.openstack.org/15470901:40
mesteryyalie: yo01:40
mesteryyalie: Keep them together please, don't split them.01:40
*** s3wong_ has quit IRC01:40
mesteryyalie: This means we'll need to merge yamahata's functional change first, hoping marun can get his eyes on this one tonight yet (https://review.openstack.org/#/c/160051/)01:41
*** rdo has quit IRC01:41
amullermarun: well, I replied on the patch, I don't know what addtional test you had in mind, I don't see the need for any01:42
*** yamamoto has joined #openstack-neutron01:42
*** tsg has joined #openstack-neutron01:42
openstackgerritAndrew Boik proposed openstack/neutron: Allow update of ext gateway IP's w/out port delete  https://review.openstack.org/16107301:43
*** padkrish has quit IRC01:43
openstackgerritAndrew Boik proposed openstack/neutron: Allow update of ext gateway IP's w/out port delete  https://review.openstack.org/16107301:43
*** banix has joined #openstack-neutron01:43
openstackgerritJiaqiang Liu proposed openstack/neutron-specs: blueprint virtual-network-performance-monitor  https://review.openstack.org/14238601:47
*** Jianyong has joined #openstack-neutron01:47
*** pritesh has quit IRC01:47
*** bandarji has quit IRC01:49
*** leenheer has quit IRC01:52
*** rook-tmp has joined #openstack-neutron01:53
*** ivar-laz_ has joined #openstack-neutron01:55
*** amuller has quit IRC01:55
openstackgerritAndrew Boik proposed openstack/neutron: Support multiple IPv6 prefixes on internal router ports  https://review.openstack.org/15636001:55
openstackgerritAndrew Boik proposed openstack/neutron: Auto-update gateway port after subnet-create  https://review.openstack.org/16108501:56
*** ivar-lazzaro has quit IRC01:59
*** igordcard_ has quit IRC01:59
*** dims has quit IRC01:59
*** ivar-laz_ has quit IRC01:59
*** britthouser has quit IRC02:03
*** tiswanso has joined #openstack-neutron02:03
*** britthouser has joined #openstack-neutron02:03
*** britthouser has quit IRC02:04
*** britthouser has joined #openstack-neutron02:05
*** tiswanso has quit IRC02:06
*** harlowja_ is now known as harlowja_away02:06
*** tiswanso has joined #openstack-neutron02:06
*** catohornet has quit IRC02:09
*** yamahata has quit IRC02:09
*** fredlhsu has quit IRC02:10
HenryGmestery: yalie: I reviewed and left my thoughts on https://review.openstack.org/160051 - no +A yet in case you still want marun to take a look.02:10
*** crc32 has quit IRC02:11
mesteryHenryG: Please merge that one if you think it's ready, I appreciate your review!02:11
mesteryHenryG: It also unblocks the subsequent port security stuff, which we can hopefully land tomorrow02:11
ijwport security ftw02:12
mesteryijw: You're like a troll who pops in when the words "port" and "security" come together on IRC :)02:12
ijwNah02:12
ijwIt's nothing to do with irc02:12
* ijw crawls undr his bridge02:12
openstackgerritMerged openstack/neutron: Don't delete HA router primary VIP on agent restarts  https://review.openstack.org/16484102:13
openstackgerritMerged openstack/neutron: Don't delete HA router primary VIP on agent restarts  https://review.openstack.org/16484102:13
HenryGmestery: I am sure marun is keeping a black list of all the "I promise I will refactor the tests as a follow-up" comments. :)02:15
*** gongysh has joined #openstack-neutron02:15
mesteryHenryG: lol02:15
* HenryG looks for hidden etherpads created by marun02:16
*** topshare has quit IRC02:17
*** nati_ueno has joined #openstack-neutron02:17
*** salv-orlando has joined #openstack-neutron02:18
mesteryijw: lol02:18
*** pal has quit IRC02:18
*** topshare has joined #openstack-neutron02:19
*** coolsvap|afk is now known as coolsvap02:19
*** crc32 has joined #openstack-neutron02:20
HenryGmestery: I don't know how you can still be going but I am running out of steam for today. I'll be up early tomorrow.02:20
ijwwuss02:21
*** erkules_ has joined #openstack-neutron02:21
HenryGraspberry02:21
dougwigHenryG: i added to the co-gate today, so i think i shot to the top of said list.02:23
*** erkules has quit IRC02:23
openstackgerritNachi Ueno proposed openstack/neutron: OpenContrail plugin code split  https://review.openstack.org/16321802:23
openstackgerritbadveli_vishnuus proposed openstack/neutron-fwaas: Adding mandatory parameters for Router Info in vArmour fwaas agent  https://review.openstack.org/16142402:24
*** vmtrooper has joined #openstack-neutron02:24
HenryGarmax: I think this one is OK, https://review.openstack.org/15470902:25
*** marun has quit IRC02:25
*** topshare has quit IRC02:25
*** topshare has joined #openstack-neutron02:26
dougwigHenryG, armax - i'll get it.02:26
*** rook-tmp has quit IRC02:26
armaxdougwig: thanks, I have been waiting to see how the CI behaves02:27
armaxbut nothing is coming up so far02:27
dougwigarmax: ok02:28
*** vmtrooper has quit IRC02:29
*** diegows has quit IRC02:30
*** britthou_ has joined #openstack-neutron02:32
*** britthouser has quit IRC02:32
*** coolsvap is now known as coolsvap|afk02:33
*** zzzeek has joined #openstack-neutron02:35
*** topshare has quit IRC02:36
*** topshare has joined #openstack-neutron02:36
*** baoli has joined #openstack-neutron02:38
openstackgerritMerged openstack/python-neutronclient: Updating lbaas cli for TLS  https://review.openstack.org/16140402:39
openstackgerritMerged openstack/neutron-fwaas: Adds FWaaS driver for Cisco CSR1kv  https://review.openstack.org/16101902:41
*** topshare has quit IRC02:42
*** chandankumar has joined #openstack-neutron02:45
*** coolsvap|afk is now known as coolsvap02:45
*** yuanying has quit IRC02:46
*** topshare has joined #openstack-neutron02:47
*** melwitt has joined #openstack-neutron02:52
openstackgerritZhang Hua proposed openstack/neutron-vpnaas: Functional tests of ipsec strongswan vpnaas driver  https://review.openstack.org/15856002:52
openstackgerritZhang Hua proposed openstack/neutron-vpnaas: Add some unit tests for strongswan driver  https://review.openstack.org/16515902:52
*** Murali has joined #openstack-neutron02:52
*** padkrish has joined #openstack-neutron02:54
*** lazy_prince has quit IRC02:57
*** _cjones_ has joined #openstack-neutron02:57
*** pal has joined #openstack-neutron02:58
*** padkrish has quit IRC02:59
*** baoli has quit IRC03:01
*** zzzeek has quit IRC03:01
*** baoli has joined #openstack-neutron03:01
*** killer_prince has joined #openstack-neutron03:04
*** killer_prince is now known as lazy_prince03:04
openstackgerritAngela Smith proposed openstack/neutron: Add L3 router plugin shim for Brocade MLX  https://review.openstack.org/16148903:04
*** chandankumar has quit IRC03:05
*** marun has joined #openstack-neutron03:06
*** sripriya has joined #openstack-neutron03:07
watanabe_isaohello, mestery. May I ask you a question about SF?03:07
*** coolsvap is now known as coolsvap|afk03:09
*** Marga_ has quit IRC03:09
watanabe_isaoWhat will be freeze by SF, please: 1) Adding a new message? 2) Or even add a logic to export existing message?03:10
*** shwetaap has joined #openstack-neutron03:10
*** dboik_ has quit IRC03:13
*** tiswanso has quit IRC03:13
*** sripriya has quit IRC03:14
*** coolsvap|afk is now known as coolsvap03:16
*** sripriya has joined #openstack-neutron03:19
*** changbl has joined #openstack-neutron03:20
*** rook-tmp has joined #openstack-neutron03:23
*** britthou_ has quit IRC03:23
*** banix has quit IRC03:25
*** crc32 has quit IRC03:27
openstackgerritMerged openstack/neutron: iptables firewall: add framework for iptables firewall functional test  https://review.openstack.org/16005103:28
openstackgerritMerged openstack/neutron: Imported Translations from Transifex  https://review.openstack.org/16370803:28
*** crc32 has joined #openstack-neutron03:29
*** salv-orlando has quit IRC03:29
*** Longgeek has quit IRC03:29
*** sudipto has joined #openstack-neutron03:30
*** gildub has quit IRC03:31
*** csoukup has joined #openstack-neutron03:33
*** yuanying has joined #openstack-neutron03:37
*** yuanying has quit IRC03:38
*** yuanying has joined #openstack-neutron03:38
*** sbfox has joined #openstack-neutron03:39
*** chandankumar has joined #openstack-neutron03:39
*** vishwanathj has joined #openstack-neutron03:41
*** melwitt has quit IRC03:47
*** gildub has joined #openstack-neutron03:47
*** csoukup has quit IRC03:48
*** _cjones_ has quit IRC03:48
*** jckasper has joined #openstack-neutron03:56
*** rook-tmp has quit IRC03:57
*** baoli has quit IRC03:58
*** baoli has joined #openstack-neutron03:59
*** sthillma has joined #openstack-neutron03:59
*** ijw has quit IRC04:02
*** sthillma has quit IRC04:02
*** Murali has quit IRC04:03
*** SumitNaiksatam has joined #openstack-neutron04:04
*** csoukup has joined #openstack-neutron04:04
*** csoukup has quit IRC04:09
*** vthapar has joined #openstack-neutron04:09
*** ajmiller has joined #openstack-neutron04:09
*** Marga_ has joined #openstack-neutron04:11
*** SumitNaiksatam has quit IRC04:11
*** Marga__ has joined #openstack-neutron04:12
*** vmtrooper has joined #openstack-neutron04:13
*** sudipto has quit IRC04:13
*** Marga_ has quit IRC04:16
*** SumitNaiksatam has joined #openstack-neutron04:17
*** gongysh has quit IRC04:18
*** vmtrooper has quit IRC04:18
*** britthouser has joined #openstack-neutron04:23
*** tflynn has joined #openstack-neutron04:28
*** yatin has joined #openstack-neutron04:28
*** salv-orlando has joined #openstack-neutron04:28
*** yfried|afk is now known as yfried_04:30
*** Longgeek has joined #openstack-neutron04:30
*** tsg has quit IRC04:30
*** Longgeek has quit IRC04:37
*** Longgeek has joined #openstack-neutron04:38
*** aranjan has joined #openstack-neutron04:40
*** baoli has quit IRC04:42
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: Fix DBDuplicateError handling in _ensure_default_security_group  https://review.openstack.org/16529004:43
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: linuxbridge UT: Fix a regression of the recent ip_lib change  https://review.openstack.org/16529104:44
*** jckasper has quit IRC04:45
*** tflynn has quit IRC04:45
*** nlahouti has joined #openstack-neutron04:46
yamamotoenikanorov: ping04:46
*** ajmiller has quit IRC04:46
*** ajmiller has joined #openstack-neutron04:46
*** boris-42 has joined #openstack-neutron04:47
*** tflynn has joined #openstack-neutron04:47
*** marun has quit IRC04:48
*** nati_uen_ has joined #openstack-neutron04:50
*** dims has joined #openstack-neutron04:52
*** nati_uen_ has quit IRC04:53
*** rook-tmp has joined #openstack-neutron04:54
*** nati_ueno has quit IRC04:54
*** nlahouti has quit IRC04:56
*** nlahouti has joined #openstack-neutron04:56
*** dims has quit IRC04:57
*** yfauser has joined #openstack-neutron04:57
*** britthouser has quit IRC04:58
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: linuxbridge UT: Fix a regression of the recent ip_lib change  https://review.openstack.org/16529104:59
prometheanfireyamamoto: how did that get pased testing?05:03
prometheanfirehttps://review.openstack.org/16529105:03
yamamotoprometheanfire: because everyone runs UTs on a system with sysfs?05:04
*** achanda has joined #openstack-neutron05:06
prometheanfireshould we expect that?05:06
prometheanfireafaik, openstack is meant to be run on linux only05:06
yamamotoprometheanfire: UTs should not depends on system state as far as possible05:07
prometheanfireright, guess I didn't see that it was still calling out to that05:07
yamamotoprometheanfire: while sysfs might exist everywhere, who knows its state is consistent to the UT cases' expectation?05:08
openstackgerritpritesh proposed openstack/python-neutronclient: Adding VLAN Transparency support to neutronclient  https://review.openstack.org/16204005:08
prometheanfireyamamoto: ya, I get that05:09
prometheanfirethe problem wasn't accessing sysfs, it was accessing system state05:09
*** britthouser has joined #openstack-neutron05:09
*** Networkn3rd has quit IRC05:09
yamamotoprometheanfire: and, fwiw, i often actually run neutron UTs on non-linux systems.05:09
*** yapeng has quit IRC05:11
prometheanfiremakes sense05:11
*** xek has quit IRC05:18
*** anilvenkata has joined #openstack-neutron05:18
*** sbfox has quit IRC05:23
*** Networkn3rd has joined #openstack-neutron05:26
*** rook-tmp has quit IRC05:27
*** pradip_vedams has joined #openstack-neutron05:29
*** tflynn has quit IRC05:30
*** salv-orlando has quit IRC05:31
*** markvoelker has quit IRC05:33
*** yfauser has left #openstack-neutron05:35
*** shwetaap has quit IRC05:38
*** vthapar has quit IRC05:41
*** gongysh has joined #openstack-neutron05:41
*** tflynn has joined #openstack-neutron05:43
*** armax has quit IRC05:44
*** sripriya has quit IRC05:45
*** garyk has quit IRC05:46
openstackgerritPraveen Kumar SM proposed openstack/neutron: DHCP Service LoadBalancing Scheduler  https://review.openstack.org/13701705:46
*** Sukhdev has joined #openstack-neutron05:47
*** sbfox has joined #openstack-neutron05:49
openstackgerritYAMAMOTO Takashi proposed openstack/neutron: Fix DBDuplicateError handling in _ensure_default_security_group  https://review.openstack.org/16529005:51
*** __afazekas is now known as afazekas05:52
*** afazekas is now known as __afazekas05:53
*** vthapar has joined #openstack-neutron05:53
*** vmtrooper has joined #openstack-neutron06:02
*** jschwarz has joined #openstack-neutron06:05
*** anilvenkata has left #openstack-neutron06:06
*** anilvenkata has joined #openstack-neutron06:07
*** vmtrooper has quit IRC06:07
*** britthouser has quit IRC06:09
*** lpetrut has joined #openstack-neutron06:10
*** vivek-eb_ has quit IRC06:13
*** aepifanov has joined #openstack-neutron06:14
openstackgerritAbishek Subramanian proposed openstack/neutron: Support Dual-Stack Gateway Ports on Neutron Routers  https://review.openstack.org/14906806:18
*** tflynn has quit IRC06:20
*** pradip_rawat has joined #openstack-neutron06:21
*** pradip_vedams has quit IRC06:23
*** pradip_rawat is now known as pradip_vedams06:23
*** rook-tmp has joined #openstack-neutron06:24
*** yog__ has joined #openstack-neutron06:25
*** achanda has quit IRC06:25
*** achanda has joined #openstack-neutron06:27
*** ferest has joined #openstack-neutron06:27
*** rook-tmp has quit IRC06:29
*** liusheng has quit IRC06:31
*** liusheng has joined #openstack-neutron06:31
*** ferest has quit IRC06:32
*** salv-orlando has joined #openstack-neutron06:33
*** markvoelker has joined #openstack-neutron06:33
*** shaohe_feng1 has quit IRC06:33
*** ishant has joined #openstack-neutron06:35
*** angela-s has left #openstack-neutron06:38
*** markvoelker has quit IRC06:38
openstackgerritGal Sagie proposed openstack/neutron: OVS agent shouldnt start when dvr is enabled but l2pop is not  https://review.openstack.org/16531106:40
openstackgerritAbishek Subramanian proposed openstack/neutron: Support IPv6 Router  https://review.openstack.org/15628306:43
*** afazekas has joined #openstack-neutron06:47
*** _cjones_ has joined #openstack-neutron06:49
openstackgerritJohn Schwarz proposed openstack/neutron: WIP Prototype of fullstack framework  https://review.openstack.org/12825906:51
openstackgerritAman Kumar proposed openstack/neutron: Added config variable for External Network type in ML2  https://review.openstack.org/14954606:51
*** gildub has quit IRC06:52
*** ronis has joined #openstack-neutron06:52
*** SridharG has joined #openstack-neutron06:54
*** _cjones_ has quit IRC06:54
*** mestery has quit IRC06:58
*** numan has joined #openstack-neutron07:00
*** Sukhdev has quit IRC07:03
*** Trozz has joined #openstack-neutron07:05
*** nmagnezi has joined #openstack-neutron07:05
*** nlahouti has quit IRC07:08
*** kickinz1|afk is now known as kickinz107:10
*** sripriya has joined #openstack-neutron07:12
*** Bhavya has joined #openstack-neutron07:12
*** itzikb has joined #openstack-neutron07:14
*** aswadr has joined #openstack-neutron07:14
*** garyk has joined #openstack-neutron07:15
*** adelinatuvenie has joined #openstack-neutron07:16
*** sripriya has quit IRC07:17
*** markvoelker has joined #openstack-neutron07:17
*** Murali has joined #openstack-neutron07:19
*** aix has quit IRC07:20
*** markvoelker has quit IRC07:21
*** anshul has joined #openstack-neutron07:24
*** scheuran has joined #openstack-neutron07:24
*** rook-tmp has joined #openstack-neutron07:25
*** neeti has joined #openstack-neutron07:27
*** Networkn_ has joined #openstack-neutron07:27
*** pradipta has joined #openstack-neutron07:28
*** rook-tmp has quit IRC07:30
*** Networkn3rd has quit IRC07:30
*** lionelz has joined #openstack-neutron07:30
*** yatin has quit IRC07:31
*** ronis has quit IRC07:32
*** aranjan has quit IRC07:32
*** rotbeard has joined #openstack-neutron07:32
*** salv-orlando has quit IRC07:33
*** jprovazn has joined #openstack-neutron07:34
*** achanda has quit IRC07:35
*** lpetrut has quit IRC07:37
*** achanda has joined #openstack-neutron07:39
*** nmagnezi has quit IRC07:42
*** salv-orlando has joined #openstack-neutron07:42
itzikbheyongli: ping07:44
*** vthapar has quit IRC07:44
*** vthapar has joined #openstack-neutron07:44
*** adelinatuvenie has quit IRC07:49
openstackgerritvishwanath jayaraman proposed openstack/neutron-fwaas: Refactoring related to 'FWaaS insertion Model on Routers'  https://review.openstack.org/16188107:50
*** ishant has quit IRC07:50
*** vmtrooper has joined #openstack-neutron07:51
*** ishant has joined #openstack-neutron07:51
*** yatin has joined #openstack-neutron07:51
*** gsagie has joined #openstack-neutron07:52
*** vmtrooper has quit IRC07:56
*** doude has joined #openstack-neutron07:58
*** Bsony has joined #openstack-neutron07:58
*** bobmel has joined #openstack-neutron08:00
*** jlanoux has joined #openstack-neutron08:03
*** nyechiel__ has joined #openstack-neutron08:06
*** belmoreira has joined #openstack-neutron08:07
*** moha_hunt has joined #openstack-neutron08:07
*** kawa2014 has joined #openstack-neutron08:08
*** yrn has quit IRC08:08
openstackgerritpritesh proposed openstack/neutron: Adding VLAN Transparency support for ML2 along with REST API changes  https://review.openstack.org/15842008:08
*** nmagnezi has joined #openstack-neutron08:09
*** topshare has quit IRC08:10
*** achanda has quit IRC08:10
openstackgerritGal Sagie proposed openstack/neutron: OVS_LIB API addition - change bridge controller connection-mode  https://review.openstack.org/16532608:11
*** topshare has joined #openstack-neutron08:13
*** Marga__ has quit IRC08:13
*** pradipta has quit IRC08:14
*** topshare has quit IRC08:16
*** markvoelker has joined #openstack-neutron08:18
*** criptoverso has joined #openstack-neutron08:18
openstackgerritGal Sagie proposed openstack/neutron: OVS agent shouldnt start when dvr is enabled but l2pop is not  https://review.openstack.org/16531108:20
*** mleroy_ has joined #openstack-neutron08:22
*** jistr has joined #openstack-neutron08:22
*** markvoelker has quit IRC08:23
*** matrohon has joined #openstack-neutron08:23
*** rook-tmp has joined #openstack-neutron08:26
*** adelinatuvenie has joined #openstack-neutron08:27
*** yuanying has quit IRC08:27
*** Trozz is now known as zzTrozz08:28
*** zzTrozz is now known as Trozz08:28
*** pradipta has joined #openstack-neutron08:30
*** rook-tmp has quit IRC08:30
*** sbfox has quit IRC08:30
*** moshele has joined #openstack-neutron08:31
*** yfried_ has quit IRC08:32
*** uschreiber_ has joined #openstack-neutron08:32
*** uschreiber_ has quit IRC08:33
*** ronis has joined #openstack-neutron08:34
openstackgerritGal Sagie proposed openstack/neutron: OVS_LIB API addition - change bridge controller connection-mode  https://review.openstack.org/16532608:34
*** apuimedo has joined #openstack-neutron08:35
*** topshare has joined #openstack-neutron08:35
*** jlanoux has quit IRC08:35
*** safchain has joined #openstack-neutron08:36
*** uschreiber_ has joined #openstack-neutron08:38
*** mleroy_ has quit IRC08:38
*** uschreiber_ has quit IRC08:39
*** nyechiel has joined #openstack-neutron08:39
*** yfried has joined #openstack-neutron08:41
*** sudipto_ has joined #openstack-neutron08:41
*** uschreiber_ has joined #openstack-neutron08:41
*** uschreiber_ has quit IRC08:42
*** jpena has joined #openstack-neutron08:42
*** uschreiber_ has joined #openstack-neutron08:42
*** uschreiber_ has quit IRC08:42
sudipto_Hi, is there a good document/guideline to follow - if we introduce a new exception in neutron? I am referring to the messaging changes needed...08:42
*** nyechiel__ has quit IRC08:42
*** topshare_ has joined #openstack-neutron08:47
*** topshare has quit IRC08:50
*** nyechiel_ has joined #openstack-neutron08:51
*** ajo has joined #openstack-neutron08:51
*** nyechiel has quit IRC08:54
*** topshare_ has quit IRC08:54
*** numan has quit IRC08:56
*** rotbeard has quit IRC08:57
openstackgerritpritesh proposed openstack/neutron: Adding VLAN Transparency support for ML2 along with REST API changes  https://review.openstack.org/15842008:58
*** topshare has joined #openstack-neutron09:04
openstackgerritPavel Bondar proposed openstack/neutron: Implement IPAM Driver loader  https://review.openstack.org/14747909:05
*** erkules_ is now known as erkules09:07
*** erkules has joined #openstack-neutron09:07
openstackgerritpritesh proposed openstack/neutron: Adding VLAN Transparency support for ML2 along with REST API changes  https://review.openstack.org/15842009:08
*** Networkn_ has quit IRC09:10
*** vivek-ebay has joined #openstack-neutron09:10
*** numan has joined #openstack-neutron09:10
*** Networkn3rd has joined #openstack-neutron09:11
*** gongysh has quit IRC09:11
*** topshare has quit IRC09:12
*** boris-42 has quit IRC09:12
*** topshare has joined #openstack-neutron09:12
*** ygbo has joined #openstack-neutron09:14
*** vivek-ebay has quit IRC09:14
*** watanabe_isao has quit IRC09:18
*** markvoelker has joined #openstack-neutron09:19
*** hichihara has quit IRC09:23
*** markvoelker has quit IRC09:23
openstackgerritJohn Schwarz proposed openstack/neutron: Add full-stack tests framework  https://review.openstack.org/12825909:24
*** blues-man has joined #openstack-neutron09:25
*** topshare_ has joined #openstack-neutron09:25
*** Networkn3rd has quit IRC09:26
*** rook-tmp has joined #openstack-neutron09:26
*** Networkn3rd has joined #openstack-neutron09:27
*** mleroy_ has joined #openstack-neutron09:28
*** topshare has quit IRC09:28
*** afazekas_ has joined #openstack-neutron09:31
*** rook-tmp has quit IRC09:33
*** numan has quit IRC09:35
*** mleroy_ has quit IRC09:35
openstackgerritAdelina Tuvenie proposed openstack/neutron: OVS agent support on Hyper-V  https://review.openstack.org/16059609:36
jschwarzZZelle, hello :)09:36
ZZellejschwarz, hallo09:36
jschwarzZZelle, sorry I've been away for a while09:36
jschwarzZZelle, any patches you need me to review? :)09:37
ZZellejschwarz, https://review.openstack.org/159852 and sons ... but i need to resolve merge conflicts (again :()09:38
jschwarzZZelle, roger. once you do I'll have a look and do my best to get it09:38
ZZellejschwarz, thx09:38
*** dmellado has quit IRC09:38
jschwarzZZelle, though it's tests code so rumor has it that it only needs to go in by RC and not K-309:38
*** nuritv has joined #openstack-neutron09:39
gsagieHello all, i am trying to debug the l3-agent with pycharm, but my break points are not stopping, anything special i need to do ?09:39
ZZellejschwarz, k3 is tomorrow?09:39
*** topshare_ has quit IRC09:40
*** gongysh has joined #openstack-neutron09:40
jschwarzZZelle, I believe so09:40
*** vmtrooper has joined #openstack-neutron09:40
jschwarzso RC1 is next week? or the week after?09:40
ZZellejschwarz, we should also look at https://review.openstack.org/160051 and see how we can transform kernel bridges into BridgeFixture09:40
ZZellejschwarz, no idea09:40
jschwarzhttps://wiki.openstack.org/wiki/Kilo_Release_Schedule09:40
jschwarzohhhh RC1 is on the week of April 9th!09:40
jschwarzI didn't know we have so long!09:41
ZZellejschwarz, i hope https://review.openstack.org/165115 will be merged before kilo09:41
jschwarzZZelle, I didn't know that was still there09:42
jschwarzoh it's new09:42
jschwarzI was sure we discussed this patch a few months ago09:42
*** gongysh has quit IRC09:43
ZZellejschwarz, honestly it's a little bit difficult to document the change and its parent correctly :(09:43
*** ZZelle has quit IRC09:43
*** dims_ has joined #openstack-neutron09:43
*** ZZelle has joined #openstack-neutron09:43
jschwarzZZelle, :(\09:44
ZZellejschwarz, yes, but i was waiting for https://review.openstack.org/147437 merge09:44
*** jlanoux has joined #openstack-neutron09:44
*** kerpan has joined #openstack-neutron09:45
*** afazekas_ has quit IRC09:45
*** vmtrooper has quit IRC09:45
*** alexpilotti has joined #openstack-neutron09:47
*** numan has joined #openstack-neutron09:48
*** yog__ has quit IRC09:49
openstackgerritJohn Schwarz proposed openstack/neutron: Add sanity check for wrong MTU when using tunnels  https://review.openstack.org/12985209:52
openstackgerritAdelina Tuvenie proposed openstack/neutron: OVS agent support on Hyper-V  https://review.openstack.org/16059609:53
*** yog__ has joined #openstack-neutron09:55
*** john-davidge has joined #openstack-neutron09:59
*** yog__ has quit IRC09:59
*** topshare has joined #openstack-neutron09:59
openstackgerritNikolay Fedotov proposed openstack/neutron-vpnaas: Scenario test for vpnaas: ipsec-site-connection  https://review.openstack.org/15974610:00
*** crc32 has quit IRC10:01
openstackgerritJohn Schwarz proposed openstack/neutron: Add sanity check for wrong MTU when using tunnels  https://review.openstack.org/12985210:05
*** topshare has quit IRC10:05
*** gildub has joined #openstack-neutron10:09
*** halfss has joined #openstack-neutron10:11
*** xek has joined #openstack-neutron10:12
halfssHi, i have an openstack juno with neutron DVR,  an then i launch an instance on host "compute", but neutron try to band port on host "control", is there some one can help me?10:13
openstackgerritAdelina Tuvenie proposed openstack/neutron: OVS agent support on Hyper-V  https://review.openstack.org/16059610:17
*** markvoelker has joined #openstack-neutron10:19
*** yalie has quit IRC10:21
*** topshare has joined #openstack-neutron10:22
*** markvoelker has quit IRC10:24
*** ihrachyshka has joined #openstack-neutron10:24
*** mestery has joined #openstack-neutron10:26
*** halfss has quit IRC10:27
openstackgerritMiguel Angel Ajo proposed openstack/neutron: Enable Process Monitor by default.  https://review.openstack.org/16511710:28
*** rook-tmp has joined #openstack-neutron10:29
*** saggi has quit IRC10:32
openstackgerritMiguel Angel Ajo proposed openstack/neutron: Enable Process Monitor by default.  https://review.openstack.org/16511710:32
ajojschwarz ^10:33
ajoI was having an issue, when enabling it by default, where the "monitoring thread" stayed alive across unit tests... when somebody spawned an agent that spawned a process monitor...10:34
ajoand then it tried to restart processes in the background :)10:34
*** rook-tmp has quit IRC10:35
openstackgerritDarragh O'Reilly proposed openstack/neutron: Make get_binding_levels work with short port_id  https://review.openstack.org/16535110:37
*** yfried is now known as yfried|afk10:37
openstackgerritBoris Pavlovic proposed openstack/neutron: Run more Rally benchmark on every patch  https://review.openstack.org/16442810:38
*** yfried|afk is now known as yfried10:40
*** crc32 has joined #openstack-neutron10:40
*** rotbeard has joined #openstack-neutron10:43
sudipto_jschwarz: Hi, if i have introduce a new exception...I believe the exception message needs to have the translation changes in place...could you please tell me what i need to do to w.r.t introducing a new exception?10:49
*** boris-42 has joined #openstack-neutron10:51
*** jyuso1 has quit IRC10:51
*** stanzgy_ has quit IRC10:53
*** stanzgy has quit IRC10:53
*** Bsony_ has joined #openstack-neutron10:54
*** geguileo has joined #openstack-neutron10:54
*** yamamoto has quit IRC10:55
ajoping enikanorov , you were working on the DB retry mechanisms to avoid SELECT FOR UPDATE queries, right?10:55
ajoenikanorov, what's the final status / final solution?10:55
ajoenikanorov, I know geguileo is tackling the same stuff for other openstack components, and I thought it was a good idea asking10:56
*** Bsony has quit IRC10:57
*** gsagie has quit IRC10:59
*** baoli has joined #openstack-neutron11:02
*** pc_m has joined #openstack-neutron11:02
jschwarzsudipto_, I believe you can simply follow the conventions that are already in that file11:05
jschwarzsudipto_, where are you adding the new exception?11:05
openstackgerritAdelina Tuvenie proposed openstack/neutron: OVS agent support on Hyper-V  https://review.openstack.org/16059611:06
*** doude has quit IRC11:07
sudipto_jschwarz, planning to add the exception inside agent.py11:07
sudipto_jschwarz, neutron/extensions/agent.py11:08
jschwarzsudipto_, I believe just surrounding the message with a _(...) is enough11:08
jschwarzsudipto_, if it isn't it will come up during the review process :)11:08
sudipto_jschwarz, yeah just did that much and thought i will wait for the review :)11:09
sudipto_jschwarz, btw - your thoughts on https://bugs.launchpad.net/neutron/+bug/1432582 I was actually writing a fix for this.11:10
openstackLaunchpad bug 1432582 in neutron "OVS agent shows connected to AMQP but neutron server rejects the request." [Undecided,In progress] - Assigned to Sudipta Biswas (sbiswas7)11:10
*** amotoki has joined #openstack-neutron11:10
jschwarzsudipto_, I think that fixing that bug sounds awesome11:11
sudipto_jschwarz: Ok :)11:11
jschwarzsudipto_, once it's up it will hopefully get some reviewers to look at it :)11:12
jschwarzsudipto_, thanks for working on this11:12
*** mwagner_lap has quit IRC11:12
alexpilottisalv-orlando: hello11:13
sudipto_jschwarz: Yeah, i spotted that in my own environment. BTW, i have been trying to get my hands dirty to help contribute to neutron. I have read most of the docs on the net about the process et all, but would you have suggestions on how i could help more effectively?11:13
jschwarzsudipto_, it's really like writing any other code, except the review process takes longer, so patience is key :)11:14
jschwarzsudipto_, if you hang about long enough you'll get the hang of things11:14
kevinbentonenikanorov: poing11:14
sudipto_jschwarz: I shall. :)11:14
kevinbentonenikanorov: whoops, ping*11:14
jschwarzsudipto_, excellent :)11:14
jschwarzsudipto_, make sure you add me as a reviewer when your patch is up and I'll try to have a look at it: jschwarz@redhat.com11:15
sudipto_jchwarz: Sure i will. Thanks!! :)11:15
sudipto_jschwarz: Also if there's anything, that you may want me to take a look at, do let me know. Not sure if it really works this way, but I am just trying to find a headstart of sorts :)11:16
openstackgerritKevin Benton proposed openstack/neutron: Only call get_engine().pool.dispose if _FACADE  https://review.openstack.org/16536411:18
jschwarzsudipto_, you might want to have a look at the low-hanging fruits -- http://goo.gl/1y0yZ811:18
sudipto_jschwarz: Yeah scanned that. All seems to be taken there :)11:19
jschwarzsudipto_, that link I gave you specifically gives you unassigned bugs11:19
*** markvoelker has joined #openstack-neutron11:20
sudipto_jschwarz: Thanks, just saw :)11:20
*** baoli has quit IRC11:21
jschwarzsudipto_, sure think XD11:21
jschwarzs/think/thing/g11:21
*** baoli has joined #openstack-neutron11:21
*** yamamoto has joined #openstack-neutron11:21
*** topshare has quit IRC11:23
*** yalie has joined #openstack-neutron11:24
*** jp_at_hp has joined #openstack-neutron11:24
*** markvoelker has quit IRC11:25
*** bashok has joined #openstack-neutron11:27
*** vmtrooper has joined #openstack-neutron11:29
*** rook-tmp has joined #openstack-neutron11:31
*** numan has quit IRC11:33
*** vmtrooper has quit IRC11:34
openstackgerritPraveen Kumar SM proposed openstack/neutron: DHCP Service LoadBalancing Scheduler  https://review.openstack.org/13701711:34
*** rook-tmp has quit IRC11:36
*** jprovazn has quit IRC11:37
*** jprovazn has joined #openstack-neutron11:40
*** marrusl has joined #openstack-neutron11:40
*** setuid has quit IRC11:44
*** achanda has joined #openstack-neutron11:45
*** setuid has joined #openstack-neutron11:45
*** ChrisNBlum has joined #openstack-neutron11:45
*** yrn has joined #openstack-neutron11:46
yrnHi, did anyone here used linuxbridge with flat network?11:46
*** achanda has quit IRC11:49
*** saggi has joined #openstack-neutron11:49
beaglesrkukura, are you about?11:56
*** ronis has quit IRC11:58
openstackgerritAdelina Tuvenie proposed openstack/neutron: OVS agent support on Hyper-V  https://review.openstack.org/16059612:00
*** david-lyle_afk is now known as david-lyle12:00
*** Bhavya has quit IRC12:02
*** markvoelker has joined #openstack-neutron12:02
*** Bhavya has joined #openstack-neutron12:02
*** Miouge has joined #openstack-neutron12:02
*** mwagner_lap has joined #openstack-neutron12:03
*** ajo has quit IRC12:03
*** ajo has joined #openstack-neutron12:03
*** pradipta has quit IRC12:04
*** jschwarz has quit IRC12:10
*** gildub has quit IRC12:11
*** marun has joined #openstack-neutron12:12
*** shwetaap has joined #openstack-neutron12:13
*** sudipto_ has quit IRC12:16
*** wverdugo500 has left #openstack-neutron12:17
*** marun has quit IRC12:17
*** bradjones has joined #openstack-neutron12:17
*** bradjones has quit IRC12:17
*** bradjones has joined #openstack-neutron12:17
openstackgerritPaul Michali proposed openstack/neutron: Refactoring of L3 agent notifications for router  https://review.openstack.org/16446612:19
*** yfauser has joined #openstack-neutron12:20
*** dims_ has quit IRC12:22
*** dims_ has joined #openstack-neutron12:22
*** gsagie has joined #openstack-neutron12:23
*** yfauser has left #openstack-neutron12:23
*** popw has quit IRC12:23
*** amuller has joined #openstack-neutron12:25
*** dmellado has joined #openstack-neutron12:26
*** kickinz1 is now known as kickinz1|afk12:26
*** kickinz1|afk is now known as kickinz112:26
*** ajmiller has quit IRC12:26
*** raildo_away is now known as raildo12:28
*** blues-man has quit IRC12:29
*** rook-tmp has joined #openstack-neutron12:32
*** saggi has quit IRC12:34
*** wverdugo500 has joined #openstack-neutron12:35
*** wverdugo500 has left #openstack-neutron12:35
openstackgerritNikolay Fedotov proposed openstack/neutron-vpnaas: Scenario test for vpnaas: ipsec-site-connection  https://review.openstack.org/15974612:36
*** rook-tmp has quit IRC12:37
*** yalie has left #openstack-neutron12:38
*** jistr is now known as jistr|biab12:39
openstackgerritGal Sagie proposed openstack/neutron: OVS agent shouldnt start when dvr is enabled but l2pop is not  https://review.openstack.org/16531112:40
*** jpena is now known as jpena|lunch12:41
*** saggi has joined #openstack-neutron12:42
openstackgerritGal Sagie proposed openstack/neutron: OVS agent shouldnt start when dvr is enabled but l2pop is not  https://review.openstack.org/16531112:42
*** pal_ has joined #openstack-neutron12:44
*** pal__ has joined #openstack-neutron12:46
*** pal has quit IRC12:46
*** pal has joined #openstack-neutron12:48
*** pal_ has quit IRC12:49
*** geguileo has quit IRC12:50
*** geguileo has joined #openstack-neutron12:51
*** aepifanov has quit IRC12:51
*** pal__ has quit IRC12:52
*** pal has quit IRC12:53
openstackgerritNurit Vilosny proposed openstack/neutron: Add notification flag (True / False) to extension_manager process_update_port  https://review.openstack.org/16264812:54
openstackgerritAbishek Subramanian proposed openstack/neutron: Support IPv6 Router  https://review.openstack.org/15628312:55
*** geguileo has quit IRC12:56
*** salv-orlando has quit IRC12:56
*** salv-orlando has joined #openstack-neutron12:57
openstackgerritNurit Vilosny proposed openstack/neutron: Add notification flag (True / False) to extension_manager process_update_port  https://review.openstack.org/16264813:00
*** Murali has quit IRC13:00
*** changbl has quit IRC13:00
openstackgerritNurit Vilosny proposed openstack/neutron: Add notification flag (True / False) to extension_manager process_update_port  https://review.openstack.org/16264813:01
*** boris-42 has quit IRC13:02
openstackgerritPraveen Kumar SM proposed openstack/neutron: DHCP Service LoadBalancing Scheduler  https://review.openstack.org/13701713:02
*** amotoki has quit IRC13:03
*** amotoki has joined #openstack-neutron13:05
*** banix has joined #openstack-neutron13:06
*** banix has quit IRC13:07
openstackgerritPradeep Kilambi proposed openstack/neutron: Api tests to cover network mtu attribute  https://review.openstack.org/16520113:11
openstackgerritPradeep Kilambi proposed openstack/neutron: Api tests to cover network mtu attribute  https://review.openstack.org/16520113:11
*** kbringard has joined #openstack-neutron13:13
*** julim has joined #openstack-neutron13:14
*** diegows has joined #openstack-neutron13:14
*** vmtrooper has joined #openstack-neutron13:17
*** absubram has joined #openstack-neutron13:19
absubramamotoki: Hi.. do you a minute? I wanted to mention to you something about the NEC tempest tests13:20
amotokiabsubram: hi13:20
*** britthouser has joined #openstack-neutron13:20
absubramhey Akihiro :).. Just wanted to bring to your attention - https://review.openstack.org/#/c/156283/13:21
absubramthis will break one of the NEC tests -13:21
*** Bhavya has quit IRC13:21
absubramnetworking_nec.tests.unit.openflow.test_router.NecRouterOpenFlowTestCase13:21
amotokiabsubram: thanks for bringing up.13:21
absubramI have a fix.. if you need it :)13:21
absubramit is because of a referenced subnets[0]..13:22
amotokiabsubram: ah, great!13:22
*** vmtrooper has quit IRC13:22
absubramwith this change, gateways will not necessarily always have a subnet associated with them.. that’s what was breaking your test13:22
*** setuid has quit IRC13:22
amotokiabsubram: IPv6 router?13:23
absubramso that’s what the fix in the NEC code needs to do..13:23
absubramyes13:23
absubramif you look at patchset 8 - that had a fix for the NEC code before it got moved to stackforge13:24
amotokiabsubram: let me check the unit test chnage in your review. I can disable it for a while.13:24
*** setuid has joined #openstack-neutron13:24
absubramsure.. it doesn’t give me a -1.. so it’s ok.. but the non-voting one fails.. becuase of this one test13:25
*** diegows has quit IRC13:25
amotokiabsubram: yeah, it is the reason of non-voting and it is my intention. you are the first person who letting me know the break :-)13:26
absubramhaha ok :)13:26
*** prad has joined #openstack-neutron13:27
*** jckasper has joined #openstack-neutron13:27
amotokiabsubram: sometimes, intentionally or not, changes in the unit test in neutorn breaks unit tests of various vendor pluigns/drivers :-( it is one of the downside of decomposition.13:27
absubramso the code has changed since patchset version 8.. but you need to essentially check in line 155 for subnet_id before referenceing it13:27
absubramin nec_router.py13:27
amotokiI think your change is intentional and sounds good to me.13:28
*** ChuckC has joined #openstack-neutron13:28
amotokiabsubram: looking13:28
absubramyes.. this is true.. but the point of this BP was to change the API behavior.. thanks for agreeing to the change :)13:29
*** yatin has quit IRC13:29
*** Miouge has quit IRC13:30
absubramsorry you renamed the file from nec_rouer.py to router.py it looks like13:31
amotokiabsubram: most of our current code focus on IPv4 and i know some changes require to support IPv6.13:32
absubramthe change I mentioned in patchset 8 will not strictly translate now because of some of the code from my dependency patch.. but it will be a refernce for you.. I don’t konw how to test a fix in the stackforge repo :(13:32
absubramamotoki: that is correct.. it is why this test failed for the nec case13:32
amotokiabsubram: I will post a patch to skip that test once and then investigate the detail :-)   nec plugin has two backend: l3-agent and openflow router, so I need more investigation.13:33
*** rook-tmp has joined #openstack-neutron13:33
*** chem has quit IRC13:33
absubramamotoki: sure thing.. ty13:33
*** salv-orlando has quit IRC13:34
*** zzzeek has joined #openstack-neutron13:34
*** alexpilotti has quit IRC13:35
openstackgerritGal Sagie proposed openstack/neutron: OVS agent shouldnt start when dvr is enabled but l2pop is not  https://review.openstack.org/16531113:35
*** rook-rook has joined #openstack-neutron13:36
*** shwetaap has quit IRC13:36
*** rook has quit IRC13:36
*** rook-rook is now known as rook13:36
*** rook is now known as Guest9023513:37
openstackgerritGal Sagie proposed openstack/neutron: OVS agent shouldnt start when dvr is enabled but l2pop is not  https://review.openstack.org/16531113:38
*** crc32 has quit IRC13:38
*** dane_leblanc has joined #openstack-neutron13:38
*** dboik has joined #openstack-neutron13:39
*** jistr|biab is now known as jistr13:39
gsagieHello all, when debugging the L3 agent code with Pycharm the debugger doesnt stop on my breakpoints (i have Gevent compatible debugging enabled and debug neutron server correctly) anyone else experienced the same problem?13:39
*** boris-42 has joined #openstack-neutron13:40
*** topshare has joined #openstack-neutron13:41
*** shwetaap has joined #openstack-neutron13:47
*** enikanorov_ has joined #openstack-neutron13:47
*** csoukup has joined #openstack-neutron13:48
*** ishant has quit IRC13:48
*** enikanorov has quit IRC13:49
openstackgerritIhar Hrachyshka proposed openstack/neutron: tests: don't rely on configuration files outside tests directory  https://review.openstack.org/16523713:50
*** numan has joined #openstack-neutron13:50
*** fifieldt has quit IRC13:51
*** shwetaap has quit IRC13:51
*** zzzeek has quit IRC13:52
*** blues-man has joined #openstack-neutron13:54
openstackgerritIhar Hrachyshka proposed openstack/neutron-fwaas: tests: stop overwriting neutron BaseTestCase configuration files  https://review.openstack.org/16541913:54
openstackgerritAndrew Boik proposed openstack/neutron: Support multiple IPv6 prefixes on internal router ports  https://review.openstack.org/15636013:55
*** nyechiel_ has quit IRC13:55
*** thomasem has joined #openstack-neutron13:56
openstackgerritIhar Hrachyshka proposed openstack/neutron-vpnaas: tests: stop overwriting neutron BaseTestCase configuration files  https://review.openstack.org/16542013:56
openstackgerritIhar Hrachyshka proposed openstack/neutron-vpnaas: tests: stop overwriting neutron BaseTestCase configuration files  https://review.openstack.org/16542113:57
*** zz_jgrimm is now known as jgrimm13:57
*** kbringard1 has joined #openstack-neutron13:58
ihrachyshkapc_m, zigo, https://review.openstack.org/#/q/If1f5ebd981cf06558d5102524211799676068889,n,z I expect that series to help with the config file problem when running unit tests for *aas repos13:59
*** kbringard has quit IRC14:00
*** blues-man has quit IRC14:00
*** blues-man has joined #openstack-neutron14:00
*** rushil has quit IRC14:01
*** rushil has joined #openstack-neutron14:01
*** kbringard1 is now known as kbringard14:01
*** thomasem has quit IRC14:01
*** vthapar has quit IRC14:02
*** lykinsbd has quit IRC14:02
openstackgerritGal Sagie proposed openstack/neutron: OVS_LIB API addition - change bridge controller connection-mode  https://review.openstack.org/16532614:02
*** fredlhsu has joined #openstack-neutron14:02
*** alexpilotti has joined #openstack-neutron14:03
*** jschwarz has joined #openstack-neutron14:04
*** thomasem has joined #openstack-neutron14:04
*** adelinatuvenie has quit IRC14:05
pc_mihrachyshka: Can you elaborate on what is going on with the change? It looks like the base test will no longer look in /opt/stack/neutron/etc/ for neutron.conf. Is that correct? Relying on the one in /opt/stack/neutron/tests/etc/?14:06
*** changbl has joined #openstack-neutron14:06
*** rook-tmp has quit IRC14:07
*** sudipto_ has joined #openstack-neutron14:07
openstackgerritMerged openstack/python-neutronclient: Added client calls for the lbaas v2 agent scheduler  https://review.openstack.org/15921814:08
*** chem has joined #openstack-neutron14:08
openstackgerritCedric Brandily proposed openstack/neutron: Transform Base(OVS)LinuxTestCase methods in helpers  https://review.openstack.org/15985214:08
*** lykinsbd has joined #openstack-neutron14:08
ihrachyshkapc_m, right. it always read neutron/tests/etc/neutron.conf.test, but my recent change also made it to read etc/neutron.conf (just to make oslo.config also pick up etc/policy.json). the problem with that approach is that etc/policy.json is not available under the same relative directory starting from neutron/tests/base.py as in two cases - one for running tests from the tree, another one - running tests from site-packages i14:09
ihrachyshkanstallation (where ../../../etc/neutron.conf won't locate the file since it's in different place determined by pip installation rules)14:09
*** thomasem has quit IRC14:09
*** thomasem has joined #openstack-neutron14:09
ihrachyshkapc_m, the fix is to isolate all conf files used by neutron BaseTestCase inside tests tree to avoid difference in config file paths14:10
ihrachyshkapc_m, as for *aas patches, there is some hack around that plays bad with the changes in neutron (since it overrides the fix), and it should be safe to kill14:10
*** topshare has quit IRC14:13
pc_mihrachyshka: So there are no cases, where UT code relies on the original /opt/stack/neutron/etc/neutron.conf file, versus the test file?14:13
ihrachyshkapc_m, I don't know of any, and I would also say it would be a bad thing to do14:14
ihrachyshkapc_m, also, neutron.conf is pretty emty14:14
*** alexpilotti has quit IRC14:14
ihrachyshka*empty14:14
pc_mihrachyshka: Yeah, I guess it has been moved to *aas conf files for a bunch.14:15
pc_mihrachyshka: So the policy.json file, the *aaS code is overriding to look in /opt/stack/neutron/etc/policy.json. Is there one in the test area?14:15
openstackgerritAndrew Boik proposed openstack/neutron: Support multiple IPv6 prefixes on internal router ports  https://review.openstack.org/15636014:15
*** alexpilotti has joined #openstack-neutron14:15
*** tflynn has joined #openstack-neutron14:15
pc_mihrachyshka: I don't see one.14:16
*** localloop127 has joined #openstack-neutron14:16
pc_mihrachyshka: It looks like the override was to point to /opt/stack/neutron/etc/policy.json14:17
*** ronis has joined #openstack-neutron14:17
pc_mihrachyshka: nevermind. I see you have added one.14:17
pc_mihrachyshka: So the only concern is that people have to keep two copies of that file up to date.14:18
pc_mihrachyshka: I see you have a test though.14:19
pc_mihrachyshka: So this file can't be referenced in /opt/stack/neutron/etc, because of running tests from site packages?14:19
ihrachyshkapc_m, right. there is no immediate need to make them identical, but it's better to enforce it (so that people don't get confused when they don't have access to policy rules they add in unit testing)14:19
ihrachyshkapc_m, there is no /opt/stack/ outside devstack at all14:20
openstackgerritAndrew Boik proposed openstack/neutron: Allow update of ext gateway IP's w/out port delete  https://review.openstack.org/16107314:20
ihrachyshkapc_m, and obviously packagers don't use devstack :)14:20
openstackgerritAndrew Boik proposed openstack/neutron: Auto-update gateway port after subnet-create  https://review.openstack.org/16108514:20
pc_mihrachyshka: thanks for the clarification!14:21
pc_mihrachyshka: and the work to clean this up!14:21
*** shwetaap has joined #openstack-neutron14:22
ihrachyshkapc_m, that was my bad that I introduced the issue in the first place14:22
openstackgerritPavel Bondar proposed openstack/neutron: Refactor db_base_plugin_v2.py to use new IPAM  https://review.openstack.org/15323614:22
*** tflynn has quit IRC14:22
pc_mihrachyshka: hey s2t happens :)14:23
*** lazy_prince is now known as killer_prince14:23
openstackgerritRomil Gupta proposed openstack/neutron: Validate when DVR enabled, l2_pop is also enabled  https://review.openstack.org/16531114:25
*** tflynn has joined #openstack-neutron14:26
*** mestery has quit IRC14:27
openstackgerritCedric Brandily proposed openstack/neutron: Use a finite loop in create_resource test method  https://review.openstack.org/16180814:27
ZZellekevinbenton, hi14:27
*** moha_hunt has quit IRC14:27
openstackgerritNurit Vilosny proposed openstack/neutron: Add notification flag (True / False) to extension_manager process_update_port  https://review.openstack.org/16264814:28
gsagieRomil Gupta?14:28
openstackgerritMerged openstack/neutron: Add ML2 VLAN mechanism driver for Brocade MLX and ICX switches.  https://review.openstack.org/15470914:29
*** tsg_ has joined #openstack-neutron14:30
*** tflynn has quit IRC14:32
*** tsg_ has quit IRC14:32
openstackgerritMerged openstack/python-neutronclient: Updates pool session persistence options  https://review.openstack.org/16368214:33
*** lykinsbd has quit IRC14:33
*** lykinsbd has joined #openstack-neutron14:34
*** ajmiller has joined #openstack-neutron14:34
*** changbl has quit IRC14:38
*** jprovazn has quit IRC14:38
*** rotbeard has quit IRC14:38
*** rotbeard has joined #openstack-neutron14:40
*** adelinatuvenie has joined #openstack-neutron14:41
*** jprovazn has joined #openstack-neutron14:41
ZZelleihrachyshka, hi14:41
*** killer_prince is now known as lazy_prince14:42
*** nyechiel_ has joined #openstack-neutron14:42
openstackgerritDane LeBlanc proposed openstack/neutron: Include IPv6 SLAAC addresses implicitly for port update  https://review.openstack.org/16103314:43
*** anilvenkata has quit IRC14:45
*** achanda has joined #openstack-neutron14:47
*** Guest90235 is now known as rook14:49
*** neeti has quit IRC14:49
*** aranjan has joined #openstack-neutron14:49
*** SridharG has left #openstack-neutron14:50
*** trad511 has joined #openstack-neutron14:50
*** shaohe_feng1 has joined #openstack-neutron14:50
*** tsufiev_ has left #openstack-neutron14:51
*** achanda has quit IRC14:52
*** fredlhsu has quit IRC14:52
*** itzikb has quit IRC14:53
*** tflynn has joined #openstack-neutron14:54
*** aranjan has quit IRC14:55
*** Bsony has joined #openstack-neutron14:55
*** yfried is now known as yfried|afk14:56
*** trad511 has quit IRC14:56
*** trad511 has joined #openstack-neutron14:56
*** Longgeek has quit IRC14:56
*** dave-mccowan has joined #openstack-neutron14:57
*** Bsony_ has quit IRC14:57
*** yamamoto has quit IRC14:58
*** tflynn has quit IRC14:58
*** yamamoto has joined #openstack-neutron14:59
*** yfried|afk is now known as yfried14:59
*** reed has joined #openstack-neutron14:59
*** chandankumar has quit IRC14:59
*** aranjan has joined #openstack-neutron14:59
*** chandankumar has joined #openstack-neutron14:59
*** aranjan_ has joined #openstack-neutron15:00
*** aranjan has quit IRC15:00
*** pc_m has quit IRC15:00
*** changbl has joined #openstack-neutron15:01
*** nyechiel_ is now known as nyechiel15:02
*** rook-tmp has joined #openstack-neutron15:03
*** sridhar_ram has joined #openstack-neutron15:04
*** shaohe_feng1 has quit IRC15:04
*** TrevorV_ has joined #openstack-neutron15:05
*** aranjan_ has quit IRC15:05
*** amotoki has quit IRC15:06
*** vmtrooper has joined #openstack-neutron15:06
*** garyk has quit IRC15:07
*** bobmel has quit IRC15:07
*** bobmel has joined #openstack-neutron15:07
*** Marga_ has joined #openstack-neutron15:07
*** salv-orlando has joined #openstack-neutron15:09
*** Trozz has quit IRC15:10
*** Trozz has joined #openstack-neutron15:11
*** claudiub has joined #openstack-neutron15:11
*** vmtrooper has quit IRC15:11
*** jaypipes has quit IRC15:12
*** nlahouti has joined #openstack-neutron15:13
*** watanabe_isao has joined #openstack-neutron15:15
*** shaohe_feng1 has joined #openstack-neutron15:16
*** amotoki has joined #openstack-neutron15:16
*** carl_baldwin has joined #openstack-neutron15:16
*** salv-orlando has quit IRC15:17
*** dave-mccowan has quit IRC15:17
*** regXboi has joined #openstack-neutron15:17
*** regXboi has left #openstack-neutron15:18
*** pcaruana has joined #openstack-neutron15:19
openstackgerritJohn Schwarz proposed openstack/neutron: Add full-stack tests framework  https://review.openstack.org/12825915:19
*** dave-mccowan has joined #openstack-neutron15:20
openstackgerritJiaqiang Liu proposed openstack/neutron-specs: blueprint virtual-network-performance-monitor  https://review.openstack.org/14238615:21
*** watanabe_isao has quit IRC15:21
*** vishwanathj has quit IRC15:22
*** crc32 has joined #openstack-neutron15:26
*** ajmiller has quit IRC15:26
openstackgerritAbishek Subramanian proposed openstack/neutron: Support IPv6 Router  https://review.openstack.org/15628315:27
*** lizk_ has joined #openstack-neutron15:27
*** lazy_prince is now known as killer_prince15:29
*** bobmel has quit IRC15:30
*** pc_m has joined #openstack-neutron15:30
*** shivharis-1 has joined #openstack-neutron15:30
*** ajmiller has joined #openstack-neutron15:30
*** bobmel has joined #openstack-neutron15:30
*** crc32 has quit IRC15:30
*** yfried is now known as yfried|afk15:32
*** sudipto_ has quit IRC15:33
*** jp_at_hp has quit IRC15:33
*** bobmel has quit IRC15:34
*** yfried|afk is now known as yfried15:35
*** _cjones_ has joined #openstack-neutron15:36
*** armax has joined #openstack-neutron15:37
*** rook-tmp has quit IRC15:37
*** banix has joined #openstack-neutron15:37
*** SridharGaddam has quit IRC15:37
*** amotoki has quit IRC15:38
*** julim has quit IRC15:38
openstackgerritAbishek Subramanian proposed openstack/neutron: Support IPv6 Router  https://review.openstack.org/15628315:38
*** absubram has quit IRC15:40
*** bobmel has joined #openstack-neutron15:40
*** topshare has joined #openstack-neutron15:40
*** Zengfa has joined #openstack-neutron15:40
*** julim has joined #openstack-neutron15:41
*** packet has joined #openstack-neutron15:41
*** changbl has quit IRC15:44
*** changbl has joined #openstack-neutron15:45
openstackgerritArmando Migliaccio proposed openstack/neutron: Test the shiny new WeightScheduler  https://review.openstack.org/16223115:45
*** jpena|lunch is now known as jpena15:46
*** yatin has joined #openstack-neutron15:46
*** matrohon has quit IRC15:47
*** mestery has joined #openstack-neutron15:52
*** Sukhdev has joined #openstack-neutron15:53
*** garyk has joined #openstack-neutron15:53
*** tidwellr has joined #openstack-neutron15:54
*** bobmel_ has joined #openstack-neutron15:55
*** blues-man has quit IRC15:56
*** SumitNaiksatam has quit IRC15:57
*** salv-orl_ has joined #openstack-neutron15:58
*** bobmel has quit IRC15:58
*** vishwanathj has joined #openstack-neutron15:59
*** thedodd has joined #openstack-neutron15:59
*** tflynn_ has joined #openstack-neutron15:59
openstackgerritSaggi Mizrahi proposed openstack/neutron: Fix minor nits in _notify_l3_agent_new_port()  https://review.openstack.org/16547215:59
openstackgerritSaggi Mizrahi proposed openstack/neutron: Use notification on port deletion  https://review.openstack.org/16547316:00
*** ijw has joined #openstack-neutron16:00
*** bobmel has joined #openstack-neutron16:00
*** nmagnezi has quit IRC16:01
*** xgerman has joined #openstack-neutron16:01
*** yamahata has joined #openstack-neutron16:02
*** rook-tmp has joined #openstack-neutron16:02
*** ijw has quit IRC16:02
*** tflynn_ has quit IRC16:02
*** ijw has joined #openstack-neutron16:02
openstackgerritIhar Hrachyshka proposed openstack/neutron: Add the rebinding chance in _bind_port_if_needed  https://review.openstack.org/16226016:02
*** chandankumar has quit IRC16:03
*** tflynn has joined #openstack-neutron16:03
*** topshare has quit IRC16:03
*** apuimedo has quit IRC16:04
*** bobmel_ has quit IRC16:04
openstackgerritMerged openstack/neutron: Run more Rally benchmark on every patch  https://review.openstack.org/16442816:04
*** ijw has quit IRC16:04
mesterycarl_baldwin armax salv-orl_: I'm moving IPAM and subnet pool BPs to essential and RC1, they all get FFEs. Please continue merging patches for kilo-3 as appropriate, but they have some additional time now.16:05
*** ijw has joined #openstack-neutron16:05
armaxmestery: ok16:06
carl_baldwinmestery: ack16:06
mesteryarmax: They wouldn't complete by today anyways, so just moved them to RC1.16:06
mesteryKeep the momemntum going though! :)16:06
*** changbl has quit IRC16:06
*** belmoreira has quit IRC16:07
sc68calmestery: based on some of my concerns re prefix delegation we may want to ping the bp owners about moving to liberty16:07
* carl_baldwin going to take a nap. ;)16:07
*** jgrimm_ has joined #openstack-neutron16:07
*** banix_ has joined #openstack-neutron16:07
sc68calsince I'm advocating PD depend on subnet pool work16:07
mesterysc68cal: Yes, I saw that, and I think it's effectively out given those concerns and a few other things16:07
mesterycarl_baldwin: lucky guy :)16:07
carl_baldwinmestery: Just kidding.  Going to keep the momentum going.  :)16:09
ZZellemarios, hi16:09
mesterylol16:09
*** jgrimm- has joined #openstack-neutron16:09
*** banix has quit IRC16:10
*** banix__ has joined #openstack-neutron16:10
* sc68cal crawls back into his devstack rabbit hole16:10
*** jgrimm has quit IRC16:10
mesterysc68cal: This is the one, right? https://blueprints.launchpad.net/neutron/+spec/multiple-ipv6-prefixes16:11
*** sripriya has joined #openstack-neutron16:12
openstackgerritGal Sagie proposed openstack/neutron: OVS agent shouldnt start when dvr is enabled but l2pop is not  https://review.openstack.org/16531116:12
mesterysc68cal: Thoughts on some of these, like htis one: https://review.openstack.org/#/c/113339/2716:12
*** banix_ has quit IRC16:12
sc68calmestery: will review16:13
*** Bsony has quit IRC16:13
*** vivek-ebay has joined #openstack-neutron16:13
sc68calbeen uh, a couple patch sets since I last reviewed it :)16:13
*** jgrimm_ has quit IRC16:13
openstackgerritGal Sagie proposed openstack/neutron: OVS_LIB API addition - change bridge controller connection-mode  https://review.openstack.org/16532616:13
openstackgerritIhar Hrachyshka proposed openstack/neutron: Add the rebinding chance in _bind_port_if_needed  https://review.openstack.org/16226016:16
*** Swami has joined #openstack-neutron16:16
*** vishwanathj has quit IRC16:17
sc68calmestery: lgtm16:18
openstackgerritPavel Bondar proposed openstack/neutron: Refactor db_base_plugin_v2.py to use new IPAM  https://review.openstack.org/15323616:19
*** rook-tmp has quit IRC16:19
*** vishwanathj has joined #openstack-neutron16:19
*** rook-tmp has joined #openstack-neutron16:19
*** killer_prince has quit IRC16:19
openstackgerritMohammad Banikazemi proposed openstack/neutron: Adding a missing section header in devref  https://review.openstack.org/16548716:20
openstackgerritGal Sagie proposed openstack/neutron: OVS agent shouldnt start when dvr is enabled but l2pop is not  https://review.openstack.org/16531116:20
*** killer_prince has joined #openstack-neutron16:20
*** killer_prince is now known as lazy_prince16:20
*** ronis has quit IRC16:22
*** gsagie has quit IRC16:22
*** anshul has quit IRC16:26
*** vhosakot has joined #openstack-neutron16:26
*** rotbeard has quit IRC16:27
*** lazy_prince has quit IRC16:29
*** jschwarz has quit IRC16:29
*** tflynn_ has joined #openstack-neutron16:29
*** trad511 has quit IRC16:29
*** leenheer has joined #openstack-neutron16:30
*** killer_prince has joined #openstack-neutron16:30
*** killer_prince is now known as lazy_prince16:30
*** tflynn_ has quit IRC16:31
*** scheuran has quit IRC16:31
*** rotbeard has joined #openstack-neutron16:31
*** tflynn_ has joined #openstack-neutron16:31
*** marun has joined #openstack-neutron16:31
*** tflynn has quit IRC16:32
*** vivek-ebay has quit IRC16:33
vhosakotWhat is the right way to install python-neutronclient from source? I cloned the python-neutronclient repo from git.openstack.org (git clone git://git.openstack.org/openstack/python-neutronclient.git). Then, I ran these three commands - cd python-neutronclient, python setup.py build, python setup.py install. The installation passed, but I see this error when I run the “neutron” CLI command, I see the error “-bash: /us16:34
vhosakotI see that the installation was done in /usr/local/bin/neutron. And, running “which neutron” shows /usr/local/bin/neutron. Can anyone help me figure out what is wrong..16:34
*** aranjan has joined #openstack-neutron16:34
*** vishwana_ has joined #openstack-neutron16:36
*** lazy_prince has quit IRC16:37
*** zzzeek has joined #openstack-neutron16:38
*** killer_prince has joined #openstack-neutron16:38
*** killer_prince is now known as lazy_prince16:38
*** vishwanathj has quit IRC16:40
ZZellemarun, hi16:40
*** irenab has quit IRC16:41
*** aranjan has quit IRC16:41
*** vishwana_ has quit IRC16:41
*** aranjan has joined #openstack-neutron16:41
*** Bsony has joined #openstack-neutron16:41
marunZZelle: hi16:42
*** Marga_ has quit IRC16:42
*** shivharis-1 has quit IRC16:42
*** Marga_ has joined #openstack-neutron16:43
*** ajmiller has quit IRC16:44
openstackgerritDane LeBlanc proposed openstack/neutron:  No allocation needed for specific IPv6 SLAAC addr assignment  https://review.openstack.org/16494316:44
ZZellemarun, i updated https://review.openstack.org/159852 and added linuxbridge support as it's required by some iptables functional tests16:44
*** akanksha has joined #openstack-neutron16:44
*** scheuran has joined #openstack-neutron16:44
marunZZelle: whoah16:44
marunZZelle: I'd suggest adding the linuxbridge stuff in a separate patch, btw.16:45
amullermarun: Can we talk later about the functional test you had in mind for https://review.openstack.org/#/c/125384/43/neutron/agent/l3/keepalived_state_change.py?16:45
*** lazy_prince has quit IRC16:46
openstackgerritDane LeBlanc proposed openstack/neutron: No allocation needed for specific IPv6 SLAAC addr assignment  https://review.openstack.org/16494316:46
amullermarun: I started working on something and it's growing to be pretty complicated16:46
marunamuller: I wasn't going to mandate more testing tbh16:46
ZZellemarun, adding lb support in a separate implies to rollback some refactoring so i did all in one change16:46
*** thomasem has quit IRC16:46
amullermarun: that's what you communicated...16:46
marunamuller: THe only actionable comment was my question re: error handling16:47
*** jschwarz has joined #openstack-neutron16:47
marunamuller: I'm not sure there's any easy fix for my frustration with the lingering complexity involved :/]16:47
marunZZelle: :/16:48
marunZZelle: So was there lb support previously?16:48
openstackgerritMerged openstack/neutron: Add portsecurity extension support  https://review.openstack.org/12655216:48
marunZZelle: or is this new?16:48
ZZellemarun, it's new16:49
*** killer_prince has joined #openstack-neutron16:49
*** killer_prince is now known as lazy_prince16:49
*** nati_ueno has joined #openstack-neutron16:50
*** imcsk8 has quit IRC16:51
*** imcsk8 has joined #openstack-neutron16:51
marunZZelle: conflating a refactor with new code always complicates reviewing16:52
*** Sukhdev has quit IRC16:52
marunZZelle: Also, are only helpers involved?16:52
*** sripriya has quit IRC16:53
*** padkrish has joined #openstack-neutron16:53
marunZZelle: i.e. is the lb support actually used by this patch?16:53
*** sripriya has joined #openstack-neutron16:53
marunatch -> change16:53
marunZZelle: I'll review in any case16:54
*** vivek-ebay has joined #openstack-neutron16:54
marunZZelle: also, something to think about: we may need to start testing our testing infrastructure16:54
marunZZelle: I can imagine *aas starting to rely on it such that we're going to have to maintain some kind of stability guarantee16:55
*** absubram has joined #openstack-neutron16:55
*** divya has joined #openstack-neutron16:55
marunZZelle: This is more long-term, of course.  The burden of reuse.16:55
*** vmtrooper has joined #openstack-neutron16:55
mesteryijw: portsecurity has landed sir16:56
*** melwitt has joined #openstack-neutron16:56
ijwCongratulations16:56
*** ihrachyshka has quit IRC16:57
jschwarzijw, heard also that the MTU patches landed! :) :)16:57
ijworly?16:57
ijwooooh16:57
ijwJust VLANs to go, I think16:57
jschwarzthat's what HenryG said16:57
ijwAnd that's comparatively straightforward16:57
ijwYou're right, all the ones that are up have gone in16:58
jschwarz)16:58
jschwarz:)16:58
*** openstackgerrit has quit IRC16:59
divyabanix__: ping16:59
*** openstackgerrit has joined #openstack-neutron16:59
banix__divya: hi16:59
divyabanix__: was looking at this patch https://review.openstack.org/#/c/165487/1/doc/source/devref/contribute.rst16:59
divyabanix__: and noticed that nuage section is empty, we have completed decomposition17:00
divyabanix__: how do we update the document with the external repo17:00
*** vmtrooper has quit IRC17:00
banix__divya: is your decomposition patchset already merged?17:01
openstackgerritAngela Smith proposed openstack/neutron: Add L3 router plugin shim for Brocade MLX  https://review.openstack.org/16148917:01
*** gsagie has joined #openstack-neutron17:01
divyabanix__: yes it is already merged ...17:01
*** alexpilotti has quit IRC17:02
divyabanix__: repo at https://github.com/nuage-networks/nuage-openstack-neutron17:02
*** alexpilotti_ has joined #openstack-neutron17:02
divyabanix__: we don't have pypi package yet17:02
banix__divya: i think the easiest would be simply submitting another patch similar to the one you referred to and update the devref dile17:02
banix__file17:02
*** safchain has quit IRC17:02
*** rook-tmp has quit IRC17:02
*** rotbeard has quit IRC17:02
banix__divya: does that make sense?17:04
divyabanix__: sorry did not quite get it ... do you mean another devref file?17:04
*** achanda has joined #openstack-neutron17:04
*** ajmiller has joined #openstack-neutron17:05
*** _cjones_ has quit IRC17:05
*** jlanoux has quit IRC17:05
banix__divya: have a patch in which you update the file doc/source/devref/contribute.rst and add the required test for nuage similar to what others have in that file17:05
divyabanix__: for your reference the nuage decomposition which got merged https://review.openstack.org/#/c/156823/17:05
divyabanix__: ok got it .. thanks ..17:06
*** emagana has joined #openstack-neutron17:06
banix__divya: I meant “required text” nor “required test"17:06
banix__divya: np17:07
divyabanix__: sure .. thanks so much17:07
banix__divya: np17:07
*** jistr has quit IRC17:08
*** yfried is now known as yfried|afk17:08
*** scheuran has quit IRC17:08
*** _cjones_ has joined #openstack-neutron17:10
*** mlavalle has joined #openstack-neutron17:10
*** sbalukoff has quit IRC17:12
openstackgerritRyan Tidwell proposed openstack/neutron: Basic subnetpool CRUD  https://review.openstack.org/14869817:12
openstackgerritRyan Tidwell proposed openstack/neutron: Subnet allocation from a subnet pool  https://review.openstack.org/15759717:13
openstackgerritRyan Tidwell proposed openstack/neutron: Simple subnetpool allocation quotas  https://review.openstack.org/16526417:13
*** bradjones has quit IRC17:14
openstackgerritArmando Migliaccio proposed openstack/neutron: DHCP Service LoadBalancing Scheduler  https://review.openstack.org/13701717:16
*** sridhar_ram has quit IRC17:18
*** rotbeard has joined #openstack-neutron17:18
*** salv-orl_ has quit IRC17:19
*** jschwarz has quit IRC17:21
*** s3wong has joined #openstack-neutron17:22
*** salv-orlando has joined #openstack-neutron17:25
*** harlowja_away is now known as harlowja_17:27
*** trad511 has joined #openstack-neutron17:27
*** Marga_ has quit IRC17:28
openstackgerritCedric Brandily proposed openstack/neutron: Transform Base(OVS)LinuxTestCase methods in helpers  https://review.openstack.org/15985217:28
*** yfried|afk is now known as yfried17:29
openstackgerritCedric Brandily proposed openstack/neutron: Use a finite loop in create_resource test method  https://review.openstack.org/16180817:29
openstackgerritArmando Migliaccio proposed openstack/neutron: Test the shiny new WeightScheduler  https://review.openstack.org/16223117:31
*** pritesh has joined #openstack-neutron17:32
openstackgerritAbishek Subramanian proposed openstack/neutron: Support IPv6 Router  https://review.openstack.org/15628317:33
openstackgerritRyan Tidwell proposed openstack/neutron: Simple subnetpool allocation quotas  https://review.openstack.org/16526417:33
*** vthapar has joined #openstack-neutron17:35
*** kerpan has quit IRC17:35
*** vishwanathj has joined #openstack-neutron17:37
*** rdo has joined #openstack-neutron17:38
*** sbfox has joined #openstack-neutron17:40
*** ygbo has quit IRC17:40
mesteryHenryG: If we start merging these IPV6 patches in this series (https://review.openstack.org/#/c/113339/27), do we need them all? I'm concerned about getting them all landed for kilo17:40
mesterysc68cal: ^^^^17:40
mesteryarmax: ^^^17:40
*** coolsvap is now known as coolsvap|afk17:41
*** vishwanathj has quit IRC17:42
*** arosen1 has quit IRC17:42
HenryGmestery: The "slaac hardening" ones are really sort of bug fixes17:43
mesteryHenryG: That was my thinking as well to be honest17:43
*** lykinsbd has quit IRC17:43
*** lykinsbd has joined #openstack-neutron17:44
*** aveiga has quit IRC17:44
*** julim has quit IRC17:46
*** gsagie has quit IRC17:48
*** lykinsbd has quit IRC17:48
*** ajo has quit IRC17:48
*** ParsectiX has joined #openstack-neutron17:49
mesteryotherwiseguy: Just FYI, I think we're good to land the ovs_lib patch oince you address marun's concerns. Please file a bug for the testing efforts, which would be ideal to land in the RC timeframe.17:49
mesteryotherwiseguy: Thanks for all your efforts here!17:49
otherwiseguymestery: Addressing them right now. :) Thanks!17:49
*** kawa2014 has quit IRC17:49
otherwiseguyMost of the way through them.17:49
mesteryotherwiseguy: Excellent!17:50
*** sudipto_ has joined #openstack-neutron17:50
*** sridhar_ram has joined #openstack-neutron17:50
*** aepifanov has joined #openstack-neutron17:50
*** fredlhsu has joined #openstack-neutron17:51
*** aranjan has quit IRC17:51
*** bobmel has quit IRC17:51
*** aranjan has joined #openstack-neutron17:51
*** bobmel has joined #openstack-neutron17:51
*** ChuckC has quit IRC17:51
*** sripriya has quit IRC17:51
*** ChuckC_ has joined #openstack-neutron17:51
*** ChuckC_ is now known as ChuckC17:52
openstackgerritSayaji Patil proposed openstack/python-neutronclient: Creating separate folder for nuage extensions  https://review.openstack.org/16553517:53
*** arosen has joined #openstack-neutron17:53
*** bobmel has quit IRC17:56
openstackgerritpritesh proposed openstack/neutron: Adding Tempest API tests for VLAN Transparency support  https://review.openstack.org/16488717:56
*** ronis has joined #openstack-neutron17:56
*** xgerman has quit IRC17:56
*** gsagie has joined #openstack-neutron17:56
*** thomasem has joined #openstack-neutron18:00
*** thomasem has quit IRC18:00
*** john-davidge has quit IRC18:00
*** crc32 has joined #openstack-neutron18:00
*** jorgem has joined #openstack-neutron18:01
*** pritesh_ has joined #openstack-neutron18:02
openstackgerritDivya ChanneGowda proposed openstack/neutron: Update contribute.rst with Nuage plugin decomposition  https://review.openstack.org/16553618:02
*** nati_ueno has quit IRC18:02
*** sridhar_ram1 has joined #openstack-neutron18:03
*** thomasem has joined #openstack-neutron18:03
*** thomasem has quit IRC18:04
*** sridhar_ram has quit IRC18:04
openstackgerritDivya ChanneGowda proposed openstack/neutron: Update contribute.rst with Nuage plugin decomposition  https://review.openstack.org/16553618:04
*** thomasem has joined #openstack-neutron18:04
*** nati_ueno has joined #openstack-neutron18:05
*** pritesh has quit IRC18:05
*** criptoverso has quit IRC18:06
sc68calmestery: https://review.openstack.org/#/c/113339/27 is a good patch that I think can be merged by itself18:07
banix__armax: in your https://review.openstack.org/#/c/165267/ there is one more thing to correct. I have the correction in https://review.openstack.org/#/c/165487/ . I can update your patch and abandon mine if that’s ok with your.18:07
sc68calmestery: since it fixes some behaviors18:07
*** ParsectiX has quit IRC18:07
mesterysc68cal: ack, was thinking the same18:08
openstackgerritSudipta Biswas proposed openstack/neutron: Improve error detection on agent registration  https://review.openstack.org/16553918:08
*** ParsectiX has joined #openstack-neutron18:08
*** yamamoto has quit IRC18:08
sc68calmestery: I'll review the patches that have set it as a dependency https://review.openstack.org/#/c/161033/ and https://review.openstack.org/#/c/164943/18:08
mesterysc68cal: Doing the same18:08
*** jyuso1 has joined #openstack-neutron18:09
HenryGmestery: These are the IPv6 multiple prefix ones needed, https://review.openstack.org/149068 https://review.openstack.org/161073 https://review.openstack.org/15636018:10
*** jpena is now known as jpena|away18:10
HenryGcarl_baldwin: Would you have time to check them out? ^^18:10
*** xgerman has joined #openstack-neutron18:10
carl_baldwinHenryG: Yes, I will get to them soon.18:11
*** Sukhdev has joined #openstack-neutron18:11
*** Marga_ has joined #openstack-neutron18:12
sc68calHenryG: I just posted a comment on https://review.openstack.org/#/c/149068/18:13
*** bobmel has joined #openstack-neutron18:13
sc68calI think for dual stack changes it's a mix of additions to Neutron, Tempest, and DevStack18:13
sc68cal*dual stack testing18:13
dboikmestery, HenryG: even https://review.openstack.org/161073 could be a bug fix I think18:13
*** sridhar_ram1 has left #openstack-neutron18:14
sc68calHenryG: there are still bugs lurking around so I'm using https://review.openstack.org/#/c/160856/ to uncover18:14
mesterydboik: Except it's in the middle of a chain of dependent patches18:14
HenryGsc68cal: nice! thanks!18:14
*** numan has quit IRC18:14
*** ijw has quit IRC18:15
dboikmestery: that one is just to pave the way for its dependent patch. It's not really needed for anything else, so both patches could be moved out18:16
*** igordcard has quit IRC18:16
*** nyechiel has quit IRC18:16
*** nati_ueno has quit IRC18:16
*** ijw has joined #openstack-neutron18:16
*** nati_ueno has joined #openstack-neutron18:16
*** lykinsbd has joined #openstack-neutron18:17
openstackgerritMohammad Banikazemi proposed openstack/neutron: Fix minor decomp progress chart issues  https://review.openstack.org/16526718:17
dboikmestery, HenryG: The main ones that add new functionality are https://review.openstack.org/149068 and https://review.openstack.org/15636018:17
dboikthe patch by dane_leblanc is especially important because it enables dual-stack. Mine is less important.18:18
*** SumitNaiksatam has joined #openstack-neutron18:18
mesterydboik: ack18:18
*** padkrish has quit IRC18:18
*** jorgem has quit IRC18:19
*** gildub has joined #openstack-neutron18:19
*** gsagie has quit IRC18:19
*** padkrish has joined #openstack-neutron18:19
HenryGdboik: thanks, almost done reviewing https://review.openstack.org/156360 and hopefully carl_baldwin will also be on it18:19
openstackgerritTerry Wilson proposed openstack/neutron: Add native OVSDB implmentation of OVSDB API  https://review.openstack.org/15276118:19
*** bashok has quit IRC18:20
dboikHenryG: awesome, thx18:20
carl_baldwinHenryG: Now reviewing https://review.openstack.org/#/c/149068/18:20
*** padkrish_ has joined #openstack-neutron18:20
HenryGcarl_baldwin: thanks (I found that one quite pleasant to review, I hope you agree)18:21
*** SumitNaiksatam has left #openstack-neutron18:21
*** SumitNaiksatam has joined #openstack-neutron18:22
sc68calthat patch is where gertty shines compared to the web interface18:22
sc68calalthough gitweb also has it as a single patch that you can scroll.18:22
sc68calI hate gerrit's "single tab for each file" on patches like these18:23
*** padkrish has quit IRC18:23
*** sbalukoff has joined #openstack-neutron18:23
*** vishwanathj has joined #openstack-neutron18:26
openstackgerritMichael Smith proposed openstack/neutron: L3 Agent support for routers with HA and DVR  https://review.openstack.org/13968618:27
*** afazekas has quit IRC18:31
*** bobmel has quit IRC18:31
*** bobmel has joined #openstack-neutron18:31
*** _cjones_ has quit IRC18:32
*** _cjones_ has joined #openstack-neutron18:32
*** dannywilson has joined #openstack-neutron18:35
*** jorgem has joined #openstack-neutron18:35
*** tflynn_ has quit IRC18:36
*** bobmel has quit IRC18:36
*** tflynn has joined #openstack-neutron18:37
*** rushil has quit IRC18:37
*** jyuso1 has quit IRC18:37
*** aranjan has quit IRC18:38
openstackgerritTerry Wilson proposed openstack/neutron: Add native OVSDB implmentation of OVSDB API  https://review.openstack.org/15276118:39
openstackgerritRoey Chen proposed openstack/neutron: Allow plugin to specify security-group rules ids upon creation  https://review.openstack.org/16555318:40
*** tiswanso has joined #openstack-neutron18:41
*** itzikb has joined #openstack-neutron18:42
*** vmtrooper has joined #openstack-neutron18:44
*** tiswanso has quit IRC18:45
*** tiswanso has joined #openstack-neutron18:45
*** yfried has quit IRC18:47
*** moshele has quit IRC18:47
*** moshele has joined #openstack-neutron18:47
sc68calpritesh_: For the nfv-vlan-trunks - are there mech drivers that are utilizing the API changes? or is that work forthcoming?18:48
*** kickinz1 is now known as kickinz1|afk18:48
*** achanda has quit IRC18:48
pritesh_sc68cal: still forthcoming.18:48
*** pritesh_ is now known as pritesh18:48
*** moshele has quit IRC18:49
carl_baldwinHenryG: dane_leblanc:  I’m looking at https://review.openstack.org/#/c/149068/27/neutron/agent/l3/ha_router.py18:49
openstackgerritpritesh proposed openstack/neutron: Adding VLAN Transparency support for ML2 along with REST API changes  https://review.openstack.org/15842018:49
*** vmtrooper has quit IRC18:49
carl_baldwinHave any of the HA developers looked at this?  Has it been tested with HA routers?18:49
mesterypritesh: You're on fire with hte patchsets18:49
priteshmestery: :)18:50
dane_leblanccarl_baldwin: I have not tried with HA routers18:50
*** julim has joined #openstack-neutron18:50
HenryGmestery: that update from pritesh is my fault18:50
*** yatin has quit IRC18:51
dane_leblanccarl_baldwin: So relying on gating tests for HA :(18:51
* mestery makes a note to hand HenryG a gerrit screen without the "rebase" button :P18:51
*** Marga_ has quit IRC18:51
carl_baldwindane_leblanc: I’m just wondering about the loop around creating the keepalived instance.18:51
carl_baldwinI’m trying to wrap my head around what this means.18:52
carl_baldwinamuller: ping18:52
carl_baldwinamuller: ^18:52
*** Marga_ has joined #openstack-neutron18:53
dane_leblanccarl_baldwin: Can we have multiple keepalived instances, or can one keepalived instance have multiple CIDRs18:53
amullercarl_baldwin: dane_leblanc: reading backlog, give me a min18:53
*** sudipto_ has quit IRC18:54
carl_baldwinamuller: Thanks.18:54
HenryGmestery: I just felt the user-facing help texts should be clear18:55
mesteryHenryG: Ack to that! Thanks for the cleanup actually, I was just joking ;)18:55
*** sbfox has quit IRC18:55
* amuller looking at the patch...18:57
*** jprovazn has quit IRC18:57
*** sbfox has joined #openstack-neutron18:58
amullerdane_leblanc: Forget HA routers for a sec, I don't understand why you don't test a dual gateway router in the L3 agent functional tests?19:00
amullera dual gateway legacy router19:00
*** achanda has joined #openstack-neutron19:01
amullerthat seems like step 0 for such a change19:01
*** padkrish_ has quit IRC19:02
*** sridhar_ram has joined #openstack-neutron19:02
dane_leblancamuller: Would Neutron API tests be a better suited for testing dual stack gateway?19:02
*** padkrish has joined #openstack-neutron19:02
amullerdane_leblanc: You can test it a lower level (Functional test)19:02
amullerseems like a really easy addition too19:02
*** lykinsbd has quit IRC19:02
armaxbanix__: ping19:03
amullerconfigure a legacy router with ipv4 and ipv6 gateway, and in the lifecycle test for legacy routers make sure that both gateways are configured19:03
banix__armax: hi19:03
armaxbanix__: ok, checking19:03
*** padkrish_ has joined #openstack-neutron19:03
armaxbanix__: thanks for the heads-up19:03
banix__armax: np. thx19:03
*** alexpilotti_ has quit IRC19:04
dane_leblancamuller: Yes, will look into adding that19:04
amullerdane_leblanc: Now, about the modification to HA routers, I'm assuming that was done with no manual testing even...19:04
*** Marga_ has quit IRC19:04
dane_leblancamuller: Yes19:04
*** Marga_ has joined #openstack-neutron19:05
openstackgerritArmando Migliaccio proposed openstack/neutron: Fix minor decomp progress chart issues  https://review.openstack.org/16526719:05
*** nati_ueno has quit IRC19:05
*** liusheng has quit IRC19:05
amullerdane_leblanc: Do you have a VM or something you run the functional tests on?19:05
*** nati_ueno has joined #openstack-neutron19:05
dane_leblancamuller: Yes, VM or sometimes directly on Linux host19:06
*** liusheng has joined #openstack-neutron19:06
*** emagana has quit IRC19:06
*** padkrish has quit IRC19:06
*** marun has quit IRC19:07
openstackgerritAbhishek Raut proposed openstack/neutron: Cisco Nexus1000V ML2 Mechanism Driver  https://review.openstack.org/15724319:07
amullerdane_leblanc: Check out https://review.openstack.org/#/c/149068/27/neutron/tests/functional/agent/test_l3_agent.py,  line 44019:07
*** ivar-lazzaro has joined #openstack-neutron19:07
*** vivek-eb_ has joined #openstack-neutron19:08
*** yamamoto has joined #openstack-neutron19:09
*** emagana has joined #openstack-neutron19:09
*** diegows has joined #openstack-neutron19:09
*** cburgess has quit IRC19:10
dane_leblancamuller: So I assume the Ubuntu still doesn't support the keepalived19:10
amullerdane_leblanc: recent versions of keepalived support ipv6 gateway19:10
amullerbut not the version the gate runs, last time I checked19:10
*** vivek-ebay has quit IRC19:10
amullerso you won't be able to add a dual-gateway test for HA routers, for now19:10
amullerbut, can you tell me what keepalived version you have running?19:10
amullerI'd like to ask you to perform a local test19:10
amullerHenryG: ping about https://review.openstack.org/#/c/149068/2719:10
HenryGamuller: pong19:11
amullerdane_leblanc: it supports keepalived, just an old version19:11
*** cburgess has joined #openstack-neutron19:11
amullerdane_leblanc: if you have a machine capable of running the L3 agent functional tests you have keepalived installed19:11
amullercan you echo keepalived --version?19:11
dane_leblanc1.2.719:11
amullerHenryG: When is that patch supposed to go in?19:11
HenryGamuller: yesterday :)19:11
amuller=/19:11
amullerI was hoping not to hear that :)19:11
*** nati_ueno has quit IRC19:12
*** nati_ueno has joined #openstack-neutron19:12
amullerHenryG: I'll be honest I'm baffled as to why this patch is not tested via the functional tests19:12
*** dsneddon is now known as dsneddon_lunch19:12
*** vishwana_ has joined #openstack-neutron19:13
*** rushil has joined #openstack-neutron19:13
*** yamamoto has quit IRC19:13
amullerdane_leblanc: Do you think you could realistically modify the lifecycle test for legacy routers today?19:14
amullerdane_leblanc: Also, is there a newer version available for keepalived on your system?19:14
*** vishwanathj has quit IRC19:15
*** yfried has joined #openstack-neutron19:15
*** moha_hunt has joined #openstack-neutron19:15
*** _cjones_ has quit IRC19:16
dane_leblancamuller: I can try an upgrade, what is the min version that I need?19:16
amuller1.2.1019:16
*** _cjones_ has joined #openstack-neutron19:16
pc_marmax: I responded to your comments on . If you get a chance, please look if I addressed your questions/concerns. https://review.openstack.org/16446619:18
*** rotbeard has quit IRC19:21
*** vivek-eb_ has quit IRC19:21
*** vivek-ebay has joined #openstack-neutron19:21
*** salv-orlando has quit IRC19:24
*** adelinatuvenie has quit IRC19:25
*** plaurin_ has left #openstack-neutron19:26
*** dsneddon_lunch is now known as dsneddon19:29
*** irenab has joined #openstack-neutron19:29
*** salv-orlando has joined #openstack-neutron19:30
*** lykinsbd has joined #openstack-neutron19:31
*** nati_ueno has quit IRC19:32
*** nati_ueno has joined #openstack-neutron19:33
*** aswadr has quit IRC19:34
*** padkrish has joined #openstack-neutron19:37
*** boris-42 has quit IRC19:37
*** sballe has quit IRC19:37
*** edwarnicke has quit IRC19:37
*** padkrish_ has quit IRC19:39
*** rstarr has quit IRC19:39
*** jorgem has quit IRC19:39
*** krtaylor has quit IRC19:39
*** carlp has quit IRC19:39
*** comstud has quit IRC19:39
*** zacksh has quit IRC19:39
*** lbragstad has quit IRC19:39
*** zacksh has joined #openstack-neutron19:40
*** rstarr has joined #openstack-neutron19:40
*** vishwana_ has quit IRC19:40
*** lbragstad has joined #openstack-neutron19:40
*** sballe has joined #openstack-neutron19:41
*** carlp has joined #openstack-neutron19:41
*** comstud has joined #openstack-neutron19:41
*** krtaylor has joined #openstack-neutron19:41
*** edwarnicke has joined #openstack-neutron19:41
*** boris-42 has joined #openstack-neutron19:41
*** Marga_ has quit IRC19:43
*** nlahouti has quit IRC19:43
*** Marga_ has joined #openstack-neutron19:44
*** diegows has quit IRC19:44
*** aranjan has joined #openstack-neutron19:45
*** rushil has quit IRC19:45
*** diegows has joined #openstack-neutron19:45
*** nati_ueno has quit IRC19:47
*** rushil has joined #openstack-neutron19:48
carl_baldwinHenryG: dane_leblanc:  Just posted a review to https://review.openstack.org/#/c/149068/19:48
*** aranjan has quit IRC19:49
dane_leblanccarl_baldwin: Thanks!19:49
carl_baldwinI’ll be around for about 2 more hours if you want to discuss anything.19:49
*** diegows_ has joined #openstack-neutron19:50
*** TrevorV_ has quit IRC19:50
*** crc32 has quit IRC19:53
*** sripriya has joined #openstack-neutron19:53
*** diegows has quit IRC19:53
*** ijw has quit IRC19:53
*** Marga_ has quit IRC19:54
*** matrohon has joined #openstack-neutron19:54
*** devlaps has joined #openstack-neutron19:55
*** zigo__ has joined #openstack-neutron19:56
*** zigo has quit IRC19:56
claudiubarmax, mestery: hello19:57
mesteryclaudiub: Hello!19:57
*** roaet_ has quit IRC19:57
claudiubmestery: tomorrow is the general FF, right? I was wondering, is that going to affect the hyper-v decomposition?19:58
*** sridhar_ram has quit IRC19:58
*** roaet_ has joined #openstack-neutron19:58
mesteryclaudiub: The decomposition is a wishlist bug, so once the CI works, we can merge that post-FF. Does that make sense?19:58
*** puck has quit IRC19:58
claudiubmestery: or could it get an exception, since it's pretty much ready to merge, the Hyper-V CI is currently running on it19:58
mesteryclaudiub: decomp is fine. What about the OVS agent support for Windows? How is the CI run coming on that?19:59
claudiubmestery: I see, cool. :D thanks for the info! :)19:59
*** puck has joined #openstack-neutron19:59
*** vivek-ebay has quit IRC19:59
*** flwang has quit IRC19:59
mesteryclaudiub: armax and I think that one is ready too once the CI gets running on it.19:59
*** vivek-ebay has joined #openstack-neutron19:59
*** achanda has quit IRC20:00
*** thomasem has quit IRC20:00
*** flwang has joined #openstack-neutron20:01
*** emagana has quit IRC20:01
*** britthouser has quit IRC20:01
*** rook-tmp has joined #openstack-neutron20:01
_cjones_Hey guys. Think I found a bug w/ LBaaS. Anyone here that I can quickly discuss with?20:01
*** jorgem has joined #openstack-neutron20:02
claudiubmestery: I do not know about the OVS agent support on Windows, my coleague Adelina is working on it, so I don't know all the details. Plus, I see you have already commented on that review.20:02
_cjones_...or know who would be the best point of contact for LBaaS?20:02
mesteryclaudiub: Yup, hope it goes in.20:02
mestery_cjones_: Have you met dougwig or blogan? They are the lbaas folks :)20:02
blogan_cjones_: hi20:03
mesterythanks blogan :)20:03
claudiubmestery: as for the CI, we're making a few changes on it, to take into account the decomposition. :)20:03
mesteryclaudiub: Sure! I know you're working hard on it, thanks for that! We'll help as we can. :)20:04
claudiubmestery: thanks! :D20:04
*** fredlhsu has quit IRC20:05
*** angela-s has joined #openstack-neutron20:06
* mestery is having a spectacular day today.20:07
mesteryI think it's because it's almost spring.20:07
openstackgerritCedric Brandily proposed openstack/neutron: Transform Base(OVS)LinuxTestCase methods in helpers  https://review.openstack.org/15985220:07
claudiubi'd say it's because it's not monday. :P20:07
sc68calhappy PTL happy openstack project20:08
mesterylol20:08
_cjones_Hi blogan20:08
dougwig_cjones_: hiya, and i'd invite you over to #openstack-lbaas as well.20:08
_cjones_Thanks metery.20:08
_cjones_Thanks mestery.20:08
_cjones_Hi dougwig.20:08
carl_baldwindane_leblanc: ping20:08
_cjones_Just doing a bit of experimentation here with LBaaS.20:08
*** thomasem has joined #openstack-neutron20:09
_cjones_Noticed that I could create a LB Pool with a project ID that doesn't exist in keystone.20:09
_cjones_Wondering if this is a bug or by design.20:09
_cjones_s/project_id/tenant_id (sorry...bad habbit)20:09
dane_leblanccarl_baldwin: pong20:09
carl_baldwindane_leblanc: Should the author have changed on that patch?20:10
openstackgerritMerged openstack/neutron: Api tests to cover network mtu attribute  https://review.openstack.org/16520120:10
carl_baldwindane_leblanc: I just refreshed, looks like it should not have.20:10
*** Sukhdev has quit IRC20:11
dane_leblanccarl_baldwin: I see the author as myself20:11
_cjones_Hi dougwig and blogan! Just a repost from #openstack-neutron20:11
carl_baldwindane_leblanc: In PS27 the author is Abishek.20:12
carl_baldwindane_leblanc: https://review.openstack.org/#/c/149068/27//COMMIT_MSG20:12
dane_leblanccarl_baldwin: Ah, that should not have changed20:12
openstackgerritJuergen Brendel proposed openstack/neutron: ARP spoofing patch: Low level ebtables integration  https://review.openstack.org/14113020:12
*** tiswanso has quit IRC20:13
*** openstackgerrit has quit IRC20:14
*** openstackgerrit has joined #openstack-neutron20:15
dane_leblanccarl_baldwin: Will switch that back on next upload20:15
carl_baldwindane_leblanc: Most of the other stuff in that patch can be accepted as long as you post a follow-up to address feedback.20:16
carl_baldwinI think I’ll fix this one myself in a new patch:  https://review.openstack.org/#/c/149068/27/neutron/agent/linux/ra.py20:16
carl_baldwindane_leblanc: ^20:17
*** changbl has joined #openstack-neutron20:17
carl_baldwin(a small reward for having to pick through the logic and come up with a better way)20:17
openstackgerritAssaf Muller proposed openstack/neutron: Replace keepalived notifier bash script with Python ip monitor  https://review.openstack.org/12538420:18
flwangkevinbenton: ping20:19
*** diegows_ has quit IRC20:19
kevinbentonflwang: pong20:20
flwangkevinbenton: could you pls revisit https://review.openstack.org/#/c/156198/ ?20:20
dane_leblanccarl_baldwin: So leave the crazy for/else/break/else for now, and you'll fix this in a follow-up?20:20
flwangI'm trying to address your comments20:20
carl_baldwindane_leblanc: Either way.20:21
*** jorgem has quit IRC20:21
*** Marga_ has joined #openstack-neutron20:21
carl_baldwindane_leblanc: If it is easier to leave it then I’ve already got a follow-up ready.20:22
openstackgerritCarl Baldwin proposed openstack/neutron: Replace complicated use of for/break/else with a simpler equivalent  https://review.openstack.org/16558620:23
amullerarmax: Pushed a new revision of https://review.openstack.org/#/c/125384/20:23
*** prad has quit IRC20:23
dane_leblanccarl_baldwin: Cool. Thanks!20:24
carl_baldwindane_leblanc: I’m willing to accept the patch (with the author reset back to you) if you post a follow-up for the rest of the feedback.20:24
carl_baldwindane_leblanc: Too bad about that accidental author change.20:24
dane_leblanccarl_baldwin: No worries. I'll post a followup. Thanks20:25
openstackgerritAssaf Muller proposed openstack/neutron: Replace keepalived notifier bash script with Python ip monitor  https://review.openstack.org/12538420:26
*** fredlhsu has joined #openstack-neutron20:26
*** ihrachyshka has joined #openstack-neutron20:26
*** moshele has joined #openstack-neutron20:30
matrohonarmax, mestery : the extension framework that you validated for the python-neutronclient has a little bug.20:31
*** rotbeard has joined #openstack-neutron20:31
matrohonarmax, mestery : I proposed a bug fix here : https://review.openstack.org/#/c/163478/20:31
mesterymatrohon: Looking20:31
flwangkevinbenton: still around?20:32
*** fredlhsu has quit IRC20:32
mesterymatrohon: Nice work, thanks!20:32
matrohonmestery : you're welcome, this framework is very usefu!20:33
*** rotbeard has quit IRC20:33
*** vmtrooper has joined #openstack-neutron20:33
mesterymatrohon: Sweet! :)20:33
mesterymatrohon: Thank roaet for the awesome work there. :)20:33
matrohonmestery : I've used it here https://review.openstack.org/#/c/165096/20:34
kevinbentonflwang: hey, sorry I'm on my phone right now20:34
*** Bsony has quit IRC20:34
matrohonroaet : ^^20:34
kevinbentonflwang: I prefer not having the else clause because it's not necessary20:34
flwangkevinbenton: ok, pls ping me when you're available20:34
mesterymatrohon: Wow, nice!20:34
flwangkevinbenton: but both ways should work, and I think there is no difference. so i'm wondering if it deserves a -1 :)20:35
kevinbentonflwang: well code readability for reviewers is important. Using 'continue' instead of else would reduce the patch size because nothing below would be changed20:37
kevinbentonflwang: by adding else it forced an indent20:37
*** vmtrooper has quit IRC20:38
*** Bsony has joined #openstack-neutron20:38
kevinbentonflwang: using else there also tends to imply that there will be more code afterwards that will happen whether or not there was an exception20:39
*** lizk has quit IRC20:39
kevinbentonflwang: but that's not the case here, it's all in the else clause20:40
flwangkevinbenton: ok, make more sense for me20:40
flwangkevinbenton: I will submit a new ps soon20:40
flwangthanks for the comments20:40
amullerkevinbenton: https://review.openstack.org/#/c/125384/ is up for review if you're interested20:41
*** lizk has joined #openstack-neutron20:41
*** rushil has quit IRC20:42
kevinbentonflwang: sounds good20:42
kevinbentonamuller: will check it out tonight. On my phone right now in a presentation20:43
amullerkevinbenton: well then stop checking your phone and listen to whoever is in front of you :)20:43
amuller... and thank you20:43
kevinbentonamuller: ok :)20:44
*** rotbeard has joined #openstack-neutron20:45
*** carlp has quit IRC20:46
*** achanda has joined #openstack-neutron20:48
roaetmatrohon: *blush* glad you found it useful. We have an auth extension that I don't think will make it in but it might help you too. +mestery20:48
openstackgerritRoey Chen proposed openstack/neutron: Allow plugin to specify security-group rules ids upon creation  https://review.openstack.org/16555320:48
*** itzikb has quit IRC20:49
mesterykevinbenton: If you can't multi-task, I suggest not paying attention to your presentation. :)20:49
*** nlahouti has joined #openstack-neutron20:49
kevinbentonmestery: that could cause a deadlock :)20:50
mesterykevinbenton: lol20:50
*** ronis has quit IRC20:51
*** ParsectiX has quit IRC20:52
*** ParsectiX has joined #openstack-neutron20:53
sc68caldboik: I just reviewed https://review.openstack.org/#/c/161085/20:56
sc68calthe code looked good but I started going cross-eye on the variables for the unit test20:56
*** alexpilotti has joined #openstack-neutron20:56
*** padkrish has quit IRC20:57
*** padkrish has joined #openstack-neutron20:57
*** jorgem has joined #openstack-neutron20:58
*** jpena|away is now known as jpena21:00
*** thomasem has quit IRC21:01
*** padkrish has quit IRC21:02
*** amuller is now known as amuller_walk21:03
*** sbfox has quit IRC21:05
*** aranjan has joined #openstack-neutron21:05
*** Bsony has quit IRC21:06
dboiksc68cal: haha. Thanks. I'll try to make the names less confusing.21:08
*** carlp has joined #openstack-neutron21:08
*** jorgem has quit IRC21:08
*** jorgem has joined #openstack-neutron21:08
sc68caldboik: sorry - I know it's a cluster!#$& pulling stuff out of dicts21:08
sc68caland giving them reasonable names21:09
*** nati_ueno has joined #openstack-neutron21:10
*** yamamoto has joined #openstack-neutron21:11
openstackgerritIhar Hrachyshka proposed openstack/neutron: Add the rebinding chance in _bind_port_if_needed  https://review.openstack.org/16226021:11
openstackgerritDarragh O'Reilly proposed openstack/neutron: Fix port status not being updated properly  https://review.openstack.org/16535121:11
*** nati_ueno has quit IRC21:12
*** nati_ueno has joined #openstack-neutron21:12
*** banix__ has quit IRC21:13
openstackgerritDarragh O'Reilly proposed openstack/neutron: Fix port status not being updated properly  https://review.openstack.org/16535121:15
*** yamamoto has quit IRC21:15
*** ihrachyshka has quit IRC21:16
*** padkrish has joined #openstack-neutron21:17
*** Swami has quit IRC21:17
*** ChuckC has quit IRC21:19
*** jorgem has quit IRC21:19
*** ParsectiX has quit IRC21:21
*** ParsectiX has joined #openstack-neutron21:21
*** vthapar has quit IRC21:25
*** __TheDodd__ has joined #openstack-neutron21:27
*** Swami has joined #openstack-neutron21:27
*** jorgem has joined #openstack-neutron21:27
*** thedodd has quit IRC21:28
*** jamielennox is now known as jamielennox|away21:31
openstackgerritMerged openstack/python-neutronclient: Add commands from extensions to available commands  https://review.openstack.org/16347821:32
*** pc_m has quit IRC21:33
*** ihrachyshka has joined #openstack-neutron21:34
*** aepifanov has quit IRC21:34
*** changbl has quit IRC21:37
*** ParsectiX has quit IRC21:38
*** ParsectiX has joined #openstack-neutron21:38
*** circ-user-tNCMC has joined #openstack-neutron21:38
*** leenheer has quit IRC21:38
*** Marga_ has quit IRC21:39
*** circ-user-tNCMC is now known as dedery21:39
*** dedery has quit IRC21:39
*** dedery has joined #openstack-neutron21:40
*** dedery has quit IRC21:40
*** Marga_ has joined #openstack-neutron21:40
*** Marga_ has quit IRC21:40
*** Marga_ has joined #openstack-neutron21:40
*** yfried is now known as yfried|afk21:41
*** devlaps has quit IRC21:43
*** jobewan has joined #openstack-neutron21:44
*** vishwanathj has joined #openstack-neutron21:45
*** jckasper has quit IRC21:45
openstackgerritCedric Brandily proposed openstack/neutron: Define FakeMachine helper for functional/fullstack tests  https://review.openstack.org/14341221:47
*** ParsectiX has quit IRC21:49
*** mwagner_lap has quit IRC21:51
*** Jianyong has quit IRC21:51
claudiubmestery: hello21:51
mesteryyo!21:51
mesteryclaudiub: ^^^21:51
claudiubmestery: good news, hyper-v ci is happy. :D https://review.openstack.org/#/c/153259/21:52
*** yamahata has quit IRC21:52
mesteryclaudiub: Yay! +A! :)21:52
*** yamahata has joined #openstack-neutron21:52
claudiubmestery: thanks! :D21:53
openstackgerritCedric Brandily proposed openstack/neutron: Define FakeMachine helper for functional/fullstack tests  https://review.openstack.org/14341221:53
alexpilottimestery claudiub: yeiii :-)21:53
mesteryalexpilotti claudiub: :D21:53
*** matrohon has quit IRC21:54
*** csoukup has quit IRC21:59
*** padkrish has quit IRC21:59
openstackgerritCedric Brandily proposed openstack/neutron: Replace BaseIPVethTestCase by FakeMachine  https://review.openstack.org/16029021:59
*** padkrish has joined #openstack-neutron21:59
*** yfried|afk is now known as yfried22:01
*** boris-42 has quit IRC22:02
*** padkrish_ has joined #openstack-neutron22:03
*** dave-mccowan has quit IRC22:04
*** padkrish has quit IRC22:04
*** jpena has quit IRC22:05
openstackgerritFei Long Wang proposed openstack/neutron: Fix metering agent failure when chain missing  https://review.openstack.org/15619822:06
*** shwetaap has quit IRC22:08
*** moha_hunt has quit IRC22:08
*** ZZelle_ has joined #openstack-neutron22:09
ZZelle_kevinbenton, hi22:10
*** marun has joined #openstack-neutron22:10
*** carl_baldwin has quit IRC22:11
*** yfried is now known as yfried|afk22:11
*** carlp has quit IRC22:11
*** jamielennox|away is now known as jamielennox22:12
*** Bsony has joined #openstack-neutron22:13
*** crose has quit IRC22:14
*** jorgem has quit IRC22:14
*** garyduan has quit IRC22:14
*** Bsony has quit IRC22:18
*** dboik has quit IRC22:18
*** packet has quit IRC22:19
*** localloop127 has quit IRC22:19
openstackgerritSandhya Dasu proposed openstack/neutron: Cisco UCS Manager ML2 Mechanism Driver  https://review.openstack.org/15543622:20
*** Jianyong has joined #openstack-neutron22:20
*** vhosakot has quit IRC22:21
*** lykinsbd has quit IRC22:21
*** lykinsbd has joined #openstack-neutron22:21
*** vmtrooper has joined #openstack-neutron22:22
openstackgerritCedric Brandily proposed openstack/neutron: Use a finite loop in create_resource test method  https://review.openstack.org/16180822:24
*** kbringard has quit IRC22:24
*** vishwanathj has quit IRC22:25
openstackgerritRajeev Grover proposed openstack/neutron: HA for DVR - Neutron Server side code changes  https://review.openstack.org/14316922:26
*** lykinsbd has quit IRC22:26
*** vmtrooper has quit IRC22:27
openstackgerritRyan Tidwell proposed openstack/neutron: Basic subnetpool CRUD  https://review.openstack.org/14869822:29
marunamuller_walk: Please fix import nit for https://review.openstack.org/#/c/125384/22:29
armaxotherwiseguy: ping22:32
otherwiseguyarmax: pong22:32
tidwellrihrachyshka: https://review.openstack.org/#/c/148698/ PS51 concerns addressed22:32
armaxregarding change 15276122:32
*** diegows_ has joined #openstack-neutron22:32
*** carlp has joined #openstack-neutron22:33
armaxmestery mentioned something about an irc conversation22:33
armaxcan you point me to the timestamp or fill me in quickly?22:33
*** melwitt has quit IRC22:34
*** Sukhdev has joined #openstack-neutron22:35
otherwiseguyarmax: I wasn't actually around for the IRC conversation he referred to, unfortunately. :/22:35
armaxoh..ic22:35
*** ajmiller_ has joined #openstack-neutron22:36
armaxotherwiseguy: you mentioned you were working of a few tests22:36
armax?22:36
otherwiseguyI went ahead and added the test scenarios marun mentioned (except the TransactionQueue ones).22:36
*** Marga_ has quit IRC22:36
otherwiseguyarmax: The added assertRaises tests in test_ovs_lib functional tests.22:37
armaxotherwiseguy: ok, looking22:37
mesteryotherwiseguy armax: Just the IRC conversation around the fact armax marun and I were good with the patch going in22:37
mesteryand the tests could be added in RC timeframe22:37
mesteryarmax: Make sense?22:37
*** absubram has quit IRC22:37
armaxmestery: yes it does22:37
mesteryarmax: cool22:38
*** s3wong has quit IRC22:38
*** nati_ueno has quit IRC22:39
*** ajmiller has quit IRC22:39
otherwiseguyThe only tests specifically requested that don't exist right now are the TransactionQueue tests. It is basically just Queue.Queue from the standard library, just with an added signal through reading/writing to a pipe that can be used to wake up a select().22:40
*** nati_ueno has joined #openstack-neutron22:40
*** stefanb has joined #openstack-neutron22:40
otherwiseguyTo really test it well would involve setting up threads, etc.22:40
*** dboik has joined #openstack-neutron22:41
*** s3wong has joined #openstack-neutron22:42
*** dboik_ has joined #openstack-neutron22:43
openstackgerritIhar Hrachyshka proposed openstack/neutron: Add the rebinding chance in _bind_port_if_needed  https://review.openstack.org/16226022:44
*** absubram has joined #openstack-neutron22:45
*** chem has quit IRC22:46
*** dboik has quit IRC22:46
*** Marga_ has joined #openstack-neutron22:47
*** leenheer has joined #openstack-neutron22:47
ZZelle_mestery, hi22:48
*** jobewan has quit IRC22:48
openstackgerritRyan Tidwell proposed openstack/neutron: Basic subnetpool CRUD  https://review.openstack.org/14869822:48
openstackgerritArmando Migliaccio proposed openstack/neutron: Test shiny new ovslib backend  https://review.openstack.org/16564222:52
*** amuller_walk is now known as amuller22:55
openstackgerritRyan Tidwell proposed openstack/neutron: Subnet allocation from a subnet pool  https://review.openstack.org/15759722:56
openstackgerritRyan Tidwell proposed openstack/neutron: Simple subnetpool allocation quotas  https://review.openstack.org/16526422:56
*** zzzeek has quit IRC22:59
openstackgerritAssaf Muller proposed openstack/neutron: Replace keepalived notifier bash script with Python ip monitor  https://review.openstack.org/12538423:00
openstackgerritAssaf Muller proposed openstack/neutron: Remove unused L3 HA RPC method  https://review.openstack.org/15537023:00
amullermarun: ^23:00
amullermarun: You always review my stuff when I'm not around somehow23:01
*** sridhar_ram has joined #openstack-neutron23:02
*** ihrachyshka has quit IRC23:03
amullerarmax: Ping about https://review.openstack.org/#/c/164466/4/neutron/tests/functional/agent/test_l3_agent.py23:04
*** carlp has quit IRC23:07
armaxamuller: pong23:08
amullerarmax: I'm positive I don't understand what you're suggesting there23:09
amullerCan I ask you to explain? About mocking the registry in the functional tests specifically23:09
*** fredlhsu has joined #openstack-neutron23:09
armaxamuller: ok, I can explain but I don’t understand why we’re wasting precious cycles on this the day before FF23:09
amullerarmax: I'm not the author23:09
armaxamuller: that’s not the point, as for the patch, I think I have overlooked the fact that the test affected was indeed functional23:11
amulleralright23:11
armaxamuller: that said, I am not sure I understand yours of comments :)23:12
openstackgerritCedric Brandily proposed openstack/neutron: Allow to request metadata proxy only from internal interfaces  https://review.openstack.org/13350623:12
*** fredlhsu has quit IRC23:12
amullerarmax: which comment?23:12
*** yamamoto has joined #openstack-neutron23:12
armaxthe one you made in response to my comment23:12
*** hichihara has joined #openstack-neutron23:13
*** absubram has quit IRC23:14
amullerarmax: I meant that if you mock the registry in the functional tests, the metadata service won't get its notifications. In the router_lifecycle test for example, it's asserting that the metaproxy was started after the router was configured, and destroyed after the router is deleted23:14
amullerarmax: So the that test would fail23:14
amullerAlong with the specific metadata ones23:14
armaxamuller: ok then, but if the proxy is not started/stopped then perhaps we don’t need to clear the registry at all, at least in this patch?23:15
armaxI need to spend more time on this patch, I simply don’t have it right now23:15
*** ajmiller_ is now known as ajmiller23:16
amullerarmax: I had issues with the previous mechanism which was also a singleton in functional testing23:16
amullerlet me look it up23:16
armaxamuller: I recall23:16
amullerI thought we'd be preemptive this time23:16
amulleravoid any issues23:17
amullerprovide isolation23:17
*** nlahouti has quit IRC23:17
*** yamamoto has quit IRC23:17
armaxamuller: I think it’s doable to provide isolation23:17
armaxamuller: in the sense that we could give an instance of a registry to each test by mocking the get_registry_manager23:18
amullerahh, there ya go23:18
amullerthat's something else23:18
armaxamuller: sorry I mean _get_callback_manager23:18
amullersomething like that is also definitely viable for the functional tests23:18
armaxthe singleton and the callback manager are not bolted onto each other23:18
amulleryep23:18
armaxamuller: so that’s what I really meant :P23:19
*** yamamoto has joined #openstack-neutron23:19
* armax cheats23:19
amullerthat was my first thought, well let's just not use the singleton, but then I suggested to just clear the registry because it's a one liner, very easy23:19
armaxamuller: I know, and that makes sense23:19
armaxamuller: if not it might bite back us in the future23:20
armaxamuller: we might as well get it right in the first place23:20
amullerokay, well feel free to suggest that in the patch23:20
armaxamuller: since this is not critical for Kilo, I don’t understand the rush of +2 and a rain of +123:20
armaxI sort of did, didn’t I?23:20
*** carlp has joined #openstack-neutron23:20
amulleryeah but now you have something more concrete to suggest that is more actionable by Pau;l23:21
amullerPaul23:21
*** ChrisNBlum has quit IRC23:21
amullerarmax: I don't exactly know what pcm had planned on the vpnaas side tbh23:21
amullerI think he wanted to refactor some stuff there for Kilo23:21
*** claudiub has quit IRC23:21
otherwiseguyarmax: I'm a little fuzzy on how all of the gate hook stuff works exactly, so i'm not sure if the tempest tests will have the same ovs-vsctl set-manager command run to enable ovsdb-server on TCP:6640 or not.23:21
amullerdunno if there's any significance for this landing in Kilo or L23:21
armaxamuller: I think there’s quite a bit of actionable feedback to go on about23:21
otherwiseguyI know it is set up for functional tests, didn't know if it was the same for tempest or not.23:22
armaxamuller: but I can further clarify when I don’t have 50 tabs open on my browser, thank you very much23:22
armax:)23:22
*** Swami has quit IRC23:22
amullerarmax: Speaking of which: https://review.openstack.org/#/c/125384/23:22
amullergogo :)23:22
amullerI want to shove that series along23:23
armaxamuller: I have that in one of my tabs :)23:23
amullermove it to the left a bit eh? ;-)23:23
*** yuanying has joined #openstack-neutron23:23
armaxamuller: …or right...23:23
armaxotherwiseguy: not sure I understand fully23:24
amullerwhereever you read first from23:24
armaxamuller: randomly perhaps?23:25
amullernaw I trust you prioritize your tabs in some way23:26
otherwiseguyarmax: I know for functional tests, tools/configure_for_func_testing.sh  sets it up so ovs-vsctl set-manager ptcp:6640:127.0.0.1 is run, which ovsdb_interface=native requires.23:26
armaxotherwiseguy: not sure if tempest goes this deep in dealing with the environment23:26
otherwiseguyWasn't sure if tempest tests end up having that run as well.23:26
armaxright23:26
*** mlavalle has quit IRC23:26
amullerotherwiseguy: I don't think that's the case23:26
armaxotherwiseguy: I can see that in the script23:27
armaxotherwiseguy: looking23:27
armaxotherwiseguy: on a related note23:28
armaxotherwiseguy: see here:23:28
armaxhttp://133.242.19.163:8000/neutron-ci-logs/check-nec-plugin/19859/logs/devstack.txt.gz23:28
armaxI tried this patch23:28
*** pritesh has quit IRC23:29
armaxotherwiseguy:https://review.openstack.org/#/c/165642/, I don’t recall correctly, is the IDL library an explicit requirement?23:29
amullermarun: ping about https://review.openstack.org/#/c/128013/15/neutron/notifiers/batch_notifier.py23:29
armaxotherwiseguy: I guess python-openvswitch is not pulled automatically23:29
*** dims__ has joined #openstack-neutron23:29
otherwiseguyarmax: correct. python-openvswitch is required, and packaged by distros, but not available in PyPI.23:30
*** boris-42 has joined #openstack-neutron23:30
otherwiseguyI could probably create a sanity check for that.23:30
*** watanabe_isao has joined #openstack-neutron23:32
armaxotherwiseguy: so going back to your point23:32
armaxotherwiseguy: what’s your doubt?23:33
*** dims_ has quit IRC23:33
armaxthe set-manager is certainly executed during the functional job setup23:33
otherwiseguyarmax: Was just wondering if it was going to cause 165642 tempest tests to fail.23:35
armaxwell23:35
armaxotherwiseguy: it looks like we need python-openvswitch installed too for sure23:36
otherwiseguyWhich it is. :)23:36
armaxthe same reason of the failure I showed you before23:36
*** diegows_ has quit IRC23:36
otherwiseguyarmax: I'd really like to get the python-openvswitch stuff in PyPI. Kept planning to try to get that done on the OVS side, but just haven't had much time.23:37
otherwiseguyAlso seems like it would be handy to have the OVS IDL stuff outside of the OVS tree since it doesn't rely on any of the C code. No reason that releases need to be synced up, etc.23:37
armaxotherwiseguy: makes sense23:38
armaxso where were you looking at the 165642 tempest tests failures23:38
armax?23:38
armaxotherwiseguy: or was that just hypotetical23:38
armax?23:38
otherwiseguyJust hypothetical, then started looking at zuul.23:39
HenryGarmax: ping, while the stars are aligned, https://review.openstack.org/15724323:45
armaxHenryG: this most likely will need to line up with other patches with migrations23:46
HenryGarmax: OK. Are some in flight?23:47
armaxyees23:47
armaxthere’s one in the gate queue right now23:47
*** padkrish_ has quit IRC23:48
armaxand it looks like we’re experiencing some instability to the PG job23:48
HenryGblegh23:49
*** padkrish has joined #openstack-neutron23:49
*** sripriya has quit IRC23:49
armaxHenryG: chasing down...23:49
amullermarun: armax: Next patch in line should be ready: https://review.openstack.org/#/c/155370/23:50
*** apuimedo has joined #openstack-neutron23:50
*** nlahouti has joined #openstack-neutron23:53
*** padkrish has quit IRC23:54
*** xgerman has quit IRC23:54
*** ajmiller has quit IRC23:55
*** dave-mccowan has joined #openstack-neutron23:56
*** sthillma has joined #openstack-neutron23:59
*** yamamoto has quit IRC23:59

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