Wednesday, 2015-12-16

*** oomichi has quit IRC00:01
*** Swami__ has quit IRC00:02
*** Swami_ has joined #openstack-neutron00:03
*** ivar-laz_ has joined #openstack-neutron00:03
openstackgerritCedric Brandily proposed openstack/neutron: Make DHCP agent scheduler physical_network aware  https://review.openstack.org/20563100:03
*** emagana has quit IRC00:04
HenryGcarl_baldwin: ping00:04
carl_baldwinHenryG: pong00:04
*** yalie has quit IRC00:04
*** brad_behle has joined #openstack-neutron00:04
HenryGcarl_baldwin: Bug #152399900:04
openstackbug 1523999 in neutron "Any error in L3 agent after external gateway is configured but before the local cache is updated results in errors in subsequent router updates" [Medium,New] https://launchpad.net/bugs/152399900:04
*** sthillma has joined #openstack-neutron00:04
HenryGcarl_baldwin: you commented but did not mark as confirmed00:05
*** c64cosmin has joined #openstack-neutron00:05
HenryGIt also has a related patch00:05
HenryGFeels like "New" is the wrong status for this bug00:05
carl_baldwinI can confirm.00:06
*** emagana has joined #openstack-neutron00:06
HenryGthanks00:06
carl_baldwinHenryG: yw, glad to help00:06
*** ivar-lazzaro has quit IRC00:06
*** azbiswas has quit IRC00:07
*** azbiswas has joined #openstack-neutron00:08
openstackgerritSlawek Kaplonski proposed openstack/neutron: Add extension_manager and support for extensions in linuxbridge agent  https://review.openstack.org/25054200:09
*** oomichi has joined #openstack-neutron00:09
*** emagana has quit IRC00:10
*** azbiswas has quit IRC00:13
*** manjeets has quit IRC00:14
*** amuller_afk is now known as amuller00:17
amullerHenryG: yo00:17
amullerHenryG: about https://launchpad.net/bugs/1523999?00:18
openstackLaunchpad bug 1523999 in neutron "Any error in L3 agent after external gateway is configured but before the local cache is updated results in errors in subsequent router updates" [Medium,Confirmed]00:18
HenryGamuller: sorry for the late ping. No, I was wondering about Bug #152303100:18
openstackbug 1523031 in openstack-ansible trunk "Neighbor table entry for router missing with Linux bridge + L3HA + L2 population" [Medium,Confirmed] https://launchpad.net/bugs/152303100:18
amullerhmm00:18
HenryGamuller: You commented in a way that sounded like it is confirmed00:18
amullerHenryG: no it was based off what Matt said on IRC00:19
amullerHenryG: I didn't confirm this myself00:19
HenryGamuller: any suggestions who could take a look?00:20
amullerHenryG: I don't have experience with the LB agent, that'd be sc68cal, I don't know if he has experience with L3 HA and l2pop00:20
amullerone of those bugs that falls in between expertise domains00:20
HenryGmore like across them, but yeah00:21
*** RichardRaseley has quit IRC00:21
Sam-I-AmHenryG: hey thats my bug00:22
HenryGSam-I-Am: yes it is00:22
Sam-I-AmHenryG: i found this bug in my lab00:23
Sam-I-Amwhile trying various combinations of linuxbridge, l3ha, and l2pop00:24
Sam-I-Ambased on another bug, which revealed some problems in openstack-ansible and some error handling problems in neutron00:24
amullerfrom a quick glance at the code I don't see anything obviously wrong00:25
*** EinstCrazy has quit IRC00:25
*** Swami__ has joined #openstack-neutron00:25
*** gildub has joined #openstack-neutron00:26
Sam-I-Amamuller: does l2pop populate neighbor info between dhcp namespace and instance or just router namespace and instance?00:26
amullerSam-I-Am: between any 2 neutron ports00:26
amullerSam-I-Am: doesn't care which kind00:26
Sam-I-Amok. so its working for dhcp, but not router in this case.00:27
*** tflynn_ has quit IRC00:27
*** Swami_ has quit IRC00:27
Sam-I-Amand i think its one-sided... only the instance lacks a neighbor entry for the router ip00:27
Sam-I-Amso whatever code implements this for ovs is probably missing from lb00:27
amullerOVS doesn't use 'ip neighbor add'00:28
Sam-I-Amyeah i know00:28
Sam-I-Amsame 'concept' i guess00:28
*** sridhar_ram1 has joined #openstack-neutron00:28
Sam-I-Amor... dhcp is triggering the right thing, but router is not00:28
*** madhu_ak has quit IRC00:29
*** tflynn has joined #openstack-neutron00:30
*** zhangjn has joined #openstack-neutron00:30
*** sridhar_ram has quit IRC00:31
*** Marga_ has joined #openstack-neutron00:35
*** david-lyle has joined #openstack-neutron00:36
*** david-lyle_ has quit IRC00:36
*** TrevorV has quit IRC00:37
*** thorst has joined #openstack-neutron00:38
openstackgerritKevin Benton proposed openstack/neutron: Add tests that constrain db query count  https://review.openstack.org/25722200:39
*** ivar-laz_ has quit IRC00:41
*** ivar-lazzaro has joined #openstack-neutron00:41
*** thorst has quit IRC00:42
kevinbentonamuller: ping00:42
amullerkevinbenton: just opening up that patch00:43
kevinbentonamuller: not that one!00:43
amullerkevinbenton: ok closing it00:43
kevinbentonamuller: i've heard you use the word 'availability zone' before so i want you to review this one https://review.openstack.org/#/c/257086/00:43
amullerI use a lot of words...00:43
kevinbentonamuller: and see what kind of trouble that gets you into? :)00:44
amullerkevinbenton: sorry what does it join on here? https://review.openstack.org/#/c/257086/2/neutron/db/models_v2.py00:46
*** ivar-lazzaro has quit IRC00:46
kevinbentonamuller: the agents table via the dhcp bindings00:47
kevinbentonamuller: because each networks AZs are based off of the AZs that the dhcp is scheduled to00:47
*** itzikb has joined #openstack-neutron00:47
kevinbentonamuller: i want to revisit this after the fix is in to make a network_availability_zones table00:48
kevinbentonamuller: so it's more explicity00:48
*** banix has joined #openstack-neutron00:48
kevinbentonamuller: and then have the dhcp agent code update that00:48
*** shivharis has quit IRC00:48
amullerkevinbenton: so every time you get a network it'll also get its dhcp bindings, and the agents of those bindings00:50
kevinbentonamuller: yep00:50
amullerwhy don't we just pull in the entire schema every time someone farts00:50
kevinbentonamuller: and it was doing that before this too, except with separate queries00:50
amulleryeah00:50
kevinbentonamuller: there is a seperate patch up for that00:50
kevinbentonamuller: every object will now have a 'topology' relationship00:50
kevinbentonamuller: that includes everything else in the DB00:51
kevinbenton:)00:51
*** tidwellr1 has left #openstack-neutron00:51
amullerheh00:51
*** shivharis has joined #openstack-neutron00:51
amullerjust have lots of RAM, never mutate the DB, and there ya go00:51
openstackgerritZhi Chang proposed openstack/neutron: DHCP agent: paginate sync networks task  https://review.openstack.org/25710000:51
*** shivharis has quit IRC00:52
*** pavel_bondar has quit IRC00:52
*** thorst has joined #openstack-neutron00:53
*** pavel_bondar has joined #openstack-neutron00:53
*** shivharis has joined #openstack-neutron00:54
*** thorst_ has joined #openstack-neutron00:54
*** davideagnello has quit IRC00:54
*** hoangcx has joined #openstack-neutron00:54
*** signed8bit has quit IRC00:55
*** lnicolas1 has joined #openstack-neutron00:56
*** thorst has quit IRC00:57
*** signed8bit has joined #openstack-neutron00:57
amullerkevinbenton: yeah it's so weird that in order to get a network's AZ you have to go through the DHCP agents and its bindings00:58
*** EinstCrazy has joined #openstack-neutron00:58
*** signed8bit has quit IRC00:58
amullerkevinbenton: for this: https://review.openstack.org/#/c/257222/ you need the other patches merged?00:59
kevinbentonamuller: yep01:00
*** salv-orlando has joined #openstack-neutron01:00
amullerkevinbenton: so just waiting for that patch I just approved, that was the last one ya?01:00
*** sridhar_ram1 is now known as sridhar_ram01:01
kevinbentonamuller: for now, working on one for a real networkavailabilityzones table right now01:01
*** eil397 has quit IRC01:05
*** oomichi_ has joined #openstack-neutron01:09
*** oomichi has quit IRC01:11
*** Swami__ has quit IRC01:12
*** oomichi_ has quit IRC01:12
*** oomichi has joined #openstack-neutron01:12
*** banix has quit IRC01:12
*** madhu_ak has joined #openstack-neutron01:13
*** armax has quit IRC01:14
openstackgerritKevin Benton proposed openstack/neutron: Add explicity network availability zones table  https://review.openstack.org/25821201:16
*** john-davidge has quit IRC01:17
*** salv-orlando has quit IRC01:17
*** chlong has joined #openstack-neutron01:21
*** mlavalle has quit IRC01:22
*** tflynn has quit IRC01:22
*** tflynn has joined #openstack-neutron01:22
*** eil397 has joined #openstack-neutron01:24
*** tfukushima has joined #openstack-neutron01:26
*** thorst_ has quit IRC01:27
*** annp has joined #openstack-neutron01:28
*** thorst has joined #openstack-neutron01:28
*** gongysh has joined #openstack-neutron01:28
annpsc68cal: ping01:28
*** markvoelker has quit IRC01:29
openstackgerritHenry Gessau proposed openstack/neutron: Cleanup all the release notes  https://review.openstack.org/25741301:31
*** mickeys has quit IRC01:33
*** eil397 has quit IRC01:33
*** Prithiv has quit IRC01:34
*** thorst has quit IRC01:36
*** liangbo has joined #openstack-neutron01:39
*** zhhuabj has quit IRC01:44
*** zhenguo has joined #openstack-neutron01:47
*** tflynn has quit IRC01:49
*** hua has joined #openstack-neutron01:51
*** hua has quit IRC01:52
*** hua has joined #openstack-neutron01:52
*** shivrao has quit IRC01:53
*** hua has quit IRC01:55
*** hua has joined #openstack-neutron01:55
*** neiljerram has joined #openstack-neutron01:56
*** tfukushima has quit IRC01:56
*** itzikb has quit IRC01:56
*** tfukushima has joined #openstack-neutron01:56
*** zhhuabj has joined #openstack-neutron01:56
*** hua has quit IRC01:57
*** hua has joined #openstack-neutron01:57
*** baohua has joined #openstack-neutron01:58
*** hua has quit IRC01:59
*** hua has joined #openstack-neutron01:59
*** dims has quit IRC01:59
*** salv-orlando has joined #openstack-neutron02:00
*** tfukushima has quit IRC02:01
*** hua has quit IRC02:01
*** hua has joined #openstack-neutron02:02
*** judy has joined #openstack-neutron02:02
*** sthillma has quit IRC02:03
*** stanzgy has joined #openstack-neutron02:03
*** judy has left #openstack-neutron02:04
openstackgerritZhi Chang proposed openstack/neutron: DHCP agent: paginate sync networks task  https://review.openstack.org/25710002:04
*** salv-orlando has quit IRC02:05
*** yujie has joined #openstack-neutron02:05
openstackgerritShu Muto proposed openstack/python-neutronclient: Delete python bytecode before every test run  https://review.openstack.org/25215702:11
*** bochi-michael has joined #openstack-neutron02:11
*** zhangjn has quit IRC02:11
*** hitalia has quit IRC02:11
*** shivharis has quit IRC02:13
*** jreeves has quit IRC02:13
*** vishwanathj has quit IRC02:15
*** zhangjn has joined #openstack-neutron02:16
*** zhangjn has quit IRC02:17
*** zhangjn has joined #openstack-neutron02:19
*** bharathm has quit IRC02:19
*** tfukushima has joined #openstack-neutron02:21
*** zhhuabj has quit IRC02:21
*** yamamoto has joined #openstack-neutron02:22
*** zhangjn has quit IRC02:24
*** yamamoto has quit IRC02:25
*** hitalia has joined #openstack-neutron02:25
*** markvoelker has joined #openstack-neutron02:29
*** aranjan has quit IRC02:30
*** mfuruta has joined #openstack-neutron02:30
*** zhangjn has joined #openstack-neutron02:30
*** zhhuabj has joined #openstack-neutron02:33
*** thorst has joined #openstack-neutron02:34
*** markvoelker has quit IRC02:34
*** yamahata has quit IRC02:36
*** bbzhao has quit IRC02:36
*** bbzhao has joined #openstack-neutron02:37
*** sridhar_ram has quit IRC02:37
*** zhangjn has quit IRC02:38
*** rha has quit IRC02:40
*** thorst has quit IRC02:42
*** wolverin_ has joined #openstack-neutron02:43
*** wolverineav has quit IRC02:47
*** wolverin_ has quit IRC02:47
*** ivar-lazzaro has joined #openstack-neutron02:49
*** s3wong has quit IRC02:50
openstackgerritBo Chi proposed openstack/neutron: reject leading '0's in IPv4 addr to avoid ambiguity  https://review.openstack.org/25521702:51
*** azbiswas has joined #openstack-neutron02:51
*** fzdarsky_ has joined #openstack-neutron02:52
*** zhangjn has joined #openstack-neutron02:52
*** amuller has quit IRC02:53
*** shaohe_feng has joined #openstack-neutron02:53
*** zhangjn has quit IRC02:54
*** ivar-laz_ has joined #openstack-neutron02:55
*** ivar-lazzaro has quit IRC02:55
*** fzdarsky has quit IRC02:55
*** shaohe_feng has quit IRC02:56
*** zhangjn has joined #openstack-neutron02:58
*** bdemers has joined #openstack-neutron03:02
*** ildikov has quit IRC03:02
openstackgerritBrian Haley proposed openstack/neutron: Create a routing table manager  https://review.openstack.org/19203203:02
openstackgerritMerged openstack/python-neutronclient: Reworded nargs='?' explanation for better clarity  https://review.openstack.org/25602803:02
*** ildikov has joined #openstack-neutron03:02
*** zhangjn has quit IRC03:03
*** ivar-laz_ has quit IRC03:04
*** zhangjn has joined #openstack-neutron03:04
*** ivar-lazzaro has joined #openstack-neutron03:05
*** zhangjn has quit IRC03:06
*** zhangjn has joined #openstack-neutron03:07
*** yujie has quit IRC03:08
*** ivar-lazzaro has quit IRC03:10
*** zhangjn has quit IRC03:10
openstackgerritMerged openstack/python-neutronclient: Drop py33 support  https://review.openstack.org/25770403:10
*** yamamoto has joined #openstack-neutron03:12
*** wolverineav has joined #openstack-neutron03:12
*** wolverineav has quit IRC03:16
openstackgerritIWAMOTO Toshihiro proposed openstack/neutron: Call Ryu's clean up function when ovs_neutron_agent.main terminates  https://review.openstack.org/25720403:18
*** zhangjn has joined #openstack-neutron03:19
openstackgerritfumihiko kakuma proposed openstack/neutron: Add to deprecate OFAgent in release note  https://review.openstack.org/25182003:19
openstackgerritBo Chi proposed openstack/neutron: refactor test_validate_ip_address()  https://review.openstack.org/25823803:21
*** gvrangan has quit IRC03:21
*** yuanying has quit IRC03:22
*** c64cosmin has quit IRC03:25
*** hua has quit IRC03:27
openstackgerritAssaf Muller proposed openstack/neutron: Change call to cast when recipient doesn't return value  https://review.openstack.org/25824103:27
*** wolverineav has joined #openstack-neutron03:29
openstackgerritHong Hui Xiao proposed openstack/neutron: Kill the vrrp orphan process when (re)spawn keepalived  https://review.openstack.org/24151703:32
*** jckasper has quit IRC03:32
*** apuimedo has quit IRC03:33
*** jckasper has joined #openstack-neutron03:33
*** apuimedo has joined #openstack-neutron03:33
*** yujie has joined #openstack-neutron03:37
*** jckasper has quit IRC03:37
*** apuimedo has quit IRC03:38
*** apuimedo has joined #openstack-neutron03:39
*** thorst has joined #openstack-neutron03:39
*** hua has joined #openstack-neutron03:40
*** shwetaap has joined #openstack-neutron03:40
*** jckasper has joined #openstack-neutron03:43
*** hitalia has quit IRC03:43
*** apuimedo has quit IRC03:43
openstackgerritHong Hui Xiao proposed openstack/neutron: Update related router when subnetpool change scope  https://review.openstack.org/25147003:44
*** vikasc has joined #openstack-neutron03:44
*** dims has joined #openstack-neutron03:45
openstackgerritMerged openstack/neutron: Add explicit address family to AddressScope  https://review.openstack.org/23331703:45
*** apuimedo has joined #openstack-neutron03:45
*** thorst has quit IRC03:46
*** markvoelker has joined #openstack-neutron03:46
*** SurajD has joined #openstack-neutron03:46
*** gberginc has joined #openstack-neutron03:50
*** markvoelker has quit IRC03:50
*** apuimedo has quit IRC03:52
*** apuimedo has joined #openstack-neutron03:53
*** zhangjn has quit IRC03:56
*** apuimedo has quit IRC03:58
*** apuimedo has joined #openstack-neutron03:59
*** neiljerram has quit IRC04:00
*** armax has joined #openstack-neutron04:00
*** anilvenkata has joined #openstack-neutron04:01
*** tbh has joined #openstack-neutron04:05
*** iwamoto has joined #openstack-neutron04:06
*** yuanying has joined #openstack-neutron04:07
*** apuimedo has quit IRC04:07
*** armax has quit IRC04:07
*** apuimedo has joined #openstack-neutron04:09
*** emagana has joined #openstack-neutron04:11
*** wolverineav has quit IRC04:13
*** apuimedo has quit IRC04:14
*** apuimedo has joined #openstack-neutron04:14
*** emagana has quit IRC04:16
*** amotoki has joined #openstack-neutron04:16
*** armax has joined #openstack-neutron04:20
*** dims has quit IRC04:20
openstackgerritZhi Chang proposed openstack/neutron: DHCP agent: paginate sync networks task  https://review.openstack.org/25710004:20
*** bochi-michael_ has joined #openstack-neutron04:22
*** bochi-michael has quit IRC04:22
*** bochi-michael_ has quit IRC04:22
*** bochi-michael has joined #openstack-neutron04:23
*** apuimedo has quit IRC04:24
*** tflynn has joined #openstack-neutron04:25
*** apuimedo has joined #openstack-neutron04:26
*** lnicolas1 has quit IRC04:30
*** zhangjn has joined #openstack-neutron04:30
*** vinaymuddu has joined #openstack-neutron04:30
*** rossella_s has quit IRC04:30
*** apuimedo has quit IRC04:30
*** rossella_s has joined #openstack-neutron04:31
openstackgerritBo Chi proposed openstack/neutron: reject leading '0's in IPv4 addr to avoid ambiguity  https://review.openstack.org/25521704:31
*** apuimedo has joined #openstack-neutron04:31
*** djan_ has joined #openstack-neutron04:31
*** hua has quit IRC04:31
*** azbiswas_ has joined #openstack-neutron04:32
*** djan has quit IRC04:33
*** azbiswas has quit IRC04:34
*** vinaymuddu has quit IRC04:34
*** lnicolas1 has joined #openstack-neutron04:35
*** apuimedo has quit IRC04:36
*** apuimedo has joined #openstack-neutron04:37
*** tfukushima has quit IRC04:37
*** phil_h has quit IRC04:39
*** apuimedo has quit IRC04:42
*** apuimedo has joined #openstack-neutron04:42
*** thorst has joined #openstack-neutron04:43
*** tflynn has quit IRC04:44
*** zhhuabj has quit IRC04:44
*** Prem has joined #openstack-neutron04:45
*** apuimedo has quit IRC04:49
*** sudipto has joined #openstack-neutron04:49
*** apuimedo has joined #openstack-neutron04:50
*** thorst has quit IRC04:52
*** mohankumar has joined #openstack-neutron04:52
*** sudipto has quit IRC04:52
*** zhangjn has quit IRC04:52
*** azbiswas_ has quit IRC04:54
*** apuimedo has quit IRC04:55
*** apuimedo has joined #openstack-neutron04:56
*** zhhuabj has joined #openstack-neutron04:57
*** SurajD has quit IRC04:57
*** john-davidge has joined #openstack-neutron04:57
openstackgerritHong Hui Xiao proposed openstack/neutron: Update related router when subnetpool change scope  https://review.openstack.org/25147004:58
*** aranjan has joined #openstack-neutron04:59
*** SurajD has joined #openstack-neutron04:59
openstackgerritAdolfo Duarte proposed openstack/neutron: HA for DVR - Neutron Server side code changes  https://review.openstack.org/14316904:59
*** jamespage has quit IRC05:00
*** bharathm has joined #openstack-neutron05:00
*** sthillma has joined #openstack-neutron05:00
*** jamespage has joined #openstack-neutron05:00
openstackgerritfumihiko kakuma proposed openstack/neutron: Add to deprecate OFAgent in release note  https://review.openstack.org/25182005:00
*** sthillma_ has joined #openstack-neutron05:01
openstackgerritZhaoBo proposed openstack/neutron: Add timestamp for neutron core resources  https://review.openstack.org/21358605:01
openstackgerritZhaoBo proposed openstack/neutron: Add standard attribute functions  https://review.openstack.org/25119305:01
*** wolverineav has joined #openstack-neutron05:02
*** apuimedo has quit IRC05:03
openstackgerritZhaoBo proposed openstack/neutron: Add timestamp changed-since for core resources  https://review.openstack.org/25012205:04
*** apuimedo has joined #openstack-neutron05:05
*** sthillma has quit IRC05:05
*** sthillma_ is now known as sthillma05:05
*** wolverineav has quit IRC05:06
*** aranjan has quit IRC05:07
openstackgerritReedip proposed openstack/python-neutronclient: [UT missing]Update help information for lbaasv2 CLIs  https://review.openstack.org/25509305:09
reedipamotoki: ping05:09
*** apuimedo has quit IRC05:10
*** apuimedo has joined #openstack-neutron05:10
*** shausy has joined #openstack-neutron05:12
*** liangbo has quit IRC05:12
amotokireedip: pong05:13
*** azbiswas has joined #openstack-neutron05:14
reedipHi amotoki: There are a few neutronclient patches pending for reviews. If you have some bandwidth this week, can you please look into them?05:14
amotokireedip: I am on a business trip this week and the bandwidth would be narrow.05:15
amotokireedip: i hope others can visit.05:16
reedipamotoki: Oh, ok...05:16
reedipamotoki: I am hoping too...05:16
reedipamotoki: Thanks for your time05:18
*** apuimedo has quit IRC05:20
*** apuimedo has joined #openstack-neutron05:21
*** ekuris has joined #openstack-neutron05:21
*** ekuris has quit IRC05:22
*** ekuris has joined #openstack-neutron05:22
*** vikram_ has joined #openstack-neutron05:23
*** liangbo has joined #openstack-neutron05:24
*** vikasc has quit IRC05:25
*** apuimedo has quit IRC05:25
*** apuimedo has joined #openstack-neutron05:27
*** hua has joined #openstack-neutron05:29
*** vikasc has joined #openstack-neutron05:30
*** hua has quit IRC05:30
*** zhhuabj_ has joined #openstack-neutron05:30
*** banix has joined #openstack-neutron05:31
*** salv-orlando has joined #openstack-neutron05:31
*** apuimedo has quit IRC05:32
*** zhangjn has joined #openstack-neutron05:32
*** apuimedo has joined #openstack-neutron05:32
*** links has joined #openstack-neutron05:34
*** jckasper has quit IRC05:36
*** jckasper has joined #openstack-neutron05:37
*** jckasper has quit IRC05:37
*** Marga_ has quit IRC05:39
*** Marga_ has joined #openstack-neutron05:40
*** zhhuabj_ has quit IRC05:41
*** john-davidge has quit IRC05:45
*** tfukushima has joined #openstack-neutron05:45
*** wolverineav has joined #openstack-neutron05:46
*** lnicolas1 has quit IRC05:46
*** markvoelker has joined #openstack-neutron05:46
*** apuimedo has quit IRC05:47
*** apuimedo has joined #openstack-neutron05:47
*** salv-orlando has quit IRC05:48
*** yalie has joined #openstack-neutron05:48
*** gberginc has quit IRC05:49
*** salv-orlando has joined #openstack-neutron05:50
*** thorst has joined #openstack-neutron05:51
*** markvoelker has quit IRC05:51
*** blogan_ has joined #openstack-neutron05:53
*** salv-orl_ has joined #openstack-neutron05:54
*** apuimedo has quit IRC05:54
*** thorst has quit IRC05:56
*** salv-orlando has quit IRC05:56
*** apuimedo has joined #openstack-neutron05:57
*** zhhuabj has quit IRC05:57
*** salv-orlando has joined #openstack-neutron05:57
*** salv-orl_ has quit IRC05:58
*** djan has joined #openstack-neutron05:58
*** yfried has quit IRC05:58
*** djan_ has quit IRC05:59
*** bochi-michael has quit IRC06:01
*** aranjan has joined #openstack-neutron06:01
*** apuimedo has quit IRC06:01
*** apuimedo has joined #openstack-neutron06:02
*** mkolesni has joined #openstack-neutron06:03
*** oomichi has quit IRC06:04
*** michchap has joined #openstack-neutron06:04
*** dedery has joined #openstack-neutron06:05
*** dedery has quit IRC06:05
*** dedery_ has joined #openstack-neutron06:06
*** aduyck has quit IRC06:06
*** apuimedo has quit IRC06:07
*** salv-orlando has quit IRC06:07
*** apuimedo has joined #openstack-neutron06:07
*** salv-orlando has joined #openstack-neutron06:08
*** zhhuabj has joined #openstack-neutron06:11
*** apuimedo has quit IRC06:12
*** tfukushima has quit IRC06:12
*** apuimedo has joined #openstack-neutron06:13
*** gildub has quit IRC06:13
*** salv-orl_ has joined #openstack-neutron06:14
*** salv-orlando has quit IRC06:14
*** banix has quit IRC06:15
*** sleviim has joined #openstack-neutron06:17
*** hdaniel has joined #openstack-neutron06:17
*** javeriak has joined #openstack-neutron06:18
*** sleviim has quit IRC06:20
*** apuimedo has quit IRC06:20
*** lajos-katona has joined #openstack-neutron06:20
*** apuimedo has joined #openstack-neutron06:21
*** sthillma has quit IRC06:23
*** numans has joined #openstack-neutron06:23
*** vikasc has quit IRC06:23
*** sleviim has joined #openstack-neutron06:23
*** vikasc has joined #openstack-neutron06:25
*** abregman has joined #openstack-neutron06:29
*** gberginc has joined #openstack-neutron06:29
*** hitalia has joined #openstack-neutron06:30
*** apuimedo has quit IRC06:30
*** apuimedo has joined #openstack-neutron06:31
*** Marga_ has quit IRC06:32
*** Marga_ has joined #openstack-neutron06:33
*** apuimedo has quit IRC06:35
*** apuimedo has joined #openstack-neutron06:36
*** Bofu2U has quit IRC06:37
*** javeriak_ has joined #openstack-neutron06:40
*** salv-orlando has joined #openstack-neutron06:41
*** javeriak has quit IRC06:41
*** apuimedo has quit IRC06:41
*** apuimedo has joined #openstack-neutron06:41
*** signed8bit has joined #openstack-neutron06:42
*** changbl has joined #openstack-neutron06:42
*** salv-orl_ has quit IRC06:43
*** akamyshnikova_ has joined #openstack-neutron06:44
*** SridharG has joined #openstack-neutron06:44
*** markvoelker has joined #openstack-neutron06:47
*** vthapar has joined #openstack-neutron06:51
openstackgerritNuman Siddique proposed openstack/neutron: Refactor the subnetpools API tests  https://review.openstack.org/20241906:51
*** markvoelker has quit IRC06:52
*** mosulica has joined #openstack-neutron06:53
*** jianghuaw has joined #openstack-neutron06:54
*** thorst has joined #openstack-neutron06:54
*** jianghuaw has quit IRC06:54
*** jianghuaw has joined #openstack-neutron06:54
*** SridharG has quit IRC06:55
*** oshvartz has joined #openstack-neutron06:55
*** apuimedo has quit IRC06:55
*** neiljerram has joined #openstack-neutron06:56
*** jianghua_ has joined #openstack-neutron06:57
*** SridharG has joined #openstack-neutron06:57
*** apuimedo has joined #openstack-neutron06:57
*** armax has quit IRC06:57
*** anshul has joined #openstack-neutron06:58
*** jianghua_ has quit IRC06:59
*** jianghuaw has quit IRC07:00
*** rcernin has joined #openstack-neutron07:01
*** thorst has quit IRC07:01
*** apuimedo has quit IRC07:02
*** apuimedo has joined #openstack-neutron07:02
*** tfukushima has joined #openstack-neutron07:02
*** liangbo has quit IRC07:02
*** neiljerram has quit IRC07:03
*** salv-orlando has quit IRC07:04
*** jianghuaw has joined #openstack-neutron07:06
*** jianghuaw has quit IRC07:09
*** apuimedo has quit IRC07:09
*** blogan_ has quit IRC07:09
*** apuimedo has joined #openstack-neutron07:10
*** bbzhao has quit IRC07:10
*** rcernin_ has joined #openstack-neutron07:12
openstackgerritReedip proposed openstack/python-neutronclient: Update help information for lbaasv2 CLIs  https://review.openstack.org/25509307:13
*** trinaths has joined #openstack-neutron07:13
*** trinaths has left #openstack-neutron07:13
*** rcernin has quit IRC07:13
*** apuimedo has quit IRC07:14
*** vishwanathj has joined #openstack-neutron07:14
*** apuimedo has joined #openstack-neutron07:15
*** hdaniel has quit IRC07:18
*** apuimedo has quit IRC07:19
*** signed8bit has quit IRC07:19
openstackgerritReedip proposed openstack/python-neutronclient: Support for Name field in Members and HMs  https://review.openstack.org/24607707:20
*** azbiswas has quit IRC07:20
openstackgerritMerged openstack/neutron: Use a joined relationship for AZ info on networks  https://review.openstack.org/25708607:21
*** mkolesni has quit IRC07:21
*** rcernin_ has quit IRC07:21
*** bzhao has joined #openstack-neutron07:21
*** apuimedo has joined #openstack-neutron07:22
*** anshul has quit IRC07:22
*** rcernin has joined #openstack-neutron07:22
*** boris-42_ has quit IRC07:23
*** gampel has joined #openstack-neutron07:24
openstackgerritMerged openstack/neutron: Updating devref for networking-onos project  https://review.openstack.org/25173307:25
SridharGgaryk: Hello, can you please review the following patch when you get sometime, Thanks. https://review.openstack.org/#/c/244722/07:26
*** apuimedo has quit IRC07:29
*** SurajD has quit IRC07:30
*** sgordon has quit IRC07:30
*** apuimedo has joined #openstack-neutron07:31
*** elo has joined #openstack-neutron07:32
openstackgerritYushiro FURUKAWA proposed openstack/neutron-specs: (Operator-only) Logging API for security groups  https://review.openstack.org/20350907:33
*** sgordon has joined #openstack-neutron07:33
*** thorst has joined #openstack-neutron07:33
*** elo has quit IRC07:33
*** fzdarsky_ has quit IRC07:34
*** anshul has joined #openstack-neutron07:35
*** apuimedo has quit IRC07:35
*** apuimedo has joined #openstack-neutron07:36
*** salv-orlando has joined #openstack-neutron07:36
*** jianghuaw has joined #openstack-neutron07:37
*** hynekm has joined #openstack-neutron07:37
*** mohankumar has quit IRC07:38
*** rha has joined #openstack-neutron07:39
*** jianghuaw has quit IRC07:39
*** SurajD has joined #openstack-neutron07:40
*** sthillma has joined #openstack-neutron07:40
*** elo has joined #openstack-neutron07:40
*** sgordon` has joined #openstack-neutron07:41
*** thorst has quit IRC07:41
openstackgerritKevin Benton proposed openstack/neutron: Add tests that constrain db query count  https://review.openstack.org/25722207:42
openstackgerritHong Hui Xiao proposed openstack/neutron-specs: Select active l3 agent for HA router  https://review.openstack.org/25729907:43
*** sgordon has quit IRC07:44
*** garyk1 has joined #openstack-neutron07:44
*** apuimedo has quit IRC07:45
*** apuimedo has joined #openstack-neutron07:46
*** salv-orl_ has joined #openstack-neutron07:47
*** salv-orlando has quit IRC07:47
*** sgordon` has quit IRC07:48
openstackgerritKevin Benton proposed openstack/neutron: Use a joined relationship for AZ info on routers  https://review.openstack.org/25830107:49
vikram_kevinbenton: ping07:51
*** changzhi has joined #openstack-neutron07:51
vikram_kevinbenton: Can you plz have a look at "https://review.openstack.org/#/c/242270/" for RBAC completeness07:52
*** sgordon has joined #openstack-neutron07:53
*** neeti has joined #openstack-neutron07:54
*** salv-orlando has joined #openstack-neutron07:54
*** salv-orl_ has quit IRC07:55
*** apuimedo has quit IRC07:56
*** salv-orl_ has joined #openstack-neutron07:57
*** apuimedo has joined #openstack-neutron07:57
*** salv-orlando has quit IRC07:57
*** mfuruta has quit IRC07:58
*** mfuruta has joined #openstack-neutron08:00
*** yamamoto has quit IRC08:00
*** astupnikov has joined #openstack-neutron08:02
*** yamamoto has joined #openstack-neutron08:03
*** bochi-michael has joined #openstack-neutron08:04
*** tmorin has joined #openstack-neutron08:05
*** salv-orl_ has quit IRC08:05
*** yamamoto has quit IRC08:06
*** apuimedo has quit IRC08:06
*** garyk has quit IRC08:06
*** garyk1 has quit IRC08:07
*** apuimedo has joined #openstack-neutron08:07
*** salv-orl_ has joined #openstack-neutron08:08
*** Bofu2U has joined #openstack-neutron08:08
*** yuanying has quit IRC08:09
openstackgerritZhi Chang proposed openstack/neutron: DHCP agent: paginate sync networks task  https://review.openstack.org/25710008:09
*** nyechiel has joined #openstack-neutron08:10
*** kobis has quit IRC08:10
*** salv-orl_ has quit IRC08:14
*** scheuran has joined #openstack-neutron08:14
*** matrohon has joined #openstack-neutron08:15
*** hdaniel has joined #openstack-neutron08:16
*** chlong has quit IRC08:17
openstackgerritOleg Bondarev proposed openstack/neutron: Use admin context when removing DVR router on vm port deletion  https://review.openstack.org/25793808:17
openstackgerritOleg Bondarev proposed openstack/neutron: Use admin context when removing DVR router on vm port deletion  https://review.openstack.org/25793808:18
*** apuimedo has quit IRC08:18
*** sthillma has quit IRC08:18
*** yamamoto has joined #openstack-neutron08:18
*** yamamoto has quit IRC08:18
*** garyk has joined #openstack-neutron08:19
*** moshele has joined #openstack-neutron08:20
*** apuimedo has joined #openstack-neutron08:20
*** azbiswas has joined #openstack-neutron08:21
*** EvgenyF has joined #openstack-neutron08:24
*** [1]evgenyf has joined #openstack-neutron08:24
*** apuimedo has quit IRC08:25
*** devvesa has joined #openstack-neutron08:25
*** azbiswas has quit IRC08:25
*** apuimedo has joined #openstack-neutron08:26
openstackgerritKevin Benton proposed openstack/neutron: Use a joined relationship for AZ info on routers  https://review.openstack.org/25830108:27
*** salv-orlando has joined #openstack-neutron08:27
openstackgerritShu Muto proposed openstack/python-neutronclient: Delete python bytecode before every test run  https://review.openstack.org/25215708:27
*** yfried has joined #openstack-neutron08:28
*** kobis has joined #openstack-neutron08:30
*** nyechiel_ has joined #openstack-neutron08:31
*** hitalia has quit IRC08:33
*** yfried_ has joined #openstack-neutron08:33
*** yfried has quit IRC08:34
*** nyechiel has quit IRC08:35
*** apuimedo has quit IRC08:37
*** salv-orlando has quit IRC08:38
*** thorst has joined #openstack-neutron08:38
*** jlibosva has joined #openstack-neutron08:38
*** apuimedo has joined #openstack-neutron08:40
*** hynekm has quit IRC08:41
openstackgerritOleg Bondarev proposed openstack/neutron: Remove check on dhcp enabled subnets while scheduling dvr  https://review.openstack.org/25007508:42
openstackgerritNuman Siddique proposed openstack/neutron: Refactor the subnetpools API tests  https://review.openstack.org/20241908:43
*** jpena has joined #openstack-neutron08:43
*** markus_z has joined #openstack-neutron08:45
*** amotoki has quit IRC08:45
*** salv-orlando has joined #openstack-neutron08:45
*** gampel1 has joined #openstack-neutron08:46
*** jlanoux has joined #openstack-neutron08:46
*** thorst has quit IRC08:46
*** salv-orlando has quit IRC08:46
*** ihrachys has joined #openstack-neutron08:47
*** apuimedo has quit IRC08:47
*** njohnst__ has quit IRC08:47
*** salv-orlando has joined #openstack-neutron08:47
openstackgerritMerged openstack/neutron: Tune _get_candidates for faster scheduling in dvr  https://review.openstack.org/24228608:47
*** [1]evgenyf has quit IRC08:47
*** aranjan has quit IRC08:47
*** gampel has quit IRC08:48
*** EvgenyF has quit IRC08:48
*** markvoelker has joined #openstack-neutron08:48
*** jlibosva has quit IRC08:48
*** apuimedo has joined #openstack-neutron08:49
openstackgerritOleg Bondarev proposed openstack/neutron: Use admin context when removing DVR router on vm port deletion  https://review.openstack.org/25793808:49
*** rcernin has quit IRC08:50
*** njohnsto_ has joined #openstack-neutron08:51
*** markvoelker has quit IRC08:53
*** apuimedo has quit IRC08:54
*** apuimedo has joined #openstack-neutron08:55
*** dims has joined #openstack-neutron08:55
*** safchain has joined #openstack-neutron08:56
openstackgerritgaryk proposed openstack/neutron: Use the constant HOST_ID instead of 'binding:host_id'  https://review.openstack.org/25703608:56
*** salv-orlando has quit IRC08:57
*** chenli has joined #openstack-neutron08:58
*** mfuruta has quit IRC08:59
*** salv-orlando has joined #openstack-neutron08:59
chenlihello, I have installed neutron with lbaasv2 followed https://wiki.openstack.org/wiki/Neutron/LBaaS/HowToRun.08:59
*** ociuhandu has joined #openstack-neutron08:59
*** gildub has joined #openstack-neutron08:59
chenliwhen I try to create a  lb with command : neutron lbaas-loadbalancer-create --name lb2 private-subnet09:00
*** baohua has quit IRC09:00
chenliI get error : http://paste.openstack.org/show/482043/09:00
chenlithe error log is come from o-cw* , any one know why this is happening ?09:01
*** shz has quit IRC09:02
*** wolverineav has quit IRC09:02
*** shz has joined #openstack-neutron09:02
openstackgerritOleg Bondarev proposed openstack/neutron: Do not remove router from dvr_snat agents on dvr port deletion  https://review.openstack.org/25598909:03
*** nmagnezi has joined #openstack-neutron09:04
vikram_hdaniel: ping09:06
*** hynekm has joined #openstack-neutron09:06
hdanielvikram_: echo reply09:06
openstackgerritOleg Bondarev proposed openstack/neutron: DVR: optimize check_ports_exist_on_l3_agent()  https://review.openstack.org/25015009:06
*** zhhuabj has quit IRC09:06
*** vishwanathj has quit IRC09:06
openstackgerritOleg Bondarev proposed openstack/neutron: Remove duplicate for check_ports_exist_on_l3agent  https://review.openstack.org/25537409:06
vikram_hdaniel: I have doubt regarding RBAC object-type for "https://review.openstack.org/#/c/254224/22/specs/mitaka/rbac-qos-policies.rst"09:06
vikram_hdaniel: can you help me09:06
hdanielvikram_: can you please elaborate ?09:07
*** rmart04 has joined #openstack-neutron09:07
garykdougwig: please see comments on https://review.openstack.org/25777509:07
vikram_hdaniel: sure.. 1 sec09:07
*** salv-orlando has quit IRC09:08
garykdougwig: you can look at all of the oslo projects and see that it follows the same pattern09:08
*** rmart04 has quit IRC09:08
*** rcernin has joined #openstack-neutron09:08
*** yamahata has joined #openstack-neutron09:08
*** rmart04 has joined #openstack-neutron09:08
vikram_hdaniel: https://github.com/openstack/neutron/blob/master/neutron/db/rbac_db_models.py#L74-L7509:08
vikram_states that object-type field should be there in the subclass09:09
vikram_if not there then how we gonna add the new object-type called 'qos-policy' for RBAC09:09
openstackgerritOleg Bondarev proposed openstack/neutron: Notify nova with network-vif-plugged in case of live migration  https://review.openstack.org/24689809:10
*** mhickey has joined #openstack-neutron09:10
vikram_hdaniel: Am I missing something09:10
hdanielvikram_: yes the object type is there. it's not persisted in the actual db09:10
vikram_hdaniel: https://github.com/openstack/neutron/blob/master/neutron/db/rbac_db_models.py#L8409:11
*** mohankumar has joined #openstack-neutron09:11
vikram_hdaniel: adds an object-type for network.. Similarly we should have for QosPolicyRBAC09:11
*** javeriak_ has quit IRC09:11
vikram_hdaniel: Proposed spec doesn't contains that field09:12
vikram_hdaniel: So I am confused09:12
hdanielvikram_: same thing. btw, my pending WIP patch has this field: https://review.openstack.org/#/c/250081/4/neutron/db/rbac_db_models.py09:12
vikram_hdaniel: Will you add this field in the spec?09:13
hdanielvikram_: the latest spec is updated at line 5009:13
*** dims has quit IRC09:13
hdanielvikram_: it mentions that the described table is QosPolicyRBAC09:13
*** jistr has joined #openstack-neutron09:13
*** rotbeard has joined #openstack-neutron09:14
vikram_hdaniel: But I couldn't find object-type09:14
vikram_hdaniel: Object_id is available09:14
hdanielvikram_: the db table does _not_ have this field - it _does_ have the field, which is _not_ persistent09:14
hdanielvikram_: I suggest putting the comments on the review.openstack - we can track it better from there09:16
*** slunkad has joined #openstack-neutron09:16
*** jlibosva has joined #openstack-neutron09:16
vikram_hdaniel: sure.. thanks09:18
vikram_hdaniel: I was doing RBAC support for routed networks so got confused09:18
vikram_hdaniel: If you have time, can you review https://review.openstack.org/#/c/242270/09:19
hdanielvikram_: sure. np09:19
*** yfried_ has quit IRC09:20
*** apuimedo has quit IRC09:20
*** apuimedo has joined #openstack-neutron09:22
*** chenli has quit IRC09:23
*** iwamoto has quit IRC09:24
*** salv-orlando has joined #openstack-neutron09:26
*** ygbo has joined #openstack-neutron09:26
*** apuimedo has quit IRC09:31
*** apuimedo has joined #openstack-neutron09:32
*** vikasc has quit IRC09:32
*** javeriak has joined #openstack-neutron09:32
*** hichihara has quit IRC09:36
*** apuimedo has quit IRC09:37
*** apuimedo has joined #openstack-neutron09:37
*** garyk has quit IRC09:39
*** Prem has quit IRC09:41
*** mohankumar has quit IRC09:41
*** apuimedo_ has joined #openstack-neutron09:43
*** thorst has joined #openstack-neutron09:43
vikram_hdaniel: You are correct.. This is not required09:44
vikram_hdaniel: https://github.com/openstack/neutron/blob/e3a531a1fa681d7a4aa169b9420f22f068691cbd/neutron/db/rbac_db_models.py#L48-L5209:44
*** neiljerram has joined #openstack-neutron09:44
vikram_hdaniel: I missed the @abstractproperty for object-type field09:45
hdanielvikram_: that was stated in the original rbac for network spec. as I stated several times in the review09:45
vikram_hdaniel: Thanks for your patience09:45
vikram_hdaniel: I got it finally.. My mistake09:45
*** bharathm has quit IRC09:45
hdanielhdaniel: no worries, we're good :)09:45
*** yamamoto has joined #openstack-neutron09:47
*** thorst has quit IRC09:50
*** apuimedo_ has quit IRC09:51
*** salv-orlando has quit IRC09:54
*** admin0 has joined #openstack-neutron09:54
*** apuimedo_ has joined #openstack-neutron09:56
*** changzhi has quit IRC09:57
*** rkukura_ has joined #openstack-neutron09:57
*** rkukura has quit IRC09:57
*** rkukura_ is now known as rkukura09:57
*** flaviof_ has joined #openstack-neutron09:58
*** apuimedo has quit IRC09:59
*** zhenguo has quit IRC10:00
*** apuimedo has joined #openstack-neutron10:00
*** flaviof has quit IRC10:00
*** anshul has quit IRC10:01
*** apuimedo_ has quit IRC10:01
*** azbiswas has joined #openstack-neutron10:01
*** EvgenyF has joined #openstack-neutron10:02
*** mickeys has joined #openstack-neutron10:02
*** wolverineav has joined #openstack-neutron10:02
*** [1]evgenyf has joined #openstack-neutron10:02
*** anshul has joined #openstack-neutron10:03
*** vikasc has joined #openstack-neutron10:03
*** ociuhandu has quit IRC10:04
*** ociuhandu has joined #openstack-neutron10:04
*** azbiswas has quit IRC10:07
*** wolverineav has quit IRC10:07
*** apuimedo_ has joined #openstack-neutron10:07
*** apuimedo has quit IRC10:09
*** mickeys has quit IRC10:09
*** apuimedo has joined #openstack-neutron10:10
*** akamyshnikova_ has quit IRC10:11
*** apuimedo_ has quit IRC10:12
*** fzdarsky_ has joined #openstack-neutron10:12
mhickeyihrachys: Good morning.10:13
openstackgerritDariusz Smigiel proposed openstack/neutron: Add abstractmethod to FirewallDriver abstract class  https://review.openstack.org/23940310:13
*** SurajD has quit IRC10:15
*** apuimedo_ has joined #openstack-neutron10:17
*** vikram_ has quit IRC10:17
*** SurajD has joined #openstack-neutron10:19
ihrachysmhickey: hi. will look at your stuff in an hour.10:22
*** hoangcx has quit IRC10:22
mhickeyihrachys: not a bother. it has an issue at the mment anyways10:23
mhickey*moment*10:23
mhickeyI will ping when its ok10:23
*** apuimedo_ has quit IRC10:24
*** apuimedo has quit IRC10:24
*** vikasc has quit IRC10:24
*** apuimedo has joined #openstack-neutron10:25
*** zhangjn has quit IRC10:27
*** SurajD has quit IRC10:28
*** apuimedo_ has joined #openstack-neutron10:29
*** aix has joined #openstack-neutron10:30
*** shwetaap has quit IRC10:31
*** SurajD has joined #openstack-neutron10:31
*** Kennan has quit IRC10:33
*** davidsha has joined #openstack-neutron10:34
*** apuimedo_ has quit IRC10:34
*** zhangjn has joined #openstack-neutron10:34
*** apuimedo has quit IRC10:35
*** apuimedo has joined #openstack-neutron10:37
openstackgerritZhi Chang proposed openstack/neutron: DHCP agent: paginate sync networks task  https://review.openstack.org/25710010:37
*** Kennan has joined #openstack-neutron10:37
*** zhangjn has quit IRC10:38
*** apuimedo_ has joined #openstack-neutron10:39
*** zhangjn has joined #openstack-neutron10:40
ihrachysakamyshnikova: hi. anyone looking at functional failure due to models not synced after standard attr is introduced?10:41
*** salv-orlando has joined #openstack-neutron10:41
*** apuimedo has quit IRC10:41
*** SurajD has quit IRC10:42
*** zhangjn has quit IRC10:43
*** yamahata has quit IRC10:43
*** apuimedo has joined #openstack-neutron10:43
*** tfukushima has quit IRC10:44
*** SurajD has joined #openstack-neutron10:45
*** mkolesni has joined #openstack-neutron10:46
*** zhangjn has joined #openstack-neutron10:48
*** thorst has joined #openstack-neutron10:48
*** apuimedo_ has quit IRC10:48
*** markvoelker has joined #openstack-neutron10:49
*** slunkad has quit IRC10:49
*** zhangjn has quit IRC10:49
*** EvgenyF_ has joined #openstack-neutron10:50
*** admin0 has quit IRC10:50
*** zhangjn has joined #openstack-neutron10:50
*** [2]evgenyf has joined #openstack-neutron10:50
*** stanzgy has quit IRC10:50
*** sambetts-afk is now known as sambetts10:50
*** [1]evgenyf has quit IRC10:51
*** EvgenyF has quit IRC10:51
*** [2]evgenyf is now known as evgenyf10:51
*** markvoelker has quit IRC10:53
*** apuimedo_ has joined #openstack-neutron10:54
*** gildub has quit IRC10:55
*** zhangjn has quit IRC10:55
*** thorst has quit IRC10:56
*** akamyshnikova_ has joined #openstack-neutron10:56
akamyshnikova_ihrachys, sorry I entered the wrong channel10:59
*** admin0 has joined #openstack-neutron10:59
*** aix has quit IRC10:59
*** aix has joined #openstack-neutron11:00
openstackgerritMartin Hickey proposed openstack/neutron: Add test for Neutron object versions  https://review.openstack.org/25802611:00
ihrachysakamyshnikova_: so I already have some pathc, will post a bit later11:01
akamyshnikova_I think the problem is because of usage variant is not properly checked by compare_type in alembic, so this is not https://bugs.launchpad.net/neutron/+bug/151917111:01
openstackLaunchpad bug 1519171 in neutron "model-migration check fails to detect integer-biginteger mismatch" [High,Opinion] - Assigned to Ann Kamyshnikova (akamyshnikova)11:01
*** nyechiel_ has quit IRC11:01
mhickeyihrachys: new PS ^^^^^11:01
*** coolsvap is now known as coolsvap|away11:01
akamyshnikova_ihrachys, OK11:01
ihrachysakamyshnikova: it's a new alembic release11:02
*** moshele has quit IRC11:03
*** moshele has joined #openstack-neutron11:04
akamyshnikova_ihrachys, I understand that11:05
ihrachysoh I see you reported that bug in the first place ;)11:05
ihrachysin alembic11:05
*** claudiub has joined #openstack-neutron11:06
ihrachysakamyshnikova: hm, I suspect I don't follow the approach that we take for that in nova (I see a patch by zzzeek there). should we just drop our variants for sqlite?11:09
akamyshnikova_ihrachys, yes, so now we see the result of its fix in our gate :) I though that compare_type include logic of comparing variant and other types, but seems not.11:09
akamyshnikova_ihrachys, no, this is not sqlite problem11:10
akamyshnikova_ihrachys, test_model_sync is running on MySQL and PostgreSQL11:10
*** apuimedo_ has quit IRC11:10
ihrachysakamyshnikova_: yeah, but the diff we get is because in models we have sqlite variant while in scripts we don't11:10
ihrachysakamyshnikova_: and if you ask, adding variant in alembic does not help11:11
openstackgerritDariusz Smigiel proposed openstack/neutron: Add abstractmethod to FirewallDriver abstract class  https://review.openstack.org/23940311:11
ihrachysso I actually don't have a proper patch :) I see that in https://review.openstack.org/#/c/253859/3 they drop sqlite variant for nova. should we do the same?11:11
*** bochi-michael has quit IRC11:11
*** admin0 has quit IRC11:12
*** annp has quit IRC11:12
ihrachysakamyshnikova_: reading the commit message for zzzeek patch, I would think so11:14
*** apuimedo_ has joined #openstack-neutron11:15
akamyshnikova_ihrachys, I'm not sure, I though that we need change https://github.com/openstack/oslo.db/blob/master/oslo_db/sqlalchemy/test_migrations.py#L418-L436  to teach it how t compare variant and bigint. Because in nova patch is fixing the error http://paste.openstack.org/show/480966/, we have a bit different one...11:18
openstackgerritIhar Hrachyshka proposed openstack/neutron: DO NOT MERGE: test whether all tests pass with sqlite using BIGINTEGER  https://review.openstack.org/25842711:19
*** vthapar has quit IRC11:19
*** mohankumar has joined #openstack-neutron11:19
ihrachysakamyshnikova_: I believe it's the same reason though. seems like we should be fine if tests will pass without variants for sqlite since it's not production db.11:20
*** apuimedo_ has quit IRC11:20
*** davidsha has quit IRC11:20
*** evgenyf has quit IRC11:20
*** EvgenyF_ has quit IRC11:21
*** EvgenyF_ has joined #openstack-neutron11:21
*** evgenyf has joined #openstack-neutron11:21
*** yamamoto has quit IRC11:23
*** EinstCrazy has quit IRC11:24
*** apuimedo_ has joined #openstack-neutron11:26
akamyshnikova_ihrachys, yes, the test will be passed. But I think that I will need to provide change for oslo.db for such case in common.11:27
*** gongysh_ has joined #openstack-neutron11:29
*** apuimedo_ has quit IRC11:30
*** EvgenyF__ has joined #openstack-neutron11:31
*** gongysh_ has quit IRC11:32
*** rotbeard has quit IRC11:34
*** SurajD has quit IRC11:34
*** EvgenyF_ has quit IRC11:35
*** apuimedo_ has joined #openstack-neutron11:35
*** elo has quit IRC11:36
*** SurajD has joined #openstack-neutron11:37
*** gongysh_ has joined #openstack-neutron11:37
dasmcore-reviewers. can i ask for workflow+1 for this? https://review.openstack.org/#/c/257284/111:39
dasmthere is no longer problem with grenade gate, and it has 2x +211:39
dasmand probably blocks other patches, like: https://review.openstack.org/#/c/246318/11:40
*** apuimedo_ has quit IRC11:40
*** nyechiel_ has joined #openstack-neutron11:41
*** roeyc has joined #openstack-neutron11:43
*** baohua has joined #openstack-neutron11:43
*** claudiub has quit IRC11:43
openstackgerritHong Hui Xiao proposed openstack/neutron: [WIP]Code change in l3 agent to consume master_l3_agent  https://review.openstack.org/25843911:45
*** apuimedo_ has joined #openstack-neutron11:46
*** salv-orlando has quit IRC11:47
*** salv-orlando has joined #openstack-neutron11:47
openstackgerritvenkata anil proposed openstack/neutron: l2pop fdb flows for HA router ports  https://review.openstack.org/25523711:49
*** emagana has joined #openstack-neutron11:50
*** apuimedo_ has quit IRC11:50
*** goodygum has joined #openstack-neutron11:51
*** thorst has joined #openstack-neutron11:53
*** emagana has quit IRC11:54
ihrachysakamyshnikova_: tests actually fail because biginteger is used as ID11:55
*** apuimedo_ has joined #openstack-neutron11:55
*** rmart04 has quit IRC11:55
ihrachysakamyshnikova_: I mean, unit tests11:55
akamyshnikova_ihrachys, ok, should push the change with fix in test?11:57
akamyshnikova_ihrachys, or you will look into it?11:57
ihrachysakamyshnikova_: do you have one?11:57
*** evgenyf has quit IRC11:58
akamyshnikova_ihrachys, I can make one :)11:58
*** EvgenyF__ has quit IRC11:58
ihrachysakamyshnikova_: ok you are probably a better candidate :)11:58
ihrachysI will assign the bug to you11:58
ihrachyshttps://bugs.launchpad.net/neutron/+bug/152667511:58
openstackLaunchpad bug 1526675 in OpenStack Compute (nova) "test_models_sync fails with 'Models and migration scripts aren't in sync'" [Undecided,New]11:58
openstackgerritgaryk proposed openstack/neutron: Use the constant HOST_ID instead of 'binding:host_id'  https://review.openstack.org/25703611:58
*** tmorin has quit IRC11:59
akamyshnikova_ihrachys, OK11:59
ihrachysakamyshnikova_: and thanks12:00
*** thorst has quit IRC12:00
pc_mihrachys: ping12:00
ihrachyspc_m: hey12:00
akamyshnikova_ihrachys, np, I hope to do that quick12:00
pc_mCan you look at the backports for pep8-constraints reviews  https://review.openstack.org/#/q/branch:+stable/liberty+owner:self+status:open,n,z12:00
*** yamamoto has joined #openstack-neutron12:00
ihrachyspc_m: believe it or not, but I was opening backports queue now12:01
ihrachyspc_m: will check12:01
pc_mihrachys: Thank you!12:01
* pc_m trying to get my pile of commits processed...12:01
*** moshele has quit IRC12:02
*** yamamoto_ has joined #openstack-neutron12:02
*** salv-orlando has quit IRC12:03
*** doug-fish has joined #openstack-neutron12:03
*** wolverineav has joined #openstack-neutron12:04
ihrachyspc_m: ok I have a problem with yours: they don't keep change-id from master.12:04
ihrachyspc_m: you'll need to create new patches with proper id, and abandon those12:04
*** apuimedo_ has quit IRC12:05
pc_mihrachys: Abandon? Can't I just correct the ID?12:05
ihrachyspc_m: no, gerrit is dumb, it won't change the id stored in gerrit db, so links won't work12:05
*** yamamoto has quit IRC12:05
ihrachyspc_m: I mean, that's if you used Edit feature in UI12:06
ihrachyspc_m: and if you push with git-review, it will create a new review for you12:06
pc_mihrachys: I should be able to pull down the review, change the ID and push back up, right? I guess it'll be a new review and I can abandon the others.12:07
ihrachyspc_m: yes12:07
openstackgerritMadhu Mohan proposed openstack/neutron: Support rootwrap sysctl and conntrack commands for non-l3 nodes  https://review.openstack.org/25845212:07
pc_mihrachys: I think it had the same I originally, and I moved that to the "Cherry pick" line and let it choose a new ID.  Oh well.12:08
*** wolverineav has quit IRC12:09
*** salv-orlando has joined #openstack-neutron12:09
openstackgerritMadhu Mohan proposed openstack/neutron: Support rootwrap sysctl and conntrack commands for non-l3 nodes  https://review.openstack.org/25845212:11
*** apuimedo_ has joined #openstack-neutron12:11
*** salv-orlando has quit IRC12:11
*** javeriak has quit IRC12:12
*** admin0 has joined #openstack-neutron12:13
*** apuimedo_ has quit IRC12:16
*** baohua has quit IRC12:17
*** baohua has joined #openstack-neutron12:18
pc_mihrachys: All the commits have been reposted with new numbers - previous link will have updated query. Of course, all the tests have to rerun.12:18
*** slunkad has joined #openstack-neutron12:18
*** apuimedo_ has joined #openstack-neutron12:20
*** EinstCrazy has joined #openstack-neutron12:22
ihrachyspc_m: ack, thanks12:23
*** baoli has joined #openstack-neutron12:24
*** apuimedo_ has quit IRC12:27
*** baoli has quit IRC12:27
*** rtheis has joined #openstack-neutron12:29
*** javeriak has joined #openstack-neutron12:30
*** shz has quit IRC12:30
*** rossella_s has quit IRC12:30
*** thorst has joined #openstack-neutron12:30
*** rossella_s has joined #openstack-neutron12:31
*** slunkad has quit IRC12:31
*** shz has joined #openstack-neutron12:31
openstackgerritKobi Samoray proposed openstack/python-neutronclient: Add support X-Forwarded-For header  https://review.openstack.org/25596512:32
*** apuimedo_ has joined #openstack-neutron12:32
*** slunkad has joined #openstack-neutron12:34
*** markvoelker has joined #openstack-neutron12:35
*** yamamoto_ has quit IRC12:36
*** apuimedo_ has quit IRC12:37
openstackgerritAnn Kamyshnikova proposed openstack/neutron: Fix comparison of Variant and other type in test_model_sync  https://review.openstack.org/25847112:37
*** markvoelker has quit IRC12:39
*** sleviim has quit IRC12:41
*** baoli has joined #openstack-neutron12:41
*** apuimedo_ has joined #openstack-neutron12:42
*** baoli_ has joined #openstack-neutron12:43
*** apuimedo_ has quit IRC12:46
*** apuimedo has quit IRC12:46
*** baoli_ has quit IRC12:46
*** baoli_ has joined #openstack-neutron12:47
*** apuimedo has joined #openstack-neutron12:47
*** baoli has quit IRC12:47
*** nplanel has joined #openstack-neutron12:51
*** gongysh_ has quit IRC12:51
*** apuimedo_ has joined #openstack-neutron12:51
*** yujie has left #openstack-neutron12:51
*** baoli_ has quit IRC12:51
*** yamamoto has joined #openstack-neutron12:53
*** javeriak_ has joined #openstack-neutron12:53
*** yamamoto has quit IRC12:54
*** javeriak has quit IRC12:55
*** javeriak has joined #openstack-neutron12:56
*** links has quit IRC12:57
*** javeriak_ has quit IRC12:58
*** rcernin has quit IRC12:58
*** baohua has quit IRC13:01
*** baohua_ has joined #openstack-neutron13:01
openstackgerritenikanorov proposed openstack/neutron: Remove unused parameter from _update_router_db method  https://review.openstack.org/25848013:02
*** claudiub has joined #openstack-neutron13:02
*** apuimedo_ has quit IRC13:02
*** amuller has joined #openstack-neutron13:02
*** dedery has joined #openstack-neutron13:03
*** shwetaap has joined #openstack-neutron13:04
*** baohua_ has quit IRC13:05
*** nyechiel has joined #openstack-neutron13:05
*** zhipeng has joined #openstack-neutron13:06
*** nyechiel_ has quit IRC13:06
*** baohua has joined #openstack-neutron13:06
*** dedery_ has quit IRC13:06
*** apuimedo_ has joined #openstack-neutron13:07
*** markvoelker has joined #openstack-neutron13:09
*** mohankumar has quit IRC13:10
ihrachysmestery: hi. I see releasenotes jobs failing for client liberty. do we suppose to have the job for the branch?13:10
ihrachysmestery: there is currently no such tox target there.13:10
*** chlong has joined #openstack-neutron13:11
*** apuimedo has quit IRC13:11
*** apuimedo has joined #openstack-neutron13:12
*** baohua has quit IRC13:12
*** apuimedo_ has quit IRC13:12
*** baohua has joined #openstack-neutron13:12
*** rcernin has joined #openstack-neutron13:13
*** nplanel has quit IRC13:13
*** nmagnezi has quit IRC13:14
*** zhenguo has joined #openstack-neutron13:16
*** apuimedo has quit IRC13:16
*** apuimedo has joined #openstack-neutron13:17
*** apuimedo_ has joined #openstack-neutron13:17
*** apuimedo has quit IRC13:21
*** SurajD has quit IRC13:23
*** SurajD has joined #openstack-neutron13:24
*** apuimedo has joined #openstack-neutron13:27
*** Akanksha08 has joined #openstack-neutron13:27
*** javeriak has quit IRC13:29
*** apuimedo_ has quit IRC13:29
*** apuimedo_ has joined #openstack-neutron13:30
*** nmagnezi has joined #openstack-neutron13:31
*** apuimedo has quit IRC13:31
*** breitz has quit IRC13:32
*** breitz has joined #openstack-neutron13:32
*** flaviof_ is now known as flaviof13:35
*** matrohon has quit IRC13:36
*** apuimedo has joined #openstack-neutron13:37
*** tbh has quit IRC13:37
*** azbiswas has joined #openstack-neutron13:37
*** admin0 has quit IRC13:38
*** tbh has joined #openstack-neutron13:38
*** dslev_ has quit IRC13:38
*** zhipeng has quit IRC13:38
*** tbh has quit IRC13:39
openstackgerritAnn Kamyshnikova proposed openstack/neutron: Fix comparison of Variant and other type in test_model_sync  https://review.openstack.org/25847113:41
*** apuimedo has quit IRC13:41
*** azbiswas has quit IRC13:41
*** apuimedo_ has quit IRC13:42
*** apuimedo has joined #openstack-neutron13:44
*** jpena is now known as jpena|lunch13:45
*** jckasper has joined #openstack-neutron13:46
*** admin0 has joined #openstack-neutron13:46
*** jckasper has quit IRC13:46
*** apuimedo_ has joined #openstack-neutron13:46
*** jckasper has joined #openstack-neutron13:46
*** jlanoux has quit IRC13:47
*** neeti has quit IRC13:49
*** dslev has joined #openstack-neutron13:49
*** jlanoux has joined #openstack-neutron13:50
*** yfried has joined #openstack-neutron13:50
*** apuimedo has quit IRC13:50
*** SurajD has quit IRC13:51
*** apuimedo_ has quit IRC13:51
*** apuimedo has joined #openstack-neutron13:52
*** rotbeard has joined #openstack-neutron13:52
*** SurajD has joined #openstack-neutron13:54
*** yamamoto has joined #openstack-neutron13:55
*** nmagnezi has quit IRC13:55
*** EvgenyF has joined #openstack-neutron13:56
*** apuimedo_ has joined #openstack-neutron13:56
*** [1]evgenyf has joined #openstack-neutron13:56
ihrachysakamyshnikova_: ping re variant comparison13:57
akamyshnikova_ihrachys, pong13:58
*** njohnsto_ has quit IRC13:58
ihrachysakamyshnikova_: I can easily miss some details about how the mechanism works, but I thought that we should not call to super() if it's variant?13:58
ihrachysakamyshnikova_: the way it's written now, it looks like we first call to super(), then we validate if it's variant, then call to super() again?13:59
*** mkolesni has quit IRC13:59
*** mkolesni has joined #openstack-neutron14:00
*** gberginc has quit IRC14:00
akamyshnikova_ihrachys, oh.. yes, sorry I'll update patch14:00
*** gberginc has joined #openstack-neutron14:00
akamyshnikova_ihrachys, I caught a cold and do strange things now :)14:00
ihrachysakamyshnikova_: yeah. and I guess we should still return whatever super() returns for us14:00
ihrachysakamyshnikova_: my understanding is the returned result is used by alembic machinery to determine whether some default comparison function should be used, at least as per oslo.db compare_type() code.14:01
*** amotoki has joined #openstack-neutron14:02
*** yamamoto has quit IRC14:02
ihrachys(they return None there to show that default should be used; since we always return None now, it will probably mean the default will always be triggered)14:02
*** amotoki has quit IRC14:02
Sam-I-Ammornings14:02
pcarverjoin #openstack-meeting-alt14:03
*** amotoki has joined #openstack-neutron14:04
*** amotoki has quit IRC14:04
*** amotoki has joined #openstack-neutron14:04
*** gberginc has quit IRC14:04
akamyshnikova_ihrachys, I should use super() in case this is not Variant, I will push new patch set now14:05
*** wolverineav has joined #openstack-neutron14:05
akamyshnikova_ihrachys, thanks for pointing14:05
*** rcernin has quit IRC14:06
ihrachysakamyshnikova_: thanks, will wait for the next one14:06
*** shwetaap has quit IRC14:08
*** nmagnezi has joined #openstack-neutron14:08
openstackgerritAnn Kamyshnikova proposed openstack/neutron: Fix comparison of Variant and other type in test_model_sync  https://review.openstack.org/25847114:08
*** ekarlso has quit IRC14:10
ihrachysakamyshnikova: so we should not return result?14:10
*** claudiub has quit IRC14:10
mhickeySam-I-Am: Howdy14:11
*** wolverineav has quit IRC14:11
*** mdavidson has quit IRC14:11
Sam-I-Ammhickey: hi. feeling better?14:12
*** neiljerram has quit IRC14:13
*** changbl has quit IRC14:14
openstackgerritKobi Samoray proposed openstack/python-neutronclient: Add string checking param to LBaaSv2 healthmonitor  https://review.openstack.org/25853114:14
*** rpothier has joined #openstack-neutron14:15
*** zhhuabj has joined #openstack-neutron14:16
mhickeySam-I-Am: little bit better, thanks14:16
Sam-I-Ammhickey: scotch help?14:17
*** apuimedo_ has quit IRC14:17
HenryGHi akamyshnikova_ and ihrachys -- thanks for jumping on the gate issue with model sync tests14:17
HenryGSorry I am late to the party14:17
ihrachysHenryG: you can still take part with reviews ;)14:18
ihrachysHenryG: we have oslo.db and neutron patches14:18
HenryGihrachys: link to oslo patch?14:18
*** anilvenkata has left #openstack-neutron14:19
HenryGihrachys: nm, got it14:19
ihrachysHenryG: all from akamyshnikova  :)14:19
mhickeyHenryG, ihrachys, akamyshnikova_: model sync tests issue, is this cauing the functional tests to fail?14:20
ihrachysHenryG: I am just making silly comments here, as pretty much always14:20
ihrachysmhickey: yes14:20
openstackgerritZhi Chang proposed openstack/neutron: DHCP agent: paginate sync networks task  https://review.openstack.org/25710014:20
mhickeyihrachys: thanks14:20
HenryGmhickey: yep14:20
mhickeyHenryG: thanks;14:20
mhickeySam-I-Am: I wish. It was bed early unfortunately.14:21
ihrachysamuller: ping me when avail, I have a question on a stable backport, wanted to discuss it with you.14:21
*** yalie has quit IRC14:22
*** rotbeard has quit IRC14:22
*** apuimedo_ has joined #openstack-neutron14:22
*** roeyc has quit IRC14:22
*** roeyc has joined #openstack-neutron14:23
*** zhangjn has joined #openstack-neutron14:24
*** SurajD has quit IRC14:25
*** vishwanathj has joined #openstack-neutron14:26
*** admin0 has quit IRC14:27
*** baohua has quit IRC14:27
openstackgerritAnn Kamyshnikova proposed openstack/neutron: Fix comparison of Variant and other type in test_model_sync  https://review.openstack.org/25847114:27
*** mwagner_lap has quit IRC14:28
*** baohua has joined #openstack-neutron14:28
*** amotoki has quit IRC14:28
*** signed8bit has joined #openstack-neutron14:29
*** yamamoto has joined #openstack-neutron14:29
*** yamamoto has quit IRC14:29
akamyshnikova_ihrachys, Henry thanks! I'm sorry for delays with understanding14:29
ihrachysakamyshnikova_: np, already +2, let's wait for CI now :)14:29
*** SurajD has joined #openstack-neutron14:29
ihrachysakamyshnikova_: ah there is still a typo in your surname! :D but let's leave it as-is :)14:30
HenryGihrachys: akamyshnikova_: what about stable jobs?14:30
ihrachysakamyshnikova_: you should now take some rest. being sick while fixing gate is not fun I guess.14:30
*** yamamoto has joined #openstack-neutron14:30
ihrachysHenryG: we should backport once merged.14:31
HenryGihrachys: ok14:31
*** brad_behle has quit IRC14:32
*** brad_behle has joined #openstack-neutron14:32
ihrachysHenryG: btw I wonder why we were hit by it? don't we use constraints for functional job? https://github.com/openstack/requirements/commit/1d2d925f9b57ff26a0ebcbac9148e62159875d91#diff-0bdd949ed8a7fdd4f95240bd951779c8L5914:34
*** garyk has joined #openstack-neutron14:34
garykdougwig: you around?14:34
HenryGihrachys: I was surprised too. Yesterday I saw 0.8.4 released and thought it would not affect us because of constraints.14:35
HenryGihrachys: maybe lifeless can give us a clue?14:35
*** apuimedo_ has quit IRC14:36
*** apuimedo has quit IRC14:36
*** zhangjn has quit IRC14:36
ihrachysHenryG: I suspect that functional job still install venv for dsvm-functional, where we get unconstrained alembic inside14:36
ihrachysHenryG: so functional job is not really devstack based, and need a -constraints tox target and gate switched to it14:37
ihrachyspc_m: ^ you may be interested14:37
*** apuimedo has joined #openstack-neutron14:37
*** regXboi has joined #openstack-neutron14:38
*** zhhuabj_ has joined #openstack-neutron14:38
*** zhhuabj has quit IRC14:39
*** lizk has joined #openstack-neutron14:40
*** shausy has quit IRC14:40
HenryGihrachys: OK. I am still a bit shakey in my knowledge of the details of constraints mechanics.14:40
*** yfried has quit IRC14:41
openstackgerritMoshe Levi proposed openstack/neutron: SR-IOV: Fix macvtap assigned vf check when kernel < 3.13  https://review.openstack.org/25591614:41
ihrachysHenryG: I added that thing to look at when I have time14:41
ihrachys(aka never)14:41
*** lizk has quit IRC14:41
HenryGihrachys: I will be away for a few hours now. I can start looking into it also "when I have time".14:41
*** apuimedo_ has joined #openstack-neutron14:42
HenryGTwo nevers makes a "maybe never"?14:42
amullerihrachys: What's up?14:42
*** lizk has joined #openstack-neutron14:43
*** javeriak has joined #openstack-neutron14:44
*** Swami_ has joined #openstack-neutron14:45
openstackgerritRichard Theis proposed openstack/python-neutronclient: Devref: Transition to OpenStack Client  https://review.openstack.org/25499314:45
*** admin0 has joined #openstack-neutron14:46
ihrachysamuller: so there is that backport by kevinbenton of iptables patch: https://review.openstack.org/#/c/255334/ I thought you could assure me it's a good thing to backport.14:46
*** lizk_ has joined #openstack-neutron14:46
ihrachysamuller: though I already pressed the knob, it's never too late to reconsider :)14:46
pc_mihrachys: Just seeing mention.14:47
*** hichihara has joined #openstack-neutron14:47
amullerihrachys: I saw that one, it's a bit scary14:47
ihrachysamuller: yeah, I probably felt risky today14:47
ihrachysamuller: now I feel guilt and wanted to check with someone14:47
pc_mihrachys: I think eventually we need a bunch of constraints based targets. Right now, I just did pep8/docs related to the recent package dependency issue.14:47
amullerihrachys: give me a bit to go over it14:48
ihrachyspc_m: I mostly highlighted you to say that functional jobs also need constraints even they are 'dsvm'14:48
*** banix has joined #openstack-neutron14:49
*** jpena|lunch is now known as jpena14:51
*** moshele has joined #openstack-neutron14:52
*** signed8bit is now known as signed8bit_ZZZzz14:53
amullerihrachys: Kuba's patch: https://review.openstack.org/#/c/191148/ ran successfully with Kevin's change if that makes you feel better14:53
*** apuimedo_ has quit IRC14:53
amullerihrachys: And Kevin's functional test additions provide good coverage14:54
*** dane has joined #openstack-neutron14:54
amullerihrachys: It's risky but I think you made the right call14:54
ihrachysamuller: thanks, I may sleep today14:56
ihrachysHenryG: akamyshnikova_: I cherry-picked to L to save some time: https://review.openstack.org/25855314:56
ihrachysHenryG: kilo not affected since we have alembic<0.8.1,>=0.7.2 there14:56
*** mkolesni has quit IRC14:57
openstackgerritSergey Belous proposed openstack/neutron: Add check that list of agents is not empty in _get_enabled_agents  https://review.openstack.org/25303214:57
akamyshnikova_ihrachys, thanks!14:57
*** yalie has joined #openstack-neutron14:57
*** vishwanathj_ has joined #openstack-neutron14:58
*** signed8bit_ZZZzz is now known as signed8bit14:58
*** apuimedo_ has joined #openstack-neutron14:59
*** tbachman has joined #openstack-neutron14:59
*** nmagnezi has quit IRC15:00
*** apuimedo_ has quit IRC15:06
*** banix has quit IRC15:07
*** ferest has joined #openstack-neutron15:07
*** ferest has quit IRC15:08
*** wolverineav has joined #openstack-neutron15:08
*** ferest has joined #openstack-neutron15:08
*** baoli has joined #openstack-neutron15:10
*** baohua has quit IRC15:10
*** apuimedo_ has joined #openstack-neutron15:11
*** apuimedo has quit IRC15:12
*** nmagnezi has joined #openstack-neutron15:12
*** mlavalle has joined #openstack-neutron15:12
*** kobis has quit IRC15:13
*** wolverineav has quit IRC15:13
*** apuimedo has joined #openstack-neutron15:13
*** garyk has quit IRC15:13
*** ferest has quit IRC15:13
*** mwagner_lap has joined #openstack-neutron15:14
*** shwetaap has joined #openstack-neutron15:14
yalieping carl_baldwin15:15
*** apuimedo has quit IRC15:20
*** apuimedo_ has quit IRC15:20
*** SridharG has quit IRC15:21
*** apuimedo has joined #openstack-neutron15:21
*** yamahata has joined #openstack-neutron15:21
*** Marga_ has quit IRC15:23
*** Marga_ has joined #openstack-neutron15:23
zzzeekakamyshnikova_: so...we have to implement the variant comparison in Alembic?  there might be a bitbucket issue for that15:23
*** aduyck has joined #openstack-neutron15:24
akamyshnikova_ihrachys, I have some more errors with functional test on my change in neutron http://paste.openstack.org/show/482086/ have you seen a bug for this?15:25
*** apuimedo_ has joined #openstack-neutron15:26
akamyshnikova_zzzeek, I send a patch for this in oslo.db15:26
*** apuimedo has quit IRC15:26
zzzeekakamyshnikova_: ok15:26
openstackgerrityalei wang proposed openstack/python-neutronclient: Support speicify unaddressed port from cmdline  https://review.openstack.org/25857215:26
ihrachysakamyshnikova_: seen that one when dropped sqlite variant.15:26
*** yfried has joined #openstack-neutron15:26
*** apuimedo has joined #openstack-neutron15:27
akamyshnikova_zzzeek, my change with fix for Neutron hit such error http://paste.openstack.org/show/482086/ do you have a clue for workaround for this?15:28
zzzeekakamyshnikova_: OK that one is more of a problem, that's BigInt on primary key right?  yeah i think on SQLite that has to be "Integer"15:29
zzzeekakamyshnikova_: otherwise you dont get autoincrement: http://sqlite.org/lang_createtable.html#rowid15:30
*** TrevorV has joined #openstack-neutron15:30
carl_baldwinyalie: pong15:30
*** Prem has joined #openstack-neutron15:31
*** [1]evgenyf has quit IRC15:31
*** edmondsw has joined #openstack-neutron15:31
yaliecarl_baldwin: I proposed a fix for bug https://bugs.launchpad.net/python-neutronclient/+bug/152650915:32
openstackLaunchpad bug 1526509 in python-neutronclient "can't create/update port of no IP with command line" [Low,In progress] - Assigned to yalei wang (yalei-wang)15:32
*** EvgenyF has quit IRC15:32
*** apuimedo_ has quit IRC15:33
yaliecarl_baldwin: and it update the current arg parser to make it generate a emptye list "[]" for fixed-ips, if we don't specify the arg followed it.15:33
*** hynekm_ has joined #openstack-neutron15:34
yaliecarl_baldwin: not sure it's good, could you help to review it when you have time ?15:34
carl_baldwinyalie: yes15:35
yaliecarl_baldwin: thanks!15:35
carl_baldwinyalie: yw15:36
*** julim has quit IRC15:36
*** javeriak_ has joined #openstack-neutron15:37
akamyshnikova_zzzeek, we have with_variant for sqlite in model https://github.com/openstack/neutron/blob/02db0cd4586718efb68bc8d81b0b1571312f0b47/neutron/db/model_base.py#L100-L101 but we don't have it migration https://github.com/openstack/neutron/blob/02db0cd4586718efb68bc8d81b0b1571312f0b47/neutron/db/migration/alembic_migrations/versions/mitaka/expand/32e5974ada25_add_neutron_resources_table.py#L38. Can this be an issue? Or I'm thinking of someth15:37
akamyshnikova_ing else?15:37
*** jlanoux has quit IRC15:37
*** javeriak has quit IRC15:37
*** edmondsw has quit IRC15:38
*** apuimedo_ has joined #openstack-neutron15:38
*** hynekm has quit IRC15:38
*** hynekm_ has quit IRC15:38
*** jlanoux has joined #openstack-neutron15:40
*** apuimedo_ has quit IRC15:45
*** rubasov has quit IRC15:47
*** lajos-katona has left #openstack-neutron15:48
*** signed8bit is now known as signed8bit_ZZZzz15:49
*** moshele has quit IRC15:49
*** zhenguo has quit IRC15:49
*** signed8bit_ZZZzz is now known as signed8bit15:49
*** nmagnezi has quit IRC15:49
*** numans has quit IRC15:50
*** zhhuabj_ has quit IRC15:50
*** cbouch has joined #openstack-neutron15:50
*** lizk_ has quit IRC15:51
*** apuimedo_ has joined #openstack-neutron15:51
openstackgerrithang cheng proposed openstack/neutron: Use IntOpt instead of FloatOpt for report_interval report_interval configuration shoud use IntOpt like other services.  https://review.openstack.org/25859115:53
openstackgerrithang cheng proposed openstack/neutron: Use IntOpt instead of FloatOpt for report_interval  https://review.openstack.org/25859115:55
*** apuimedo_ has quit IRC15:56
*** roeyc has quit IRC15:57
*** roeyc has joined #openstack-neutron15:58
*** garyk has joined #openstack-neutron15:58
*** roeyc has quit IRC15:59
*** kobis has joined #openstack-neutron16:00
*** crose has joined #openstack-neutron16:00
regXboicarl_baldwin: ok, I'm ok with keeping the job16:01
*** roeyc has joined #openstack-neutron16:01
regXboicarl_baldwin: now, comes the voting question...16:01
kevinbentonakamyshnikova_: hey16:01
*** emagana has joined #openstack-neutron16:01
akamyshnikova_kevinbenton, hi16:02
*** apuimedo_ has joined #openstack-neutron16:02
kevinbentonakamyshnikova_: did we get a new alembic release or something that is causing the model sync failure?16:02
*** roeyc has quit IRC16:02
akamyshnikova_akamyshnikova_, yes, I have a fix for this neutron and oslo.db16:03
akamyshnikova_kevinbenton, but the neutron fix failed with http://paste.openstack.org/show/482086/16:03
anteayaso y'all remember gerrit goes down in just over an hour, yeah? http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html16:03
garykdougwig: you around? please see the comments on https://review.openstack.org/257780 this should be neutron-lib and not neutron_lib (which would be the obvious choice...)16:03
anteayaand you will share that link with anyone who voices a concern? pretty please?16:04
akamyshnikova_kevinbenton, do you have some ideas about such errors?16:04
*** hichihara has quit IRC16:04
kevinbentonanteaya: thanks for the heads up!16:04
regXboipc_m: ping?16:04
kevinbentonakamyshnikova_: yeah16:04
kevinbentonakamyshnikova_: i think you are right with the with_variant16:04
anteayakevinbenton: sure16:05
kevinbentonakamyshnikova_: that's the same error i was getting with sqlite locally when the model was missing it16:05
anteayasorry my clock is wrong just under an hour16:05
regXboianteaya!!!!16:05
anteaya:)16:05
regXboilong time, no speak16:05
anteayaregXboi: how are you, you have been busy16:05
*** gvrangan has joined #openstack-neutron16:05
regXboianteaya: ack - chasing my nose into all sorts of scary places16:06
anteayaI see that16:06
*** ZZelle has quit IRC16:06
anteayalearning anything new?16:06
regXboianteaya: nothing that makes me happy16:06
anteaya:(16:06
anteayalearning things that make you happy are good16:06
regXboiwell, right now, I'm trying to understand how/why vpnaas appears to render basic L3 pretty much unscalable16:07
*** davidsha has joined #openstack-neutron16:07
*** oshvartz has quit IRC16:07
anteayasounds like something worth understanding16:07
*** nyechiel_ has joined #openstack-neutron16:07
*** nyechiel has quit IRC16:08
*** banix has joined #openstack-neutron16:08
*** vishwana_ has joined #openstack-neutron16:08
Sam-I-AmregXboi: you didnt run away screaming?16:08
Sam-I-Amanteaya: hi16:08
anteayaSam-I-Am: hi16:08
regXboiSam-I-Am: it's that +2 thing, I sorta feel responsible16:09
*** EvgenyF has joined #openstack-neutron16:09
anteayaSam-I-Am: so gerrit goes down in just under an hour: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html16:09
Sam-I-AmregXboi: can you +2 yourself another liver?16:09
*** [1]evgenyf has joined #openstack-neutron16:09
anteayaSam-I-Am: since you are such a great disseminator of knowledge16:09
*** armax has joined #openstack-neutron16:09
regXboiSam-I-Am: the liver is fine, it's the nerves that are shot :)16:09
Sam-I-AmregXboi: colorado can fix that16:09
Sam-I-Amanteaya: oh?16:10
regXboianteaya: is there an ETA for gerrit coming back on line?16:10
anteayawe have given ourselves a 4 hour window16:10
*** tbachman_ has joined #openstack-neutron16:10
regXboiack, thanks anteaya16:10
anteayaso 21:00 utc should see it back in action16:10
*** vishwanathj has quit IRC16:10
anteayawelcome16:10
regXboii'll be fighting with various other things for the rest of the day, I expect16:10
*** tbachman has quit IRC16:11
*** tbachman_ is now known as tbachman16:11
*** manjeets has joined #openstack-neutron16:11
akamyshnikova_kevinbenton, adding with_variant for migration does not help, I tried it locally and have the same errors16:12
regXboiSam-I-Am: actually, I think I'm looking at revenge of multinode vpnaas :016:13
Sam-I-AmregXboi: how is it revenge?16:13
regXboias in "I thought I had it working"16:13
anteayaregXboi: glad to see you have your day planned for full effectiveness16:14
regXboibut I'm running into an RPC failure that makes me think not :)16:15
Sam-I-AmregXboi: so... 2 nodes. vpnaas is a service plugin? vpn agent replaces l3 agent on non-controller node?16:15
regXboianteaya: we try16:15
anteaya:)16:15
regXboiSam-I-Am: 4 nodes actually16:15
Sam-I-Ambut if vpn agent not on controller node -> fail?16:15
regXboiSam-I-Am: right now set up as controller+network+2 computes16:15
Sam-I-AmregXboi: thats ambitious16:15
regXboiSam-I-Am: I've had that working for legacy L3, DVR and HA (three separate scenarios with some slight modifications)16:16
*** kobis has quit IRC16:16
regXboiHA was controller+2 network+1 compute16:16
regXboiso I've gotten fairly dexterous and multinode16:16
regXboier s/and/at/16:16
Sam-I-Ammy labs are usually controller + 2 net + 2 compute16:16
Sam-I-Ambut i havent used vpnaas16:17
Sam-I-Amin theory it sounds like you just run the vpnaas agent on the net node16:17
regXboiyeah, I have #5, but I've left that as stand alone for the moment for functional testing16:17
kevinbentonakamyshnikova_: oh, that test that is failing is not even the migration test. i see16:17
*** ekarlso has joined #openstack-neutron16:17
regXboiSam-I-Am: yeah, that took some hacking of the devstack plugin16:17
regXboiand there is a patch set for that16:17
regXboinow I'm trying to understand why scheduling the first router takes 1 minute instead of 1 second16:17
kevinbentonakamyshnikova_: but what was the fix you applied because that test isn't failing upstream with that error16:17
Sam-I-AmregXboi: i'm guessing devstack only had it working on the conventional gate job AIO?16:18
regXboibut that looks to be an RPC timeout16:18
*** apuimedo_ has quit IRC16:18
Sam-I-Amdoes it eventually work?16:18
regXboiSam-I-Am: I haven't even begun to look at the tests16:18
regXboiSam-I-Am: sorta16:18
akamyshnikova_kevinbenton, actually it does not have anything related to this https://review.openstack.org/#/c/258471/16:18
regXboiit gets there eventually, with the exception that I still haven't seen a FIP16:19
Sam-I-Amusually an rpc timeout that long doesn't recover16:19
*** markus_z has quit IRC16:19
amullerregXboi: Mr. Moats, I thought that I'd bring https://bugs.launchpad.net/neutron/+bug/1526559 to your attention16:19
openstackLaunchpad bug 1526559 in neutron "L3 agent parallel configuration of routers might slow things down" [Undecided,New]16:19
akamyshnikova_kevinbenton, I change only test_migrations16:19
regXboiamuller: yeah, I've seen that16:19
*** kobis has joined #openstack-neutron16:19
regXboiand been thinking about it :016:19
*** lizk has quit IRC16:20
*** thorst has quit IRC16:20
regXboimind you I believe that rootwrap helps quite a bit16:20
kevinbentonakamyshnikova_: oh, i think you are modifying the class though in this change16:20
kevinbentonakamyshnikova_: it's like having a mock that's not cleaned up16:20
kevinbentonakamyshnikova_: that will persist through other tests16:20
*** agireud has quit IRC16:20
*** thorst has joined #openstack-neutron16:20
-openstackstatus- NOTICE: Gerrit will be offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html16:20
regXboiamuller: IIRC I've done a cold restart with 100 routers on master and it wasn't all that bad16:20
regXboiamuller: I admit that I didn't time it though16:21
kevinbentonakamyshnikova_: so you will need to store orig meta_col.type16:21
*** agireud has joined #openstack-neutron16:21
amullerregXboi: I was *really* hoping you'd try to reproduce the issue on master16:21
Sam-I-Amwhen would an environment not use rootwrap?16:21
amullerregXboi: and mayyyybe graph the time to configure a router + CPU load as a function of the greenpool size16:21
amullerSam-I-Am: he meant rootwrap-daemon16:21
regXboiamuller: I'll assign it to myself - I can likely figure out something with master and a slightly smaller scale16:21
regXboi(i.e. 100 routers)16:21
amullerregXboi: That'd be fantastic16:22
kevinbentonakamyshnikova_: does that make sense?16:22
regXboiamuller: I've self assigned it - it's on my queue once I figure out this vpnaas inanity16:22
*** astupnikov has quit IRC16:22
Sam-I-Amgrab a snickers?16:22
*** EinstCrazy has quit IRC16:23
amullerregXboi++16:23
regXboiamuller: oddly enough, I had looked at that pool of 8 and wondered if it could get in its own way16:23
amullerwe really need a karma bot in this channel16:23
akamyshnikova_kevinbenton, yes, let me think how to do and check this16:23
Sam-I-AmregXboi: what type of env are you launching 100+ routers on?16:23
regXboiSam-I-Am: the one I'm telling you about16:23
*** apuimedo_ has joined #openstack-neutron16:23
Sam-I-Ami think my env on cloud servers would bork itself16:23
Sam-I-Amhardware or vms?16:23
regXboiSam-I-Am: take a look at https://etherpad.openstack.org/p/hyper-scale16:23
regXboivms16:23
regXboiI've done it on hardware and vms16:23
regXboithis is my sorta-standard hyper-scale exploration approach16:24
openstackgerritAssaf Muller proposed openstack/neutron: Change call to cast when recipient doesn't return value  https://review.openstack.org/25824116:24
*** mkoderer has quit IRC16:24
kevinbentonakamyshnikova_: left a comment with a quick way to do it16:25
*** mkoderer has joined #openstack-neutron16:26
*** julim has joined #openstack-neutron16:26
akamyshnikova_kevinbenton, thanks! I'm already testing something like this :) thanks a lot! I though I will try to fix next couple of hours16:27
Sam-I-AmregXboi: you sound like a math nerd :)16:27
*** rossella_s has quit IRC16:28
*** ihrachys has quit IRC16:28
regXboiSam-I-Am: guilty as charged - as a EE, I learned that "to understand EE, I needed to understand physics" and "to understand physics, I needed to understand math"16:28
regXboiso I understand math16:28
*** thorst has quit IRC16:29
*** azbiswas has joined #openstack-neutron16:29
amullerI think I learned about correlation coefficient in high school =p16:29
*** rossella_s has joined #openstack-neutron16:30
Sam-I-AmregXboi: i'm also an EE, but i think my brain deleted most of that content16:30
regXboiit's amazing what you can warp least squares into16:30
*** rossella_s has quit IRC16:30
kevinbentonamuller: ping16:32
kevinbentonamuller: reviewing this massive patch you've dropped :) https://review.openstack.org/#/c/258241/2/neutron/agent/dhcp/agent.py16:33
yalieping kevinbenton16:33
kevinbentonyalie: hi16:34
kevinbentonamuller: and i dispute the claim that the error isn't handled in that particular case16:34
yaliekevinbenton: sorry to intrrupt you, and my limited-portsec need your help :)16:34
kevinbentonamuller: but wanted to see if my reasoning is correct16:34
kevinbentonyalie: ok16:35
kevinbentonyalie: what's up?16:35
yaliekevinbenton: I find it really need to deal with dependency between the extensions port-sec and limited-portsec16:35
*** tbachman has quit IRC16:36
*** javeriak_ has quit IRC16:36
yaliekevinbenton: and some db operation need be updated, because one of the two extension may create the row, the others may updated it.16:36
*** gampel1 has quit IRC16:36
yaliekevinbenton: https://review.openstack.org/#/c/250036/16:36
yalieping ajo16:36
mhickeyregXboi, Sam-I-Am: lotta maths in EE.16:37
yaliekevinbenton: I leave some my concern in the comments16:37
*** jlibosva has quit IRC16:37
*** tbachman has joined #openstack-neutron16:37
*** gsagie_ has joined #openstack-neutron16:38
*** banix has quit IRC16:38
*** scheuran has quit IRC16:38
yaliekevinbenton: thanks kevinbenton16:39
Sam-I-Ammhickey: yep.16:40
regXboipc_m: ping?16:42
openstackgerritAnn Kamyshnikova proposed openstack/neutron: Fix comparison of Variant and other type in test_model_sync  https://review.openstack.org/25847116:42
amullerkevinbenton: checking...16:43
*** admin0 has quit IRC16:43
kevinbentonamuller: haven't said anything ont he patch :)16:44
kevinbentonamuller: wanted to chat here instead first16:44
*** alejandrito has joined #openstack-neutron16:44
amullerkevinbenton: where are you seeing error handling for release_dhcp_port?16:45
kevinbentonamuller: so that bubbles all of the way up to the disable call in reload_allocations if i understand correctly16:46
kevinbentonamuller: and a failure of that will trigger another attempt16:46
*** azbiswas_ has joined #openstack-neutron16:46
kevinbentonbecause _destroy_namespace_and_port only catches runtimeerror16:46
kevinbentonand oslo messaging error doesn't inherit from that, does it?16:47
amullerit shouldn't16:47
regXboiSam-I-Am: ok, so I think I found the next problem :)16:47
*** azbiswas has quit IRC16:48
*** moshele has joined #openstack-neutron16:48
kevinbentonamuller: so then i think in this case if a release_dhcp_port fails we are going to retry16:48
*** azbiswas has joined #openstack-neutron16:48
kevinbentonamuller: but not after this patch16:48
amullerkevinbenton: yeah with schedule_resync16:48
amulleryou're right16:48
*** mosulica has quit IRC16:48
*** apuimedo_ has quit IRC16:49
*** admin0 has joined #openstack-neutron16:50
amullerkevinbenton: ok I'll remove that one16:50
amullerkevinbenton: I don't intend to change behavior with this patch16:50
amullerat least as far as retries go16:50
kevinbentonamuller: ack16:50
*** javeriak has joined #openstack-neutron16:51
Sam-I-AmregXboi: whats that?16:52
*** azbiswas_ has quit IRC16:52
*** shwetaap has quit IRC16:52
regXboiit looks like openswan isn't entirely here16:52
Sam-I-Amdid it migrate south for the winter?16:53
*** jbell8 has joined #openstack-neutron16:53
regXboiSam-I-Am I'm sorta wondering if it did :)16:53
*** admin0 has quit IRC16:53
*** apuimedo_ has joined #openstack-neutron16:53
*** banix has joined #openstack-neutron16:54
Sam-I-Amhalfway tempted to replicate this16:54
Sam-I-Amor at least poke at vpnaas16:54
Sam-I-Ameventually it will need some love16:54
*** signed8bit has quit IRC16:55
regXboiwell, right now an RPC call to self is timing out16:55
regXboiwhich strikes me as rather ... silly16:55
*** sthillma has joined #openstack-neutron16:57
amullerkevinbenton: for update_floatingip_statuses a time out or other failure there would actually cause a full resync of all routers16:57
amullerkevinbenton: with call16:57
*** sthillma_ has joined #openstack-neutron16:57
amullerkevinbenton: pondering if that behavior is desirable to keep16:57
kevinbentonamuller: right, it's a bit of a hammer but it will eventually update the status to the correct state, right?16:58
*** lizk has joined #openstack-neutron16:58
kevinbentonamuller: maybe we need a catch around that one to trigger a retry16:58
kevinbentonamuller: in the next loop16:58
amullerkevinbenton: actually the next iteration might not send an update16:59
*** banix has quit IRC16:59
amullerkevinbenton: cause of the optimization with FLOATINGIP_STATUS_NOCHANGE16:59
*** Leom has joined #openstack-neutron16:59
openstackgerritHaim Daniel proposed openstack/neutron: Qos policy RBAC DB setup and migraition  https://review.openstack.org/25008116:59
kevinbentonamuller: why would it be NOCHANGE?17:00
*** apuimedo_ has quit IRC17:00
kevinbentonamuller: wouldn't it see that the status is still DOWN and trigger a transition to active?17:00
openstackgerritHaim Daniel proposed openstack/neutron: Qos policy RBAC DB setup and migration  https://review.openstack.org/25008117:02
*** signed8bit has joined #openstack-neutron17:02
*** sthillma has quit IRC17:02
*** sthillma_ is now known as sthillma17:02
*** signed8bit is now known as signed8bit_ZZZzz17:02
*** signed8bit_ZZZzz is now known as signed8bit17:02
kevinbentonamuller: oh, i see that's locally cached info17:02
flaviofamuller wrt https://review.openstack.org/#/c/258241/.  By changing call to cast, wouldn't that also change the behavior in the the caller will no longer 'block' until the function completes?17:03
amullerflaviof: yeah that's why it'll be faster17:03
kevinbentonamuller: it looks like NOCHANGE is local17:03
kevinbentonamuller: so unless the local cache is updated to ACTIVE somewhere we should still try again17:04
flaviofamuller gotcha. just that there is nothing 'special' in the call that makes the caller 'safe' to do X17:04
*** javeriak_ has joined #openstack-neutron17:04
*** javeriak has quit IRC17:04
flaviofin cases where I see X as in something the caller needs to ensure is done, and not so much on the return status.17:05
-openstackstatus- NOTICE: Gerrit is offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html17:05
*** ChanServ changes topic to "Gerrit is offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html"17:05
*** shwetaap has joined #openstack-neutron17:05
*** emagana has quit IRC17:05
flaviofamuller fyi this is more of a curiosity on changing call to cast in general; not specific to your change anymore.17:05
amullerkevinbenton: yeah I think next time the agent will fetch the router again, the FIP status will still be DOWN17:05
*** apuimedo_ has joined #openstack-neutron17:06
amullerkevinbenton: so it shouldn't be NOCHANGE17:06
kevinbentonamuller: since it's a full sync, right17:06
*** devvesa has quit IRC17:06
amullerkevinbenton: two points for gryffindor!17:06
dougwigSwami_, regXboi, carl_baldwin: btw, i am fine with a single-node that votes in the CHECK queue in the short-term. that's about 90% as good as being in both queues, without the underlying instability that has nothing to do with dvr stacking up and causing pain.17:07
kevinbentonamuller: crap, gerrit maintenance now so i can't see what other evils you have done :)17:07
*** gsagie_ has quit IRC17:08
*** jlanoux has quit IRC17:08
haleybdougwig: yes, we were talking about that in the DVR meeting when we ran out of time, but I plan on updating that review today17:08
amullerkevinbenton: there's a L3 HA notification that we don't do retries on17:09
amullerkevinbenton: so that one should really be ok17:09
amullerkevinbenton: and there's update_device_up in the L2 agents17:09
*** wolverineav has joined #openstack-neutron17:09
*** apuimedo_ has quit IRC17:10
amullerkevinbenton: that last one I remember was really dramatic performance wise17:10
*** wolverineav has quit IRC17:10
*** elo has joined #openstack-neutron17:10
*** wolverin_ has joined #openstack-neutron17:11
*** john-davidge has joined #openstack-neutron17:11
*** yfried has quit IRC17:11
amullerkevinbenton: I'd have to look again if we have any error handling for it, that's actually in the critical path for VM boot, so when I think about it, ensuring that the notification arrives on the  server is kinda important :)17:11
*** moshele has quit IRC17:11
lizkping17:14
*** fzdarsky_ is now known as fzdarsky|afk17:14
lizkcan somebody tell me why gate-grenade-dsvm-neutron doesn't update etc/neutron/rootwrap.d/l3.filters, when code changing happened to l3.filters17:14
*** nlahouti has joined #openstack-neutron17:15
Swami_dougwig: thanks17:15
*** apuimedo_ has joined #openstack-neutron17:16
kevinbentonamuller: yeah, i think we do handle those failures17:16
sc68calamuller: HenryG: If you have q's about L3 & HA for LB ask Sam-I-Am17:17
kevinbentonamuller: _device_list_rpc_call_with_failed_dev17:17
kevinbentonamuller: stashes them in failed_devices17:17
carl_baldwindougwig: That sounds reasonable.17:18
regXboidougwig: I think folks can work with that17:18
carl_baldwinregXboi: Sorry, had to take off at 9am.  I'm back.17:18
*** davidsha has quit IRC17:19
regXboicarl_baldwin: no worries - I'm in self-inflicted vpnaas hell right now17:19
*** [1]evgenyf has quit IRC17:19
carl_baldwinregXboi: Sounds fun.17:19
*** ygbo has quit IRC17:19
HenryGsc68cal: Sam-I-Am filed the bug, I was trying to find someone to confirm it17:19
carl_baldwinregXboi: I'm going to put my thoughts on the review for the voting job.17:19
*** EvgenyF has quit IRC17:19
regXboicarl_baldwin: ack - I think dougwig's statement solves all the issues17:20
carl_baldwinregXboi: ... or not.  Just remembered the gerrit upgrade is now.  :)17:20
regXboicarl_baldwin: yeah17:20
*** yfried has joined #openstack-neutron17:20
sc68calHenryG: ah. well it's via openstack-ansible deployment so it should be easy to reproduce/confirm17:20
*** yamahata has quit IRC17:21
*** salv-orlando has joined #openstack-neutron17:21
* carl_baldwin wonders what to do without gerrit17:21
* carl_baldwin also remembers he is bug deputy. Plenty to do.17:21
*** abregman has quit IRC17:22
armaxsc68cal: ping17:23
*** mickeys has joined #openstack-neutron17:24
*** apuimedo_ has quit IRC17:25
armaxsdague: ping17:26
armaxsdague: I wonder if you have any pointers for me to collect gate reset data17:26
*** thorst has joined #openstack-neutron17:26
*** vishwana_ is now known as vishwanathj17:27
*** apuimedo has quit IRC17:27
*** hdaniel has quit IRC17:27
sc68calarmax: pong17:28
*** bharathm has joined #openstack-neutron17:28
*** signed8bit is now known as signed8bit_ZZZzz17:28
regXboiamuller: let me double check you on https://bugs.launchpad.net/neutron/+bug/152655917:28
openstackLaunchpad bug 1526559 in neutron "L3 agent parallel configuration of routers might slow things down" [Undecided,New] - Assigned to Ryan Moats (rmoats)17:28
*** apuimedo has joined #openstack-neutron17:28
*** sbalukoff has quit IRC17:28
regXboiyou are asking for the time to rescheule on a restart of master as a function of number of green threads?17:28
*** ihrachys has joined #openstack-neutron17:28
amullerregXboi: yeah if you have 100 routers configured (Preferably some of them should be HA, since that'd involve keepalived), how long does it take to finish configuring all 100, as a function of the GreenPool size17:29
*** signed8bit_ZZZzz is now known as signed8bit17:29
amullerand also what's the CPU load average for each run17:29
*** javeriak_ has quit IRC17:29
regXboihmmm, for the HA routers, you are talking about restarting both l3 agents or only one?17:30
*** apuimedo_ has joined #openstack-neutron17:31
*** Swami_ has quit IRC17:32
lizkhello all. can someone tell me why will gate-grenade-dsvm-neutron update etc/neutron/rootwrap.d/l3.filters based on changing code ?17:32
*** sbalukoff has joined #openstack-neutron17:33
lizks/will/will not17:33
*** thorst has quit IRC17:33
*** salv-orlando has quit IRC17:34
*** salv-orlando has joined #openstack-neutron17:34
*** ankurgupta1 has joined #openstack-neutron17:35
*** jckasper has quit IRC17:36
*** azbiswas_ has joined #openstack-neutron17:37
*** apuimedo_ has quit IRC17:38
*** jckasper has joined #openstack-neutron17:39
*** azbiswas has quit IRC17:40
*** jistr has quit IRC17:42
*** apuimedo_ has joined #openstack-neutron17:43
*** dedery has quit IRC17:43
*** dconde has joined #openstack-neutron17:43
*** Swami_ has joined #openstack-neutron17:44
*** anshul has quit IRC17:44
*** odlD2 has joined #openstack-neutron17:44
*** javeriak has joined #openstack-neutron17:44
*** jlibosva has joined #openstack-neutron17:44
*** lajos-katona has joined #openstack-neutron17:45
*** azbiswas has joined #openstack-neutron17:47
*** gberginc has joined #openstack-neutron17:48
*** yamahata has joined #openstack-neutron17:48
*** lizk has quit IRC17:49
*** apuimedo_ has quit IRC17:50
*** azbiswas_ has quit IRC17:51
*** logan- has quit IRC17:51
*** ihrachys has quit IRC17:52
Sam-I-AmregXboi: still sane?17:52
Sam-I-AmregXboi: rather, not-quite-insane17:53
*** madhu_ak has quit IRC17:54
Sam-I-Amsc68cal: i reproduced that bug outside of o-a too17:54
Sam-I-Amsc68cal: actually, all of my testing of lb + l3ha + l2pop was done outside of -oa17:54
Sam-I-Amo-a17:54
sc68calSam-I-Am: ACK. we need a "confirmed-by-Sam-I-Am" tag in neutron LP17:55
amullerregXboi: sorry only one17:55
Sam-I-Amsc68cal: lulz17:55
*** apuimedo_ has joined #openstack-neutron17:56
regXboiamuller: that's what I thought - I'll see what I can come up with17:56
*** fzdarsky|afk is now known as fzdarsky17:56
regXboiSam-I-Am: sorta17:56
*** apuimedo has quit IRC17:58
*** gvrangan has quit IRC17:58
*** ekuris has quit IRC17:59
regXboiamuller: right now I'm not set up for HA routers, so I'll run through with legacy only and then reconfigure and repeat with some HA in the mix18:00
*** apuimedo has joined #openstack-neutron18:00
amullerregXboi: I think that HA routers might affect the results heavily, but any measurements would be very beneficial, even with only legacy routers18:00
regXboiamuller: ack - I'm just running with what I've got without having to do a reclone18:01
*** azbiswas_ has joined #openstack-neutron18:01
regXboiamuller: at least until gerrit is back online18:01
*** oshvartz has joined #openstack-neutron18:02
* regXboi lunches - biab18:02
*** sambetts is now known as sambetts-afk18:04
*** azbiswas has quit IRC18:04
*** EinstCrazy has joined #openstack-neutron18:05
*** wolverin_ has quit IRC18:05
*** eil397 has joined #openstack-neutron18:06
*** lajos-katona has quit IRC18:07
*** apuimedo has quit IRC18:07
*** apuimedo_ has quit IRC18:07
*** apuimedo has joined #openstack-neutron18:08
*** numans has joined #openstack-neutron18:08
*** jpena has quit IRC18:11
*** EinstCrazy has quit IRC18:11
*** apuimedo_ has joined #openstack-neutron18:12
*** manjeets has quit IRC18:13
*** apuimedo has quit IRC18:15
*** Aish has joined #openstack-neutron18:15
*** apuimedo has joined #openstack-neutron18:16
*** madhu_ak has joined #openstack-neutron18:16
*** rohit_ has joined #openstack-neutron18:17
*** akamyshnikova_ has quit IRC18:17
*** gampel has joined #openstack-neutron18:17
*** SurajD has quit IRC18:20
*** salv-orlando has quit IRC18:21
*** hitalia has joined #openstack-neutron18:21
*** apuimedo_ has quit IRC18:21
*** SurajD has joined #openstack-neutron18:22
*** apuimedo has quit IRC18:22
*** apuimedo has joined #openstack-neutron18:23
*** gvrangan has joined #openstack-neutron18:23
*** salv-orlando has joined #openstack-neutron18:23
*** aranjan has joined #openstack-neutron18:26
*** apuimedo_ has joined #openstack-neutron18:27
*** apuimedo has quit IRC18:28
*** pradk has joined #openstack-neutron18:28
*** apuimedo has joined #openstack-neutron18:29
*** wolverineav has joined #openstack-neutron18:29
*** thorst has joined #openstack-neutron18:31
*** hoangcx has joined #openstack-neutron18:32
*** baoli has quit IRC18:32
*** briancurtin has quit IRC18:33
* regXboi unlunches18:34
*** briancurtin has joined #openstack-neutron18:34
*** signed8bit is now known as signed8bit_ZZZzz18:34
*** aix has quit IRC18:35
kevinbentonregXboi: quick lunch. lunch at home?18:36
*** signed8bit_ZZZzz is now known as signed8bit18:36
regXboikevinbenton: no - just ran out, picked up and brought back18:37
kevinbentonregXboi: ah, makes sense18:37
regXboikevinbenton: last day before burning up the rest of the pto18:37
kevinbentonregXboi: do you have any code profiling network retrieval or subnet retrieval?18:37
*** yamamoto has quit IRC18:38
regXboikevinbenton: nothing beyond anecdotal18:38
regXboibut it's not that hard to mark it up18:38
pc_mdougwig: ping18:38
*** apuimedo has quit IRC18:38
*** shivrao has joined #openstack-neutron18:38
*** yamamoto has joined #openstack-neutron18:38
kevinbentonregXboi: ah, i had just submitted a few fixes for network and subnet retrieval and was wondering if any of your tests depended on that18:39
*** thorst has quit IRC18:39
sdaguearmax: sorry, can you reframe the question?18:39
kevinbentonregXboi: and was going to have you re-profile if they did18:39
*** apuimedo_ has quit IRC18:39
regXboikevinbenton: no - I'm off chasing vpnaas right now18:39
kevinbentonregXboi: ack18:39
regXboikevinbenton: well, and restarting18:39
regXboi(courtesy of amuller)18:39
regXboikevinbenton if you tell me the patch sets, I can see what I can come up with18:39
armaxsdague: sure, say I wanted to know how many gate resets happened during the last week and which change caused the reset18:40
armaxsdague: is there an easy way to see that?18:40
*** apuimedo has joined #openstack-neutron18:40
sdaguearmax: no, not really, that's a whole other data collection issue18:40
*** s3wong has joined #openstack-neutron18:40
kevinbentonregXboi: https://github.com/openstack/neutron/commit/806e67538fbea49530aa0eedb75694cd8bad439d https://github.com/openstack/neutron/commit/f5b950dffecc049df11981dcfb5574121be3eb6918:41
armaxsdague: um, I was hoping there was18:41
armaxsdague: or perhaps, I am looking at this the wrong way18:41
*** tbachman_ has joined #openstack-neutron18:42
*** wolverineav has quit IRC18:42
*** tbachman has quit IRC18:42
*** tbachman_ is now known as tbachman18:42
*** sleviim has joined #openstack-neutron18:42
*** wolverineav has joined #openstack-neutron18:43
*** apuimedo_ has joined #openstack-neutron18:44
*** krypto has joined #openstack-neutron18:45
regXboikevinbenton: ack and thx18:45
*** nyechiel_ has quit IRC18:45
*** thorst has joined #openstack-neutron18:46
armaxmtreinish: http://status.openstack.org/openstack-health/#/g/project/openstack%252Fneutron failures and passes are check and gate combined, correct?18:47
*** apuimedo has quit IRC18:47
*** sridhar_ram has joined #openstack-neutron18:48
armaxmtreinish: or just gate?18:48
*** ivar-lazzaro has joined #openstack-neutron18:48
*** apuimedo has joined #openstack-neutron18:48
*** yamamoto has quit IRC18:48
*** ivar-lazzaro has quit IRC18:48
*** david-lyle_ has joined #openstack-neutron18:49
*** ivar-lazzaro has joined #openstack-neutron18:49
*** david-lyle has quit IRC18:50
*** ivar-lazzaro has quit IRC18:50
*** amuller is now known as amuller_afk18:51
pc_mkevinbenton: hi18:51
kevinbentonpc_m: hey18:51
pc_mkevinbenton: Sorry I missed the neutron-lib meeting. Had UTC conversion wrong18:52
pc_mkevinbenton: So we want to go back to my original patch set (before the attempted registration proposal)?18:52
*** tbachman has quit IRC18:52
*** tbachman has joined #openstack-neutron18:53
*** sleviim has quit IRC18:54
*** david-lyle_ is now known as david-lyle18:54
*** ivar-lazzaro has joined #openstack-neutron18:54
kevinbentonpc_m: yeah, so first thing is to just copy it as it exists in neutron exactly18:55
kevinbentonpc_m: then propose a different one18:55
pc_mkevinbenton: Do we want to modify notify to have a payload argument vs **kwargs?18:55
kevinbentonthat changes it18:55
kevinbentonno, not in the first patch18:55
pc_mok.18:55
kevinbentonjust to make it easy to see what is being changed18:55
pc_mSo my previous PS had that.18:55
pc_mI can revert to the previous PS and repush.18:55
kevinbentonthat works18:55
*** hoangcx has quit IRC18:55
kevinbentonand then you can push another one that is just the changes we want to make18:56
kevinbentonmakes it easier to review18:56
pc_mkevinbenton: Agreed18:56
pc_mkevinbenton: I'm pretty close to having some API items too.18:57
kevinbentonpc_m: what kind of items?18:57
*** signed8bit is now known as signed8bit_ZZZzz18:57
*** ChuckC has joined #openstack-neutron18:57
pc_mkevinbenton: I too the validators and conversion methods and put them into separate methods (extracted from attributes). They could be moved up to neutron-lib.18:57
pc_mkevinbenton: dougwig wanted me to check with you about Pecan and if there was any impact.18:58
kevinbentonpc_m: right. i think that should be okay for pecan18:58
kevinbentonpc_m: type validation should stay similar18:58
kevinbentonpc_m: worst case is that we would end up using something else completely18:58
pc_mkevinbenton: I have the code split and tested in neutron. Just need to put into neutron-lib, and need to extract the UTs too and make sure they are all covered.18:58
kevinbentonpc_m: but i don't think that's the case now18:58
pc_mkevinbenton: cool18:59
*** javeriak_ has joined #openstack-neutron18:59
*** crose has quit IRC18:59
kevinbentoni think the pie in the sky goal is that validation could be part of a neutron object itself18:59
*** ivar-lazzaro has quit IRC18:59
kevinbentonso the api would just try to construct a neutron object18:59
kevinbentonand the object would validate and raise an error if it encountered one19:00
*** SurajD has quit IRC19:00
kevinbentonbut even then, it might end up using the same validation functions internally19:00
*** signed8bit_ZZZzz is now known as signed8bit19:01
*** javeriak has quit IRC19:01
pc_mkevinbenton: Yeah, these all look like they could be common validation routines.19:01
*** wolverin_ has joined #openstack-neutron19:03
*** safchain has quit IRC19:03
*** sleviim has joined #openstack-neutron19:03
*** mlavalle has quit IRC19:05
*** nlahouti has quit IRC19:06
*** wolverineav has quit IRC19:06
*** ivar-lazzaro has joined #openstack-neutron19:07
mtreinisharmax: only gate19:07
armaxmtreinish: ack19:07
armaxmtreinish: thanks19:07
mtreinisharmax: the subunit2sql gearman worker is only collecting results from the gate and periodic queues:  https://github.com/openstack-infra/system-config/blob/master/modules/openstack_project/files/logstash/jenkins-log-client.yaml#L14-L2519:08
*** nlahouti has joined #openstack-neutron19:09
*** javeriak_ has quit IRC19:09
*** kbringard has joined #openstack-neutron19:10
*** gberginc has quit IRC19:10
*** dedery has joined #openstack-neutron19:12
*** Akanksha08 has quit IRC19:12
*** apuimedo_ has quit IRC19:12
*** TrevorV has quit IRC19:13
*** sthillma has quit IRC19:13
*** SurajD has joined #openstack-neutron19:14
*** sleviim has quit IRC19:14
*** signed8bit has quit IRC19:14
*** wolverin_ has quit IRC19:15
*** wolverineav has joined #openstack-neutron19:15
*** wolverineav has quit IRC19:15
*** wolverineav has joined #openstack-neutron19:16
*** david-lyle has quit IRC19:17
*** apuimedo_ has joined #openstack-neutron19:17
*** manjeets has joined #openstack-neutron19:18
*** yamamoto has joined #openstack-neutron19:18
*** yamamoto has quit IRC19:19
*** david-lyle has joined #openstack-neutron19:20
gvranganHi, Any google docs or wiki reference to Metadata support in OpenStack?19:20
*** david-lyle_ has joined #openstack-neutron19:24
*** david-lyle has quit IRC19:24
*** ganso has joined #openstack-neutron19:25
*** tpsilva has joined #openstack-neutron19:26
*** SurajD has quit IRC19:26
*** dims has joined #openstack-neutron19:27
*** salv-orlando has quit IRC19:27
gansohello guys! Until liberty I could configure a flat provider network just fine, just create a bridge, add interface to bridge, and configure physnet mapping in ml2_conf.ini... for some reason that is not working in current devstack anymore, my instances cannot ping anything from the flat network... has any configuration changed or is there any new step19:27
gansonecessary to configure provider network on current version?19:27
*** gampel has quit IRC19:27
*** SurajD has joined #openstack-neutron19:29
*** tmorin_ has joined #openstack-neutron19:29
*** numans has quit IRC19:29
*** pai15 has joined #openstack-neutron19:29
*** slaweq has joined #openstack-neutron19:30
*** gampel has joined #openstack-neutron19:30
*** boris-42_ has joined #openstack-neutron19:30
*** david-lyle_ has quit IRC19:30
*** sleviim has joined #openstack-neutron19:30
*** apuimedo_ has quit IRC19:31
dougwigpc_m: ack19:33
*** shwetaap has quit IRC19:34
*** vishwanathj_ has quit IRC19:35
*** sthillma has joined #openstack-neutron19:36
*** banix has joined #openstack-neutron19:37
*** gampel has quit IRC19:37
*** apuimedo_ has joined #openstack-neutron19:37
*** slaweq has quit IRC19:37
*** apuimedo has quit IRC19:37
*** apuimedo has joined #openstack-neutron19:38
*** tmorin_ has quit IRC19:38
*** admin0 has joined #openstack-neutron19:39
pc_mdougwig: Just wanted to apologizre for missing neutron-lib mtg. I had the UTC conversion wrong. I talked to kevinbenton a bit on this.19:41
*** signed8bit has joined #openstack-neutron19:41
pc_mdougwig: As soon as gerrit is up, I can push a change.19:41
*** SurajD has quit IRC19:42
*** krypto has quit IRC19:44
*** krypto has joined #openstack-neutron19:45
*** apuimedo_ has quit IRC19:46
*** SurajD has joined #openstack-neutron19:46
*** ankurgupta1 has left #openstack-neutron19:47
*** vhoward has joined #openstack-neutron19:48
*** signed8bit is now known as signed8bit_ZZZzz19:48
*** david-lyle has joined #openstack-neutron19:48
*** gberginc has joined #openstack-neutron19:49
*** krypto has quit IRC19:50
*** krypto has joined #openstack-neutron19:50
*** bharathm has quit IRC19:51
*** apuimedo_ has joined #openstack-neutron19:52
*** signed8bit_ZZZzz is now known as signed8bit19:52
*** mlavalle has joined #openstack-neutron19:53
*** apuimedo has quit IRC19:54
*** SurajD has quit IRC19:55
*** apuimedo has joined #openstack-neutron19:56
*** banix has quit IRC19:57
*** apuimedo_ has quit IRC19:57
*** davideagnello has joined #openstack-neutron19:57
*** jckasper has quit IRC19:57
*** dslev has quit IRC19:58
*** john-davidge has quit IRC19:58
*** jckasper has joined #openstack-neutron19:59
*** jckasper has quit IRC19:59
*** apuimedo_ has joined #openstack-neutron20:03
*** apuimedo has quit IRC20:06
*** pai15 has quit IRC20:06
*** apuimedo has joined #openstack-neutron20:06
*** pai15 has joined #openstack-neutron20:06
*** jckasper has joined #openstack-neutron20:07
*** jckasper has quit IRC20:07
*** apuimedo_ has quit IRC20:07
*** amuller_afk is now known as amuller20:09
*** pai15 has quit IRC20:09
*** pai15 has joined #openstack-neutron20:09
*** sanghai_ has joined #openstack-neutron20:09
*** apuimedo has quit IRC20:11
*** apuimedo has joined #openstack-neutron20:11
*** john-davidge has joined #openstack-neutron20:12
*** slaweq has joined #openstack-neutron20:12
*** apuimedo_ has joined #openstack-neutron20:12
*** jbell8 has quit IRC20:15
*** TrevorV has joined #openstack-neutron20:16
*** ociuhandu has quit IRC20:18
*** dims has quit IRC20:18
*** dims has joined #openstack-neutron20:19
*** yamamoto has joined #openstack-neutron20:19
*** apuimedo has quit IRC20:21
*** apuimedo_ has quit IRC20:21
*** apuimedo has joined #openstack-neutron20:22
*** mhickey has quit IRC20:25
*** yamamoto has quit IRC20:25
*** apuimedo_ has joined #openstack-neutron20:26
*** apuimedo has quit IRC20:27
*** apuimedo has joined #openstack-neutron20:28
*** elo has quit IRC20:28
*** elo has joined #openstack-neutron20:28
*** mickeys has quit IRC20:29
*** sanghai_ has quit IRC20:29
*** apuimedo_ has quit IRC20:31
*** Aish has quit IRC20:34
*** kobis has quit IRC20:36
*** apuimedo_ has joined #openstack-neutron20:36
*** changbl has joined #openstack-neutron20:37
*** apuimedo has quit IRC20:37
*** yalie has quit IRC20:38
*** apuimedo has joined #openstack-neutron20:38
*** bharathm has joined #openstack-neutron20:38
*** admin0 has quit IRC20:39
*** jlibosva has quit IRC20:41
*** baoli has joined #openstack-neutron20:41
*** apuimedo has quit IRC20:42
*** apuimedo_ has quit IRC20:43
*** tpsilva has quit IRC20:43
*** apuimedo has joined #openstack-neutron20:43
dasmarmax: ping, regarding spec: moving to keystone v3: https://review.openstack.org/#/c/257362/20:44
*** banix has joined #openstack-neutron20:44
dasmarmax: HenryG suggested that spec is not necessary. But AFAIR you told in previous team meeting, that it would be good to have it.20:45
*** ivar-lazzaro has quit IRC20:45
armaxdasm: I was going to comment but gerrit is down20:46
*** sleviim has quit IRC20:46
armaxah looks it’s back up!20:46
dasmarmax: works for me :)20:46
armaxI talked to HenryG about that20:47
dasmoh. great.20:47
armaxwe should be on the same page20:47
armaxI haven’t seen the content of the spec yet20:47
armaxand the objective was to capture in a more formal context what we discussed on teh ML20:48
dasmyeah. it's my first one, so requires additional work.20:48
*** hitalia has quit IRC20:48
*** apuimedo_ has joined #openstack-neutron20:49
*** jlibosva has joined #openstack-neutron20:49
*** Aish has joined #openstack-neutron20:49
amullerGerrit's up20:49
*** jlibosva has quit IRC20:49
*** Aish has quit IRC20:49
dasmamuller: yeah. it's up, but looks.... different20:50
*** jlibosva has joined #openstack-neutron20:50
*** nlahouti has quit IRC20:51
*** kobis has joined #openstack-neutron20:51
*** baoli has quit IRC20:51
*** baoli has joined #openstack-neutron20:52
*** slaweq_ has joined #openstack-neutron20:52
openstackgerritPaul Michali proposed openstack/neutron-lib: Adding callback mechanism  https://review.openstack.org/25366120:53
*** ivar-lazzaro has joined #openstack-neutron20:55
pc_mkevinbenton: ping20:56
*** john-davidge has quit IRC20:57
*** ivar-lazzaro has quit IRC20:57
*** ihrachys has joined #openstack-neutron20:57
*** banix has quit IRC20:57
*** manjeets has quit IRC20:58
ihrachyskevinbenton: akamyshnikova: hey. can you check my comment for the patch for migrations sync test https://review.openstack.org/#/c/258471/5/neutron/tests/functional/db/test_migrations.py to see whether I make sense there?20:58
regXboiyes - the gerrit interface is *very* different after the upgrade - I've seen it before on other projects, which helps21:00
*** ChanServ changes topic to "Discussion of OpenStack Networking || for support join #openstack"21:01
-openstackstatus- NOTICE: Gerrit has been upgraded to 2.11. Please report any issues in #openstack-infra as soon as possible.21:01
*** baoli has quit IRC21:03
*** abregman has joined #openstack-neutron21:04
*** baoli has joined #openstack-neutron21:04
amullerarmax: What do you think about a 'usability' or similar tag in launchpad?21:04
amullerarmax: for example friendlier logs21:04
amullerarmax: or better error messages21:04
*** banix has joined #openstack-neutron21:06
*** rotbart has joined #openstack-neutron21:07
*** pai15 has quit IRC21:07
regXboiok, I've got a few things to do here - so21:07
* regXboi exits stage right21:07
*** signed8bit is now known as signed8bit_ZZZzz21:07
* regXboi mutters "oh, I'm heading for my bedding where I'm bedding for the night, oh I'm heading for my bedding where I'll lay down sleepy tight"21:08
*** regXboi has quit IRC21:09
*** ChuckC has quit IRC21:10
*** signed8bit_ZZZzz is now known as signed8bit21:10
pc_mAnyone know what the 'data' is for API validator, when GW info is not specified for a router?21:11
*** changbl has quit IRC21:11
*** yalie has joined #openstack-neutron21:11
pc_mI'm looking at the validators and have a _validate_dict_or_nodata() that just checks 'if data:'. Wondering what user input would fail that test.21:12
pc_mWouldn't it be a dict or None?21:12
*** aranjan has quit IRC21:13
*** jlibosva has quit IRC21:14
*** ajmiller has quit IRC21:14
pc_mLooking at the attribute definition for a use of the validator, it has network_id (required), enable_snat, and external_fixed_ips. Trying to decipher how we can get a non-None, non-dict entry.21:14
*** ajmiller has joined #openstack-neutron21:14
pc_mAnyone know?21:14
*** john-davidge has joined #openstack-neutron21:14
* pc_m external GW21:15
*** baoli has quit IRC21:15
*** baoli has joined #openstack-neutron21:16
*** julim has quit IRC21:18
*** rpothier has left #openstack-neutron21:20
*** gberginc has quit IRC21:21
*** hitalia has joined #openstack-neutron21:22
*** ivar-lazzaro has joined #openstack-neutron21:23
openstackgerritNate Johnston proposed openstack/neutron: DSCP QoS rule implementation, unit tests  https://review.openstack.org/25368021:24
openstackgerritNate Johnston proposed openstack/neutron: WIP: DSCP QoS rule implementation  https://review.openstack.org/25173821:24
*** Marga__ has joined #openstack-neutron21:25
*** vhoward has quit IRC21:25
*** Marga__ has quit IRC21:26
*** Marga__ has joined #openstack-neutron21:27
*** baoli has quit IRC21:27
*** safchain has joined #openstack-neutron21:27
*** safchain has quit IRC21:27
*** baoli has joined #openstack-neutron21:27
*** tflynn has joined #openstack-neutron21:27
*** rcernin has joined #openstack-neutron21:28
*** Marga_ has quit IRC21:29
openstackgerritNate Johnston proposed openstack/neutron: DSCP QoS rule implementation, unit tests  https://review.openstack.org/25368021:29
dougwigpc_m: maybe it has a unit test with failing input?21:30
*** wolverin_ has joined #openstack-neutron21:31
*** jckasper has joined #openstack-neutron21:32
*** wolverin_ has quit IRC21:32
*** wolveri__ has joined #openstack-neutron21:32
*** apuimedo_ has quit IRC21:33
pc_mdougwig: not, that's what I'm writing... missing UT21:33
pc_mnot -> no21:33
*** slaweq_ has quit IRC21:33
*** slaweq has quit IRC21:33
*** thorst has quit IRC21:33
*** wolveri__ has quit IRC21:33
pc_mdougwig: Trying to understand what the input would look like and how the nodata condition can occur.21:34
*** thorst has joined #openstack-neutron21:34
* pc_m not understanding the API attribute mechanism that well21:34
*** apuimedo has quit IRC21:34
*** slaweq has joined #openstack-neutron21:34
*** apuimedo has joined #openstack-neutron21:35
*** wolverineav has quit IRC21:36
*** ihrachys has quit IRC21:38
*** baoli has quit IRC21:39
*** apuimedo_ has joined #openstack-neutron21:39
*** yalie has quit IRC21:39
*** baoli has joined #openstack-neutron21:39
*** aranjan has joined #openstack-neutron21:40
*** banix has quit IRC21:42
*** thorst has quit IRC21:42
*** admin0 has joined #openstack-neutron21:42
*** admin0 has quit IRC21:43
*** slaweq has quit IRC21:43
*** ibmko has quit IRC21:46
*** nlahouti has joined #openstack-neutron21:47
*** TrevorV has quit IRC21:49
*** baoli has quit IRC21:50
*** baoli has joined #openstack-neutron21:50
*** apuimedo_ has quit IRC21:51
*** yfried has quit IRC21:51
*** daneyon_ has joined #openstack-neutron21:54
*** apuimedo_ has joined #openstack-neutron21:56
*** mwagner_lap has quit IRC21:56
*** daneyon_ has quit IRC21:56
*** daneyon_ has joined #openstack-neutron21:56
*** daneyon has quit IRC21:57
*** apuimedo has quit IRC21:58
*** _cjones_ has joined #openstack-neutron21:59
*** apuimedo has joined #openstack-neutron21:59
*** harlowja has quit IRC21:59
*** Prem has quit IRC22:01
*** wolverineav has joined #openstack-neutron22:01
*** _cjones_ has quit IRC22:03
*** _cjones_ has joined #openstack-neutron22:04
*** harlowja has joined #openstack-neutron22:04
kevinbentonakamyshnikova: are you online?22:05
*** baoli has quit IRC22:05
*** wolverineav has quit IRC22:06
*** baoli has joined #openstack-neutron22:06
*** wolverin_ has joined #openstack-neutron22:06
*** ianbrown has quit IRC22:08
*** baoli has quit IRC22:08
*** ianbrown has joined #openstack-neutron22:08
*** baoli has joined #openstack-neutron22:09
pc_mkevinbenton: hi22:10
kevinbentonpc_m: hey, what's up?22:10
pc_mI see that some API validators are missing, and have been adding them22:10
pc_mkevinbenton: One is _validate_dict_or_nodata(). It is used for ext GW for router.22:11
pc_mI was wondering about how to test this. It just checks 'if data: ...'22:11
*** erick0zcr_ has joined #openstack-neutron22:11
kevinbentonpc_m: what do you mean it's missing?22:11
kevinbentonoh, do you mean tests for them are missing?22:12
pc_mSorry, tests for validators22:12
pc_mLooking at the attribute I couldn't figure out what the data would be in the case of 'nodata'.22:12
*** wolverin_ has quit IRC22:12
*** aranjan has quit IRC22:13
pc_mThe attribute dict, shows network_id (requried), enabled_snat, and external_fixed_ips (list -> dict).22:13
pc_mkevinbenton: Wouldn't it either be a dict or None?22:13
*** dedery has quit IRC22:14
kevinbentonpc_m: if dict will return false on an empty dict as well22:14
kevinbentonpc_m: it allows both of what the two above it check for22:14
*** cbouch has quit IRC22:15
pc_mSo there is a validator for dict_or_none, dict_or_empty, and then this dict_or_nodata.22:15
openstackgerritBrian Haley proposed openstack/neutron: Static routes not added to qrouter namespace for DVR  https://review.openstack.org/22802622:15
kevinbentonyeah, dict_or_nodata allows both empty and none22:15
pc_mkevinbenton: Ah.22:16
pc_mSo in the case of the router ext GW... if not specified, would it be none? or could it be empty dict, if no external_fixed_ips?22:16
*** rtheis has quit IRC22:18
openstackgerritSwaminathan Vasudevan proposed openstack/neutron: DVR:Fix _notify_l3_agent_new_port for proper arp update  https://review.openstack.org/25368522:18
*** baoli has quit IRC22:18
kevinbentonpc_m: i think it would be an empty dict if passed in from the user22:18
kevinbentonpc_m: that way22:18
*** aranjan has joined #openstack-neutron22:18
kevinbentonpc_m: the default is just None22:19
*** baoli has joined #openstack-neutron22:19
pc_mkevinbenton: Ah. Thanks. I'll tweak the test.22:19
*** wolverineav has joined #openstack-neutron22:21
*** wolverineav has quit IRC22:21
*** wolverineav has joined #openstack-neutron22:21
*** mickeys has joined #openstack-neutron22:22
*** baoli has quit IRC22:24
*** sean-k-m1 has joined #openstack-neutron22:26
*** elo has quit IRC22:26
*** elo has joined #openstack-neutron22:27
openstackgerritSwaminathan Vasudevan proposed openstack/neutron: DVR: Remove get_port call from dvr_update_router_addvm  https://review.openstack.org/25369722:28
*** sean-k-mooney has quit IRC22:28
*** diegows has joined #openstack-neutron22:32
*** sridhar_ram1 has joined #openstack-neutron22:36
*** sridhar_ram1 has quit IRC22:37
*** sridhar_ram has quit IRC22:37
*** jckasper has quit IRC22:37
*** jckasper has joined #openstack-neutron22:38
*** apuimedo has quit IRC22:39
*** baoli has joined #openstack-neutron22:39
*** apuimedo_ has quit IRC22:40
*** thorst has joined #openstack-neutron22:40
*** apuimedo has joined #openstack-neutron22:40
*** jckasper has quit IRC22:42
*** baoli_ has joined #openstack-neutron22:43
*** pai15 has joined #openstack-neutron22:44
*** apuimedo_ has joined #openstack-neutron22:44
*** abregman has quit IRC22:44
*** apuimedo has quit IRC22:45
*** baoli has quit IRC22:45
*** gildub has joined #openstack-neutron22:45
*** apuimedo has joined #openstack-neutron22:45
Sam-I-Ammoo.22:47
*** thorst has quit IRC22:47
openstackgerritSwaminathan Vasudevan proposed openstack/neutron: DVR: Rename dvr_update_router_addvm function  https://review.openstack.org/25371522:50
*** mchestr has joined #openstack-neutron22:50
*** baoli_ has quit IRC22:52
*** baoli has joined #openstack-neutron22:52
*** thorst has joined #openstack-neutron22:55
*** thorst has quit IRC22:56
*** aranjan has quit IRC23:00
*** mfranc213 has joined #openstack-neutron23:01
*** harlowja has quit IRC23:01
*** dims has quit IRC23:01
*** apuimedo has quit IRC23:02
*** sridhar_ram has joined #openstack-neutron23:02
*** apuimedo has joined #openstack-neutron23:02
*** apuimedo_ has quit IRC23:03
*** baoli has quit IRC23:03
*** baoli has joined #openstack-neutron23:04
*** zhangjn has joined #openstack-neutron23:04
*** mfranc213 has quit IRC23:05
openstackgerritHenry Gessau proposed openstack/neutron-lib: Improvements to tox envs  https://review.openstack.org/25568223:07
*** rha has quit IRC23:07
*** apuimedo_ has joined #openstack-neutron23:08
*** alejandrito has quit IRC23:08
Sam-I-Amkevinbenton: ping23:09
*** kbringard has quit IRC23:10
*** erick0zcr_ has quit IRC23:11
*** apuimedo_ has quit IRC23:12
*** djan has quit IRC23:14
*** baoli has quit IRC23:15
*** baoli has joined #openstack-neutron23:16
*** aranjan has joined #openstack-neutron23:17
Sam-I-Amanyone here work on the 'conntrack' bits?23:17
*** apuimedo_ has joined #openstack-neutron23:17
*** rohit_ has quit IRC23:18
*** pradk has quit IRC23:18
*** signed8bit is now known as signed8bit_ZZZzz23:18
*** djan has joined #openstack-neutron23:19
openstackgerritSwaminathan Vasudevan proposed openstack/neutron: DVR: Rename dvr_vmarp_table_update  https://review.openstack.org/25375223:20
*** zhangjn has quit IRC23:22
*** Prem has joined #openstack-neutron23:24
*** dims has joined #openstack-neutron23:24
*** baoli has quit IRC23:27
*** baoli has joined #openstack-neutron23:28
*** jckasper has joined #openstack-neutron23:29
*** sdake_ has joined #openstack-neutron23:30
* X123 waves23:31
Sam-I-AmX123: yo23:31
*** sdake_ has quit IRC23:32
*** pai15 has quit IRC23:32
*** signed8bit_ZZZzz is now known as signed8bit23:34
*** zhhuabj has joined #openstack-neutron23:34
*** banix has joined #openstack-neutron23:35
*** Leom has quit IRC23:37
*** jckasper has quit IRC23:37
*** dconde has quit IRC23:37
*** baoli has quit IRC23:39
*** baoli has joined #openstack-neutron23:40
armaxHenryG: what’s the latest on https://review.openstack.org/#/c/258471/23:40
armaxand the bug that’s suppose to solve23:40
armaxit looks like bug # 1426675 is still biting us23:40
armaxbug #152667523:40
openstackbug 1526675 in OpenStack Compute (nova) "test_models_sync fails with 'Models and migration scripts aren't in sync'" [Critical,In progress] https://launchpad.net/bugs/1526675 - Assigned to Mike Bayer (zzzeek)23:40
*** tflynn_ has joined #openstack-neutron23:40
HenryGarmax: ann and ihar are probably both asleep. I was about to ping you and suggest I take over until I go to sleep?23:42
armaxann’s fix seems to heal the functional job23:42
armaxI wished ihar and ann had left us with a marching order23:42
*** apuimedo has quit IRC23:42
armaxnone of the patches targeting the bug seem to have any attention23:42
armaxso it’s unclear who’s the winner23:42
armaxand I don’t want to be trigger happy23:42
armaxtoday23:43
armaxI feel shy23:43
Sam-I-Amjust push buttons23:43
*** apuimedo has joined #openstack-neutron23:43
armaxthis merged23:43
armaxhttps://review.openstack.org/#/c/258606/23:43
armaxeven though it took me 2 minutes, 43 seconds to find out where on the new Gerrit UI23:44
* armax pukes23:44
*** tflynn has quit IRC23:44
HenryGarmax: get used to it, it's here to stay :D23:44
HenryGarmax: our stable jobs are not affected23:44
armaxHenryG: no, I’d rather quit23:44
armax:)23:45
HenryGarmax: ann's patch set 6 passed jenkins once23:45
HenryGkevinbenton and ihar pointed out that it may not be reliable23:45
armaxic23:46
HenryGarmax: so I am inclined to apply ihar's suggested update23:46
armaxwell23:46
armaxwe can afford to stay broken for a day23:46
armaxthere’s holiday spirit anyway23:46
Sam-I-Ameither of you have time for a q?23:47
armaxmerry breakage everyone!23:47
armaxSam-I-Am: darn, you got me right before I was about to step out23:47
HenryGwe could leave broken until after new year so everyone can relax?23:47
armaxSam-I-Am: shoot23:47
armaxHenryG: let’s leave it broken, period.23:47
HenryGright, fine, I quit23:47
armaxthere you go!23:48
HenryG:D23:48
*** changbl has joined #openstack-neutron23:48
openstackgerritSwaminathan Vasudevan proposed openstack/neutron: DVR: Handle unbound allowed_address_pair port with FIP  https://review.openstack.org/25443923:48
Sam-I-Amarmax: trying to figure out broken package dependencies. seems that both the L3 agent and L2 agents call conntrack23:48
Sam-I-Amconntrack seems a little weird for L2 things23:48
Sam-I-Ambut the L2 agent manages secgroups, which are L3 things23:49
armaxSam-I-Am: that’s used for security groups23:49
Sam-I-Amon ubuntu, only the l3 agent depends on conntrack but it looks like the L2 agents should depend on it too23:49
armaxSam-I-Am: the l2 agent is really called ovs-agent23:49
armax:)23:49
Sam-I-Amor linuxbridge agent :)23:49
Sam-I-Amwhich is what i'm messing with now... but ovs uses linuxbridge to implement secgroups, so the dependencies should be the same23:50
armaxSam-I-Am: so to your point, yes it’s weird23:50
armaxthat the l2 agent handles l3 constructs, but lines are very blurred23:50
armaxto the point that I don’t even know what I am talking about anymore23:50
Sam-I-Amhaha23:51
openstackgerritRamu Ramamurthy proposed openstack/neutron: Remove stale ofport drop-rule upon port-delete  https://review.openstack.org/24890823:51
Sam-I-Amaight...  time to file some ubuntu bugs23:51
armaxLpi23:51
armaxor Le23:51
armaxdid anyone catch my playful joke?23:51
*** baoli has quit IRC23:51
Sam-I-Amalso found that linuxbridge_agent.ini is in the neutron-plugin-ml2 package instead neutron-plugin-linuxbridge-agent23:52
* armax hides in shame23:52
*** baoli has joined #openstack-neutron23:52
Sam-I-Amarmax: i did not :/23:52
armaxe as in 2.71...23:52
armaxand pi as in 3.1415...23:52
Sam-I-Amoh dear23:52
armaxsorry23:52
armaxI know it’s bad23:52
armaxcome on, it’s funny23:52
Sam-I-Amin a nerdy sort of way, yes23:52
armaxwe’re using irc are we not?23:53
Sam-I-Amtrue23:53
*** dane has quit IRC23:53
armaxSam-I-Am: that23:53
Sam-I-Amso trying to troubleshoot this lb+l3ha+l2pop bug got me into a dependency rabbit hole.23:53
Sam-I-Amhow does this stuff happen?23:53
armax’s odd that packaging I mean23:53
Sam-I-Amopenstack is great for ADD23:53
Sam-I-Amsquirrel!23:53
Sam-I-Amarmax: yeah, i need to talk to james page. i think the agents getting their own config files confused some things.23:54
* Sam-I-Am peels back layers to reveal original quest23:54
*** rotbart has quit IRC23:54
Sam-I-Amy u no workie l2pop23:54
openstackgerritHenry Gessau proposed openstack/neutron: Fix comparison of Variant and other type in test_model_sync  https://review.openstack.org/25847123:54
Sam-I-Amarmax: thx for the clarification23:55
armaxnp23:55
HenryGarmax: kevinbenton: ^^ (before Sam-I-Am butted in)23:55
armaxHenryG: I thought you had quit23:55
armaxcome on23:55
HenryGthat is my resignation letter23:56
Sam-I-AmHenryG: gee, thanks.23:56
* Sam-I-Am feels loved23:56
*** thorst has joined #openstack-neutron23:57
*** chlong has quit IRC23:57
*** signed8bit is now known as signed8bit_ZZZzz23:57
HenryGSam-I-Am: you are loved23:57
Sam-I-Amawww23:58
armaxWho in the right mind would think that the reply button on gerrit would be useful to have it right at the very top of the page when I have a lenghty discussion to go through?23:59
armaxthat’s very cretin23:59
*** signed8bit_ZZZzz is now known as signed8bit23:59
armaxor it’s just me23:59

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