Tuesday, 2016-01-05

amullerHenryG: I should have shared that doc with you, I hacked it up just before the holiday break00:00
amullerHenryG: I mean in the last few hours I worked before Christmas00:00
HenryGamuller: no worries, I probably would not have read it till today anyway ;)00:00
sc68calmspreitz_: here's at least what one provisioning tools is doing. or planned to do at one point. https://specs.openstack.org/openstack/fuel-specs/specs/7.0/jumbo-frames-between-instances.html00:03
*** shivrao has quit IRC00:04
*** apuimedo has quit IRC00:05
*** Leo_ has quit IRC00:05
*** apuimedo has joined #openstack-neutron00:06
mspreitz_Hmm, that Fuel doc seems to suppose that MTU advertising works00:07
sc68calmspreitz_: right. I think I may be mistaken, the MTU gets advertised to instances via dhcp00:08
sc68calmspreitz_: for some reason I thought neutron would adjust down the MTUs of the vifs00:08
sc68calmspreitz_: which is probably horribly wrong00:08
mspreitz_Well, I think I will try the settings mentioned in that Fuel doc00:09
sc68calmspreitz_: do you have advertise_mtu to true in your devstack?00:09
*** wolverin_ has quit IRC00:09
mspreitz_no, I used the documented local.conf, which does not override anything regarding MTU00:10
sc68calmspreitz_: ok. Give advertise_mtu a try as true. It may be time to make it default to true.00:10
*** padkrish has quit IRC00:10
amullerHenryG: hmm, I'll try re-exporting the options that https://review.openstack.org/#/c/256164/ stopped configuring in our gate hook00:10
amullerI'll check if I can make that work locally00:10
sc68calmspreitz_: the only thing that may cause trouble - I don't know if path_mtu , segment_mtu are auto calculated00:11
sc68calmspreitz_: physical_network_mtus is most likely not.00:11
amullerHenryG: I want to find an immediate term fix we can fast track to unblock the gate, then we could work on the longer term plan to defork tempest/neutron, kill the tests overlap and use the standard tempest plugin architecture so these  sort of breakages are less likely to happen again00:11
mspreitz_sc68cal: I am going to try all the settings in that doc, including specing the phys net MTU00:12
sc68calmspreitz_: ok, cool00:12
HenryGamuller: sounds good, let me know if I can help00:13
Sam-I-Amyo00:13
Sam-I-Amsc68cal mspreitz_ hows the mtu stuff going?00:13
openstackgerritSean M. Collins proposed openstack/neutron: Make Neutron attempt to advertise MTUs by default  https://review.openstack.org/26348600:14
sc68calSam-I-Am: I think it might be worth exploring if it can be enabled by default00:15
mspreitz_I'm pretty muddled.  sc68cal just pointed me at https://specs.openstack.org/openstack/fuel-specs/specs/7.0/jumbo-frames-between-instances.html, and I am going to try adding those changes to local.conf for devstack00:15
*** mrvinti has joined #openstack-neutron00:16
mspreitz_I just experimentally verified that if I take my current local.conf and use it, then `sudo ip link set eth0 mtu 1450` inside the VMs, things works00:16
mspreitz_and 50 is the declared overhead for VXLAN, which I am using00:16
Sam-I-Amsc68cal: did you see the other spec for it?00:17
sc68calSam-I-Am: which?00:17
Sam-I-Amhttps://specs.openstack.org/openstack/neutron-specs/specs/kilo/mtu-selection-and-advertisement.html00:17
*** bharathm_ has joined #openstack-neutron00:17
*** bharathm has quit IRC00:17
Sam-I-Amwhich doesnt seem completely implemented00:17
*** apuimedo has quit IRC00:18
Sam-I-Amthat one is mentioned in the fuel spec00:18
sc68calSam-I-Am: right.00:18
sc68calSam-I-Am: ah I thought you meant there was a third spec00:18
Sam-I-Amoh, no.00:18
Sam-I-Amwell maybe there is :)00:18
openstackgerritSean M. Collins proposed openstack/neutron: Make Neutron attempt to advertise MTUs by default  https://review.openstack.org/26348600:19
*** apuimedo has joined #openstack-neutron00:19
sc68calSam-I-Am: there's some code in the dhcp part to advertise the MTU to instances00:19
sc68calbut I don't see anything that adjusts any VIF mtus.00:19
Sam-I-Amyeah, except a quick look didnt find the code to actually adjust anything within openst... yeah.00:19
sc68calSam-I-Am: haha now we're all on the same page :)00:19
sc68calresync complete00:19
Sam-I-Amits one of those features that people think they can use, but can't, and get frustrated00:20
sc68calyeah00:20
*** mrvinti has quit IRC00:20
Sam-I-Amsomeone in #openstack with some networking background tried to make it work and no beans00:20
Sam-I-Ami dont have a way to actually test large mtus, but i can see interface mtus00:21
sc68calSam-I-Am: when?00:21
Sam-I-Ambefore the holidays00:21
Sam-I-Amusing liberty, i think00:21
sc68calSam-I-Am: ah. I'll have to check eavesdrop00:21
Sam-I-Ami think it was RageLtMan00:21
sc68cal;_; there's so many things that can be worked on00:22
*** wolverineav has joined #openstack-neutron00:22
*** bharathm_ has quit IRC00:22
Sam-I-Amyou dont say00:22
*** bharathm has joined #openstack-neutron00:22
mspreitz_So I am doomed, my veths with get MTU=1500 no matter what I configure?00:22
*** dlundquist has joined #openstack-neutron00:22
*** bharathm has quit IRC00:22
sc68calmspreitz_: hopefully not - let's keep digging and see what we find00:22
manjeetsquestion I am trying a neutron net-gateway-list and net-gateway-create showing resource not found00:22
manjeetsare they supported any more ?00:22
Sam-I-Amthose commands arent used anymore iirc00:23
Sam-I-Amneutron router-gateway-*00:23
*** bharathm has joined #openstack-neutron00:23
manjeetscan i then remove from client00:23
sc68calmspreitz_: ideally we'd figure out if it works or not, and start documenting what needs to be fixed00:23
manjeets?00:23
*** mspreitz_ has quit IRC00:23
Sam-I-Amprobably there for some backward compat00:23
manjeetsokay thanks !00:23
*** mrvinti has joined #openstack-neutron00:23
Sam-I-Amsc68cal: other things on my list include the 'vsctl-to-ovsdb' spec which also doesnt seem to work00:24
Sam-I-Amthen stumbling down the path of making devstack suck less00:24
sc68calSam-I-Am: is vsctl still the default?00:24
Sam-I-Amsc68cal: yes00:24
sc68calSam-I-Am: well then there you go lol00:24
*** mspreitz has joined #openstack-neutron00:24
Sam-I-Amits one of those 'not gated' features00:24
Sam-I-Amkind of like mtu00:25
sc68calSam-I-Am: we have a bad habit of making new shiny that is not enabled by default, so who knows if it works00:25
Sam-I-Amand if its a special shiny, no new gate job00:25
Sam-I-Ammtu is going to be a little tough to test i think00:25
Sam-I-Ambut ovsdb is easier00:25
*** padkrish has joined #openstack-neutron00:25
*** Swami_ has quit IRC00:26
Sam-I-Amalso think address scopes has potential to make things more interesting from a docs perspective00:26
Sam-I-Amso thats also on my list00:26
*** Leo_ has joined #openstack-neutron00:26
*** nlahouti has joined #openstack-neutron00:26
mspreitzsc68cal: To make local.conf put the changes of https://specs.openstack.org/openstack/fuel-specs/specs/7.0/jumbo-frames-between-instances.html into effect, into which local.conf phase would I put the changes?  I might guess post-config00:27
Sam-I-Amyeah its post-config bits00:27
Sam-I-Amnot things covered by devstack itself00:27
*** mrvinti has quit IRC00:28
*** haleyb has joined #openstack-neutron00:29
mspreitzBTW, in my post-config|$Q_PLUGIN_CONF_FILE section of local.conf, do I put the entire desired contents of $Q_PLUGIN_CONF_FILE, or just stuff I want to add to that file?00:29
sc68calyeah so [[post-config|$NEUTRON_CONF]]00:29
sc68calerr - $Q_PLUGIN_CONF_FILE00:29
sc68calmspreitz: just what you want to add00:29
*** dlundquist has quit IRC00:29
*** Leo_ has quit IRC00:30
Sam-I-Amdevstack is not particularly intuitive00:30
sc68calworking on it. sorry.00:31
*** wolverineav has quit IRC00:31
sc68caltrying to shrink the neutron part of devstack down to a resonable size, and punt everyone over into local.conf00:31
sc68calfor whatever shiny they want to use00:31
sc68calneutron should Just Friggin Work00:32
*** Sukhdev has quit IRC00:32
Sam-I-Amsc68cal: is neutron any closer to being the default?00:32
Sam-I-Amseems to be another sticking point00:32
*** dims has joined #openstack-neutron00:33
sc68calSam-I-Am: not yet - but it's coming. I think refactoring the neutron part of devstack will help accomplish that00:34
*** dims_ has quit IRC00:34
*** azbiswas_ has quit IRC00:34
openstackgerritCarl Baldwin proposed openstack/neutron-specs: Routed networks  https://review.openstack.org/22538400:34
sc68calSam-I-Am: having decent docs for it was a huge step, in both the network guide and devstack docs00:35
sc68calmspreitz tried the devstack doc for doing neutron, and he didn't jump off a bridge, so yay!00:35
Sam-I-Amwe need more decenter docs00:35
Sam-I-Ammspreitz was having some troubles00:35
Sam-I-Amwe had a pretty lengthy discussion in here yesterday00:36
sc68calah. i'll have to read eavesdrop00:37
Sam-I-Amdevstack is a bit frustrating without a lot of tweaking00:37
Sam-I-Amlike disabling screen is my favorite00:37
*** mrvinti has joined #openstack-neutron00:39
sc68calor logging everything00:39
sc68callike my poor 16gb ssds in my tiny computes00:39
*** padkrish has quit IRC00:39
*** yalie has joined #openstack-neutron00:39
*** apuimedo has quit IRC00:40
openstackgerritli,chen proposed openstack/python-neutronclient: Replace string format arguments with function parameters  https://review.openstack.org/25929000:40
*** apuimedo has joined #openstack-neutron00:41
Sam-I-Ami just write my logs to /dev/null00:41
Sam-I-Amits really fast and never runs out of space00:42
openstackgerritDustin Lundquist proposed openstack/neutron: Do not prohibit VXLAN over IPv6  https://review.openstack.org/26349900:42
*** mrvinti has quit IRC00:43
*** wolverineav has joined #openstack-neutron00:45
*** apuimedo has quit IRC00:48
*** bharathm has quit IRC00:48
openstackgerritli,chen proposed openstack/python-neutronclient: Make security-group-rule-create accept "any" protocol  https://review.openstack.org/25934500:48
*** apuimedo has joined #openstack-neutron00:48
openstackgerritli,chen proposed openstack/python-neutronclient: Add --session-persistence for lb-vip-create  https://review.openstack.org/25332200:52
openstackgerritli,chen proposed openstack/python-neutronclient: Improve str2dict key validation to avoid wrong keys  https://review.openstack.org/25387800:52
mspreitzBTW, debug logging for neutron plugins is controlled by the debug log setting in neutron.conf --- right?00:53
*** apuimedo has quit IRC00:53
*** yalie has quit IRC00:53
*** mrvinti has joined #openstack-neutron00:54
Sam-I-Amyes00:54
*** yalie has joined #openstack-neutron00:54
Sam-I-Amwhich is ultimately set by devstack00:54
*** apuimedo has joined #openstack-neutron00:54
*** eil397 has quit IRC00:57
*** mrvinti has quit IRC00:57
*** tflynn has joined #openstack-neutron00:59
*** padkrish has joined #openstack-neutron01:00
*** shivrao has joined #openstack-neutron01:00
*** baoli has joined #openstack-neutron01:00
*** hoangcx has joined #openstack-neutron01:01
*** mlavalle has quit IRC01:03
*** apuimedo has quit IRC01:04
*** apuimedo has joined #openstack-neutron01:04
*** baoli has quit IRC01:06
*** apuimedo has quit IRC01:09
*** apuimedo has joined #openstack-neutron01:09
*** minwang2 has quit IRC01:11
*** shivrao has quit IRC01:12
mspreitzsc68cal: Question about https://specs.openstack.org/openstack/fuel-specs/specs/7.0/jumbo-frames-between-instances.html - it speaks of a Nova config option network_device_mtu, but I am having a little trouble finding doc of that option01:16
mspreitzin which section of $NOVA_CONF does it belong?01:16
*** minwang2 has joined #openstack-neutron01:16
*** fawadkhaliq has quit IRC01:18
*** Sukhdev has joined #openstack-neutron01:18
*** wolverineav has quit IRC01:19
*** wolverineav has joined #openstack-neutron01:20
Sam-I-Ami wonder if that was ever implemented01:20
Sam-I-Amif you search for it in github, you see references to nova-net01:21
*** apuimedo has quit IRC01:21
*** apuimedo has joined #openstack-neutron01:22
*** mspreitz has quit IRC01:23
*** _cjones_ has quit IRC01:24
Sam-I-Amtime for my flight01:25
*** tflynn_ has joined #openstack-neutron01:28
*** apuimedo has quit IRC01:29
*** jain has quit IRC01:29
*** apuimedo has joined #openstack-neutron01:30
*** tflynn has quit IRC01:31
*** tflynn_ has quit IRC01:33
*** mfuruta has joined #openstack-neutron01:37
*** apuimedo has quit IRC01:37
*** john-davidge has quit IRC01:38
*** apuimedo has joined #openstack-neutron01:39
*** baohua has joined #openstack-neutron01:39
*** jonlan has joined #openstack-neutron01:43
*** apuimedo has quit IRC01:43
*** claudiub has quit IRC01:44
*** apuimedo has joined #openstack-neutron01:44
*** amotoki has quit IRC01:45
*** dave-mccowan has quit IRC01:48
openstackgerritAssaf Muller proposed openstack/neutron: Fix API tests  https://review.openstack.org/26340001:48
*** mrvinti has joined #openstack-neutron01:49
*** apuimedo has quit IRC01:49
*** thorst has joined #openstack-neutron01:49
amullerHenryG: carl_baldwin: https://review.openstack.org/#/c/263400/01:49
amullerhacky but it works locally, apart from APIs that I don't have enabled locally so I can't say for sure it worked - That includes *aaS, QoS, flavors01:50
*** hoangcx has quit IRC01:50
*** thorst_ has joined #openstack-neutron01:51
carl_baldwinamuller: ack01:51
HenryGamuller: good hack01:51
amullermeh01:51
*** apuimedo has joined #openstack-neutron01:51
HenryGamuller: looks general enough that it should work for everything. Afterall, the tests all fail in the same way01:51
amullerI hope01:52
*** stanzgy has joined #openstack-neutron01:52
*** manjeets has left #openstack-neutron01:52
*** mrvinti has quit IRC01:53
*** thorst has quit IRC01:53
HenryGamuller: why did you need to hard-code 'demo' in the user/project names?01:54
*** mohankumar_ has joined #openstack-neutron01:54
*** jonlan has quit IRC01:55
amullerHenryG: take 'tenant_name' for example, if I'm not mistaken devstack no longer sets the value of 'tenant_name' to ANY key in the Tempest conf01:55
amullerso I didn't have anywhere to copy it from01:55
HenryGhmmm01:55
*** shivrao has joined #openstack-neutron01:57
*** mrvinti has joined #openstack-neutron01:58
*** fawadkhaliq has joined #openstack-neutron02:00
*** sridhar_ram has quit IRC02:02
*** apuimedo has quit IRC02:02
*** mrvinti has quit IRC02:03
*** apuimedo has joined #openstack-neutron02:04
*** bochi-michael has joined #openstack-neutron02:05
*** lazy_prince has joined #openstack-neutron02:08
openstackgerritReedip proposed openstack/python-neutronclient: Update help information for lbaasv2 CLIs  https://review.openstack.org/25509302:10
*** hoangcx has joined #openstack-neutron02:12
*** mohankumar_ has quit IRC02:12
*** apuimedo has quit IRC02:13
*** padkrish has quit IRC02:13
*** nlahouti has quit IRC02:14
yalieping kevinbenton02:14
*** padkrish has joined #openstack-neutron02:14
*** apuimedo has joined #openstack-neutron02:14
*** gsagie has quit IRC02:14
*** saggi has quit IRC02:14
*** jain has joined #openstack-neutron02:16
*** baoli has joined #openstack-neutron02:16
openstackgerritReedip proposed openstack/python-neutronclient: Update help information for lbaasv2 CLIs  https://review.openstack.org/25509302:17
*** jain has quit IRC02:18
*** baoli has quit IRC02:18
*** apuimedo has quit IRC02:18
*** baoli has joined #openstack-neutron02:18
openstackgerritReedip proposed openstack/python-neutronclient: Update help information for lbaasv2 CLIs  https://review.openstack.org/25509302:19
*** apuimedo has joined #openstack-neutron02:19
openstackgerritBo Chi proposed openstack/neutron: Refactor test_attributes.py (part 1)  https://review.openstack.org/26319902:19
*** lazy_prince has quit IRC02:22
*** Aish has quit IRC02:24
*** apuimedo has quit IRC02:24
openstackgerritLIU Yulong proposed openstack/neutron: Catch exceptions in HA router race conditions  https://review.openstack.org/26030302:24
*** apuimedo has joined #openstack-neutron02:25
*** dims has quit IRC02:25
*** madhu_ak has quit IRC02:26
*** saggi has joined #openstack-neutron02:27
*** gsagie has joined #openstack-neutron02:27
*** thorst_ has quit IRC02:27
*** thorst has joined #openstack-neutron02:28
*** baoli has quit IRC02:28
*** lazy_prince has joined #openstack-neutron02:29
*** thorst has quit IRC02:29
*** thorst has joined #openstack-neutron02:29
*** apuimedo has quit IRC02:29
*** wwriverrat has quit IRC02:30
*** apuimedo has joined #openstack-neutron02:30
*** amuller has quit IRC02:31
*** lnicolas has quit IRC02:32
*** Sukhdev has quit IRC02:34
*** apuimedo has quit IRC02:35
*** apuimedo has joined #openstack-neutron02:36
openstackgerritReedip proposed openstack/python-neutronclient: "neutron help firewall-rule-update" info updated  https://review.openstack.org/23241802:37
openstackgerritReedip proposed openstack/python-neutronclient: Allow UPPER case in protocol/action for FW Rule  https://review.openstack.org/23839202:37
openstackgerritReedip proposed openstack/python-neutronclient: FW CLIs do not show all options in help  https://review.openstack.org/23451802:37
openstackgerritReedip proposed openstack/python-neutronclient: "neutron help net-list" help info updated  https://review.openstack.org/14062802:37
*** apuimedo has quit IRC02:40
*** apuimedo has joined #openstack-neutron02:41
openstackgerritReedip proposed openstack/python-neutronclient: "neutron help net-list" help info updated  https://review.openstack.org/14062802:42
openstackgerritOpenStack Proposal Bot proposed openstack/python-neutronclient: Updated from global requirements  https://review.openstack.org/26353502:45
*** apuimedo has quit IRC02:45
*** dims has joined #openstack-neutron02:46
openstackgerritReedip proposed openstack/python-neutronclient: Adding a lowercase converter in utils.py  https://review.openstack.org/26353602:46
*** apuimedo has joined #openstack-neutron02:47
*** Aish has joined #openstack-neutron02:48
openstackgerritReedip proposed openstack/python-neutronclient: Adding a lowercase converter in utils.py  https://review.openstack.org/26353602:49
*** jyuso1 has joined #openstack-neutron02:50
*** s3wong has quit IRC02:50
*** banix has joined #openstack-neutron02:50
openstackgerritReedip proposed openstack/python-neutronclient: "neutron help net-update" help info updated  https://review.openstack.org/13727902:52
*** apuimedo has quit IRC02:54
*** apuimedo has joined #openstack-neutron02:54
*** nplanel has joined #openstack-neutron02:55
*** ijw has quit IRC02:56
openstackgerritReedip proposed openstack/python-neutronclient: FW CLIs do not show all options in help  https://review.openstack.org/23451802:56
openstackgerritReedip proposed openstack/python-neutronclient: FW CLIs do not show all options in help  https://review.openstack.org/23451802:57
*** mrvinti has joined #openstack-neutron02:58
*** apuimedo has quit IRC02:59
*** apuimedo has joined #openstack-neutron02:59
*** jonlan has joined #openstack-neutron03:02
*** padkrish has quit IRC03:02
*** padkrish has joined #openstack-neutron03:03
*** gberginc has joined #openstack-neutron03:04
*** apuimedo has quit IRC03:04
*** sbalukoff has quit IRC03:04
*** gberginc_ has joined #openstack-neutron03:05
*** apuimedo has joined #openstack-neutron03:05
*** gberginc has quit IRC03:05
*** wolverin_ has joined #openstack-neutron03:07
*** padkrish has quit IRC03:08
*** mrvinti has quit IRC03:08
*** mickeys has quit IRC03:09
*** wolverineav has quit IRC03:10
*** wolverin_ has quit IRC03:12
*** jonlan has quit IRC03:12
*** dims has quit IRC03:14
*** apuimedo has quit IRC03:17
*** apuimedo has joined #openstack-neutron03:18
openstackgerritReedip proposed openstack/python-neutronclient: "neutron help firewall-rule-update" info updated  https://review.openstack.org/23241803:18
*** flaviof has quit IRC03:18
*** gberginc_ is now known as gberginc03:19
*** Aish has quit IRC03:23
*** padkrish has joined #openstack-neutron03:23
*** gvrangan has quit IRC03:24
*** gissi has joined #openstack-neutron03:25
*** apuimedo has quit IRC03:25
*** apuimedo has joined #openstack-neutron03:26
*** vishwanathj has joined #openstack-neutron03:27
*** padkrish has quit IRC03:27
*** lazy_prince has quit IRC03:28
*** ccard__ has joined #openstack-neutron03:31
*** yamahata has quit IRC03:33
*** flaviof has joined #openstack-neutron03:33
*** apuimedo has quit IRC03:33
*** iyamahat has quit IRC03:33
*** apuimedo has joined #openstack-neutron03:34
*** gissi has quit IRC03:34
*** signed8bit has joined #openstack-neutron03:35
*** ccard_ has quit IRC03:35
*** apuimedo has quit IRC03:38
*** apuimedo has joined #openstack-neutron03:39
*** sthillma has quit IRC03:39
*** wolverineav has joined #openstack-neutron03:39
*** shwetaap has joined #openstack-neutron03:41
*** apuimedo has quit IRC03:44
*** EinstCrazy has joined #openstack-neutron03:44
*** vikasc has joined #openstack-neutron03:44
*** apuimedo has joined #openstack-neutron03:45
*** shwetaap has quit IRC03:45
openstackgerritHenry Gessau proposed openstack/neutron: Fix API tests  https://review.openstack.org/26340003:46
*** bharathm has joined #openstack-neutron03:50
*** Sukhdev has joined #openstack-neutron03:50
*** shwetaap has joined #openstack-neutron03:50
*** sthillma has joined #openstack-neutron03:51
*** links has joined #openstack-neutron03:52
*** lazy_prince has joined #openstack-neutron03:52
*** sthillma has quit IRC03:52
*** bharathm has quit IRC03:54
*** amotoki has joined #openstack-neutron03:54
openstackgerritAssaf Muller proposed openstack/neutron: Fix API tests  https://review.openstack.org/26340003:56
*** apuimedo has quit IRC03:56
*** apuimedo has joined #openstack-neutron03:57
*** amotoki has quit IRC03:58
*** signed8bit has quit IRC03:59
*** amotoki has joined #openstack-neutron03:59
*** yamahata has joined #openstack-neutron04:01
*** gvrangan has joined #openstack-neutron04:02
*** apuimedo has quit IRC04:02
*** apuimedo has joined #openstack-neutron04:03
*** djan_ has joined #openstack-neutron04:03
*** djan has quit IRC04:04
*** rook has quit IRC04:06
*** apuimedo has quit IRC04:07
*** apuimedo has joined #openstack-neutron04:09
*** rook has joined #openstack-neutron04:09
openstackgerritReedip proposed openstack/python-neutronclient: FW CLIs do not show all options in help  https://review.openstack.org/23451804:09
openstackgerritReedip proposed openstack/python-neutronclient: FW CLIs do not show all options in help  https://review.openstack.org/23451804:11
*** gissi has joined #openstack-neutron04:14
*** apuimedo has quit IRC04:16
*** apuimedo has joined #openstack-neutron04:17
*** shivrao has quit IRC04:21
*** apuimedo has quit IRC04:21
*** apuimedo has joined #openstack-neutron04:22
*** gissi has quit IRC04:22
*** armax has joined #openstack-neutron04:22
*** Prem has quit IRC04:25
*** apuimedo has quit IRC04:27
*** thorst has quit IRC04:27
*** apuimedo has joined #openstack-neutron04:27
*** thorst has joined #openstack-neutron04:28
openstackgerritBo Chi proposed openstack/neutron: Refactor test_attributes.py (part 2)  https://review.openstack.org/25823804:31
*** apuimedo has quit IRC04:32
*** anilvenkata has joined #openstack-neutron04:33
*** apuimedo has joined #openstack-neutron04:34
*** thorst has quit IRC04:36
*** anilvenkata has quit IRC04:37
*** padkrish has joined #openstack-neutron04:38
*** vikasc has quit IRC04:40
*** padkrish has quit IRC04:42
openstackgerritArmando Migliaccio proposed openstack/neutron: Unify exceptions for assign router to dvr agent  https://review.openstack.org/26179304:43
openstackgerritArmando Migliaccio proposed openstack/neutron: Fix uuid passing in disable_isolated_metadata_proxy  https://review.openstack.org/25759304:44
*** tbh has joined #openstack-neutron04:44
*** apuimedo has quit IRC04:45
openstackgerritArmando Migliaccio proposed openstack/neutron: DVR: Rename dvr_update_router_addvm function  https://review.openstack.org/25371504:45
*** apuimedo has joined #openstack-neutron04:45
*** karthiks has joined #openstack-neutron04:49
*** sthillma has joined #openstack-neutron04:51
*** anilvenkata has joined #openstack-neutron04:52
*** lazy_prince has quit IRC04:52
*** minwang2 has quit IRC04:54
*** fawadkhaliq has quit IRC04:54
*** fawadkhaliq has joined #openstack-neutron04:55
*** sthillma_ has joined #openstack-neutron04:55
*** banix has quit IRC04:56
*** sthillma has quit IRC04:56
*** sthillma_ is now known as sthillma04:56
*** apuimedo has quit IRC04:56
*** apuimedo has joined #openstack-neutron04:57
*** jckasper has quit IRC04:59
*** vikasc has joined #openstack-neutron04:59
*** signed8bit has joined #openstack-neutron05:01
*** apuimedo has quit IRC05:02
openstackgerritCarl Baldwin proposed openstack/neutron: Fix API tests  https://review.openstack.org/26340005:02
*** apuimedo has joined #openstack-neutron05:03
*** PsionTheory has quit IRC05:03
*** ahduyck has quit IRC05:04
*** mrvinti has joined #openstack-neutron05:05
*** signed8__ has joined #openstack-neutron05:06
*** Sukhdev has quit IRC05:07
HenryGarmax: you need to find an lbaas core approver, or fast-merge05:07
*** mrvinti_ has joined #openstack-neutron05:09
armaxI just did05:09
*** Sukhdev has joined #openstack-neutron05:09
*** mrvinti has quit IRC05:09
armaxdid I not?05:09
*** nplanel has quit IRC05:09
*** signed8bit has quit IRC05:09
HenryGYeah. This new gerrit UI throws me off still.05:10
HenryGthanks05:10
*** mohankumar_ has joined #openstack-neutron05:10
*** Sukhdev has quit IRC05:11
HenryGthe core patch now has three +W's. o_O05:11
*** apuimedo has quit IRC05:12
*** Ramanjaneya has joined #openstack-neutron05:12
*** apuimedo has joined #openstack-neutron05:12
*** Sukhdev has joined #openstack-neutron05:13
*** mrvinti_ has quit IRC05:13
*** nlahouti has joined #openstack-neutron05:13
armaxI hear ypu05:13
armaxyou05:13
*** diga has joined #openstack-neutron05:13
*** sthillma has quit IRC05:13
*** apuimedo has quit IRC05:17
*** apuimedo has joined #openstack-neutron05:18
*** javeriak has joined #openstack-neutron05:20
*** Sukhdev has quit IRC05:20
*** Sukhdev has joined #openstack-neutron05:21
*** padkrish has joined #openstack-neutron05:21
*** apuimedo has quit IRC05:23
*** abregman has joined #openstack-neutron05:23
*** apuimedo has joined #openstack-neutron05:23
*** javeriak has quit IRC05:24
*** javeriak_ has joined #openstack-neutron05:24
*** julim has joined #openstack-neutron05:24
*** _cjones_ has joined #openstack-neutron05:26
*** padkrish has quit IRC05:26
*** nlahouti has quit IRC05:28
*** apuimedo has quit IRC05:28
*** javeriak_ has quit IRC05:28
*** javeriak has joined #openstack-neutron05:29
*** apuimedo has joined #openstack-neutron05:29
*** nikil89_ has joined #openstack-neutron05:31
*** thorst has joined #openstack-neutron05:34
*** mohankumar_ has quit IRC05:36
*** gberginc has quit IRC05:37
*** nikil89_ is now known as naggappan05:39
openstackgerritZongKai LI proposed openstack/neutron: Remove duplicated logic in get_subnet_for_dvr  https://review.openstack.org/26356305:40
*** apuimedo has quit IRC05:41
*** moshele has joined #openstack-neutron05:41
*** thorst has quit IRC05:42
*** apuimedo has joined #openstack-neutron05:42
*** signed8bit has joined #openstack-neutron05:43
*** nlahouti has joined #openstack-neutron05:44
*** javeriak has quit IRC05:44
*** signed8__ has quit IRC05:46
*** lajos-katona has joined #openstack-neutron05:46
*** javeriak has joined #openstack-neutron05:47
*** Sukhdev has quit IRC05:47
*** djan has joined #openstack-neutron05:47
*** nlahouti has quit IRC05:48
openstackgerritokamoto_takashi_p3 proposed openstack/neutron: Adds support to provide udpcsum option for Linux Bridge  https://review.openstack.org/26140905:48
*** mohankumar_ has joined #openstack-neutron05:49
*** djan_ has quit IRC05:50
*** lajos-katona has left #openstack-neutron05:52
*** mrvinti has joined #openstack-neutron05:54
*** apuimedo has quit IRC05:54
*** apuimedo has joined #openstack-neutron05:55
*** vikasc has quit IRC05:55
*** SridharG has joined #openstack-neutron05:57
*** mrvinti has quit IRC05:58
*** signed8bit has quit IRC05:59
*** tflynn has joined #openstack-neutron06:01
*** coolsvap|away is now known as coolsvap06:02
*** apuimedo has quit IRC06:07
*** gberginc has joined #openstack-neutron06:07
*** apuimedo has joined #openstack-neutron06:08
*** apuimedo has quit IRC06:13
*** apuimedo has joined #openstack-neutron06:14
*** sleviim has joined #openstack-neutron06:15
*** ekuris_ has joined #openstack-neutron06:15
openstackgerritAkihiro Motoki proposed openstack/python-neutronclient: Add some items to the release notes  https://review.openstack.org/26346906:17
*** coolsvap is now known as coolsvap|away06:17
*** NightKhaos_ has joined #openstack-neutron06:18
*** NightKhaos has quit IRC06:18
*** NightKhaos_ is now known as NightKhaos06:19
*** apuimedo has quit IRC06:19
*** tflynn has quit IRC06:19
*** apuimedo has joined #openstack-neutron06:19
*** tflynn has joined #openstack-neutron06:19
*** coolsvap|away is now known as coolsvap06:20
*** yfried_ has quit IRC06:20
*** ildikov_afk is now known as ildikov06:22
*** baohua has quit IRC06:22
*** baohua has joined #openstack-neutron06:24
*** apuimedo has quit IRC06:24
*** shausy has joined #openstack-neutron06:24
*** hdaniel has joined #openstack-neutron06:24
*** apuimedo has joined #openstack-neutron06:26
*** sbalukoff has joined #openstack-neutron06:26
*** bochi-michael has quit IRC06:30
*** apuimedo has quit IRC06:30
*** apuimedo has joined #openstack-neutron06:31
*** padkrish has joined #openstack-neutron06:33
*** padkrish_ has joined #openstack-neutron06:36
*** hynekm has joined #openstack-neutron06:39
*** padkrish has quit IRC06:39
*** bochi-michael has joined #openstack-neutron06:39
*** thorst has joined #openstack-neutron06:39
*** apuimedo has quit IRC06:41
*** apuimedo has joined #openstack-neutron06:42
*** tflynn has quit IRC06:43
*** tflynn has joined #openstack-neutron06:44
*** apuimedo has quit IRC06:46
*** apuimedo has joined #openstack-neutron06:47
*** thorst has quit IRC06:47
*** shivrao has joined #openstack-neutron06:50
*** oshvartz_ has joined #openstack-neutron06:50
*** neeti has joined #openstack-neutron06:50
*** apuimedo has quit IRC06:51
*** apuimedo has joined #openstack-neutron06:52
openstackgerritOpenStack Proposal Bot proposed openstack/neutron: Imported Translations from Zanata  https://review.openstack.org/26313906:53
*** tbh has quit IRC06:54
*** shwetaap has quit IRC06:55
*** EinstCrazy has quit IRC06:56
*** EinstCrazy has joined #openstack-neutron06:56
*** EinstCrazy has quit IRC06:56
*** shwetaap has joined #openstack-neutron06:58
*** shivrao has quit IRC06:58
*** apuimedo has quit IRC06:59
*** apuimedo has joined #openstack-neutron07:01
*** vikasc has joined #openstack-neutron07:02
*** apuimedo has quit IRC07:06
*** itzikb_ has joined #openstack-neutron07:06
*** apuimedo has joined #openstack-neutron07:07
openstackgerritLi Ma proposed openstack/neutron: Add popular IP protocols for security group  https://review.openstack.org/25215507:08
openstackgerritLi Ma proposed openstack/neutron-lib: Add popular IP protocols for security group  https://review.openstack.org/25903707:09
*** tbh has joined #openstack-neutron07:10
*** yfried has joined #openstack-neutron07:13
*** _cjones_ has quit IRC07:17
*** hdaniel has quit IRC07:18
*** devvesa has joined #openstack-neutron07:18
*** apuimedo has quit IRC07:22
*** apuimedo has joined #openstack-neutron07:24
*** oomichi has quit IRC07:24
*** tflynn_ has joined #openstack-neutron07:25
*** hoangcx_ has joined #openstack-neutron07:25
*** hoangcx has quit IRC07:26
*** tbh has quit IRC07:26
*** tflynn has quit IRC07:28
*** apuimedo has quit IRC07:29
*** hanchao has joined #openstack-neutron07:29
*** devvesa has quit IRC07:29
*** apuimedo has joined #openstack-neutron07:30
*** pavel_bondar has joined #openstack-neutron07:33
*** irenab has quit IRC07:34
*** apuimedo has quit IRC07:35
*** apuimedo has joined #openstack-neutron07:36
openstackgerritReedip proposed openstack/python-neutronclient: [TC Missing]Add support for Bulk Delete in NeutronClient  https://review.openstack.org/26360907:36
*** hanchao has quit IRC07:36
*** tbh has joined #openstack-neutron07:38
*** apuimedo has quit IRC07:40
*** apuimedo has joined #openstack-neutron07:42
*** anshul has joined #openstack-neutron07:43
*** sthillma has joined #openstack-neutron07:43
*** salv-orlando has joined #openstack-neutron07:44
*** nmagnezi has joined #openstack-neutron07:44
*** devvesa has joined #openstack-neutron07:44
*** apuimedo has quit IRC07:46
*** apuimedo has joined #openstack-neutron07:47
*** martinus__ has joined #openstack-neutron07:47
*** hdaniel has joined #openstack-neutron07:49
*** devvesa has quit IRC07:51
*** korzen has joined #openstack-neutron07:51
*** mkolesni has joined #openstack-neutron07:52
*** jprovazn has joined #openstack-neutron07:53
*** gampel has joined #openstack-neutron07:55
*** jprovazn has quit IRC07:55
*** jprovazn has joined #openstack-neutron07:56
*** dedery has joined #openstack-neutron07:57
*** dedery has quit IRC07:57
*** apuimedo has quit IRC07:57
*** dedery has joined #openstack-neutron07:57
*** safchain has joined #openstack-neutron07:58
*** apuimedo has joined #openstack-neutron07:58
openstackgerritAishwarya Thangappa proposed openstack/neutron-vpnaas: Single/Multinode VPNaaS Scenario Tests using Rally  https://review.openstack.org/24077008:00
*** coolsvap is now known as coolsvap|away08:00
*** salv-orl_ has joined #openstack-neutron08:01
*** apuimedo has quit IRC08:03
*** apuimedo has joined #openstack-neutron08:03
*** ygl has joined #openstack-neutron08:03
*** ygl has quit IRC08:04
*** tmorin has joined #openstack-neutron08:04
*** padkrish_ has quit IRC08:04
*** salv-orlando has quit IRC08:05
*** salv-orl_ has quit IRC08:05
*** irenab has joined #openstack-neutron08:06
*** rmart04 has joined #openstack-neutron08:08
*** markus_z has joined #openstack-neutron08:08
*** vikram_ has joined #openstack-neutron08:08
*** gvrangan has quit IRC08:09
vikram_HenryG: Ping08:09
openstackgerritAishwarya Thangappa proposed openstack/neutron-vpnaas: Single/Multinode VPNaaS Scenario Tests using Rally  https://review.openstack.org/24077008:10
*** apuimedo has quit IRC08:10
openstackgerritWenxin Wang proposed openstack/neutron: radvd prefix configuration for DHCPV6_Stateful RA  https://review.openstack.org/26296208:11
*** apuimedo has joined #openstack-neutron08:12
*** pavel_bondar has quit IRC08:12
*** claudiub has joined #openstack-neutron08:12
*** mrvinti has joined #openstack-neutron08:14
*** fzdarsky has joined #openstack-neutron08:15
*** apuimedo has quit IRC08:16
vikram_akamyshnikova: ping08:16
*** apuimedo has joined #openstack-neutron08:17
vikram_amotoki: ping08:18
*** mrvinti has quit IRC08:18
*** shz has quit IRC08:20
*** shz has joined #openstack-neutron08:21
*** apuimedo has quit IRC08:22
*** apuimedo has joined #openstack-neutron08:23
*** pavel_bondar has joined #openstack-neutron08:24
*** mosulica has joined #openstack-neutron08:25
*** matrohon has joined #openstack-neutron08:26
*** apuimedo has quit IRC08:28
*** armax has quit IRC08:28
*** apuimedo has joined #openstack-neutron08:28
amotokivikram_: pong08:29
vikram_amotoki: Can you help me for "http://logs.openstack.org/21/201621/44/check/gate-neutron-dsvm-functional/2b868df/console.html"08:30
vikram_amotoki: I can find similar issue was reported https://bugs.launchpad.net/neutron/+bug/148693608:30
openstackLaunchpad bug 1486936 in neutron "Migration scripts and db models are not in sync" [Medium,Fix released] - Assigned to Jakub Libosvar (libosvar)08:30
vikram_amotoki: "https://bugs.launchpad.net/neutron/+bug/1486936"08:31
vikram_amotoki: "AssertionError: Models and migration scripts aren't in sync:"08:31
vikram_amotoki: Do you have an idea what is wrong here?08:31
*** lajos-katona1 has joined #openstack-neutron08:32
amotokivikram_: looking08:33
*** tflynn_ has quit IRC08:33
vikram_amotoki: ok08:33
*** nyechiel has joined #openstack-neutron08:33
*** javeriak has quit IRC08:36
*** slaweq_work has quit IRC08:36
*** apuimedo has quit IRC08:38
*** sthillma has quit IRC08:38
*** apuimedo has joined #openstack-neutron08:38
vikram_amotoki: I can find migration has defined "nullable=True" but in model we use "nullable=False"... Is this the problem?08:39
amotokivikram_: I think so.08:39
amotokivikram_: this thread may be related. http://lists.openstack.org/pipermail/openstack-dev/2016-January/thread.html#8320008:40
*** javeriak has joined #openstack-neutron08:40
vikram_amotoki: ok.. let me check08:40
*** NightKhaos has quit IRC08:41
*** NightKhaos has joined #openstack-neutron08:41
vikram_amotoki: When I run this test manually then it's saying mysql not found08:43
*** nplanel has joined #openstack-neutron08:43
amotokivikram_: the phenomenon observed is different, but it is related to nullable=True for FK.08:44
vikram_amotoki: ok... Let me make nullable=False and try08:45
*** jsheeren has joined #openstack-neutron08:45
*** apuimedo has quit IRC08:45
*** apuimedo has joined #openstack-neutron08:46
*** jlanoux has joined #openstack-neutron08:48
*** thorst has joined #openstack-neutron08:49
*** devvesa has joined #openstack-neutron08:50
*** apuimedo has quit IRC08:51
*** jschwarz has joined #openstack-neutron08:51
*** slaweq_work has joined #openstack-neutron08:51
*** apuimedo has joined #openstack-neutron08:51
*** sthillma has joined #openstack-neutron08:54
*** fawadkhaliq has quit IRC08:56
*** apuimedo has quit IRC08:56
*** thorst has quit IRC08:56
*** apuimedo has joined #openstack-neutron08:56
*** fawadkhaliq has joined #openstack-neutron08:59
openstackgerritvikram.choudhary proposed openstack/neutron: Add BGP Dynamic Routing DB Model and Basic CRUD  https://review.openstack.org/20162109:01
*** apuimedo has quit IRC09:06
openstackgerritSonu proposed openstack/neutron: Rule, member updates are missed with enhanced rpc  https://review.openstack.org/24057709:06
*** djan has quit IRC09:06
*** apuimedo has joined #openstack-neutron09:06
openstackgerritKevin Benton proposed openstack/neutron: Allow tox to pass more arguments to ostestr command  https://review.openstack.org/21872609:11
*** davidsha has joined #openstack-neutron09:11
*** apuimedo has quit IRC09:11
*** apuimedo has joined #openstack-neutron09:12
*** abregman has quit IRC09:13
*** sthillma has quit IRC09:13
*** abregman has joined #openstack-neutron09:14
openstackgerritSonu proposed openstack/neutron: Rule, member updates are missed with enhanced rpc  https://review.openstack.org/24057709:15
*** bochi-michael has quit IRC09:15
openstackgerritKevin Benton proposed openstack/neutron: eliminate retries inside of _ensure_default_security_group  https://review.openstack.org/23108109:16
openstackgerritYu Fukuyama proposed openstack/neutron: Fix meter label rule creation  https://review.openstack.org/26032309:17
*** coolsvap|away is now known as coolsvap09:17
*** ygbo has joined #openstack-neutron09:18
*** lajos-katona1 has quit IRC09:20
*** jistr has joined #openstack-neutron09:21
*** apuimedo has quit IRC09:21
*** apuimedo has joined #openstack-neutron09:22
*** ndipanov has joined #openstack-neutron09:26
*** apuimedo has quit IRC09:27
*** apuimedo has joined #openstack-neutron09:27
*** roeyc has joined #openstack-neutron09:29
*** Prithiv has joined #openstack-neutron09:30
*** apuimedo has quit IRC09:32
*** apuimedo has joined #openstack-neutron09:32
*** jlibosva has joined #openstack-neutron09:32
*** jyuso1 has quit IRC09:33
*** apuimedo has quit IRC09:37
*** Marga_ has joined #openstack-neutron09:38
*** apuimedo has joined #openstack-neutron09:38
*** neiljerram has joined #openstack-neutron09:39
*** lajos-katona has joined #openstack-neutron09:39
*** ndipanov has quit IRC09:42
*** apuimedo has quit IRC09:43
*** apuimedo has joined #openstack-neutron09:44
*** nmagnezi has quit IRC09:45
*** apuimedo has quit IRC09:49
*** apuimedo has joined #openstack-neutron09:50
*** mohankumar_ has quit IRC09:53
*** oshvartz_ has quit IRC09:53
*** thorst has joined #openstack-neutron09:54
*** Marga_ has quit IRC09:55
*** oshvartz has joined #openstack-neutron09:57
*** nmagnezi has joined #openstack-neutron09:57
*** mhickey has joined #openstack-neutron09:58
*** oshvartz has quit IRC09:58
*** oshvartz has joined #openstack-neutron09:58
*** krickwix has quit IRC09:58
mhickeyGood morning09:59
*** apuimedo has quit IRC10:00
*** apuimedo has joined #openstack-neutron10:00
*** wolverineav has quit IRC10:01
*** thorst has quit IRC10:01
*** boris-42 has quit IRC10:03
*** mfuruta has quit IRC10:04
*** apuimedo has quit IRC10:05
*** apuimedo has joined #openstack-neutron10:05
*** Marga_ has joined #openstack-neutron10:06
*** iyamahat has joined #openstack-neutron10:09
*** Marga_ has quit IRC10:09
*** migi has joined #openstack-neutron10:10
*** yamahata has quit IRC10:10
*** apuimedo has quit IRC10:10
*** apuimedo has joined #openstack-neutron10:11
*** yuanying has quit IRC10:11
*** yuanying has joined #openstack-neutron10:11
*** shwetaap has quit IRC10:14
*** shwetaap1 has joined #openstack-neutron10:14
*** hoangcx_ has quit IRC10:15
*** rotbeard has joined #openstack-neutron10:18
*** javeriak_ has joined #openstack-neutron10:20
*** apuimedo has quit IRC10:20
*** vikasc has quit IRC10:20
*** apuimedo has joined #openstack-neutron10:21
*** iyamahat has quit IRC10:22
*** javeriak has quit IRC10:23
*** apuimedo has quit IRC10:25
*** apuimedo has joined #openstack-neutron10:28
*** yuanying has quit IRC10:28
*** yuanying has joined #openstack-neutron10:29
*** abregman is now known as abregman|brb10:30
*** mickeys has joined #openstack-neutron10:31
*** apuimedo has quit IRC10:32
*** apuimedo has joined #openstack-neutron10:33
*** abregman|brb is now known as abregman10:34
*** vikasc has joined #openstack-neutron10:37
*** apuimedo has quit IRC10:38
*** apuimedo has joined #openstack-neutron10:38
*** mickeys has quit IRC10:39
openstackgerritBo Chi proposed openstack/neutron: Refactor test_attributes.py  https://review.openstack.org/26319910:39
openstackgerritAkihiro Motoki proposed openstack/neutron: Fix API tests  https://review.openstack.org/26340010:42
*** tyagiprince has joined #openstack-neutron10:43
tyagiprinceHii everyone.. I am working on neutron..10:43
*** apuimedo has quit IRC10:43
*** javeriak_ has quit IRC10:43
tyagiprinceI am facing some problems.. I changed the code and restarted the neutron services.. but I am not able to see the corresponding results in horizon10:43
tyagiprinceCan anyone please help me..10:43
*** apuimedo has joined #openstack-neutron10:44
*** salv-orlando has joined #openstack-neutron10:44
tyagiprinceI also deleted the python compiled files so that new ones gets created.. But .pyc file is not getting created..10:44
tyagiprinceadam_g:10:44
tyagiprinceamit213:10:45
tyagiprincebrendenblanco:10:45
tyagiprincesalv-orlando:10:45
tyagiprinceI am facing some problems.. I changed the code and restarted the neutron services.. but I am not able to see the corresponding results in horizon..10:45
*** javeriak has joined #openstack-neutron10:46
tyagiprincejaveriak:10:46
tyagiprinceI am facing some problems.. I changed the code and restarted the neutron services.. but I am not able to see the corresponding results in horizon10:46
*** vikasc has quit IRC10:47
*** dims has joined #openstack-neutron10:47
tyagiprinceNeither does the py is compiling that file..10:47
javeriaktyagiprince yes?10:48
tyagiprinceDo you have any idea regarding setting up development environment with neutron.. I want to make some changes to neutron code according to my needs..10:49
tyagiprinceI have a multiple node setup.. I am making changes to one of the controller nodes..10:49
tyagiprinceI changed the code and went to horizon to see the effect.. but horizon is not running my new code file..10:50
*** apuimedo has quit IRC10:51
tyagiprincejaveriak:10:52
*** apuimedo has joined #openstack-neutron10:52
javeriakwhere did u do the change?10:53
*** stanzgy has quit IRC10:54
openstackgerritHirofumi Ichihara proposed openstack/neutron: Remove unnecessary code in limit manage  https://review.openstack.org/26367410:55
*** yamamoto has joined #openstack-neutron10:56
*** nyechiel has quit IRC10:57
*** jsheeren has quit IRC10:58
*** nyechiel has joined #openstack-neutron10:58
*** thorst has joined #openstack-neutron10:59
*** vikasc has joined #openstack-neutron10:59
tyagiprincejaveriak: I am making changes to db.securitygroups_db.py file.11:00
tyagiprincechanging the default rules that gets applied to security groups.11:01
javeriaktyagiprince did you try stopping the neutron-server service and starting it?11:01
tyagiprincejaveriak: Yes I am restarting all the services..11:02
*** wolverineav has joined #openstack-neutron11:02
tyagiprincealso the pyc files are not getting created after I remove them.11:02
javeriakall?11:02
tyagiprinceNot all.. The one I changed.11:03
javeriakyou need to basically restart neutron-server, that should do the trick11:03
openstackgerrityalei wang proposed openstack/neutron: Add new limit_portsec_domain attr for port  https://review.openstack.org/25003611:03
*** apuimedo has quit IRC11:04
*** yamamoto has quit IRC11:04
*** apuimedo has joined #openstack-neutron11:04
tyagiprincejaveriak: What if I delete all the pyc files?11:05
javeriaktyagiprince also, if this a multi controller setup; meaning if the neutron code is present on other nodes too then you need to do your changes on others too11:06
*** thorst has quit IRC11:06
tyagiprinceokay.. I will shut down my other controller nodes..11:06
javeriakthen restart neutron-server services after you do your changes11:07
*** wolverineav has quit IRC11:07
davidshatyagiprince,javerick: what is the file path of your neutron folder?11:09
tyagiprincedavidsha: you can find it here : /usr/lib/python2.7/dist-packages/neutron11:10
davidshatyagiprince: Ok that's the right folder, are you using devstack?11:10
tyagiprinceno..11:12
*** salv-orlando has quit IRC11:13
*** apuimedo has quit IRC11:14
tyagiprincedavidsha: no, not using devstack11:14
davidshatyagiprince: Ok, sorry not sure how to help.11:14
tyagiprinceokay.. thanks anyways..11:14
*** salv-orlando has joined #openstack-neutron11:14
*** yuanying has quit IRC11:15
*** apuimedo has joined #openstack-neutron11:15
*** salv-orlando has quit IRC11:16
*** roeyc has quit IRC11:17
*** salv-orlando has joined #openstack-neutron11:17
*** mrvinti has joined #openstack-neutron11:18
*** salv-orlando has quit IRC11:18
*** salv-orlando has joined #openstack-neutron11:20
*** salv-orl_ has joined #openstack-neutron11:21
*** salv-orlando has quit IRC11:21
*** apuimedo has quit IRC11:22
*** tbh has quit IRC11:23
*** apuimedo has joined #openstack-neutron11:23
*** salv-orl_ has quit IRC11:23
*** salv-orlando has joined #openstack-neutron11:23
*** mrvinti has quit IRC11:23
*** salv-orlando has quit IRC11:24
*** aix has quit IRC11:25
*** vikram_ has quit IRC11:25
*** salv-orlando has joined #openstack-neutron11:26
*** vikram_ has joined #openstack-neutron11:26
*** gberginc has quit IRC11:27
*** salv-orlando has quit IRC11:29
*** salv-orlando has joined #openstack-neutron11:29
*** apuimedo has quit IRC11:30
*** salv-orlando has quit IRC11:30
*** javeriak has quit IRC11:31
*** javeriak has joined #openstack-neutron11:31
*** javeriak has quit IRC11:31
*** apuimedo has joined #openstack-neutron11:31
*** salv-orlando has joined #openstack-neutron11:32
*** salv-orlando has quit IRC11:35
*** apuimedo has quit IRC11:36
*** rmart04_ has joined #openstack-neutron11:36
*** salv-orlando has joined #openstack-neutron11:36
*** rmart04 has quit IRC11:36
*** rmart04_ is now known as rmart0411:36
*** apuimedo has joined #openstack-neutron11:37
*** Prithiv has quit IRC11:38
*** mrvinti has joined #openstack-neutron11:39
*** apuimedo has quit IRC11:42
*** pavel_bondar has quit IRC11:42
*** mrvinti has quit IRC11:43
*** apuimedo has joined #openstack-neutron11:43
*** salv-orlando has quit IRC11:43
*** salv-orl_ has joined #openstack-neutron11:43
*** bradjones has joined #openstack-neutron11:44
*** bradjones has quit IRC11:44
*** bradjones has joined #openstack-neutron11:44
*** salv-orl_ has quit IRC11:46
*** salv-orlando has joined #openstack-neutron11:47
*** salv-orlando has quit IRC11:47
*** apuimedo has quit IRC11:48
*** apuimedo has joined #openstack-neutron11:49
*** tbachman has quit IRC11:51
*** salv-orl_ has joined #openstack-neutron11:51
*** salv-orl_ has quit IRC11:53
*** coolsvap is now known as coolsvap|away11:54
*** ihrachys has joined #openstack-neutron11:55
*** salv-orl_ has joined #openstack-neutron11:55
*** salv-orl_ has quit IRC11:56
*** gberginc has joined #openstack-neutron11:56
*** apuimedo has quit IRC11:56
*** rmart04 has quit IRC11:56
*** apuimedo has joined #openstack-neutron11:57
*** salv-orlando has joined #openstack-neutron11:57
*** salv-orlando has quit IRC11:58
openstackgerritMartin Hickey proposed openstack/neutron: Add test for Neutron object versions  https://review.openstack.org/25802611:58
*** diga has quit IRC11:58
*** rubasov has left #openstack-neutron11:59
*** rubasov has joined #openstack-neutron12:00
*** apuimedo has quit IRC12:01
*** apuimedo has joined #openstack-neutron12:02
*** javeriak has joined #openstack-neutron12:03
*** sean-k-m1 has quit IRC12:03
*** wolverineav has joined #openstack-neutron12:03
*** salv-orlando has joined #openstack-neutron12:04
*** sean-k-m1 has joined #openstack-neutron12:04
*** thorst has joined #openstack-neutron12:04
*** dedery_ has joined #openstack-neutron12:05
*** cgascoig has quit IRC12:05
*** salv-orlando has quit IRC12:05
*** shz has quit IRC12:06
*** cgascoig has joined #openstack-neutron12:06
*** shz has joined #openstack-neutron12:07
*** apuimedo has quit IRC12:07
*** Ramanjaneya has quit IRC12:07
*** wolverineav has quit IRC12:07
*** apuimedo has joined #openstack-neutron12:08
*** dedery has quit IRC12:09
*** salv-orlando has joined #openstack-neutron12:10
*** ccard has quit IRC12:11
*** thorst has quit IRC12:11
*** salv-orlando has quit IRC12:12
*** salv-orl_ has joined #openstack-neutron12:12
*** apuimedo has quit IRC12:12
*** mhickey has quit IRC12:12
*** dedery has joined #openstack-neutron12:13
*** salv-orl_ has quit IRC12:13
*** mhickey has joined #openstack-neutron12:13
*** apuimedo has joined #openstack-neutron12:13
*** javeriak has quit IRC12:14
*** javeriak has joined #openstack-neutron12:14
*** rmart04 has joined #openstack-neutron12:15
*** mhickey has quit IRC12:15
*** fawadkhaliq has quit IRC12:15
*** mhickey has joined #openstack-neutron12:15
*** fawadkhaliq has joined #openstack-neutron12:16
*** dedery_ has quit IRC12:16
*** vikram_ has quit IRC12:17
*** vikram_ has joined #openstack-neutron12:18
*** mrvinti has joined #openstack-neutron12:18
*** rtheis has joined #openstack-neutron12:18
*** mhickey is now known as mhickey_12:20
*** mrvinti has quit IRC12:22
*** mrvinti has joined #openstack-neutron12:22
*** tbachman has joined #openstack-neutron12:22
*** mrvinti has joined #openstack-neutron12:22
*** apuimedo has quit IRC12:23
*** mhickey_ has quit IRC12:23
*** javeriak has quit IRC12:23
*** apuimedo has joined #openstack-neutron12:23
*** mhickey has joined #openstack-neutron12:24
*** vikasc has quit IRC12:24
*** nyechiel has quit IRC12:27
*** nyechiel_ has joined #openstack-neutron12:27
*** mrvinti has quit IRC12:27
*** pavel_bondar has joined #openstack-neutron12:27
*** Marga_ has joined #openstack-neutron12:27
*** apuimedo has quit IRC12:28
*** apuimedo has joined #openstack-neutron12:29
*** devvesa has quit IRC12:32
*** Marga_ has quit IRC12:33
openstackgerritabregman proposed openstack/neutron-vpnaas: Allow to use system rootwrap  https://review.openstack.org/25466812:34
*** tbachman_ has joined #openstack-neutron12:35
*** tbachman has quit IRC12:37
*** tbachman_ is now known as tbachman12:37
openstackgerritIhar Hrachyshka proposed openstack/neutron: Add extension_manager and support for extensions in linuxbridge agent  https://review.openstack.org/25054212:38
*** roeyc has joined #openstack-neutron12:38
*** apuimedo has quit IRC12:39
*** gongysh has joined #openstack-neutron12:40
*** apuimedo has joined #openstack-neutron12:41
*** mrvinti has joined #openstack-neutron12:44
*** apuimedo has quit IRC12:45
*** apuimedo has joined #openstack-neutron12:46
*** vthapar has joined #openstack-neutron12:46
*** salv-orlando has joined #openstack-neutron12:47
*** fawadkhaliq has quit IRC12:47
*** thorst has joined #openstack-neutron12:47
*** fawadkhaliq has joined #openstack-neutron12:48
*** salv-orlando has quit IRC12:48
*** mrvinti has quit IRC12:48
*** mrvinti has joined #openstack-neutron12:49
*** apuimedo has quit IRC12:50
*** apuimedo has joined #openstack-neutron12:51
*** devvesa has joined #openstack-neutron12:51
*** cgascoig has quit IRC12:52
*** mrvinti has quit IRC12:53
*** baoli has joined #openstack-neutron12:53
*** mrvinti has joined #openstack-neutron12:54
*** cgascoig has joined #openstack-neutron12:54
*** baohua has quit IRC12:56
*** jckasper has joined #openstack-neutron12:57
*** jckasper has quit IRC12:57
*** mrvinti has quit IRC12:58
*** devvesa has quit IRC12:59
*** amuller has joined #openstack-neutron13:02
*** nplanel has quit IRC13:03
*** apuimedo has quit IRC13:03
*** apuimedo has joined #openstack-neutron13:03
*** wolverineav has joined #openstack-neutron13:04
gongyshvikram_, hi13:04
*** apuimedo has quit IRC13:08
*** wolverineav has quit IRC13:09
*** links has quit IRC13:10
*** apuimedo has joined #openstack-neutron13:10
*** Marga_ has joined #openstack-neutron13:10
*** Marga_ has quit IRC13:12
*** Marga_ has joined #openstack-neutron13:12
*** aix has joined #openstack-neutron13:14
*** apuimedo has quit IRC13:14
*** apuimedo has joined #openstack-neutron13:15
*** apuimedo has quit IRC13:20
*** jonlan has joined #openstack-neutron13:21
*** apuimedo has joined #openstack-neutron13:21
*** amuller_ has joined #openstack-neutron13:21
*** javeriak has joined #openstack-neutron13:25
*** amuller has quit IRC13:25
*** Marga_ has quit IRC13:25
*** dedery_ has joined #openstack-neutron13:26
*** javeriak has quit IRC13:26
*** apuimedo has quit IRC13:26
*** javeriak has joined #openstack-neutron13:26
*** edmondsw has joined #openstack-neutron13:27
*** pradk has joined #openstack-neutron13:27
*** pradk has quit IRC13:27
*** apuimedo has joined #openstack-neutron13:27
*** javeriak_ has joined #openstack-neutron13:28
*** nmagnezi has quit IRC13:28
*** dedery has quit IRC13:29
openstackgerritHirofumi Ichihara proposed openstack/neutron: Remove unnecessary argument in limit manage  https://review.openstack.org/26367413:30
*** javeriak has quit IRC13:31
*** apuimedo has quit IRC13:34
*** mrvinti has joined #openstack-neutron13:35
*** apuimedo has joined #openstack-neutron13:35
*** anshul has quit IRC13:35
*** numans has joined #openstack-neutron13:36
*** nyechiel has joined #openstack-neutron13:38
*** nyechiel_ has quit IRC13:39
*** apuimedo has quit IRC13:40
*** apuimedo has joined #openstack-neutron13:42
*** jonlan has quit IRC13:43
*** hynekm_ has joined #openstack-neutron13:44
*** nmagnezi has joined #openstack-neutron13:44
*** dslevin has quit IRC13:45
*** hynekm has quit IRC13:46
*** shwetaap1 has quit IRC13:46
*** apuimedo has quit IRC13:47
*** apuimedo has joined #openstack-neutron13:49
vikram_gongysh: hi13:50
vikram_gongysh_: hi13:50
*** shwetaap has joined #openstack-neutron13:50
*** ekuris_ has quit IRC13:52
*** garyk1 has joined #openstack-neutron13:55
*** busterswt has joined #openstack-neutron13:55
*** dedery_ has quit IRC13:57
*** dedery has joined #openstack-neutron13:57
*** neeti has quit IRC13:58
*** korzen has quit IRC13:59
*** jckasper has joined #openstack-neutron14:00
*** amotoki has quit IRC14:00
*** jckasper has quit IRC14:00
*** jckasper has joined #openstack-neutron14:01
*** signed8bit has joined #openstack-neutron14:01
*** b3nt_pin is now known as beagles14:01
*** dslevin_ has quit IRC14:02
*** dedery has quit IRC14:02
*** dslev has joined #openstack-neutron14:02
*** apuimedo has quit IRC14:03
*** apuimedo has joined #openstack-neutron14:04
*** fawadkhaliq has quit IRC14:04
Sam-I-Ammornings14:05
*** signed8bit has quit IRC14:07
*** amuller_ is now known as amuller14:07
*** apuimedo has quit IRC14:08
*** apuimedo has joined #openstack-neutron14:10
*** signed8bit has joined #openstack-neutron14:11
*** oshvartz has quit IRC14:12
*** devvesa has joined #openstack-neutron14:13
openstackgerritvikram.choudhary proposed openstack/neutron: Add BGP Dynamic Routing DB Model and Basic CRUD  https://review.openstack.org/20162114:14
*** Sukhdev has joined #openstack-neutron14:15
*** apuimedo has quit IRC14:16
*** krtaylor has joined #openstack-neutron14:17
*** apuimedo has joined #openstack-neutron14:17
openstackgerritMathieu Rohon proposed openstack/neutron: Avoid duplicating tenant check when creating resources  https://review.openstack.org/24198414:19
*** tyagiprince has quit IRC14:21
*** vthapar has quit IRC14:21
*** rpothier has joined #openstack-neutron14:22
ihrachysmhickey: checked your patch for the hash test. overall looks nice, I am just cautious of how we access internals for the OVO library14:24
*** links has joined #openstack-neutron14:24
ihrachysmhickey: probably a patch for oslo.versionedobjects would be justified. we can send one for review, add TODO in your test code, and merge as-is, fixing later. but we should have a plan for getting rid of that hack.14:24
*** Sukhdev has quit IRC14:26
mhickeyihrachys: Agreed, code is bit oslo internals14:27
*** Sukhdev has joined #openstack-neutron14:27
*** apuimedo has quit IRC14:27
*** nmagnezi has quit IRC14:27
mhickeyihrachys: I will check again if there is anything there already. otherwise I can start a patch. sound ok?14:27
*** apuimedo has joined #openstack-neutron14:28
*** oshvartz has joined #openstack-neutron14:28
*** mrvinti has quit IRC14:28
mhickeyihrachys: btw, happy new year. hope you had a good break.14:28
*** Sukhdev has quit IRC14:29
openstackgerritabregman proposed openstack/neutron-vpnaas: Allow to use system rootwrap  https://review.openstack.org/25466814:29
*** mkolesni has quit IRC14:30
Sam-I-Ammhickey: mornings14:31
mhickeySam-I-Am: Hey. Happy new year. How are things?14:31
Sam-I-Ammhickey: pretty good. trying to figure out which way is up.14:32
mhickeySam-I-Am: know the feeling. yesterday was tough. in second half of day 2 so warming up! :)14:33
*** kbyrne has quit IRC14:33
*** regXboi has joined #openstack-neutron14:34
ihrachysmhickey: yeah, sounds about right. thanks.14:34
mhickeyihrachys: np14:35
Sam-I-Amfirst thing to do is build my list of things to accomplish, but first fires :)14:35
mhickey:)14:35
hdanielvikram_: hi14:36
*** irenab has quit IRC14:39
*** kbyrne has joined #openstack-neutron14:40
*** shausy has quit IRC14:40
mhickeyihrachys: is gate failing on api issues?14:41
*** vthapar has joined #openstack-neutron14:41
*** apuimedo has quit IRC14:42
*** signed8b_ has joined #openstack-neutron14:42
vikram_hdaniel: hi14:42
hdanielvikram_: do you happen to work on networking-sfc ?14:42
vikram_hdaniel: yes14:42
*** apuimedo has joined #openstack-neutron14:42
amullermhickey: yeah the fix is not merged yet14:43
vikram_hdaniel: i worked for cli/horizon/api/db & heat14:43
hdanielvikram_: did you do it with devstack on the master branch ?14:43
ihrachysmhickey: it does, there was a patch by amuller that fixes it14:43
amullerhttps://review.openstack.org/#/c/263400/14:43
* ihrachys is slow poke14:43
vikram_hdaniel: Yes I tried day before yesterday14:43
amullerat least the LBaaS patch was merged https://review.openstack.org/#/c/263550/14:44
amullerHenryG++14:44
vikram_hdaniel: any issues?14:44
ihrachysamuller: I see that 'RuntimeError: Exit code: 1; Stdin: ; Stdout: ; Stderr: kill: failed to parse argument: 'None'' failure twice already in func tests logs14:44
hdanielvikram_: I'm trying to get the thing go and for some reason it explodes in my face. is there any cookbook/secret sauce ?14:44
amullerihrachys: link?14:44
ihrachysamuller: heh14:44
hdanielvikram_: sample local.conf ?14:44
amullerihrachys: God I just want a day I can work on my own shit14:44
ihrachysamuller: do you check logs before recheck?14:44
ihrachysamuller: http://logs.openstack.org/00/263400/6/check/gate-neutron-dsvm-functional/881aa9c/testr_results.html.gz14:44
vikram_14:44
vikram_14:44
vikram_More14:44
vikram_8 of 6,40114:44
vikram_14:44
vikram_https://wiki.openstack.org/wiki/Neutron/ServiceInsertionAndChaining#Overview14:45
amullerihrachys: I didn't because that patch would not cause a legit fail in the functional tests14:45
vikram_hdaniel: https://wiki.openstack.org/wiki/Neutron/ServiceInsertionAndChaining#Overview14:45
ihrachysamuller: I think it failed like that twice in your patch rechecks14:45
*** signed8bit has quit IRC14:45
amullerihrachys: we still have that other common failure also, the server restart one14:45
ihrachysamuller: so I suspect the third one may be the same, and it's worth checking14:45
vikram_hdaniel: hope this helps14:45
*** vthapar has quit IRC14:45
amullerihrachys: hmm that's a new failure type for that keepalived_respawn test =D14:46
ihrachysamuller: ok, you want to merge that one. I will do once we have a window in the gate. but can you check the current failure too?14:46
ihrachysamuller: it's not the test case, prev time it was a different one14:46
ihrachysbut the failure log is the same14:46
amullerweird14:46
ihrachyssomewhere we push None into execute()14:46
ihrachysor pid is None in process monitor14:46
hdanielvikram_: I used it, but it uses stable/liberty - and the traffic classification rules are simply wrong14:46
ihrachysI guess the latter is14:47
mhickeyamuller, ihrachys: ok , great, thanks. :)14:47
vikram_hdaniel: what issue you faced?14:47
vikram_hdaniel: BTW, you can try with latest code as well, some minor change you got to do14:47
amullerihrachys: of course the test that failed doesn't emit per-test logging like other tests in http://logs.openstack.org/00/263400/6/check/gate-neutron-dsvm-functional/881aa9c/logs/14:48
hdanielvikram_: which change ?14:48
ihrachysamuller: obviously14:48
ihrachysamuller: that would not be fun enough then14:48
amullerihrachys: I give up, just delete all of our tests14:48
amullerrm -rf neutron/tests14:48
ihrachysamuller: so looking at the code, seems like get_value_from_file does except on getting .pid for pm14:48
ihrachyswhich would mean either value there is not int, or file is not there/not avail14:49
ihrachysthe pid file I mean14:49
*** links has quit IRC14:49
ihrachysand the logs could help to distinguish :)14:49
amullerihrachys: I'll maybe have 30 mins now before my next meeting to look in to that14:49
amullerif this meeting cuts short14:50
ihrachysamuller: so why do we have the log dir setting inside BaseSudoTestCase ?14:52
*** kbringard has quit IRC14:52
*** kbyrne has quit IRC14:52
amullerihrachys: we need to move it one higher up don't we?14:52
ihrachysprolly14:53
amullerihrachys: but, that test does need sudo14:53
amuller...14:53
ihrachysyeah, but let's say some don't; while still logging14:53
*** kbyrne has joined #openstack-neutron14:53
*** mrvinti has joined #openstack-neutron14:53
*** apuimedo has quit IRC14:54
*** mlavalle has joined #openstack-neutron14:54
amullerihrachys: yeah, there's two issues here14:54
*** mosulica has quit IRC14:55
*** signed8b_ has quit IRC14:55
*** mrvinti has quit IRC14:55
*** kbyrne has quit IRC14:55
*** padkrish has joined #openstack-neutron14:55
ihrachyshopefully we will be able to merge api fix without melding more stuff in it14:55
*** apuimedo has joined #openstack-neutron14:55
*** mrvinti has joined #openstack-neutron14:56
*** padkrish_ has joined #openstack-neutron14:57
*** sbadia has left #openstack-neutron14:58
pc_mamuller: hi14:59
*** kbringard has joined #openstack-neutron15:00
*** kbyrne has joined #openstack-neutron15:00
*** padkrish has quit IRC15:01
*** kbyrne has quit IRC15:01
*** kbyrne has joined #openstack-neutron15:02
*** brad_behle has quit IRC15:03
*** SridharG has quit IRC15:03
*** wolverineav has joined #openstack-neutron15:05
*** sean-k-mooney has joined #openstack-neutron15:05
*** lajos-katona has left #openstack-neutron15:06
*** nyechiel_ has joined #openstack-neutron15:07
*** nyechiel has quit IRC15:07
*** sean-k-m1 has quit IRC15:07
*** fawadkhaliq has joined #openstack-neutron15:07
*** apuimedo has quit IRC15:09
*** sthillma has joined #openstack-neutron15:09
amullerpc_m: yo15:09
pc_mamuller: I'm trying to run py34 tests for VPN and they are failing (odd error too), but work in gate. Looks like some script error after the test runs (maybe environment different). Wondering if you had any ideas. http://paste.openstack.org/show/483030/15:09
ihrachyspc_m: do you have plans to revive work on *aas constraints backports for L?15:10
amullerpc_m: rm -rf .testrepository15:11
pc_mihrachys: eventually. Right now, I'm trying to get constraints working for master.15:11
*** apuimedo has joined #openstack-neutron15:11
ihrachyspc_m: aren't they? what's the deal there?15:11
*** wolverineav has quit IRC15:11
*** breitz has quit IRC15:12
pc_mihrachys: There are a few missing targets in the experimental queue, and likewise in the tox.ini.15:12
*** breitz has joined #openstack-neutron15:12
pc_mihrachys: I have a commit to add the experimental jobs out (263398)15:13
ihrachyspc_m: yeah, right. so it's not that neutron *aas don't have the constraints, but infra not running them, right?15:13
*** electrocucaracha has joined #openstack-neutron15:13
pc_mihrachys: both.15:13
pc_mamuller: I'll give that a shot in a min (running FT right now)l15:13
ihrachyspc_m: so what's missing in neutron *aas itself?15:14
pc_mihrachys: Do you know who are the neutron liaisons for project-config (besides dougwig)?15:14
amullerpc_m: armax15:15
*** banix has joined #openstack-neutron15:15
ihrachyspc_m: https://wiki.openstack.org/wiki/CrossProjectLiaisons#Infra15:15
*** yfried has quit IRC15:15
vikram_kevinbenton: ping15:16
*** apuimedo has quit IRC15:16
pc_mihrachys: The constraints targets are not defaults (speaking for VPN, which I'm looking at now), and there are no FT constraints targets.15:16
pc_mamuller: ihrachys: Thanks15:16
ihrachyspc_m: FT?15:16
pc_mfunctional test15:16
ihrachysoh, I see15:16
*** busterswt has quit IRC15:16
*** apuimedo has joined #openstack-neutron15:16
ihrachysI don't think they should be default at this point15:17
ihrachysfunctionals - right, that was fixed lately in neutron repo15:17
ihrachysok, I will let you dig this to the end :) thanks for taking care.15:17
pc_mihrachys: any reason why not default pep8, py27, and py34 to constraints targets?15:18
*** Ramanjaneya has joined #openstack-neutron15:18
ihrachyspc_m: consistency with other projects, for now. later we may reconsider it.15:18
ihrachyspc_m: in any case, there should be a way to run unconstrained. so why not keeping the old names for that. it's an issue of low priority anyhow.15:20
pc_mnot removing the old names15:20
pc_mjust setting envlist to constraints versions (like shown in the cookiecutter project)15:20
pc_mihrachys: ^15:21
ihrachyspc_m: ah that one. well, I doubt a lot of people care about the envlist, but yeah, why not.15:21
ihrachyspc_m: I would +2 that one :)15:21
pc_m:)15:21
pc_mI"llhave VPN out for review as soon as I figure out what is up with running tests locally.15:22
pc_mmestery: ping15:22
*** gampel has quit IRC15:23
openstackgerritIhar Hrachyshka proposed openstack/neutron: gate_hook: add support for dsvm-steroids job type  https://review.openstack.org/24767115:23
openstackgerritIhar Hrachyshka proposed openstack/neutron: devstack: don't enable qos service with the plugin  https://review.openstack.org/24799015:23
*** busterswt has joined #openstack-neutron15:26
*** changbl has quit IRC15:27
*** tbachman has quit IRC15:27
*** jobewan has joined #openstack-neutron15:27
pc_mamuller: THanks! The rm -rf .testrepository did the trick!15:28
*** apuimedo has quit IRC15:28
*** ganso has quit IRC15:29
*** breitz has quit IRC15:29
*** apuimedo has joined #openstack-neutron15:29
*** breitz has joined #openstack-neutron15:30
amullerpc_m: yeah it's a bug I ran in to a while ago15:31
openstackgerritJohn Schwarz proposed openstack/neutron: dvr: when updating port's fixed_ips, update arp  https://review.openstack.org/26377215:33
*** oshvartz has quit IRC15:33
*** apuimedo has quit IRC15:34
*** padkrish_ has quit IRC15:35
*** dslev has quit IRC15:35
*** apuimedo has joined #openstack-neutron15:36
*** ociuhandu has joined #openstack-neutron15:37
*** numans has quit IRC15:38
*** bdrich has joined #openstack-neutron15:38
*** naggappan has quit IRC15:41
HenryGclaudiub: ping15:43
*** apuimedo has quit IRC15:43
*** signed8b_ has joined #openstack-neutron15:43
*** signed8b_ has quit IRC15:43
*** apuimedo has joined #openstack-neutron15:45
*** absubram has joined #openstack-neutron15:45
*** garyk has quit IRC15:45
claudiubHenryG: hi.15:46
HenryGclaudiub: https://github.com/openstack/neutron/blob/master/neutron/plugins/hyperv/agent/security_groups_driver.py#L2415:47
HenryGclaudiub: Can you remind me why it is scheduled for removal in O and not N?15:47
*** vthapar has joined #openstack-neutron15:48
*** signed8b_ has joined #openstack-neutron15:49
claudiubHenryG: we have a 2-cycle support system, right? Which means that a lot of the users will typically update either each cycle, or every 2 cycles. Upgrading from Liberty to M or N, would cause the neutron-hyperv-agent to fail to start, as the security groups driver was moved.15:49
*** vthapar has quit IRC15:51
HenryGclaudiub: Makes sense, thanks.15:51
claudiubHenryG: no problem. :)15:52
*** apuimedo has quit IRC15:52
*** apuimedo has joined #openstack-neutron15:52
*** bdrich has quit IRC15:52
*** tbachman has joined #openstack-neutron15:53
*** dslevin has joined #openstack-neutron15:54
*** aix has quit IRC15:55
*** mrvinti has quit IRC15:55
*** brad_behle has joined #openstack-neutron15:56
*** bdrich has joined #openstack-neutron15:56
HenryGamuller: ihrachys: what is the problem with the functional test flakiness? Is there a bug to track it?15:56
*** TrevorV has joined #openstack-neutron15:56
ihrachysHenryG: not that I know. haven't had a chance to report or debug to the fix.15:57
*** baoli has quit IRC15:59
*** wwriverrat has joined #openstack-neutron16:00
*** baoli has joined #openstack-neutron16:00
*** mragupat has joined #openstack-neutron16:01
*** apuimedo has quit IRC16:01
*** tbachman_ has joined #openstack-neutron16:02
*** apuimedo has joined #openstack-neutron16:02
*** tbachman has quit IRC16:03
*** tbachman_ is now known as tbachman16:03
*** devvesa has quit IRC16:03
*** itzikb_ has quit IRC16:03
*** mrvinti has joined #openstack-neutron16:04
*** dslevin has quit IRC16:06
*** jobewan is now known as jobewan_away16:07
*** mrvinti has quit IRC16:08
*** dane_leblanc_ has joined #openstack-neutron16:09
openstackgerritRichard Theis proposed openstack/python-neutronclient: Devref: Transition to OpenStack Client  https://review.openstack.org/25499316:09
*** apuimedo has quit IRC16:09
*** apuimedo has joined #openstack-neutron16:10
*** ijw has joined #openstack-neutron16:11
*** matrohon has quit IRC16:11
*** rmart04 has quit IRC16:13
*** matrohon has joined #openstack-neutron16:13
Sam-I-Amamuller: mooo16:14
*** shakamunyi has joined #openstack-neutron16:14
*** garyk1 has quit IRC16:14
*** signed8b_ is now known as signed8bit_ZZZzz16:15
*** dave-mccowan has joined #openstack-neutron16:15
*** barra204 has quit IRC16:15
*** dslev has joined #openstack-neutron16:17
*** signed8bit_ZZZzz is now known as signed8b_16:17
*** vikram_ has quit IRC16:18
*** jonlan has joined #openstack-neutron16:18
*** ahduyck has joined #openstack-neutron16:18
*** apuimedo has quit IRC16:22
*** apuimedo has joined #openstack-neutron16:23
sc68calmspreitz: ack. I'd have to do a little digging myself. Most likely of the "git grep" variety16:24
*** jbell8 has joined #openstack-neutron16:24
* Sam-I-Am perks up16:25
*** PsionTheory has joined #openstack-neutron16:25
*** pradk has joined #openstack-neutron16:26
*** nyechiel_ has quit IRC16:28
*** gvrangan has joined #openstack-neutron16:29
sc68calihrachys: ping - going to try and work on https://bugs.launchpad.net/neutron/+bug/1527675 today16:29
openstackLaunchpad bug 1527675 in neutron "Neutron multinode grenade sometimes fails at resource phase create" [High,New] - Assigned to Sean M. Collins (scollins)16:29
sc68calihrachys: I just read your comment from 12-21, about nova_server1 not spawning dropbear ssh16:30
*** hynekm_ has quit IRC16:30
*** mrvinti has joined #openstack-neutron16:30
ihrachyssc68cal: yeah. I didn't find time later to validate my suggestions on fresh results.16:32
ihrachyshopefully I don't mislead you16:32
sc68calihrachys: no worries. I had wondered if the error we were seeing was because the port was not open on the instance16:33
sc68calthink it was erroring out with a connection closed message16:33
ihrachyssc68cal: connection closed looks more like it's open, just misbehaving. if that would be a fw, you would probably see the same Connection refused16:33
sc68calright16:33
ihrachysit would be interesting to see traffic captured. in worst case, grenade check could be extended to capture it and dump in worlddump.16:34
*** mrvinti has quit IRC16:35
sc68calihrachys: heh. yeah16:36
* sc68cal throws that feature on the big TODO pile16:36
*** busterswt has quit IRC16:37
*** busterswt has joined #openstack-neutron16:37
Sam-I-Ami have a todo list for my todo piles16:37
*** sridhar_ram has joined #openstack-neutron16:37
*** jobewan_away is now known as jobewan16:37
sc68calSam-I-Am: lol16:37
Sam-I-Amits a dict of dicts16:37
Sam-I-Amof dicts16:37
sc68calihrachys: I did see dropbear starting in http://logs.openstack.org/35/187235/11/experimental/gate-grenade-dsvm-neutron-multinode/a5af283/logs/worlddump-2015-11-30-204140.txt.gz16:38
*** gvrangan has quit IRC16:40
ihrachyssc68cal: note the output belongs to nova_server1, not cinder_server1 that we fail on16:40
ihrachyssc68cal: there is no output for the latter in worlddumps at all16:41
ihrachyswhich is suspicious16:41
sc68calahhh16:41
ihrachysthough it's also not there in successful runs, iirc16:41
*** busterswt has quit IRC16:41
ihrachyswhich may mean some bug in grenade worlddump feature16:41
*** Leo_ has joined #openstack-neutron16:41
*** apuimedo has quit IRC16:42
sc68calgotcha.16:42
*** john-davidge has joined #openstack-neutron16:43
*** aix has joined #openstack-neutron16:43
*** apuimedo has joined #openstack-neutron16:44
*** roeyc has quit IRC16:44
*** mgoddard_ has joined #openstack-neutron16:44
*** Leom has joined #openstack-neutron16:46
*** lnicolas has joined #openstack-neutron16:47
*** jobewan is now known as jobewan_away16:47
*** mgoddard has quit IRC16:48
*** apuimedo has quit IRC16:48
*** Leo_ has quit IRC16:48
davidshaihrachys: ping16:49
HenryGpc_m: ping16:49
pc_mHenryG: pong16:49
HenryGpc_m: https://github.com/openstack/neutron/blob/master/setup.cfg#L3916:49
*** apuimedo has joined #openstack-neutron16:49
HenryGpc_m: Trying to understand why this is still in the core tree. Can it be moved to vpnaas or vendor repo?16:50
ihrachysdavidsha: pong16:52
pc_mHenryG: For master, probably could be moved to neutron-vpnaas repo. There is no vendor repo for VPN.16:52
davidshaihrachys: Hey, was just wondering was there any progress on the OvS l2 agent?16:53
*** _cjones_ has joined #openstack-neutron16:53
HenryGpc_m: thanks, I'll try to put together a pair of patches to move it.16:53
*** armax has joined #openstack-neutron16:53
pc_mHenryG: thanks16:53
*** matrohon has quit IRC16:54
ihrachysdavidsha: yeah, I am in the middle of writing the first spec that should help with flow drops. we'll leave the second piece for major table rework for later. so you'll have an agent id to use as a cookie, and that should unblock you for now.16:54
ihrachysdavidsha: I presume agent id is the only thing you are really blocked by, but if not, speak up16:54
davidshaYa, I wrote some code that will do that, just testing it at the moment to make sure there aren't any bugs.16:54
davidshaihrachys: ^16:55
ihrachysdavidsha: you mean, reusing the id as a cookie?16:55
*** rmart04 has joined #openstack-neutron16:55
*** markus_z has quit IRC16:55
ihrachysnice to see it validated in flight :)16:55
davidshaihrachys: The extensions assign themselves IDs and they pass them back up into a list16:56
*** iyamahat has joined #openstack-neutron16:56
ihrachysdavidsha: it's one way of validating it, yes. middle term, you'll have an ID to use for your cookie, but that should be operationally identical16:57
ihrachyslong term, you'll have API to define flows for your feature and leave cookie stuff to the agent.16:57
ihrachysI will include compatibility considerations in the agent API proposal.16:57
*** s3wong has joined #openstack-neutron16:58
*** mgoddard_ has quit IRC16:58
davidshaihrachys: ok.16:58
*** garyk has joined #openstack-neutron16:58
davidshaihrachys: I'll upload the code when I'm finished testing it and mark it as a WIP, that ok with you?16:59
*** gongysh has quit IRC17:00
ihrachysdavidsha: as you wish. I believe the final solution will be different, but it's ok to upload and see whether others can validate the approach for their cases.17:00
garykarmax: can you please take a look at https://review.openstack.org/#/c/261338/17:00
openstackgerritMartin Hickey proposed openstack/neutron: Add test for Neutron object versions  https://review.openstack.org/25802617:01
sc68calihrachys: so - I found the patch that artur was checking experimental on, where the multinode job was passing. https://review.openstack.org/#/c/143169/66 - the problem is it's a HUGE patch17:01
*** mickeys has joined #openstack-neutron17:02
davidshaihrachys: ok, thanks.17:02
ihrachyssc68cal: does it randomly passing, or it's really a fix?17:03
sc68calihrachys: probably random. But for some reason it favored that patch instead of mine. Mine consistently fails17:03
ihrachyslucky Artur17:03
sc68cali know right?17:03
ihrachysbut I see it was failing there too17:04
ihrachysso maybe it was just one off and with enough iterations you would pass yours17:04
*** jlanoux has quit IRC17:05
*** rmart04 has quit IRC17:05
*** rmart04 has joined #openstack-neutron17:06
sc68calihrachys: yep. i'll keep digging17:06
ihrachysthanks. looking forward to more comments in the bug. :)17:07
*** mlavalle has quit IRC17:08
*** mlavalle has joined #openstack-neutron17:08
*** jobewan_away is now known as jobewan17:08
*** wolverineav has joined #openstack-neutron17:08
jschwarzobondarev_, ping17:09
*** mhickey has quit IRC17:10
*** apuimedo has quit IRC17:10
*** apuimedo has joined #openstack-neutron17:11
*** jonlan has quit IRC17:12
*** manjeets has joined #openstack-neutron17:12
*** wolverineav has quit IRC17:13
*** Ramanjaneya has quit IRC17:13
*** Aish has joined #openstack-neutron17:14
*** safchain has quit IRC17:14
*** nyechiel_ has joined #openstack-neutron17:15
*** tmorin has quit IRC17:15
*** apuimedo has quit IRC17:16
*** apuimedo has joined #openstack-neutron17:17
*** crose has joined #openstack-neutron17:17
openstackgerritBrent Eagles proposed openstack/neutron: Add systemd notification after reporting initial state  https://review.openstack.org/25492017:18
*** jistr has quit IRC17:19
sc68calihrachys: https://review.openstack.org/26381317:19
ihrachyssc68cal: don't we already call worlddump when we die?17:20
*** korzen has joined #openstack-neutron17:20
*** baoli has quit IRC17:22
openstackgerritvenkata anil proposed openstack/neutron: vm migration needs persistent state for l2pop  https://review.openstack.org/17538317:22
*** ijw has quit IRC17:23
sc68calihrachys: there's a worlddump call on L160 - but I think that die call on L150 means it would never be called unless it was a successful ssh in17:23
*** baoli has joined #openstack-neutron17:24
*** fawadkhaliq has quit IRC17:25
sc68calihrachys: I'm trying to find where "SSH to the client did not work" is emitted - not finding it17:25
*** gberginc has quit IRC17:27
ihrachyssc68cal: ok, that could explain why we don't see console output for cinder_server1 then17:28
*** ygbo has quit IRC17:28
ihrachysI thought worlddump.txt (without specific postfix) is the one called on death17:28
*** apuimedo has quit IRC17:29
*** rmart04 has quit IRC17:29
*** dims has quit IRC17:29
*** baoli has quit IRC17:29
sc68calihrachys: yeah. It's odd. Because http://logs.openstack.org/69/143169/60/experimental/gate-grenade-dsvm-neutron-multinode/bf6bae1/logs/worlddump-2015-11-23-195828.txt.gz is just 2kb more than http://logs.openstack.org/69/143169/60/experimental/gate-grenade-dsvm-neutron-multinode/bf6bae1/logs/worlddump-2015-11-23-185259-nova_resources_created.txt.gz17:30
*** apuimedo has joined #openstack-neutron17:30
*** davidsha has quit IRC17:30
sc68caland the lines are very similar, so it's the same buffer. Just time passed17:30
*** mrvinti has joined #openstack-neutron17:31
*** baoli has joined #openstack-neutron17:32
*** hdaniel has quit IRC17:34
*** apuimedo has quit IRC17:35
*** mickeys has quit IRC17:35
*** mgoddard has joined #openstack-neutron17:35
*** apuimedo has joined #openstack-neutron17:35
*** dims has joined #openstack-neutron17:36
*** gvrangan has joined #openstack-neutron17:37
openstackgerritIhar Hrachyshka proposed openstack/neutron-specs: Agent specific API for L2 agent extensions  https://review.openstack.org/26381917:37
*** aix has quit IRC17:38
*** korzen has quit IRC17:40
ihrachysabregman: so seems like {env:} macro is not expanded for you?17:41
abregmanihrachys: yes17:41
*** apuimedo has quit IRC17:42
*** apuimedo has joined #openstack-neutron17:43
ihrachysabregman: I suspect that may be due to embedded macros. note that {envdir} expanded properly.17:44
*** fawadkhaliq has joined #openstack-neutron17:44
abregmanihrachys: you mean because it's nested?17:44
ihrachysyeah17:44
ihrachysit's {envdir} inside {env}17:45
*** anilvenkata has left #openstack-neutron17:45
abregmanihrachys: so maybe the solution should be outside of tox?17:45
*** sleviim has quit IRC17:45
* ihrachys goes to play with tox locally for a while17:45
*** bdemers has quit IRC17:45
* abregman going to the annual event17:46
*** padkrish has joined #openstack-neutron17:46
*** minwang2 has joined #openstack-neutron17:46
abregmanwe'll catch up tomorrow17:46
abregmanbye17:46
*** abregman has quit IRC17:46
*** amuller is now known as amuller_afk17:47
*** gvrangan has quit IRC17:48
*** bdemers has joined #openstack-neutron17:48
*** moshele has quit IRC17:49
*** jschwarz has quit IRC17:49
*** Swami has joined #openstack-neutron17:49
*** yamahata has joined #openstack-neutron17:49
*** diga has joined #openstack-neutron17:51
*** tbachman_ has joined #openstack-neutron17:54
*** tbachman has quit IRC17:55
*** tbachman_ is now known as tbachman17:55
*** mragupat has quit IRC17:56
*** lezbar has quit IRC17:56
*** mragupat has joined #openstack-neutron17:56
*** madhu_ak has joined #openstack-neutron17:57
*** bharathm has joined #openstack-neutron18:01
mesterySam-I-Am: Can I get your eyes on this client release notes patch please: https://review.openstack.org/#/c/263469/318:01
roaetihrachys: hey there! how goes it? Checking up on the status of OVO-neutron and hopefully seeing if there are some tasks for me.18:01
Sam-I-Ammestery: on it18:02
mesterySam-I-Am: Gracious :)18:02
*** signed8b_ is now known as signed8bit_ZZZzz18:02
Sam-I-Ammestery: still torn on the use of 'new' in places.18:02
mesterySam-I-Am: I know, right? Comments appreciated there.18:03
Sam-I-Ammaybe need to come up with some relnote conventions18:03
*** signed8bit_ZZZzz is now known as signed8b_18:04
ihrachysroaet: for OVO, we have rossella_s's WIP patch for ports; + korzen should have been looking at networks; but I haven't heard from him in a while. for what I heard for the latter, the biggest issue was that network object is at the top of hierarchy, so there are lots of deps to handle before we get to networks. there is a task to look at the hierarchy more closely, probably writing it up so that we can take a leaf at a time18:04
ihrachys and convert it.18:04
Sam-I-Ammestery: want comments or just submit a revision?18:04
*** mrvinti has quit IRC18:05
mesterySam-I-Am: New revision is fine if you want, I think amotoki would be ok with that. Thanks!18:05
roaetwhat is 'writing it up'? is it sort of analyzing the relationships in an ERD thing?18:05
ihrachysroaet: so if you have spare time, you could look into network hierarchy and try to describe what it would take to get there, all objects like ip allocations or subnets or dhcp options set in a tree18:05
ihrachysroaet: 'ERD'?18:05
roaetentity relationship diagram (database stuff)18:05
ihrachysroaet: yeah, it's analyzing the relationships, yes.18:05
roaetboxes with arrows18:05
roaetex: network has one-to-many relationship with subnets18:06
ihrachysroaet: just saying it's hard won't get us there; we should scope it first to understand where we can make actual progress one step at a time18:06
roaettotes18:06
ihrachysroaet: yeah, like that; but deeper, so that we see which trees are small enough to tackle.18:06
roaetihrachys: so you want to work it from the leafnodes up?18:07
roaeta strategy I agree with btw18:07
ihrachysroaet: yeah. or some isolated clusters.18:07
*** gvrangan has joined #openstack-neutron18:07
ihrachysas long as we see details, we can decide where to start18:07
ihrachysseems like for ports it's more isolated (or rossella_s is genius, or we don't see the whole complexity just yet)18:08
roaetihrachys: awesome I'll get started. I can give ya an ETA once I got the scope of the project18:08
*** s3wong has quit IRC18:08
ihrachysroaet: cool. let's see whether it moves forward with your supervision :)18:08
ihrachysroaet: thanks!18:08
*** jonlan has joined #openstack-neutron18:08
*** wolverineav has joined #openstack-neutron18:11
*** armax has quit IRC18:12
*** changbl has joined #openstack-neutron18:12
*** iyamahat_ has joined #openstack-neutron18:15
*** iyamahat has quit IRC18:15
*** tyagiprince has joined #openstack-neutron18:16
*** apuimedo has quit IRC18:18
*** nyechiel_ has quit IRC18:18
*** apuimedo has joined #openstack-neutron18:18
ski2ihrachys: were you able to develop a list of remaining tasks for ovo?18:21
roaetski2: it was more of a analysis problem18:23
roaetto create a level of effort and strategy for attacking the ovo task18:23
*** eil397 has joined #openstack-neutron18:25
*** hdaniel has joined #openstack-neutron18:26
Swamicarl_baldwin: can you take a look at this patch. #link https://review.openstack.org/#/c/254439/18:26
ski2roaet: totes, this is just something a few meetings ago that was going to be developed, just an overall view of what remains18:26
carl_baldwinSwami:  Yes, I'll take a look.18:26
*** dslev has quit IRC18:26
Swamicarl_baldwin: thanks18:26
*** singhj has joined #openstack-neutron18:27
*** apuimedo has quit IRC18:28
*** apuimedo has joined #openstack-neutron18:29
ihrachysski2: yeah, but prolly due to holiday shutdown, it never occurred. I would be glad to hear from korzen on his findings, but in the meantime you could join roaet on analysis thing.18:29
*** rmart04 has joined #openstack-neutron18:30
roaetihrachys: ski2 and I talked offline, we're working together on it.18:30
ihrachysski2: we started some list on agenda for team meetings: https://wiki.openstack.org/wiki/Meetings/Neutron-Upgrades-Subteam#Backlog but it's not complete18:30
ski2ihrachys: yes, we have two devs that will tackle this task, just wanted to get a braoder view of what's left as we have additional resources as well18:30
roaeti happen to be on of those devs18:30
ihrachysski2: but it's not OVO there18:30
*** signed8b_ is now known as signed8bit_ZZZzz18:31
ski2ihrachys: ok18:31
ihrachysoverall, the fact OVO is in scope of upgrades is more tactical thing :)18:31
*** nyechiel_ has joined #openstack-neutron18:31
ihrachysfor OVO, we have networks and ports that were blessed for M by PTL, so that's what we should dig.18:31
*** tflynn has joined #openstack-neutron18:32
roaetbut what is the use of an OVO-network if none of its children can be made?18:32
ihrachysroaet: sure, network == network and all its children18:33
roaetoh18:33
roaetso the whole thing18:33
ihrachysheh18:33
*** signed8bit_ZZZzz is now known as signed8b_18:33
ihrachyswell we have other stuff in the tree. like routers18:33
roaetisn't port a part of networks?18:33
*** sthillma has quit IRC18:34
ihrachysroaet: well, it depends on what you mean by saying it. it's a separate core resource.18:34
roaetmmm. ok. i'll know more after the analysis.18:35
*** sthillma has joined #openstack-neutron18:35
*** dslev has joined #openstack-neutron18:36
sc68calihrachys: so the reason why we don't get a dump on that cinder instance is because the whole job times out and is terminated18:36
*** madhu_ak has quit IRC18:37
*** jlibosva has quit IRC18:37
openstackgerritIhar Hrachyshka proposed openstack/neutron: Revert "Revert "Revert "Remove TEMPEST_CONFIG_DIR in the api tox env"""  https://review.openstack.org/26384118:38
ihrachyssc68cal: wow18:38
*** ganso has joined #openstack-neutron18:38
sc68calihrachys: yeah, eagle eye'd sdague saw that there's a 5 minute gap between the SSH command and those 'connection closed' lines.18:39
sc68calso, five minutes for each retry... next thing you know we've hit the timeout for the job18:40
*** apuimedo has quit IRC18:40
*** fawadkhaliq has quit IRC18:40
*** apuimedo has joined #openstack-neutron18:41
HenryGpc_m: ping18:41
pc_mHenryG: pong18:41
openstackgerritIhar Hrachyshka proposed openstack/neutron: Revert "Revert "Revert "Remove TEMPEST_CONFIG_DIR in the api tox env"""  https://review.openstack.org/26384118:41
HenryGpc_m: Where are these options registered and/or used?  https://github.com/openstack/neutron/blob/master/etc/neutron/plugins/cisco/cisco_vpn_agent.ini18:42
*** jonlan has quit IRC18:43
ihrachyssc68cal: that's cool we know that. now I suppose we should make sure we fail ssh checks before timeout, so that we see the dump18:43
ihrachysand maybe it gives us some clue18:43
*** rmart04 has quit IRC18:44
pc_mHenryG: IIRC, they are not used with the latest code, which uses the cisco cfg-agent and router to obtain information on the CSR. This was for earlier releases where the router information was configured.18:44
*** s3wong has joined #openstack-neutron18:44
*** sthillma has quit IRC18:45
pc_mHenryG: So it is needed for older branches - don't recall off the top of my head whether that is kilo or not.18:45
HenryGpc_m: OK, so I think we should just remove it then.18:45
*** apuimedo has quit IRC18:45
*** singhj has quit IRC18:45
pc_mHenryG: For latest/master sure.18:45
*** nyechiel_ has quit IRC18:46
sc68calihrachys: yeah. sdague had a good suggestion about walltime instead of retries18:46
ihrachyssc68cal: cool. add me to reviewers once it's up. thanks.18:46
* ihrachys runs18:46
*** apuimedo has joined #openstack-neutron18:46
* sc68cal waves18:46
*** ihrachys has quit IRC18:47
*** tidwellr has left #openstack-neutron18:47
*** tpsilva has joined #openstack-neutron18:47
sc68calcarl_baldwin: for18:48
sc68calcarl_baldwin: for 1530331 - we probably need a network diagram18:48
sc68calcarl_baldwin: I think maybe it's the case where it's a provider network, with hosts attached to the same network segment that a neutron router is attached to, that has a prefix delegated to it?18:49
carl_baldwinsc68cal: Yes, a network diagram would be great.18:49
*** jonlan has joined #openstack-neutron18:50
sc68calcarl_baldwin: I guess so if a bare metal host attached to that provider net segment can communicate to hosts behind the neutron router that have addresses generated from the prefix that was delegated?18:50
carl_baldwinsc68cal: I think it is regardless of if there are hosts attached.  I think the motivation is to tell the upstream router where routers to internal networks are.18:50
sc68calcarl_baldwin: right - but wouldn't the upstream router know that, since it delegated a prefix?18:50
carl_baldwins/routers to/routes to/18:50
carl_baldwinsc68cal: I think the point is to be an alternative to PD.  So, no PD in this context.18:51
sc68calcarl_baldwin: ah.18:51
*** apuimedo has quit IRC18:51
*** spandhe has joined #openstack-neutron18:52
* sc68cal happens to really really like PD18:52
sc68calso...... yeah not sure about this one18:52
*** Leom has quit IRC18:52
*** apuimedo has joined #openstack-neutron18:53
*** njohnsto_ has joined #openstack-neutron18:54
*** bobmel has joined #openstack-neutron18:54
*** singhj has joined #openstack-neutron18:55
openstackgerritHenry Gessau proposed openstack/neutron: Remove obsolete plugin stuff  https://review.openstack.org/26384718:56
HenryGpc_m: ^^18:56
*** korzen has joined #openstack-neutron18:58
*** baoli has quit IRC18:59
*** vhoward has joined #openstack-neutron19:00
*** apuimedo has quit IRC19:00
*** baoli has joined #openstack-neutron19:00
*** bobmel has quit IRC19:01
pc_mHenryG: done19:01
openstackgerritAnand Shanmugam proposed openstack/neutron: Add unit test cases for linuxbridge agent when prevent_arp_spoofing is True  https://review.openstack.org/26386319:01
*** apuimedo has joined #openstack-neutron19:01
*** wolverineav has quit IRC19:02
*** mrvinti has joined #openstack-neutron19:02
*** jckasper has quit IRC19:02
*** rotbeard has quit IRC19:02
HenryGpc_m: thanks!19:02
*** jckasper has joined #openstack-neutron19:02
*** diga has quit IRC19:03
*** jckasper has quit IRC19:03
*** jckasper has joined #openstack-neutron19:04
*** amuller_afk is now known as amuller19:04
*** signed8b_ is now known as signed8bit_ZZZzz19:04
*** ankurgupta has joined #openstack-neutron19:08
*** hdaniel has quit IRC19:09
*** ociuhandu has quit IRC19:09
*** gberginc has joined #openstack-neutron19:10
*** mickeys has joined #openstack-neutron19:10
*** gampel has joined #openstack-neutron19:12
amullerHenryG: did you end up reporting a bug for the latest functional test failure?19:16
HenryGamuller: I did not19:17
amullerHenryG: ok, I will19:17
HenryGamuller: thanks19:17
Swami kevinbenton: ping19:17
HenryGamuller: I am still not sure exactly what the problem is, but you seem to have been discussing it with ihar?19:18
HenryGamuller: something with losing track of PIDs?19:18
amullerHenryG: a little bit, still didn't really go in to it19:18
*** tidwellr has joined #openstack-neutron19:20
amullerHenryG: at least the functional job is not on the gate queue, so now that we rechecked https://review.openstack.org/#/c/263400/ five billion times it should actually go in19:20
HenryGamuller: yep I saw that. Fingers crossed.19:21
*** davideagnello has quit IRC19:21
*** azbiswas has joined #openstack-neutron19:21
*** bdemers_ has joined #openstack-neutron19:22
amullerHenryG: I just noticed http://status.openstack.org//elastic-recheck/#135705519:22
amullerHenryG: do you know if anyone is handling that?19:22
*** apuimedo has quit IRC19:23
*** apuimedo has joined #openstack-neutron19:23
*** bdemers has left #openstack-neutron19:24
HenryGamuller: that is pretty darn old. Why is it resurfacing?19:24
amullerHenryG: I can't say, just noticed it at the very top of the rechecks page...19:24
*** bdemers_ has quit IRC19:25
amullerHenryG: maybe it's logstash query is picking up something else19:25
*** dslevin has joined #openstack-neutron19:25
*** bdemers_ has joined #openstack-neutron19:25
amullermaybe something reintroduced the bug19:25
amullerwho knows19:25
amullerwe seem to be capable of every kind of screw up there is in Neutron land =p19:25
openstackgerritMatthew Kassawara proposed openstack/python-neutronclient: Add some items to the release notes  https://review.openstack.org/26346919:26
*** bdemers_ is now known as bdemers19:26
*** wolverineav has joined #openstack-neutron19:26
*** wolverineav has quit IRC19:26
*** tpsilva has quit IRC19:27
*** wolverineav has joined #openstack-neutron19:27
*** apuimedo has quit IRC19:28
*** apuimedo has joined #openstack-neutron19:28
HenryGamuller: I think https://review.openstack.org/160214 may be suspect?19:29
*** madhu_ak has joined #openstack-neutron19:29
openstackgerritSwaminathan Vasudevan proposed openstack/neutron: Test patch to address the live-migration (DO-NOT-MERGE)  https://review.openstack.org/25917119:29
openstackgerritPaul Michali proposed openstack/neutron-vpnaas: Add constraints targets support for neutron-vpnaas  https://review.openstack.org/26387319:32
amullerHenryG: let me look19:32
amullerHenryG: btw the functional test failure already had a bug: https://bugs.launchpad.net/neutron/+bug/151377119:32
openstackLaunchpad bug 1513771 in neutron "functional tests random failure on TestProcessMonitor.test_respawn_handler trying to kill a process" [High,Confirmed]19:32
amullerHenryG: it had 2 failures in the last 7 days, they just both happened to be on our API job fix19:33
*** apuimedo has quit IRC19:33
*** salv-orlando has joined #openstack-neutron19:33
*** sean-k-m1 has joined #openstack-neutron19:34
*** apuimedo has joined #openstack-neutron19:34
*** tyagiprince has quit IRC19:34
*** sean-k-mooney has quit IRC19:36
*** mrvinti has quit IRC19:36
*** korzen has quit IRC19:36
*** salv-orlando has quit IRC19:38
*** apuimedo has quit IRC19:38
*** apuimedo has joined #openstack-neutron19:40
HenryGamuller: I am also seeing several jobs failing on test_restart_l3_agent_on_sighup19:41
amullerHenryG: I have a brilliant fix for that: https://review.openstack.org/#/c/260236/19:41
HenryGamuller: LOL, thanks19:41
amullerHenryG: 100% bullet proof fix =p19:42
*** dslev has quit IRC19:42
*** wolverin_ has joined #openstack-neutron19:43
HenryGamuller: I'll approve it as soon as 263400 is done19:43
amullerHenryG: https://bugs.launchpad.net/tempest/+bug/1357055 looks to be pretty important, it's blocking nova patches too19:43
openstackLaunchpad bug 1357055 in tempest "Race to delete shared subnet in Tempest neutron full jobs" [Undecided,Confirmed] - Assigned to Salvatore Orlando (salvatore-orlando)19:43
*** baoli has quit IRC19:43
*** crose has quit IRC19:44
*** ijw has joined #openstack-neutron19:44
*** ijw has quit IRC19:45
*** ijw has joined #openstack-neutron19:45
*** jprovazn has quit IRC19:45
*** wolverineav has quit IRC19:46
HenryGamuller: if it's intermittent, how can we check if reverting https://review.openstack.org/160214 helps?19:46
*** Sukhdev has joined #openstack-neutron19:47
amullerHenryG: If we can convince ourselves it's really that patch (Sorry I haven't looked at it yet), then we can use logstash or openstack-health as a metric19:47
*** davideagnello has joined #openstack-neutron19:47
HenryGamuller: I have not got past the "convince myself" stage yet19:48
*** bdrich_ has joined #openstack-neutron19:49
*** baoli has joined #openstack-neutron19:50
*** bdrich has quit IRC19:51
*** apuimedo has quit IRC19:51
*** apuimedo has joined #openstack-neutron19:52
*** mrvinti has joined #openstack-neutron19:54
*** apuimedo has quit IRC19:57
*** padkrish has quit IRC19:57
*** apuimedo has joined #openstack-neutron19:57
*** mrvinti has quit IRC19:58
*** Leo_ has joined #openstack-neutron19:59
*** Leom has joined #openstack-neutron20:00
*** jbell8 has quit IRC20:01
*** gampel1 has joined #openstack-neutron20:02
*** apuimedo has quit IRC20:02
*** apuimedo has joined #openstack-neutron20:02
*** Leo_ has quit IRC20:03
*** gampel has quit IRC20:03
*** shwetaap has quit IRC20:05
*** Aish has quit IRC20:06
*** cbouch has joined #openstack-neutron20:08
*** iyamahat_ has quit IRC20:09
*** sean-k-m1 has quit IRC20:11
*** Aish has joined #openstack-neutron20:12
*** manjeets has quit IRC20:12
*** padkrish has joined #openstack-neutron20:12
*** Aish has quit IRC20:12
*** signed8bit_ZZZzz is now known as signed8b_20:14
*** wolverin_ has quit IRC20:17
*** Sukhdev has quit IRC20:17
*** Aish has joined #openstack-neutron20:17
*** wolverineav has joined #openstack-neutron20:17
*** korzen has joined #openstack-neutron20:18
*** apuimedo has quit IRC20:19
*** ociuhandu has joined #openstack-neutron20:19
*** neiljerram has quit IRC20:19
*** krtaylor has quit IRC20:19
*** apuimedo has joined #openstack-neutron20:19
*** singhj has quit IRC20:22
*** apuimedo has quit IRC20:24
*** apuimedo has joined #openstack-neutron20:24
*** signed8b_ is now known as signed8bit_ZZZzz20:24
*** korzen has quit IRC20:25
*** Aish has quit IRC20:26
*** manjeets has joined #openstack-neutron20:27
*** apuimedo has quit IRC20:29
vishwanathjamuller, pc_m Hi20:30
*** apuimedo has joined #openstack-neutron20:31
*** signed8bit_ZZZzz is now known as signed8b_20:31
*** padkrish has quit IRC20:31
*** jckasper has quit IRC20:32
todinhi, I am new to the openstack development, how could I try out topic branches in devstack, like topic:bp/bgp-dynamic-routing? Any hint would be great.20:33
*** Sukhdev has joined #openstack-neutron20:33
*** madhu_ak has quit IRC20:34
*** padkrish has joined #openstack-neutron20:35
vishwanathjamuller, pc_m I noticed that I am able to create a subnet with the same CIDR twice in a tenant, I was expecting to see an Error message when I created the second duplicate subnet with the same CIDR. Would like to confirm that this is an issue before I opened a bug20:36
amullervishwanathj: it's expected behavior20:36
vishwanathjamuller, I see, what's the rationale or use case for allowing duplicate subnets with the same CIDR in a tenant? Thanks20:37
amullervishwanathj: no idea, but I don't know why we'd intentionally block it20:38
*** apuimedo has quit IRC20:38
sc68calvishwanathj: was it the same neutron network where you created the duplicate subnet?20:39
amullervishwanathj: you could have a (network, subnet, router) tuple replicated a bunch of times in a tenant, all subnets with the exact same CIDR. That works fine. Each router is connected to an external network with its own set of floating IPs.20:39
*** apuimedo has joined #openstack-neutron20:39
vishwanathjwell, its actually 2 networks that have the subnet CIDR created20:39
openstackgerritNikola Dipanov proposed openstack/neutron: sriov-mech: Introduce a new VIF type for PF vnic type  https://review.openstack.org/26260420:40
sc68caltodin: you would need to set NEUTRON_BRANCH20:40
sc68caltodin: in your local.conf20:40
sc68caltodin: in the localrc section20:40
sc68calvishwanathj: so, Net A - Subnet A, then Net B, Subnet B - with Subnet A & B being the same cidr20:41
vishwanathjsc68cal, yes20:41
*** signed8b_ is now known as signed8bit_ZZZzz20:41
sc68calvishwanathj: that's .... kind of how RFC1918 works.20:41
todinsc68cal: which url do I use for the NEUTRON_BRANCH in the local.conf?20:42
*** jobewan is now known as jobewan_away20:42
*** jobewan_away has quit IRC20:43
vishwanathjsc68cal thanks for sharing the RFC info, let me read it up20:43
openstackgerritBrent Eagles proposed openstack/neutron: Add systemd notification after reporting initial state  https://review.openstack.org/25492020:44
*** signed8bit_ZZZzz is now known as signed8b_20:44
sc68caltodin: ah, the trouble is I don't think gerrit exposes topics in an easy way...20:44
tidwellrtodin: bgp-dynamic-routing is work in progress, in it's current state there are a couple things missing20:45
*** dslevin has quit IRC20:45
sc68caltodin: basically - you'll want to run stack.sh - then unstack.sh - go over into /opt/stack/neutron, then check out the branch (or patches), then run stack.sh again20:46
tidwellrtodin: you should be able to peer with the agent, the outstanding work is really what routes to push through the peering session20:46
todintidwellr: I know that, I want to try it. I working at a big ISP in germany, but I am a network operater and not a developer, so bare with me.20:46
tidwellrtodin: cool, just wanted to set you expectations appropriately :)20:46
*** Sukhdev has quit IRC20:47
*** javeriak_ has quit IRC20:47
*** apuimedo has quit IRC20:48
todintidwellr: I wanted to test it in devstack and having a peer session to a juniper, but I struggling to get the topic code into devstack.20:49
sc68caltodin: so - you could set the following -20:49
*** apuimedo has joined #openstack-neutron20:49
sc68calNEUTRON_REPO=git pull https://review.openstack.org/openstack/neutron20:49
sc68calNEUTRON_BRANCH=refs/changes/21/201621/4620:49
sc68calI think that is the tip of the dynamic routing topic, but I'm not 100%20:50
*** dslevin has joined #openstack-neutron20:50
todinsc68cal: I will try, thanks.20:51
tidwellrtodin sc86cal: refs/changes/94/216994/1620:51
todinI found this doc, but that didn't work for me https://wiki.openstack.org/wiki/Neutron/DynamicRouting/TestingDynamicRouting20:51
sc68calsorry - NEUTRON_REPO=https://review.openstack.org/openstack/neutron20:51
tidwellrtodin: I need to kill https://wiki.openstack.org/wiki/Neutron/DynamicRouting/TestingDynamicRouting20:52
tidwellrtodin: thanks for the reminder20:52
sc68calyeah that's why wikis are bad20:52
sc68calstuff just rots there20:52
tidwellrsc68cal: +120:52
sc68cal115938 is probably old as heck20:52
todintidwellr: How could I find by myself with ref Id to use?20:53
tidwellrtodin: you could always run "git fetch https://review.openstack.org/openstack/neutron refs/changes/94/216994/16 && git checkout FETCH_HEAD", then stack from that20:54
*** mrvinti has joined #openstack-neutron20:54
tidwellrtodin: then ping me about how to run the dynamic routing agent since we don't have that devstack integration yet :)20:55
todintidwellr: I try it right now.20:55
*** jonlan has quit IRC20:56
todintidwellr: the dragent will run on every compute node, and announces the IPs which are localy on the compute node?20:57
tidwellrtodin: dragent is not tied to the compute node20:57
*** mragupat has quit IRC20:57
*** madhu_ak has joined #openstack-neutron20:58
*** Aish has joined #openstack-neutron20:58
*** mragupat has joined #openstack-neutron20:58
tidwellrtodin: if you only need 1 BGP process, you only need 1 agent and it can run anywhere, as long as it can peer with a router and access rabbitmq20:58
todintidwellr: okay, and it will announce the next-hop of the floating ip? and the next-hop IP is the IP of the compute node?20:59
*** jckasper has joined #openstack-neutron20:59
*** mragupat has quit IRC20:59
tidwellrtodin: the dragent will announce next-hops for floating IP's, the code up for review doesn't handle DVR correctly yet21:00
*** baoli has quit IRC21:00
tidwellrtodin: I'm working on the DVR-related code as we're chatting21:00
todintidwellr: That's great, that's what we need.21:01
tidwellrtodin: if you aren't using DVR, the next-hops will be correct21:01
*** mragupat has joined #openstack-neutron21:01
*** krtaylor has joined #openstack-neutron21:02
vishwanathjsc68cal hi21:02
todintidwellr: we want to use DVR. How far can it scale? We want to announce 100k of Floating IPs.21:02
*** mrvinti has quit IRC21:03
tidwellrtodin: Neutron should scale fine, the scale limitations will most likely be the capacity of routing tables in your routers and how you aggregate the host routes21:04
todintidwellr: the routes are not the prob, they can handel 5M+ routes.21:05
*** mragupat has quit IRC21:05
*** mragupat has joined #openstack-neutron21:05
tidwellrtodin: the number of peers per agent (a general BGP scale factor) matters too21:05
*** mragupat has quit IRC21:06
todintidwellr: you mean how many peers are route could handle?21:06
*** mragupat has joined #openstack-neutron21:06
tidwellrtodin: right, I'm talking about the number of peering sessions an agent maintains21:06
todintidwellr: devstack finished with the modifed local.conf, how could I enable the peering session with a router?21:07
*** TrevorV has quit IRC21:07
*** mrvinti has joined #openstack-neutron21:09
tidwellrtodin: you first need to create an address scope, a bgp-speaker, bgp-peers, associate peers and external networks to the bgp-speaker21:09
tidwellrtodin: I forgot to point you at the CLI code, just a second21:09
openstackgerritAnand Shanmugam proposed openstack/neutron: Add unit test cases for linuxbridge agent when prevent_arp_spoofing is True  https://review.openstack.org/26386321:09
tidwellrtodin: git fetch https://review.openstack.org/openstack/python-neutronclient refs/changes/56/205756/11 && git checkout FETCH_HEAD21:10
openstackgerritAnand Shanmugam proposed openstack/neutron: Add unit test cases for linuxbridge agent when prevent_arp_spoofing is True  https://review.openstack.org/26386321:10
*** mragupat has quit IRC21:11
*** mrvinti has quit IRC21:13
*** ajmiller has quit IRC21:14
*** jonlan has joined #openstack-neutron21:15
*** apuimedo has quit IRC21:15
*** njohnsto_ has quit IRC21:15
*** apuimedo has joined #openstack-neutron21:16
*** ajmiller has joined #openstack-neutron21:17
*** jobewan has joined #openstack-neutron21:20
*** mragupat has joined #openstack-neutron21:20
*** apuimedo has quit IRC21:21
*** chlong has quit IRC21:22
*** apuimedo has joined #openstack-neutron21:22
*** zzzeek has quit IRC21:22
*** zzzeek has joined #openstack-neutron21:22
todintidwellr: I modifed the local.conf to fetch the NEUTRONCLIENT as well.21:23
*** apuimedo has quit IRC21:26
*** jonlan has quit IRC21:28
*** apuimedo has joined #openstack-neutron21:28
*** spandhe is now known as spandhe_121:29
*** mickeys has quit IRC21:29
*** claudiub has quit IRC21:29
*** mragupat has quit IRC21:30
*** Sukhdev has joined #openstack-neutron21:30
*** jckasper has quit IRC21:30
*** mragupat has joined #openstack-neutron21:30
*** mragupat_ has joined #openstack-neutron21:32
*** Aish has quit IRC21:33
*** Aish has joined #openstack-neutron21:34
*** njohnsto_ has joined #openstack-neutron21:34
*** apuimedo has quit IRC21:35
*** mragupat has quit IRC21:35
*** apuimedo has joined #openstack-neutron21:36
*** apuimedo has quit IRC21:40
*** signed8b_ is now known as signed8bit_ZZZzz21:41
*** apuimedo has joined #openstack-neutron21:41
*** cbouch has quit IRC21:43
*** apuimedo has quit IRC21:45
*** apuimedo has joined #openstack-neutron21:46
*** matrohon has joined #openstack-neutron21:47
*** fzdarsky is now known as fzdarsky|afk21:50
*** signed8bit_ZZZzz is now known as signed8b_21:50
*** apuimedo has quit IRC21:51
*** apuimedo has joined #openstack-neutron21:51
*** john-davidge has quit IRC21:53
*** jonlan has joined #openstack-neutron21:53
*** padkrish has quit IRC21:54
*** dslevin has quit IRC21:54
*** padkrish has joined #openstack-neutron21:56
*** rpothier has quit IRC21:58
*** mrvinti has joined #openstack-neutron21:59
*** dslevin has joined #openstack-neutron21:59
*** Aish has quit IRC22:00
*** mrvinti has quit IRC22:00
*** mrvinti has joined #openstack-neutron22:00
*** padkrish has quit IRC22:00
*** apuimedo has quit IRC22:01
*** rtheis has quit IRC22:01
*** apuimedo has joined #openstack-neutron22:01
*** wolverin_ has joined #openstack-neutron22:02
*** john-davidge has joined #openstack-neutron22:03
*** matrohon has quit IRC22:03
*** dslevin has quit IRC22:04
*** wolverineav has quit IRC22:06
*** matrohon has joined #openstack-neutron22:06
*** jckasper has joined #openstack-neutron22:06
*** Aish has joined #openstack-neutron22:06
*** jonlan has quit IRC22:07
*** padkrish has joined #openstack-neutron22:07
*** padkrish has quit IRC22:08
*** padkrish has joined #openstack-neutron22:08
*** apuimedo has quit IRC22:08
*** apuimedo has joined #openstack-neutron22:09
*** dslevin has joined #openstack-neutron22:09
*** harlowja has quit IRC22:09
*** harlowja has joined #openstack-neutron22:10
*** dslev has joined #openstack-neutron22:12
*** padkrish has quit IRC22:13
*** apuimedo has quit IRC22:13
*** padkrish has joined #openstack-neutron22:14
*** padkrish has quit IRC22:14
*** yfried has joined #openstack-neutron22:15
*** apuimedo has joined #openstack-neutron22:15
*** dslev_ has joined #openstack-neutron22:17
*** spandhe_1 has quit IRC22:19
*** boris-42 has joined #openstack-neutron22:20
*** apuimedo has quit IRC22:20
*** dims has quit IRC22:20
*** apuimedo has joined #openstack-neutron22:20
*** dslev has quit IRC22:20
*** padkrish has joined #openstack-neutron22:21
*** spandhe has joined #openstack-neutron22:22
*** regXboi has quit IRC22:22
*** Aish has quit IRC22:23
*** thorst has quit IRC22:24
*** thorst has joined #openstack-neutron22:25
*** apuimedo has quit IRC22:25
*** dims has joined #openstack-neutron22:25
*** apuimedo has joined #openstack-neutron22:27
*** thorst has quit IRC22:30
*** apuimedo has quit IRC22:32
*** signed8b_ is now known as signed8bit_ZZZzz22:32
*** mrvinti has quit IRC22:32
*** Aish has joined #openstack-neutron22:33
*** apuimedo has joined #openstack-neutron22:33
*** edmondsw has quit IRC22:33
*** daneyon has quit IRC22:33
*** signed8bit_ZZZzz is now known as signed8b_22:34
*** edmondsw has joined #openstack-neutron22:37
*** dave-mccowan has quit IRC22:37
*** edmondsw has quit IRC22:37
*** apuimedo has quit IRC22:38
*** apuimedo has joined #openstack-neutron22:39
*** ijw_ has joined #openstack-neutron22:41
*** mragupat has joined #openstack-neutron22:41
*** Sukhdev has quit IRC22:41
*** ijw has quit IRC22:42
*** krtaylor has quit IRC22:43
*** apuimedo has quit IRC22:44
*** mragupat_ has quit IRC22:44
*** mickeys has joined #openstack-neutron22:45
*** apuimedo has joined #openstack-neutron22:45
sc68calSam-I-Am: this will make you happy22:45
sc68calSam-I-Am: https://review.openstack.org/#/c/263863/22:45
*** afrikha has joined #openstack-neutron22:47
Sam-I-Amsc68cal: ooooo22:48
*** thorst has joined #openstack-neutron22:49
*** apuimedo has quit IRC22:50
*** banix has quit IRC22:51
*** apuimedo has joined #openstack-neutron22:51
*** thorst has quit IRC22:53
*** apuimedo has quit IRC22:56
*** apuimedo has joined #openstack-neutron22:56
*** vhoward has quit IRC22:57
*** john-davidge has quit IRC22:58
*** matrohon has quit IRC22:59
sc68calamuller: can you expand on your comment about https://review.openstack.org/#/c/263863/ ?23:00
sc68calre "the known universe"23:00
*** matrohon has joined #openstack-neutron23:02
amullersc68cal: the link I provided http://docs.openstack.org/developer/neutron/devref/development.environment.html#functional-tests is fairly comprehensive23:02
*** absubram has quit IRC23:02
amullerthose unit tests mock a bunch of methods and assert that they were called. Instead I suggest that the author writes a functional tests that calls the relevant LB agent methods and asserts that they did what they were supposed to do.23:03
*** yuanying has joined #openstack-neutron23:03
*** apuimedo has quit IRC23:03
sc68calamuller: true, but isn't that what a lot of other tests in that same file are doing?23:03
amullersc68cal: That's a bad reason to keep doing it23:04
*** kbringard has quit IRC23:04
amullersc68cal: We should strive to improve our code base not maintain mediocracy23:04
sc68calamuller: obviously functional tests should be done - and we have some patches in flight for LB to do it. Yes, I agree that they're brittle - but at least we have something now23:04
sc68calsome coverage, no matter how brittle, is better than none, which was where we are right now regarding arp spoofing for lb23:05
*** apuimedo has joined #openstack-neutron23:05
sc68calalso the patch author is a relatively new contributor - http://stackalytics.com/?release=all&user_id=anand1712&metric=commits23:07
*** dane_leblanc_ has quit IRC23:07
amullersc68cal: Do you think it would be difficult to add a functional test here? Is that the reason for the pushback?23:07
amullersc68cal: I personally think getting 'mock' to do the right thing is very difficult, but that's just me23:08
sc68calI do want to get to the point where I know more about functional testing. I just haven't had a chance yet.23:08
sc68calI agree, mock was not fun at all to learn23:08
*** mragupat has quit IRC23:09
sc68cal*more about writing functional tests23:09
sc68calso, I mean my though is yes functional tests eventually, but if someone took the time to write a patch that gets us some tests, it's better than nothing23:10
*** electrocucaracha has quit IRC23:10
sc68calbut I defer to your judgement since you know more23:10
amullersc68cal: I agree it's rather obnoxious to turn away contributors, but I don't know how to otherwise 'educate' the community to use better practices23:11
amullersc68cal: without being a dick23:11
amullerthat's probably not great language to use in a channel with 296 users but meh =p23:11
*** chlong has joined #openstack-neutron23:12
sc68calfair point. Maybe if the author comes back we can help point him towards functional tests. The trouble is I think the functional tests for LB are still in flight, so we'd need to point him to the patch23:13
amullersc68cal: can you link the patch?23:13
sc68calah. I'm thinking of fullstack23:14
sc68calamuller: https://review.openstack.org/#/c/248938/23:14
amullersc68cal: yeah I spent a lot of time on that patch23:14
*** chlong has quit IRC23:14
sc68calyup23:14
amullersc68cal: Slawek and I have been emailing23:14
*** doug-fis_ has joined #openstack-neutron23:15
sc68calamuller: gotcha23:16
amullersc68cal: this is an example of a good functional test for my money: https://github.com/openstack/neutron/blob/master/neutron/tests/functional/agent/test_ovs_lib.py#L34823:17
amullersc68cal: it doesn't mock anything, creates a bridge, asserts that it exists, then deletes it... The only gotcha is that you want to clean up resources the test created both in case the test passed and in case it fails23:17
*** doug-fish has quit IRC23:17
*** wolverin_ has quit IRC23:18
*** wolverineav has joined #openstack-neutron23:18
amullersc68cal: so when devs run the functional tests locally it doesn't trash their machine / VM23:18
amulleralso so resources from previous tests don't interact somehow with other tests23:18
amullersc68cal: and there's functional tests for the OVS, DHCP and L3 agents23:19
*** apuimedo has quit IRC23:19
*** dims has quit IRC23:20
amullersc68cal: notice any agents missing from that list? =p23:20
*** apuimedo has joined #openstack-neutron23:20
sc68calamuller: I understand - but it's a slow process to get parity23:21
sc68calhence my +1 for at least unit testing stuff23:22
*** matrohon has quit IRC23:22
amullersc68cal: it's an even slower process if it doesn't get started23:22
*** krtaylor has joined #openstack-neutron23:23
*** spandhe has quit IRC23:23
sc68calamuller: ok. we'll see.23:23
sc68calI can't commit to it right now, already oversubbed23:23
*** dims has joined #openstack-neutron23:25
*** doug-fis_ has quit IRC23:25
amullersc68cal: alrighty, I'll try to add some guidance to the patch23:25
sc68calamuller: thanks :)23:25
openstackgerritKevin Benton proposed openstack/neutron: Allow tox to pass more arguments to ostestr command  https://review.openstack.org/21872623:27
*** jckasper has quit IRC23:28
*** sridhar_ram has quit IRC23:28
*** jobewan is now known as jobewan_away23:29
*** jobewan_away has quit IRC23:29
*** apuimedo has quit IRC23:30
*** chlong has joined #openstack-neutron23:30
*** jckasper has joined #openstack-neutron23:32
*** padkrish has quit IRC23:32
*** apuimedo has joined #openstack-neutron23:32
*** mrvinti has joined #openstack-neutron23:33
*** padkrish has joined #openstack-neutron23:34
*** minwang2 has quit IRC23:36
*** padkrish has quit IRC23:36
*** padkrish has joined #openstack-neutron23:36
*** padkrish has quit IRC23:36
*** apuimedo has quit IRC23:36
*** oomichi has joined #openstack-neutron23:37
*** apuimedo has joined #openstack-neutron23:37
*** mrvinti has quit IRC23:37
*** mrvinti has joined #openstack-neutron23:39
*** signed8b_ is now known as signed8bit_ZZZzz23:39
*** signed8bit_ZZZzz is now known as signed8b_23:41
*** thorst has joined #openstack-neutron23:42
*** mrvinti has quit IRC23:43
*** Aish has quit IRC23:43
*** mrvinti has joined #openstack-neutron23:44
*** apuimedo has quit IRC23:44
*** amuller has quit IRC23:44
*** djan has joined #openstack-neutron23:45
todintidwellr: what is the address-scope by bgp-speaker-create?23:45
*** apuimedo has joined #openstack-neutron23:46
*** Prem has joined #openstack-neutron23:46
*** dslev_ has quit IRC23:46
*** padkrish has joined #openstack-neutron23:46
tidwellrtodin: you'll need to create an address-scope and a subnetpool or 2, then allocate your floating range and tenant networks from a subnetpool in your address-scope23:47
tidwellrtodin: then use that address_scope_id when creating the bgp-speaker23:47
todintidwellr: how do I do so?23:48
*** mrvinti has quit IRC23:48
*** sridhar_ram has joined #openstack-neutron23:48
*** signed8b_ has quit IRC23:49
todintidwellr: I have a floating ip range, but how do I get this to an address-scope?23:49
openstackgerritAnand Shanmugam proposed openstack/neutron: Add unit test cases for linuxbridge agent when prevent_arp_spoofing is True  https://review.openstack.org/26386323:49
todintidwellr: ohh, I found the commands, sorry23:50
openstackgerritReedip proposed openstack/python-neutronclient: "neutron help net-list" help info updated  https://review.openstack.org/14062823:50
tidwellrtodin: ah, you need to start over and allocate the floating ip range from a subnetpool23:50
*** padkrish has quit IRC23:50
tidwellrtodin: neutron subnet-create --subnetpool_id=<subnetpool ID> ....23:51
*** brad_behle has quit IRC23:51
*** bdrich_ has quit IRC23:51
*** padkrish has joined #openstack-neutron23:53
*** mrvinti has joined #openstack-neutron23:54
*** Leom has quit IRC23:55
*** baohua has joined #openstack-neutron23:57
*** vikasc has joined #openstack-neutron23:58
*** eil397 has quit IRC23:58
*** mrvinti has quit IRC23:58

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