Wednesday, 2016-05-18

kfox1111pstree looks like this:00:00
kfox1111sudo(3830)───neutron-rootwra(3831)─┬─{neutron-rootwra}(3911) └─{neutron-rootwra}(19009)00:00
kfox1111so I think its pre sudo'ed.00:00
kfox1111seeing stuff like:00:00
kfox1111[pid 19297] execve("/sbin/ip", ["/sbin/ip", "netns", "exec", "fip-ac342612-17ad-4451-9a95-0c35"..., "ip", "-4", "route", "del", "172.18.65.102/32", "via", "169.254.30.20", "dev", "fpr-c93480a2-1"], [/* 13 vars */]) = 000:00
kfox1111so no sudo.00:00
kfox1111I don't really see anything here that would try and reverse resolve something. iptables usually does, but iptables-save/restore doesnt...00:01
kevinbentonright, especially a find call into /sys/class00:02
kfox1111maybe I should just disable /etc/resolve.conf entirely and see what happens. that might force fail all dns resolves.00:02
*** heyongli has quit IRC00:02
kevinbentonkfox1111: can you include in your paste the line that has the Exit code as well?00:02
kevinbentonkfox1111: so i can see the timing between rootwrap entrance and exit?00:03
kfox1111nope. didn't help.00:03
kfox1111k. let me see if I can make a new one.00:04
openstackgerritBrandon Logan proposed openstack/neutron: Pecan: Backwards compatible/cleaner init  https://review.openstack.org/31488600:04
*** heyongli has joined #openstack-neutron00:04
kfox1111are they tagged rootwrap as well?00:05
kevinbentonno00:05
kevinbentonkfox1111: grep for 'neutron.agent.linux.utils'00:05
kevinbentonkfox1111: that should catch both00:05
kfox1111ah. yup.00:06
kfox1111ok. testing....00:06
kfox1111http://pastebin.com/Hf3diPUJ00:08
*** singhj has quit IRC00:09
kevinbentonkfox1111: ok. looks like it definitely is slow waiting on rootwrap00:09
kfox1111looks like half a second for rootwrap, and half a second between commands?00:09
kevinbentonkfox1111: oh yeah00:10
kevinbentonkfox1111: just slow all around00:10
kfox1111how strange....00:10
*** minwang2 has quit IRC00:10
kevinbentonkfox1111: if you strace the l3-agent process what is it spending all day doing?00:11
*** sthillma has quit IRC00:11
*** sthillma has joined #openstack-neutron00:11
kfox1111mostly: poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 500) = 0 (Timeout)00:12
kfox1111stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 000:12
kfox1111epoll_wait(7, {}, 1023, 0)              = 000:12
kfox1111in a loop, once a second.00:12
kevinbentonkfox1111: even during a floating IP event?00:13
kfox1111no. let me get that strace....00:13
*** salv-orlando has joined #openstack-neutron00:14
*** sridhar_ram has quit IRC00:15
*** singhj has joined #openstack-neutron00:16
kfox1111stuff like:00:17
kfox1111http://pastebin.com/yRuLJGhS00:17
kfox1111seems relatively normal looking to me.00:17
kevinbentonkfox1111: i wonder if it's having trouble logging00:20
kevinbentonkfox1111: in devstack runs we don't use the logging options to write to files, it's just the devstack screen logs piped to a file00:20
kfox1111k. let me try that.00:20
*** abhiraut has quit IRC00:20
kevinbentonkfox1111: can you put strace timestamps on?00:21
kevinbentonkfox1111: so we can see if it blocks on the write( call to the log file?00:21
kfox1111I'm also seeing context switches seeming very high on the system....00:21
kfox1111in the 33000 to 45000 range00:21
*** abhiraut has joined #openstack-neutron00:21
kfox1111may be unrelated but may cause some locking in the kernel...00:21
openstackgerritMerged openstack/neutron-specs: Moving to Keystone v3 API  https://review.openstack.org/25736200:22
*** shashank_hegde has quit IRC00:23
kfox1111I found the context switch culprit. fixing it reduced cs's to 700's. didn't change anything though...00:23
kfox1111trying logging next.00:24
kfox1111will I need to kill off the rootwrap daemons?00:25
kfox1111just restart l3-agent?00:25
kevinbentonjust l3-agent00:25
kevinbentonkfox1111: rootwrap itself doesn't log that i know of00:25
kfox1111k.00:26
*** singhj has quit IRC00:27
kfox1111same amount of time with debugging off.00:28
kfox1111so strange...00:28
kevinbentonkfox1111: this line is a bit suspect "28379 poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 500) = 0 (Timeout)"00:28
kevinbentonkfox1111: can you do lsof to see what file descriptors its timing out on?00:29
kfox1111k.00:29
*** abhiraut has quit IRC00:29
*** hoangcx has joined #openstack-neutron00:30
kfox1111I restarted l3agent so I'll have to reproduce... sec....00:30
kfox1111just stracing without the fip going, it does that all the time...00:31
kfox11114 is lr-x------ 1 neutron neutron 64 May 17 17:25 4 -> anon_inode:inotify00:31
kfox11115 is lr-x------ 1 neutron neutron 64 May 17 17:25 5 -> pipe:[20605151]00:31
*** armax_ has joined #openstack-neutron00:31
kevinbentonkfox1111: i don't see any timeouts in an strace of my agent, and you're getting one on each iteration00:31
kfox1111which I think is rootwrap.00:31
kfox1111once a second.00:31
kevinbentonif you disable the daemon does performance improve?00:33
kfox1111http://pastebin.com/iXcBjMv900:33
kfox1111thats with nothing going on.00:33
*** armax has quit IRC00:33
*** armax_ is now known as armax00:33
kfox1111which daemon?00:33
kfox1111oh, do you mean rootwrap?00:33
kevinbentonyeah00:34
*** donghao has quit IRC00:34
kfox1111have a way to do that handy?00:34
kevinbentonkfox1111: set root_helper_daemon to a blank value (or comment it out)00:34
kevinbentonkfox1111: in the l3 agent config00:34
kfox1111k. restarting.00:35
kevinbentonkfox1111: and then just set 'root_helper = /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf'00:35
kevinbentonkfox1111: whoops root_helper = sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf00:35
*** salv-orlando has quit IRC00:36
kfox1111much worse. :)00:39
kfox1111about 2min that time.00:39
kevinbentonkfox1111: impressive00:39
*** gangil has quit IRC00:39
kfox1111I did see it sudoing a lot, so seems to be doing what we'd expect.00:40
kevinbentonkfox1111: does the debug log have anything in between commands?00:40
kevinbentonkfox1111: can you do another strace with the -r option to see which system call is taking forever to return?00:44
*** bdemers has joined #openstack-neutron00:44
kfox1111looking...00:44
*** singhj has joined #openstack-neutron00:45
kevinbentonkfox1111: arg, sorry, not -r. we want -T00:45
kevinbentonkfox1111: to see if it's time spent in the syscall00:45
kfox1111not much in between in the debug logs: http://pastebin.com/nuV07HJb00:46
kfox1111doing the strace next...00:46
*** mlavalle has quit IRC00:46
*** baoli has joined #openstack-neutron00:46
*** mfuruta has joined #openstack-neutron00:48
stickerkfox1111: you haven't got anything strange in /etc/hosts have you?  I've seen that make sudo slow before.. that debug log paste you put in has like 2-3 seconds per sudo call00:48
kevinbentonsticker: it's slow without sudo (using rootwrap daemon)00:49
kfox1111sticker: we were origionally using rootwrap in daemon mode. was seeing the same slowness.00:49
kfox1111arg... I did the strace with -f -F and its just to verbose now...00:49
kfox1111let me rerun without following...00:49
stickerahh k my bad00:50
kfox1111no worries. we thought the same thing. :)00:51
*** singhj has quit IRC00:52
*** namnh has joined #openstack-neutron00:52
*** akshai has joined #openstack-neutron00:53
*** akshai_ has quit IRC00:53
*** Leo_ has joined #openstack-neutron00:54
*** ivar-lazzaro has joined #openstack-neutron00:55
kfox1111the only thing that seems to be taking up much time is poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 500) = ? ERESTART_RESTARTBLOCK (Interrupted by signal) <0.114222>00:55
kfox1111these sorts of things.00:55
kfox1111which I think is just the loop we've been seeing.00:55
kevinbentonkfox1111: but without rootwrap daemon that must be something else00:56
kfox1111up to: poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 500) = 0 (Timeout) <0.500531>00:56
kfox1111ah... let me look at the fd's.00:56
kfox1111its a fifo back to itself.00:56
kfox1111[root@rcn50 ~]# lsof | grep 2061958300:56
kfox1111neutron-l 132477           neutron    5r     FIFO                0,8        0t0   20619583 pipe00:56
kfox1111neutron-l 132477           neutron    6w     FIFO                0,8        0t0   20619583 pipe00:56
*** hoangcx has quit IRC00:56
kfox1111on fd 500:57
kfox1111and 4 is the inotify one again.00:57
*** hoangcx has joined #openstack-neutron00:57
kfox1111looks like an event thing?00:57
*** Leo_ has quit IRC00:59
kevinbentonkfox1111: i'm not sure what that is. i don't have it present in mine01:00
kfox1111an eventlet thing maybe?01:00
kfox1111looks like I'm running 0.17.4.01:00
kevinbentonkfox1111: are you using HA routers, DVR, legacy, or ha/legacy?01:00
kfox1111on a centos 7 system. rdo mitaka.01:00
kfox1111dvr.01:00
kfox1111would like to get to ha+dvr, but arn't to a point we can do that yet. one thing at a time. :)01:01
*** banix has quit IRC01:02
kevinbentonkfox1111: so i just installed eventlet 0.17.401:02
kevinbentonkfox1111: and i don't have those FIFOs01:02
kfox1111maybe a kernel feature related thing?01:03
*** mickeys has joined #openstack-neutron01:03
kevinbentonkfox1111: maybe01:04
kfox1111its a redhat kernel, so versions don't mean too much usually, but 3.10.0-327.13.1.el7.x86_6401:04
openstackgerritfumihiko kakuma proposed openstack/neutron: Update for removing ofagent  https://review.openstack.org/30620501:05
kevinbentonkfox1111: can you disable logging to a file ?01:05
kevinbentonkfox1111: or have you already done that01:05
kfox1111I disabled debug. didn't help. I can do all logging, but I don't think that would help.01:06
kevinbentonkfox1111: i mean to prevent it from opening a handle to the log file01:07
kevinbentonkfox1111: i think you can just set use_stderr=True01:07
*** armax has quit IRC01:07
*** sthillma has quit IRC01:07
kevinbentonkfox1111: maybe you have watch-log-file=True somewhere and that's the inotify we see01:08
kfox1111can I manually run someting via rootwrap and see how that goes?01:08
*** singhj has joined #openstack-neutron01:09
kevinbentonyeah01:09
*** ivar-lazzaro has quit IRC01:11
kfox1111yup. watch_log_file=True01:11
*** manjeets has left #openstack-neutron01:11
kfox1111want me to disable it?01:11
*** donghao has joined #openstack-neutron01:12
kevinbentonyeah01:13
kevinbentonkfox1111: yeah, mine is slow with that on01:13
kevinbentonkfox1111: but not nearly as slow as you are seeing, just slower01:14
kfox1111wow...01:14
kfox1111that seemed to speed things up...01:15
kfox1111let me play a bit more...01:15
*** ivar-lazzaro has joined #openstack-neutron01:15
kevinbentonkfox1111: so turn rootwrap daemon back on01:15
kevinbentonkfox1111: leave that off01:15
kfox1111k... sec..01:15
kfox1111yup. thats the fix. :)01:17
kfox1111mostly its emediate.01:18
kfox1111a few times it was taking as long as 10 seconds to start....01:18
kfox1111I think that may be openstack-ceilometer-compute hammering neutron maybe.01:18
kfox1111we haven't split that out yet.01:18
*** salv-orlando has joined #openstack-neutron01:18
kfox1111thank you so much for helping with this. :)01:18
kevinbentonkfox1111: no prob01:18
kevinbentonkfox1111: file a bug please01:18
kevinbentonkfox1111: and i'll harass olso folks with it01:18
kfox1111yeah. will do. :)01:19
kevinbentonkfox1111: ttyl01:19
kfox1111l8r. have a good evening. :)01:19
*** ijw has quit IRC01:19
*** EinstCrazy has joined #openstack-neutron01:21
*** ajmiller has quit IRC01:25
*** ivar-lazzaro has quit IRC01:32
*** EinstCrazy has quit IRC01:33
*** stanzgy has joined #openstack-neutron01:34
*** armax has joined #openstack-neutron01:34
*** yamahata has quit IRC01:34
*** iyamahat_ has quit IRC01:35
*** sanjay_ has quit IRC01:35
*** salv-orlando has quit IRC01:36
*** kevo has quit IRC01:36
*** wolverineav has quit IRC01:36
*** banix has joined #openstack-neutron01:37
*** EinstCrazy has joined #openstack-neutron01:37
*** EinstCrazy has quit IRC01:37
*** EinstCrazy has joined #openstack-neutron01:38
*** r-daneel has quit IRC01:42
*** gangil has joined #openstack-neutron01:43
*** sridhar_ram has joined #openstack-neutron01:44
*** iwamoto has joined #openstack-neutron01:45
-openstackstatus- NOTICE: Gerrit is about to be restarted to help with page timeouts01:46
*** singhj has quit IRC01:47
*** sridhar_ram has quit IRC01:48
*** Leo_ has joined #openstack-neutron01:49
*** jerryz has quit IRC01:49
*** EinstCra_ has joined #openstack-neutron01:50
*** EinstCrazy has quit IRC01:50
*** mickeys has quit IRC01:51
*** lizk has joined #openstack-neutron01:51
openstackgerritMerged openstack/neutron: Pecan: Handle hyphenated collection with shims  https://review.openstack.org/31485801:51
*** jhershbe has joined #openstack-neutron01:51
*** reedip__ has joined #openstack-neutron01:53
*** s3wong has quit IRC01:53
*** Leo_ has quit IRC01:54
*** EinstCra_ has quit IRC01:55
*** EinstCrazy has joined #openstack-neutron01:55
*** EinstCra_ has joined #openstack-neutron01:57
*** EinstCrazy has quit IRC01:57
*** EinstCra_ has quit IRC01:58
*** EinstCrazy has joined #openstack-neutron01:58
*** EinstCrazy has quit IRC01:59
*** EinstCrazy has joined #openstack-neutron02:00
*** claudiub has quit IRC02:03
*** iyamahat_ has joined #openstack-neutron02:04
*** EinstCrazy has quit IRC02:05
*** EinstCrazy has joined #openstack-neutron02:05
*** singhj has joined #openstack-neutron02:05
*** jckasper has quit IRC02:07
*** jckasper has joined #openstack-neutron02:09
*** fnaval has quit IRC02:10
*** vinaypotluri has quit IRC02:10
*** akshai has quit IRC02:11
*** salv-orlando has joined #openstack-neutron02:12
*** singhj has quit IRC02:12
*** thorst_ has joined #openstack-neutron02:13
*** EinstCrazy has quit IRC02:14
*** yuanying has joined #openstack-neutron02:17
*** fnaval has joined #openstack-neutron02:19
*** tbachman_ has joined #openstack-neutron02:20
openstackgerritsteve proposed openstack/neutron-dynamic-routing: Add devstack for neutron-dynamic-routing stadium project  https://review.openstack.org/31203802:22
*** tbachman has quit IRC02:22
*** tbachman_ is now known as tbachman02:22
*** fnaval_ has joined #openstack-neutron02:23
*** gvrangan has joined #openstack-neutron02:23
*** rossella_s has quit IRC02:23
*** EinstCrazy has joined #openstack-neutron02:24
openstackgerritHenry proposed openstack/neutron: Add OVS agent support remote VXLAN VTEP  https://review.openstack.org/31730902:24
*** rossella_s has joined #openstack-neutron02:24
*** fnaval__ has joined #openstack-neutron02:24
*** iyamahat_ has quit IRC02:24
*** gangil has quit IRC02:25
*** fnaval has quit IRC02:26
*** singhj has joined #openstack-neutron02:27
*** fnaval_ has quit IRC02:28
*** gvrangan has quit IRC02:31
*** EinstCra_ has joined #openstack-neutron02:31
*** salv-orlando has quit IRC02:32
*** EinstCrazy has quit IRC02:34
*** jerryz has joined #openstack-neutron02:34
*** fnaval has joined #openstack-neutron02:34
*** thorst_ has quit IRC02:36
*** thorst_ has joined #openstack-neutron02:36
*** wolverineav has joined #openstack-neutron02:37
*** fnaval__ has quit IRC02:38
openstackgerritOpenStack Proposal Bot proposed openstack/python-neutronclient: Updated from global requirements  https://review.openstack.org/31750502:40
*** singhj has quit IRC02:40
*** thorst_ has quit IRC02:41
*** wolverineav has quit IRC02:42
openstackgerritHong Hui Xiao proposed openstack/neutron: Deprecate the functions map after segment moving out of ml2  https://review.openstack.org/29517302:42
*** manjeets has joined #openstack-neutron02:46
*** singhj has joined #openstack-neutron02:47
*** baoli has quit IRC02:57
*** gangil has joined #openstack-neutron02:58
*** Prem_ has quit IRC02:59
*** iyamahat_ has joined #openstack-neutron02:59
*** vishwanathj has quit IRC03:05
*** salv-orlando has joined #openstack-neutron03:05
*** liuyulong has joined #openstack-neutron03:13
*** iyamahat_ has quit IRC03:17
*** iyamahat_ has joined #openstack-neutron03:18
*** zhhuabj_ has quit IRC03:19
*** jhershbe has quit IRC03:22
*** iyamahat_ has quit IRC03:24
*** links has joined #openstack-neutron03:26
openstackgerritNa Zhu proposed openstack/neutron-dynamic-routing: Add system design for neutron dynamic routing  https://review.openstack.org/31680403:27
*** salv-orlando has quit IRC03:28
openstackgerritNa Zhu proposed openstack/neutron-dynamic-routing: Add system design for neutron dynamic routing  https://review.openstack.org/31680403:29
*** fnaval_ has joined #openstack-neutron03:30
*** dave-mccowan has quit IRC03:32
*** fnaval has quit IRC03:33
*** zhhuabj_ has joined #openstack-neutron03:35
*** vhosakot has joined #openstack-neutron03:36
*** Leo_ has joined #openstack-neutron03:37
*** Leo_ has quit IRC03:41
openstackgerritlei zhang proposed openstack/neutron: validate_firewall_driver  https://review.openstack.org/31782003:43
*** prateek has joined #openstack-neutron03:44
*** shashank_hegde has joined #openstack-neutron03:45
*** vikasc has joined #openstack-neutron03:46
*** akshai has joined #openstack-neutron03:49
*** akshai has quit IRC03:50
*** mickeys has joined #openstack-neutron03:51
*** ijw has joined #openstack-neutron03:53
*** njohnston-- is now known as njohnston__03:54
*** shashank_hegde has quit IRC03:55
*** yushiro has joined #openstack-neutron03:56
*** yushiro has left #openstack-neutron03:56
*** njohnston__ has quit IRC03:56
*** shashank_hegde has joined #openstack-neutron03:56
*** mickeys has quit IRC03:56
*** njohnsto_ has joined #openstack-neutron03:57
*** njohnsto_ is now known as njohnston__03:57
*** armax has quit IRC03:59
*** mickeys has joined #openstack-neutron04:00
*** jamespage has quit IRC04:00
*** jamespage has joined #openstack-neutron04:00
*** padkrish has joined #openstack-neutron04:01
*** prateek has quit IRC04:04
*** salv-orlando has joined #openstack-neutron04:05
*** prateek has joined #openstack-neutron04:06
*** iyamahat_ has joined #openstack-neutron04:07
*** abregman has joined #openstack-neutron04:09
*** brad_behle has quit IRC04:12
*** iyamahat_ has quit IRC04:24
*** salv-orlando has quit IRC04:25
*** jckasper has quit IRC04:25
*** amotoki has quit IRC04:26
*** amotoki has joined #openstack-neutron04:26
*** jckasper has joined #openstack-neutron04:26
*** muawiakhan has joined #openstack-neutron04:27
*** muawiakh_ has joined #openstack-neutron04:29
*** yamamoto has quit IRC04:30
*** xenogear has quit IRC04:30
*** jckasper has quit IRC04:31
*** kodokuu has quit IRC04:31
*** muawiakhan has quit IRC04:33
*** jhershbe has joined #openstack-neutron04:34
*** vikram_ has joined #openstack-neutron04:37
*** singhj has quit IRC04:38
*** wolverineav has joined #openstack-neutron04:38
*** shashank_hegde has quit IRC04:41
*** singhj has joined #openstack-neutron04:42
*** fnaval has joined #openstack-neutron04:43
*** fnaval_ has quit IRC04:43
*** roaet has quit IRC04:43
*** jamesdenton has quit IRC04:43
*** wolverineav has quit IRC04:43
*** roaet has joined #openstack-neutron04:43
*** singhj has quit IRC04:53
*** dedery has joined #openstack-neutron04:53
*** Shahid__ has joined #openstack-neutron04:55
*** fawadkhaliq has joined #openstack-neutron04:57
*** muawiakh_ has quit IRC04:58
*** mkolesni has joined #openstack-neutron04:58
*** salv-orlando has joined #openstack-neutron04:58
*** javeriak has joined #openstack-neutron04:59
*** matrohon has joined #openstack-neutron05:00
*** wolverineav has joined #openstack-neutron05:00
*** njohnston__ has quit IRC05:01
*** mickeys has quit IRC05:01
*** ijw has quit IRC05:01
*** shashank_hegde has joined #openstack-neutron05:02
*** vikram_ has quit IRC05:02
*** wolverineav has quit IRC05:05
*** vinaypotluri has joined #openstack-neutron05:05
*** padkrish has quit IRC05:07
*** EinstCra_ has quit IRC05:08
*** njohnsto_ has joined #openstack-neutron05:08
*** mihero_ has joined #openstack-neutron05:08
*** singhj has joined #openstack-neutron05:08
*** davidlenwell has quit IRC05:09
*** EinstCrazy has joined #openstack-neutron05:11
*** Unterd0g_ has joined #openstack-neutron05:11
*** sambetts has joined #openstack-neutron05:11
*** swat30_ has joined #openstack-neutron05:12
*** cgross- has joined #openstack-neutron05:12
*** EinstCra_ has joined #openstack-neutron05:12
*** sambetts|afk has quit IRC05:12
*** snecklifter has quit IRC05:12
*** fnordahl has quit IRC05:12
*** Unterd0g has quit IRC05:12
*** Kennan has quit IRC05:12
*** cgross has quit IRC05:12
*** links has quit IRC05:12
*** jerryz has quit IRC05:12
*** lizk has quit IRC05:12
*** sirushti has quit IRC05:12
*** mihero has quit IRC05:12
*** swat30 has quit IRC05:12
*** Kennan has joined #openstack-neutron05:13
*** swat30_ is now known as swat3005:13
*** sirushti has joined #openstack-neutron05:13
*** yamamoto_ has joined #openstack-neutron05:13
*** snecklifter has joined #openstack-neutron05:13
*** links has joined #openstack-neutron05:13
*** lizk has joined #openstack-neutron05:14
*** jerryz has joined #openstack-neutron05:14
*** banix has quit IRC05:15
*** fnordahl has joined #openstack-neutron05:15
*** EinstCrazy has quit IRC05:15
*** njohnsto_ has quit IRC05:17
*** davidlenwell has joined #openstack-neutron05:17
*** salv-orlando has quit IRC05:18
*** salv-orlando has joined #openstack-neutron05:18
*** vhosakot has quit IRC05:22
*** numans has joined #openstack-neutron05:24
*** Leo_ has joined #openstack-neutron05:25
*** ranjithd has quit IRC05:26
*** saggi has joined #openstack-neutron05:28
*** matrohon has quit IRC05:29
*** Leo_ has quit IRC05:30
openstackgerritNa Zhu proposed openstack/neutron-dynamic-routing: Add system design for neutron dynamic routing  https://review.openstack.org/31680405:30
*** javeriak_ has joined #openstack-neutron05:30
*** javeriak has quit IRC05:32
*** javeriak has joined #openstack-neutron05:32
*** javeriak_ has quit IRC05:36
*** padkrish has joined #openstack-neutron05:38
*** padkrish has quit IRC05:42
openstackgerritsteve proposed openstack/neutron-dynamic-routing: Add neutron-dynamic-routing DrAgent & Scheduler document  https://review.openstack.org/31784405:43
*** javeriak has quit IRC05:43
*** singhj has quit IRC05:46
*** wolverineav has joined #openstack-neutron05:46
*** rcernin has joined #openstack-neutron05:47
*** javeriak has joined #openstack-neutron05:50
*** fragatin_ has joined #openstack-neutron05:52
*** iyamahat has joined #openstack-neutron05:52
*** fragatin_ has quit IRC05:52
*** fragatin_ has joined #openstack-neutron05:53
*** fragatin_ has quit IRC05:53
*** fragatin_ has joined #openstack-neutron05:54
*** fragatina has quit IRC05:55
*** kobis has joined #openstack-neutron05:55
*** abregman has quit IRC05:55
*** jerryz has quit IRC05:56
*** javeriak has quit IRC05:58
*** fragatin_ has quit IRC05:59
*** gvrangan has joined #openstack-neutron06:01
*** pjm6 has quit IRC06:01
*** pjm6 has joined #openstack-neutron06:01
*** mickeys has joined #openstack-neutron06:02
openstackgerritxiewj proposed openstack/neutron: Update 'segment_mtu' in ml2_conf.ini's help msg  https://review.openstack.org/31784806:03
*** sridharg has joined #openstack-neutron06:04
*** david-lyle has quit IRC06:05
*** gongysh has joined #openstack-neutron06:06
openstackgerritReedip proposed openstack/python-neutronclient: Improve Help message of VPN Update CLI  https://review.openstack.org/27119106:06
*** mickeys has quit IRC06:07
openstackgerritReedip proposed openstack/python-neutronclient: Remove case dependancy for user inputs  https://review.openstack.org/27189406:07
*** gangil1 has joined #openstack-neutron06:07
*** anilvenkata has joined #openstack-neutron06:07
*** fragatina has joined #openstack-neutron06:07
*** gangil has quit IRC06:07
*** apoorv has joined #openstack-neutron06:08
*** jbell8 has joined #openstack-neutron06:08
openstackgerritsteve proposed openstack/neutron-dynamic-routing: Add devstack for neutron-dynamic-routing stadium project  https://review.openstack.org/31203806:10
*** garyk1 has joined #openstack-neutron06:11
*** fragatina has quit IRC06:12
*** donghao has quit IRC06:12
*** jbell8 has quit IRC06:12
*** jbell8 has joined #openstack-neutron06:12
*** moshele has joined #openstack-neutron06:13
*** njohnsto_ has joined #openstack-neutron06:14
*** gangil1 has quit IRC06:15
*** njohnsto_ has quit IRC06:19
*** irenab_ has joined #openstack-neutron06:21
*** EinstCrazy has joined #openstack-neutron06:21
*** irenab has quit IRC06:22
*** irenab_ is now known as irenab06:22
*** fragatina has joined #openstack-neutron06:24
*** EinstCra_ has quit IRC06:25
*** eddima has joined #openstack-neutron06:27
*** javeriak has joined #openstack-neutron06:27
*** Shahid__ has quit IRC06:28
*** salv-orlando has quit IRC06:30
*** fragatina has quit IRC06:35
*** fragatina has joined #openstack-neutron06:36
*** csatari has joined #openstack-neutron06:36
*** hichihara has joined #openstack-neutron06:38
*** manikanta_tadi has joined #openstack-neutron06:39
*** Shahid__ has joined #openstack-neutron06:41
*** malos has joined #openstack-neutron06:44
*** korzen has joined #openstack-neutron06:44
*** rcernin has quit IRC06:47
*** javeriak has quit IRC06:48
*** _cjones_ has joined #openstack-neutron06:49
*** andreas_s has joined #openstack-neutron06:50
*** _cjones_ has quit IRC06:50
*** ozialien10 has quit IRC06:50
openstackgerritRyan Tidwell proposed openstack/neutron: Lock Ryu version at <=4.0  https://review.openstack.org/31786006:50
*** saggi has quit IRC06:50
garyk1yamamoto_: can you please try this devstack patch and see if it helps - https://review.openstack.org/31775406:50
*** donghao has joined #openstack-neutron06:51
*** rcernin has joined #openstack-neutron06:51
*** javeriak has joined #openstack-neutron06:55
*** yfried has joined #openstack-neutron06:57
*** roeyc has joined #openstack-neutron07:00
openstackgerritMerged openstack/neutron: Update for removing ofagent  https://review.openstack.org/30620507:01
*** mosulica has joined #openstack-neutron07:02
*** tmorin has joined #openstack-neutron07:03
*** jschwarz__ has joined #openstack-neutron07:05
*** duobei has joined #openstack-neutron07:06
*** shashank_hegde has quit IRC07:07
*** vikram has joined #openstack-neutron07:10
*** vinaypotluri has quit IRC07:10
*** salv-orlando has joined #openstack-neutron07:11
*** shashank_hegde has joined #openstack-neutron07:11
openstackgerritxiewj proposed openstack/neutron: Update 'segment_mtu' in ml2_conf.ini's help msg  https://review.openstack.org/31784807:11
*** javeriak has quit IRC07:12
*** claudiub has joined #openstack-neutron07:13
*** Leo_ has joined #openstack-neutron07:14
*** javeriak has joined #openstack-neutron07:15
*** srampal has quit IRC07:16
*** tidwellr has joined #openstack-neutron07:16
*** tidwellr has left #openstack-neutron07:16
*** Leo_ has quit IRC07:18
*** matrohon has joined #openstack-neutron07:22
vikramyamamoto_: ping07:25
*** jlanoux has joined #openstack-neutron07:26
garyk1yamamoto_: i also pushed https://review.openstack.org/#/c/317877 maybe that will be the mssing piece07:26
*** nmagnezi has joined #openstack-neutron07:27
*** gangil has joined #openstack-neutron07:28
*** nmagnezi has quit IRC07:28
*** nmagnezi has joined #openstack-neutron07:29
*** jbell8 has quit IRC07:30
*** duobei has quit IRC07:31
*** salv-orlando has quit IRC07:31
*** jlibosva has joined #openstack-neutron07:32
*** gangil has quit IRC07:33
*** nmagnezi has quit IRC07:33
*** dmk0202 has joined #openstack-neutron07:35
*** salv-orlando has joined #openstack-neutron07:35
*** palexster has quit IRC07:37
*** c64cosmin has joined #openstack-neutron07:37
yamamoto_vikram: pong07:37
yamamoto_garyk1: will look07:37
*** ihrachys has joined #openstack-neutron07:38
vikramyamamoto_: when the next version of RYU will be released ?07:38
*** devvesa has joined #openstack-neutron07:38
vikramyamamoto_: any idea.. actually we are blocked because of the current release07:38
*** devvesa has quit IRC07:38
garyk1yamamoto_: thanks.07:39
*** devvesa has joined #openstack-neutron07:39
vikramyamamoto_: http://logs.openstack.org/50/317550/1/gate/gate-neutron-dynamic-routing-python34/acf6560/console.html07:39
yamamoto_vikram: no idea when it will be.  we can ask an intermediate release.  is the issue fixed on master?07:39
yamamoto_ryu's master i mean07:39
vikramyamamoto_: yes "https://github.com/osrg/ryu/commit/a20b9e1fcd675e593c8b4cb383f28f404ff62add",07:39
yamamoto_vikram: ok, let me ping the team07:40
vikramyamamoto_: thanks..07:41
vikramyamamoto_: coming to your comment about Ryan's change07:41
*** abregman has joined #openstack-neutron07:41
vikramyamamoto_: https://review.openstack.org/#/c/317860/07:41
vikramyamamoto_: what actually you are suggesting..07:41
vikramyamamoto_: Can't we get a temp fix in the neutron master to keep us un-blocked07:42
*** palexster has joined #openstack-neutron07:42
yamamoto_if you need a temporary fix, how about just disabling the py3 tests?07:42
*** kodokuu has joined #openstack-neutron07:43
*** apoorv has quit IRC07:45
*** fzdarsky has joined #openstack-neutron07:47
*** salv-orl_ has joined #openstack-neutron07:48
*** jpena|off is now known as jpena07:48
*** hynekm has joined #openstack-neutron07:49
vikramyamamoto_: I think temp fix won't help.. We need the gate job to be passed07:49
vikramyamamoto_: All our patches are blocked as gate check can't pass07:49
yamamoto_vikram: a patch to disable the tests can pass, can't it?07:50
vikramyamamoto_: that will work07:50
vikramyamamoto_: but how about getting Ryan's changes merged?07:51
garyk1yamamoto_: please try the patch again. my check was not good - i checked it was false and not true. this is so frustrating07:51
vikram yamamoto_: https://review.openstack.org/#/c/317860/07:51
yamamoto_vikram: i guess it will fail to pass requirement check07:52
*** salv-orlando has quit IRC07:52
*** fawadkhaliq has quit IRC07:52
vikram yamamoto_: why?07:52
*** fawadkhaliq has joined #openstack-neutron07:52
*** abregman is now known as abregman|mtg07:52
*** jistr has joined #openstack-neutron07:54
openstackgerritsteve proposed openstack/neutron-dynamic-routing: Add devstack for neutron-dynamic-routing stadium project  https://review.openstack.org/31203807:55
*** duobei has joined #openstack-neutron07:56
yamamoto_vikram: well, i don't remember how the check is strict.  it might pass.  anyway it's unusual to make a local change like this.07:57
*** david-lyle has joined #openstack-neutron07:57
vikram yamamoto_: Hmm07:57
*** fawadkhaliq has quit IRC07:58
*** fawadkhaliq has joined #openstack-neutron07:58
vikram yamamoto_: By when the next Ryu release will be out?07:58
vikram yamamoto_: any tentative date?07:58
*** fawadkhaliq has quit IRC07:58
*** fawadkhaliq has joined #openstack-neutron07:59
yamamoto_vikram: i asked the person who usually makes releases. i'll let you know when i got answer.07:59
*** fawadkhaliq has quit IRC07:59
*** zzzeek has quit IRC08:00
vikram yamamoto_: Ok.. thanks for the quick help..08:00
*** fawadkhaliq has joined #openstack-neutron08:00
vikram yamamoto_: I am fine skipping the test for now08:00
yamamoto_vikram: usually we make releases monthly08:00
*** fawadkhaliq has quit IRC08:00
vikram yamamoto_: release for this month done?08:00
vikram yamamoto_: or yet to come08:00
yamamoto_vikram: 4.2 was May 10 or so08:01
*** fawadkhaliq has joined #openstack-neutron08:01
*** zzzeek has joined #openstack-neutron08:01
*** jschwarz__ has quit IRC08:01
vikram yamamoto_: ohhh08:01
*** fawadkhaliq has quit IRC08:01
*** fawadkhaliq has joined #openstack-neutron08:01
vikram yamamoto_: I am not sure skipping the test for this long will be good..08:01
vikram yamamoto_: as we aim for N-108:02
*** fawadkhaliq has quit IRC08:02
*** fawadkhaliq has joined #openstack-neutron08:02
vikram yamamoto_: and people will expect us to pass in all the tests ;)08:02
yamamoto_vikram: we had made an intermediate release for urgent issues08:02
vikram yamamoto_: How, I can hook it to the gate?08:02
*** fawadkhaliq has quit IRC08:02
yamamoto_vikram: i guess we can make one for this issue. but i'm not a person to decide.08:03
*** fawadkhaliq has joined #openstack-neutron08:03
yamamoto_vikram: i was just talking about history :-)08:03
vikram yamamoto_: We import neutron and neutron in-turn imports ryu..08:03
*** fawadkhaliq has quit IRC08:03
vikram yamamoto_: How about we remove Ryu from neutron requirement list and put it in our repo08:03
iwamotovikram: I guess a ryu point release will happen in a couple of days08:03
*** mickeys has joined #openstack-neutron08:04
vikram yamamoto_: I believe only neutron-dynamic-routing needs RYU08:04
*** fawadkhaliq has joined #openstack-neutron08:04
vikram yamamoto_: correct08:04
*** csatari has quit IRC08:04
*** fawadkhaliq has quit IRC08:04
*** fawadkhaliq has joined #openstack-neutron08:05
vikram yamamoto_: no we can't.. neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ovs_ryuapp.py  needs ryu as well08:05
iwamotovikram: neutron's native of_interface also needs ryu08:05
*** fawadkhaliq has quit IRC08:05
*** muawiakhan has joined #openstack-neutron08:05
vikram yamamoto_: yeah, I saw that08:05
vikram yamamoto_: What's your suggestion?08:06
*** fawadkhaliq has joined #openstack-neutron08:06
vikram yamamoto_: IMO, the best way could be adjusting the ryu version in neutron's req list for now08:06
*** fawadkhaliq has quit IRC08:06
*** fawadkhaliq has joined #openstack-neutron08:06
vikram yamamoto_: and changing it once the official release happens08:07
*** rmart04 has joined #openstack-neutron08:07
vikram yamamoto_: In this way we can also ensure tests are running for any merge we do08:07
*** fawadkhaliq has quit IRC08:07
vikram yamamoto_: in neutron-dynamic-routing08:07
yamamoto_vikram: my understanding is we can't do that.  gate-neutron-requirements will fail.08:07
openstackgerritAndreas Scheuring proposed openstack/neutron-specs: Spec for distributed portbindings  https://review.openstack.org/30941608:07
*** fawadkhaliq has joined #openstack-neutron08:08
ajo_apuimedo, ping08:08
apuimedoajo_: pong08:08
vikram yamamoto_: so only commenting the test is an option ?08:08
yamamoto_vikram: in case you can't wait for the next ryu release, it's the only option i can think of right now.08:09
ajo_apuimedo, can we update the kernel version of your trusty64 image ? :)08:09
ajo_(sorry for requesting...) :D08:09
ajo_https://bugs.launchpad.net/neutron/+bug/158280708:09
openstackLaunchpad bug 1582807 in neutron "neutron-rootwrap-daemon explodes because of misbehaving "ip rule"" [Undecided,Incomplete]08:09
*** mickeys has quit IRC08:09
ajo_it has a ugly bug with "ip rule" ... were netlink enters an infinite loop sending rules to "ip" tool, and crashes rootwrap-daemon 'XD08:09
ajo_by exhausting the VM memory08:10
openstackgerritDavanum Srinivas (dims) proposed openstack/neutron: [WIP] Testing latest u-c  https://review.openstack.org/30334608:10
openstackgerritDavanum Srinivas (dims) proposed openstack/neutron: [WIP] Testing latest u-c  https://review.openstack.org/30334608:10
vikram yamamoto_: ok.. thanks08:10
apuimedoajo_: yes. I guess I could08:11
apuimedoI'll try to find my packer build08:11
*** nyechiel has joined #openstack-neutron08:12
*** andreas_s has quit IRC08:12
openstackgerritIhar Hrachyshka proposed openstack/python-neutronclient: tests: removed mocking for Client.get_attr_metadata  https://review.openstack.org/31788908:12
openstackgerritIhar Hrachyshka proposed openstack/python-neutronclient: Switched from fixtures.MonkeyPatch to mock.patch  https://review.openstack.org/31789008:12
ajo_thanks a lot apuimedo, if you don't find it ping me, and I will try to generate another one.08:13
apuimedovery well08:13
*** ygbo has joined #openstack-neutron08:15
*** abregman|mtg has quit IRC08:15
*** njohnsto_ has joined #openstack-neutron08:16
*** jschwarz__ has joined #openstack-neutron08:16
*** shashank_hegde has quit IRC08:19
*** njohnsto_ has quit IRC08:20
*** haukebruno has joined #openstack-neutron08:21
*** davidsha has joined #openstack-neutron08:22
*** abregman has joined #openstack-neutron08:23
*** javeriak has quit IRC08:26
*** salv-orl_ has quit IRC08:27
*** jckasper has joined #openstack-neutron08:28
*** yfried has quit IRC08:29
*** efoley has joined #openstack-neutron08:31
*** sudipto has joined #openstack-neutron08:31
*** lucas-dinner is now known as lucasagomes08:32
*** jckasper has quit IRC08:33
garyk1yamamoto_: did you manage to try and run the patch?08:33
garyk1yamamoto_: i agree with your comment on it though - but it is more specific than Q_L3_ENABLED (which people may claim is cryptic)08:34
evrardjpgood morning everyone08:34
*** efoley_ has joined #openstack-neutron08:36
*** hichihara has quit IRC08:36
yamamoto_garyk1: i haven't tried it08:37
garyk1yamamoto_: ok. i just think that its a dodgy alternative. we need to get out of this blocked state.08:37
*** jlibosva has quit IRC08:38
*** jinxing has joined #openstack-neutron08:39
*** efoley has quit IRC08:39
*** dedery_ has joined #openstack-neutron08:40
openstackgerritgaryk proposed openstack/neutron: Pecan: remove deprecation warning  https://review.openstack.org/31725408:41
*** stanzgy_ has joined #openstack-neutron08:42
*** martink2_ has joined #openstack-neutron08:42
*** bzhao has quit IRC08:43
*** carl_baldwin_ has joined #openstack-neutron08:43
*** wendar_ has joined #openstack-neutron08:43
*** kozhukalov_ has joined #openstack-neutron08:43
*** mrvinti_ has joined #openstack-neutron08:44
*** bzhao has joined #openstack-neutron08:44
*** eglute_s has joined #openstack-neutron08:44
*** bapalm_ has joined #openstack-neutron08:44
*** lbragstad_ has joined #openstack-neutron08:44
*** blogan_ has joined #openstack-neutron08:44
*** root has joined #openstack-neutron08:44
*** Diopter has joined #openstack-neutron08:44
*** haleyb_ has joined #openstack-neutron08:44
*** hockeynut_afk has joined #openstack-neutron08:45
*** lucasagomes_ has joined #openstack-neutron08:45
*** root is now known as Guest4546908:45
*** roaet- has joined #openstack-neutron08:45
*** mfranc213_ has joined #openstack-neutron08:45
*** raorn_ has joined #openstack-neutron08:45
*** wasmum has quit IRC08:45
*** hockeynut has quit IRC08:45
*** mfranc213 has quit IRC08:45
*** garyk has quit IRC08:45
*** bharathm has quit IRC08:45
*** nick-ma has quit IRC08:45
*** carl_baldwin has quit IRC08:45
*** blogan has quit IRC08:45
*** roaet_ has quit IRC08:45
*** sticker has quit IRC08:45
*** med_ has quit IRC08:45
*** manjeets has quit IRC08:45
*** bapalm has quit IRC08:45
*** melwitt has quit IRC08:45
*** leifz has quit IRC08:45
*** dedery has quit IRC08:45
*** stanzgy has quit IRC08:45
*** brianstajkowski has quit IRC08:45
*** ramishra has quit IRC08:45
*** kozhukalov has quit IRC08:45
*** lewo has quit IRC08:45
*** sbelous has quit IRC08:45
*** briancurtin has quit IRC08:45
*** martink2 has quit IRC08:45
*** yarkot1 has quit IRC08:45
*** mhayden has quit IRC08:45
*** Kimmo_ has quit IRC08:45
*** Apsu has quit IRC08:45
*** rbradfor has quit IRC08:45
*** eglute has quit IRC08:45
*** mgagne has quit IRC08:45
*** mrvinti has quit IRC08:45
*** lucasagomes has quit IRC08:45
*** haleyb has quit IRC08:45
*** Nakato has quit IRC08:45
*** lbragstad has quit IRC08:45
*** evrardjp has quit IRC08:45
*** jamielennox has quit IRC08:45
*** wendar has quit IRC08:45
*** vkmc has quit IRC08:45
*** raorn has quit IRC08:45
*** melwitt has joined #openstack-neutron08:45
*** Nakato has joined #openstack-neutron08:45
*** nick-ma has joined #openstack-neutron08:45
*** leifz has joined #openstack-neutron08:45
*** med_ has joined #openstack-neutron08:45
*** mgagne has joined #openstack-neutron08:45
*** vkmc has joined #openstack-neutron08:45
*** ramishra has joined #openstack-neutron08:45
*** ramishra has quit IRC08:45
*** Diopter is now known as Apsu08:45
*** med_ has quit IRC08:45
*** med_ has joined #openstack-neutron08:45
*** lewo_ has joined #openstack-neutron08:45
*** martink2_ is now known as martink208:45
*** vkmc has quit IRC08:45
*** vkmc has joined #openstack-neutron08:45
*** ramishra has joined #openstack-neutron08:45
*** yarkot1 has joined #openstack-neutron08:46
*** lewo_ is now known as lewo08:46
*** melwitt is now known as Guest3726408:46
*** mgagne is now known as Guest9229208:46
*** sticker has joined #openstack-neutron08:46
*** nick-ma has quit IRC08:46
*** nick-ma has joined #openstack-neutron08:46
*** garyk has joined #openstack-neutron08:46
*** yfried has joined #openstack-neutron08:46
*** sbelous has joined #openstack-neutron08:46
*** yfried has quit IRC08:46
*** yfried has joined #openstack-neutron08:46
*** mhayden has joined #openstack-neutron08:46
*** hynekm has quit IRC08:46
*** evrardjp has joined #openstack-neutron08:46
*** rbradfor has joined #openstack-neutron08:46
*** carl_baldwin_ is now known as carl_baldwin08:47
*** hynekm has joined #openstack-neutron08:47
*** mrvinti_ is now known as mrvinti08:47
*** bharathm has joined #openstack-neutron08:47
*** serverascode has quit IRC08:47
*** nmagnezi has joined #openstack-neutron08:47
openstackgerritIhar Hrachyshka proposed openstack/python-neutronclient: Constraint tox targets with upper-constraints.txt  https://review.openstack.org/31790908:47
*** ramishra has quit IRC08:47
*** ramishra has joined #openstack-neutron08:48
*** kozhukalov_ is now known as kozhukalov08:48
*** marcusvrn_ has quit IRC08:48
*** ildikov has quit IRC08:48
*** dougwig has quit IRC08:48
*** mvk has joined #openstack-neutron08:49
*** lucasagomes_ is now known as lucasagomes08:49
*** manjeets has joined #openstack-neutron08:49
*** sylwesterB has quit IRC08:49
*** rpodolyaka has quit IRC08:49
*** RaginBajin has quit IRC08:49
*** nmagnezi_ has joined #openstack-neutron08:52
*** manikanta_tadi has quit IRC08:52
*** jschwarz__ has quit IRC08:53
*** manikanta_tadi has joined #openstack-neutron08:53
garyk1yamamoto_: can you please maybe +1 on https://review.openstack.org/#/c/317877/ - this will help the patch at least get karma. i am going to write a mail to the list. i think it is a sufficient stop gap.08:53
*** rm_work has quit IRC08:53
openstackgerritOleg Bondarev proposed openstack/neutron: DVR: Moving router from dvr_snat node removes the qrouters  https://review.openstack.org/30026808:53
*** manikanta_tadi has quit IRC08:54
*** rm_work has joined #openstack-neutron08:54
*** manikanta_tadi has joined #openstack-neutron08:54
*** jamielennox has joined #openstack-neutron08:55
*** ildikov has joined #openstack-neutron08:55
openstackgerritMaho Koshiya proposed openstack/neutron: Add negative API tests that try to remove the resources in use.  https://review.openstack.org/31659208:55
*** nmagnezi has quit IRC08:56
*** marcusvrn_ has joined #openstack-neutron08:57
*** rpodolyaka has joined #openstack-neutron08:57
*** dlundquist has quit IRC08:58
ihrachysamotoki: we don't have a base class in client that is under our control?08:58
openstackgerritNa Zhu proposed openstack/neutron: Support provider:flooding_vtep in ML2  https://review.openstack.org/31589608:58
ihrachysamotoki: I see we inherit from oslotest directly08:58
*** wasmum has joined #openstack-neutron08:58
*** manikanta_ has joined #openstack-neutron08:59
*** RaginBajin has joined #openstack-neutron08:59
amotokiihrachys: yeah.. i think having addCleanup in tests/unit/test_cli20.py is good08:59
ihrachysamotoki: we have similar thing in CLITestV20ExtensionJSON already08:59
*** dougwig has joined #openstack-neutron08:59
*** serverascode has joined #openstack-neutron09:00
ihrachysamotoki: I wonder if it's time to introduce a common base class and put stopall there.09:00
*** jlibosva has joined #openstack-neutron09:00
ihrachysamotoki: actually, oslotest.base already does it, but for six.mock.09:00
ihrachysif we would use six.mock directly, it would also work magically09:00
ihrachysamotoki: https://github.com/openstack/oslotest/blob/master/oslotest/base.py#L10009:01
*** manikanta_tadi has quit IRC09:01
*** vikasc has quit IRC09:01
*** dlundquist has joined #openstack-neutron09:01
*** obondarev_ has joined #openstack-neutron09:01
*** Leo_ has joined #openstack-neutron09:02
*** sylwesterB has joined #openstack-neutron09:02
ihrachysamotoki: or is CLITestV20Base actually THE base class?09:02
amotokiihrachys: CLITestV20Base is the base class for most CLI tests but it is not true for all tests.09:04
ihrachysI see. ok, for now I will add it there, and later we can thing of a real common base class09:04
ihrachys*think09:05
*** briancurtin has joined #openstack-neutron09:05
amotokiihrachys: I like the idea of having a common base class. your plan sounds good09:05
*** Unterd0g_ is now known as Unterd0g09:05
*** nijaba has quit IRC09:05
*** jschwarz__ has joined #openstack-neutron09:06
*** efoley__ has joined #openstack-neutron09:06
*** jschwarz__ is now known as jschwarz09:06
*** roeyc has quit IRC09:07
*** Leo_ has quit IRC09:07
*** neiljerram has joined #openstack-neutron09:07
*** efoley_ has quit IRC09:08
*** salv-orlando has joined #openstack-neutron09:09
*** hynekm has quit IRC09:10
*** obondarev_ has quit IRC09:10
*** hynekm has joined #openstack-neutron09:10
*** iyamahat has quit IRC09:11
*** obondarev_ has joined #openstack-neutron09:11
*** sleviim has joined #openstack-neutron09:12
*** sleviim has left #openstack-neutron09:12
*** nijaba has joined #openstack-neutron09:12
*** nmagnezi__ has joined #openstack-neutron09:13
*** donghao has quit IRC09:13
*** yfried_ has joined #openstack-neutron09:14
*** vikasc has joined #openstack-neutron09:14
*** nmagnezi_ has quit IRC09:15
jschwarzajo_, hey hey09:15
ajo_hey jschwarz09:15
ajo_:)09:15
jschwarzajo_, I remember you dealing with this a while back - I have a circular import somewhere in my code09:16
ajo_jschwarz, oh fun09:16
jschwarzajo_, so in order to avoid it I've put one of the imports inside a function09:16
jschwarzajo_, but now pylint complains... :<09:16
jschwarzajo_, how do you make pylint silent?09:16
ajo_jschwarz, let me look for it, one sec09:16
ajo_ideally, design should break circular imports,09:17
openstackgerritIhar Hrachyshka proposed openstack/python-neutronclient: Switched from fixtures.MonkeyPatch to mock.patch  https://review.openstack.org/31789009:17
ihrachysamotoki: ^ updated09:17
jschwarzajo_, k. it seems like my lunch is here so I'll be back soonish hopefully09:17
ajo_how does yours look like jschwarz ? ?09:17
jschwarzajo_, my design? it sucks :P09:17
ajo_jschwarz, ack, I will find and link :P09:17
ihrachysjschwarz: pylint allows to skip a check with a special comment.09:17
jschwarzajo_, l3_db imports l3_agentscheduler_db and vice-versa09:17
ihrachysjschwarz: it's all in pylint docs09:17
jschwarzihrachys, # noqa?09:17
ihrachysjschwarz: nope, other. rtfm09:17
jschwarzihrachys, I'll look for it, thanks :)09:17
jschwarzgone to eat09:18
*** abregman is now known as abregman|afk09:18
*** yfried has quit IRC09:18
*** apoorv has joined #openstack-neutron09:19
vincHi network folks, what is the best way to achieve this ?09:20
vinc2 instances in the same tenant that can ping each other09:20
*** mfuruta has quit IRC09:20
vincneed to add another ip to one of them09:20
*** obondarev_ has quit IRC09:21
vincFirst try with virtual ip (ip addr add 10.X.x.x dev eth009:21
ajo_jschwarz, : https://github.com/openstack/neutron/blob/master/neutron/api/rpc/callbacks/version_manager.py#L4209:21
evrardjpthat previous phrase will probably need more explanation vinc09:21
vincbut the ARP requests are not transmitted to the network09:22
vincQuestion : how to use virtual ip (if we can ?) _or_ add a second virtual nic to the instance ?09:22
*** nmagnezi__ has quit IRC09:22
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron: Add cookie tracking to OVS firewall driver  https://review.openstack.org/29515409:23
*** mvk_ has joined #openstack-neutron09:24
vincmy understanding is : when using l2population, ther is an arp table _created_ with the db information, not the network discovery right ?09:25
*** javeriak has joined #openstack-neutron09:27
*** mvk has quit IRC09:28
openstackgerritIhar Hrachyshka proposed openstack/python-neutronclient: Constraint tox targets with upper-constraints.txt  https://review.openstack.org/31790909:28
*** nmagnezi has joined #openstack-neutron09:29
*** ivc_ has joined #openstack-neutron09:29
*** duobei has quit IRC09:30
*** nmagnezi_ has joined #openstack-neutron09:33
*** duobei has joined #openstack-neutron09:35
*** slaweq has joined #openstack-neutron09:35
*** nmagnezi_ has quit IRC09:35
openstackgerritJakub Libosvar proposed openstack/neutron: Mock out poller in ovsdb unittests  https://review.openstack.org/31792909:38
ihrachyssc68cal: howdy09:42
ihrachyssc68cal: a question for you on devstack09:42
*** ivc_ has quit IRC09:42
ihrachyssc68cal: when I have both local.conf and localrc, are both of them used? or just one (which?)?09:42
matttihrachys: got a sec?09:44
ihrachysmattt: 10 mins max09:44
matttihrachys: https://review.openstack.org/#/c/311260/09:44
matttihrachys: since that review went in, tempest on our integrated build started failing09:44
ihrachysmattt: interesting. logs? is it newton?09:44
matttihrachys: just wondering if we should revert or if you had any suggestion how to proceed ... disclaimer: i am terrible w/ networking09:45
*** malos has quit IRC09:45
matttihrachys: newton yes09:45
ihrachysmattt: logs?09:45
ihrachysmattt: hmmmm09:46
ihrachysmattt: https://review.openstack.org/#/c/311260/2/defaults/main.yml line 32209:46
*** ivc_ has joined #openstack-neutron09:46
ihrachyswe should avoid setting it too09:46
ihrachysmattt: question: how did it pass your gate? you have a hole in your testing maybe?09:47
matttihrachys: apparently :)09:47
*** roeyc has joined #openstack-neutron09:48
ihrachysmattt: can we validate a fix using depends-on?09:48
matttihrachys: so in our neutron gate, we just do some rudimentary neutron cli things09:48
matttihrachys: the issue only surfaces when you actually try to ssh into an instance, as is done w/ tempest09:49
ihrachysmattt: ok now I see you have more mtu hacks there09:49
ihrachysmattt: that I missed09:49
*** fawadkhaliq has quit IRC09:49
*** fawadkhaliq has joined #openstack-neutron09:50
*** jhershbe has quit IRC09:51
ihrachysmattt: https://review.openstack.org/31794309:52
ihrachysfeel free to run with it09:52
ihrachysI suggest you create some Depends-On patch to trigger the job that is failing for you and validate the fix09:52
* ihrachys should go thru all projects one more time to make sure they don't do nasty things with MTU09:52
matttihrachys: excellent, thank you !09:53
ihrachysmattt: full disclosure: I am not an ansible guy, so I can make silly mistakes in the code.09:53
ihrachysI just removed things that seem wrong from neutron perspective.09:53
matttihrachys: and i'm not a networking guy, so hopefully together we can get it right :)09:53
matttihrachys: i will properly test this before it merges09:54
ihrachysmattt: aye. thanks and sorry for the breakage.09:54
ihrachysmattt: fyi the patch should be ok to backport as is to mitaka (from neutron perspective)09:55
ihrachys(afaik you backported the original one there already)09:55
matttyep we did, i'll do the same here once i'm sure it's restored connectivity in our tempest tests09:56
matttthanks again ihrachys09:56
*** markvoelker has joined #openstack-neutron09:56
ihrachysmattt: cool. I am off for next hours. you can comment on the review with results if more attention from me is needed.09:56
matttihrachys: sure, and i'll add the release notes on your behalf09:57
mattt(since someone has chimed in already)09:57
*** nyechiel has quit IRC09:57
ihrachysthanks Matt09:58
*** matrohon has quit IRC09:59
*** neiljerram has quit IRC09:59
*** sdague has joined #openstack-neutron10:01
*** neiljerram has joined #openstack-neutron10:01
*** nmagnezi_ has joined #openstack-neutron10:02
*** markvoelker has quit IRC10:02
*** efoley_ has joined #openstack-neutron10:03
*** gongysh has quit IRC10:03
*** nmagnezi_ has quit IRC10:04
*** efoley__ has quit IRC10:04
*** ihrachys has quit IRC10:05
*** jhershbe has joined #openstack-neutron10:06
*** abregman|afk is now known as abregman10:08
*** iwamoto has quit IRC10:09
*** zhenmei has joined #openstack-neutron10:11
*** mosulica has quit IRC10:13
fricklerFYI, I did a writeup on how to deploy IPv6 using neutron-dynamic-routing, feedback welcome. https://cloudbau.github.io/openstack/neutron/networking/2016/05/17/neutron-ipv6.html10:13
*** nmagnezi has quit IRC10:13
*** salv-orlando has quit IRC10:13
*** korzen has quit IRC10:14
*** EinstCrazy has quit IRC10:14
*** obondarev_ has joined #openstack-neutron10:14
*** korzen has joined #openstack-neutron10:16
*** nmagnezi has joined #openstack-neutron10:17
*** c64cosmin has quit IRC10:18
openstackgerritvenkata anil proposed openstack/neutron: fullstack: test for east west traffic  https://review.openstack.org/30715910:18
*** tbachman_ has joined #openstack-neutron10:18
*** obondarev_ has quit IRC10:18
*** salv-orlando has joined #openstack-neutron10:20
*** tbachman has quit IRC10:22
*** tbachman_ is now known as tbachman10:22
*** rossella_s has quit IRC10:23
*** rossella_s has joined #openstack-neutron10:24
*** duobei has quit IRC10:27
*** chag has joined #openstack-neutron10:27
*** zhhuabj_ has quit IRC10:29
*** boden has joined #openstack-neutron10:30
*** srinii has joined #openstack-neutron10:33
sriniihi all pls help how to find neutron code flow ..10:34
*** efoley_ has quit IRC10:34
*** chag is now known as chagatai10:35
rossella_sjlibosva, hi! :)10:38
jlibosvarossella_s: hi10:38
rossella_sjlibosva, is there a way to set the ovs firewall driver in devstack?10:38
jlibosvarossella_s: yep, you can define it in local.conf to set the variable in config10:38
jlibosvarossella_s: let me find an example10:38
rossella_sjlibosva, great, thanks, I was too lazy for that :)10:39
*** obondarev_ has joined #openstack-neutron10:39
*** Kimmo__ has joined #openstack-neutron10:39
jlibosvarossella_s: appending this should do the work: http://paste.openstack.org/show/497479/10:40
jlibosvarossella_s: to your local.conf10:40
rossella_sjlibosva, thanks a lo10:42
jlibosvarossella_s: np :)10:42
openstackgerritsteve proposed openstack/neutron-dynamic-routing: Add devstack for neutron-dynamic-routing stadium project  https://review.openstack.org/31203810:42
*** duobei has joined #openstack-neutron10:43
*** efoley_ has joined #openstack-neutron10:43
openstackgerritJakub Libosvar proposed openstack/neutron: [WIP] ovsdb: Reconnect when ovs poller gets stuck  https://review.openstack.org/31736910:43
*** Leo_ has joined #openstack-neutron10:50
*** duobei has quit IRC10:50
*** nplanel has quit IRC10:52
*** moshele has quit IRC10:53
openstackgerritHong Hui Xiao proposed openstack/neutron: Enable create and delete segments in ML2  https://review.openstack.org/31735810:54
*** Leo_ has quit IRC10:55
*** moshele has joined #openstack-neutron10:56
*** neil__ has joined #openstack-neutron10:56
*** zhhuabj_ has joined #openstack-neutron10:57
*** palexster1 has joined #openstack-neutron10:58
*** nmagnezi has quit IRC10:59
*** neiljerram has quit IRC11:00
*** vikram has quit IRC11:01
openstackgerritInessa Vasilevskaya proposed openstack/neutron: functional: Run OVSFW tests with ovsdb native interface  https://review.openstack.org/31267011:02
openstackgerritInessa Vasilevskaya proposed openstack/neutron: functional: fix OVSFW failure with native OVSDB api  https://review.openstack.org/31269711:02
*** palexster has quit IRC11:02
*** nmagnezi has joined #openstack-neutron11:03
*** nmagnezi has quit IRC11:03
*** nmagnezi has joined #openstack-neutron11:03
*** obondarev_ has quit IRC11:04
*** cbouch has joined #openstack-neutron11:04
*** mickeys has joined #openstack-neutron11:07
*** mancdaz has quit IRC11:09
*** mancdaz has joined #openstack-neutron11:09
*** rtheis has joined #openstack-neutron11:11
*** mickeys has quit IRC11:12
*** andreas_s has joined #openstack-neutron11:12
*** njohnsto_ has joined #openstack-neutron11:13
*** korzen has quit IRC11:13
*** nyechiel has joined #openstack-neutron11:13
openstackgerritsteve proposed openstack/neutron-dynamic-routing: Add devstack for neutron-dynamic-routing stadium project  https://review.openstack.org/31203811:14
*** fzdarsky is now known as fzdarsky|lunch11:17
*** neil__ has quit IRC11:17
*** njohnsto_ has quit IRC11:18
*** neiljerram has joined #openstack-neutron11:18
*** javeriak has quit IRC11:18
*** javeriak_ has joined #openstack-neutron11:18
openstackgerritvenkata anil proposed openstack/neutron: fullstack: test for snat and floatingip  https://review.openstack.org/31799511:20
*** neiljerram has quit IRC11:21
*** mosulica has joined #openstack-neutron11:21
*** neiljerram has joined #openstack-neutron11:22
*** gvrangan has quit IRC11:23
*** neiljerram has quit IRC11:26
*** njohnsto_ has joined #openstack-neutron11:27
*** javeriak_ has quit IRC11:29
*** jinxing has quit IRC11:30
*** hoangcx has quit IRC11:31
*** tbachman_ has joined #openstack-neutron11:32
*** anteaya has joined #openstack-neutron11:32
cbouchNeed one more core to +2 this https://review.openstack.org/#/c/297676/.  It's been opened since March.11:34
*** tbachman has quit IRC11:35
*** tbachman_ is now known as tbachman11:35
*** thorst_ has joined #openstack-neutron11:35
*** thorst__ has joined #openstack-neutron11:35
*** yamamoto_ has quit IRC11:38
garyk1jschwarz: did you enjoy the summit? rumor has it that you partied like it was 198411:38
gsagieheh11:38
gsagiehe did, i saw11:38
*** lucasagomes is now known as lucas-hungry11:38
garyk1:)11:39
*** thorst_ has quit IRC11:39
*** julim has joined #openstack-neutron11:40
*** nmagnezi has quit IRC11:40
openstackgerritJakub Libosvar proposed openstack/neutron: TESTINGONLY: Log ovsdb commands  https://review.openstack.org/30460011:40
*** obondarev_ has joined #openstack-neutron11:45
*** baoli has joined #openstack-neutron11:45
*** jpena is now known as jpena|lunch11:46
*** baoli_ has joined #openstack-neutron11:46
*** sudipto has quit IRC11:49
*** mvk_ has quit IRC11:49
*** reedip__ has quit IRC11:50
*** baoli has quit IRC11:50
* tbachman provides independent verfication that jschwarz did party like it was 199911:51
*** matrohon has joined #openstack-neutron11:53
ajo_apuimedo++  :   ==> default: Successfully added box 'celebdor/trusty64' (v1.0.3) for 'libvirt'!11:54
ajo_thank you very much11:54
apuimedoajo_: please, try it out and let me know if it works ;-)11:55
ajo_apuimedo, doing :)11:55
apuimedoit is now based on 14.04.411:55
*** pavel_bondar has quit IRC11:56
*** boden has quit IRC11:56
ajo_apuimedo, the issue was in the kernel (3.19.0.37 was buggy, this one comes with 4.2.0-36-generic.. ) I'm optimistic :D11:57
*** andreas_s_ has joined #openstack-neutron11:57
*** rodrigods has quit IRC11:58
*** obondarev_ has quit IRC11:58
*** rodrigods has joined #openstack-neutron11:58
apuimedogood!11:58
openstackgerritInessa Vasilevskaya proposed openstack/neutron: unit: fix ValueError on TransactionQueue init with py34  https://review.openstack.org/31474212:00
openstackgerritInessa Vasilevskaya proposed openstack/neutron: enable OVSDB native interface by default  https://review.openstack.org/29965512:00
openstackgerritNa Zhu proposed openstack/neutron-dynamic-routing: Add drivers document for neutron dynamic routing  https://review.openstack.org/31800612:00
*** boden has joined #openstack-neutron12:00
*** dedery has joined #openstack-neutron12:02
*** dedery has quit IRC12:03
*** jckasper has joined #openstack-neutron12:03
jschwarzgaryk1, lol12:04
*** malos has joined #openstack-neutron12:04
jschwarzgaryk1, where did the rumor come from?12:04
jschwarztbachman, hey :)12:04
tbachmanjschwarz: :)12:04
* tbachman hands jschwarz a water12:04
garyk1jschwarz: well, i got hourly updates in eilat...12:04
*** dedery has joined #openstack-neutron12:04
openstackgerritYu Jie proposed openstack/neutron: Egress sg_rules should get 'prefix' from 'dest_ip_prefix'  https://review.openstack.org/25459812:04
*** dedery_ has quit IRC12:05
jschwarzgaryk1, lmao12:05
*** baohua has joined #openstack-neutron12:05
openstackgerritHenry Gessau proposed openstack/neutron: Allow for excepted operations in migrations  https://review.openstack.org/31773312:05
*** baohua has quit IRC12:05
*** mkolesni has quit IRC12:06
*** mkolesni has joined #openstack-neutron12:07
*** c64cosmin has joined #openstack-neutron12:08
openstackgerritMerged openstack/python-neutronclient: tests: removed mocking for Client.get_attr_metadata  https://review.openstack.org/31788912:08
*** dedery has quit IRC12:09
openstackgerritHenry Gessau proposed openstack/neutron: Allow for excepted operations in migrations  https://review.openstack.org/31773312:10
*** namnh has quit IRC12:10
*** garyk1 has quit IRC12:13
openstackgerritMerged openstack/python-neutronclient: Switched from fixtures.MonkeyPatch to mock.patch  https://review.openstack.org/31789012:13
openstackgerritMerged openstack/neutron: Check if pool update is needed in reference driver  https://review.openstack.org/30906712:13
rossella_sjlibosva, can I bother you again...I'd like you to look quickly at https://review.openstack.org/#/c/273954/10/doc/source/devref/openvswitch_agent.rst and see if my comment makes sense, thanks!12:14
*** oanson has joined #openstack-neutron12:14
*** obondarev_ has joined #openstack-neutron12:14
rossella_sjlibosva, but quickly I meant it should be quick, didn't mean to rush you. When you have time, no hurry :)12:15
jlibosvarossella_s: will do, I have that review opened for a while with plan to go through it12:16
*** fawadkhaliq has quit IRC12:17
*** efoley__ has joined #openstack-neutron12:17
*** fawadkhaliq has joined #openstack-neutron12:18
rossella_sjlibosva, it's quite long...and I am working at another patch to add more implementation details. I just wanted a confirmation from you that my fear is real.12:18
rossella_sjlibosva, I don't think we can use subinterfaces with ovs firewall out of the box...because the flow rules of the firewall strip the vlans while we want the tagged traffic to reach the vm12:18
*** mvk_ has joined #openstack-neutron12:19
*** dedery has joined #openstack-neutron12:19
*** dedery_ has joined #openstack-neutron12:20
*** apoorv has quit IRC12:20
*** efoley_ has quit IRC12:20
*** nplanel has joined #openstack-neutron12:21
*** palexster1 is now known as palexster12:22
jlibosvarossella_s: do you know if I can read somewhere what "VLAN interfaces" actually is?12:24
*** dedery has quit IRC12:24
*** prateek has quit IRC12:24
*** tpsilva has joined #openstack-neutron12:25
openstackgerritIlya Chukhnakov proposed openstack/neutron: OVO for VLAN aware VMs  https://review.openstack.org/31041012:25
*** raildo-afk is now known as raildo12:28
*** njohnsto_ has quit IRC12:29
openstackgerritPavel Bondar proposed openstack/neutron: Remove nested transaction from ipam driver  https://review.openstack.org/30732912:30
openstackgerritPavel Bondar proposed openstack/neutron: Make a copy of body in update request  https://review.openstack.org/31257712:30
*** links has quit IRC12:31
openstackgerritPavel Bondar proposed openstack/neutron: Switch to pluggable IPAM implementation  https://review.openstack.org/18102312:31
*** pavel_bondar has joined #openstack-neutron12:32
*** lucas-hungry is now known as lucasagomes12:32
pavel_bondargaryk: Hi! Could you take a look at https://review.openstack.org/#/c/307329 ?12:34
*** links has joined #openstack-neutron12:35
*** obondarev_ has quit IRC12:35
*** prateek has joined #openstack-neutron12:37
*** vikasc has quit IRC12:37
*** Leo_ has joined #openstack-neutron12:38
*** jhershbe has quit IRC12:40
*** ihrachys has joined #openstack-neutron12:40
*** salv-orlando has quit IRC12:42
*** javeriak has joined #openstack-neutron12:42
*** Leo_ has quit IRC12:43
*** cbouch_ has joined #openstack-neutron12:45
*** cbouch has quit IRC12:45
*** akshai has joined #openstack-neutron12:45
*** garyk1 has joined #openstack-neutron12:45
openstackgerritIhar Hrachyshka proposed openstack/python-neutronclient: Constraint tox targets with upper-constraints.txt  https://review.openstack.org/31790912:46
*** akshai_ has joined #openstack-neutron12:47
*** itamarl has joined #openstack-neutron12:48
openstackgerritMargaret Frances proposed openstack/neutron: Refactor QoS plugin to avoid code duplication  https://review.openstack.org/29446312:49
*** akshai has quit IRC12:50
*** roaet has quit IRC12:51
*** neiljerram has joined #openstack-neutron12:53
*** gtop-323 has joined #openstack-neutron12:53
*** reedip__ has joined #openstack-neutron12:54
*** ivc_ has quit IRC12:56
*** jhershbe has joined #openstack-neutron12:57
*** yamamoto has joined #openstack-neutron12:58
*** roaet- has quit IRC12:58
*** roaet has joined #openstack-neutron12:59
*** srinii has quit IRC13:00
*** manikanta_ has quit IRC13:00
*** akamyshnikova has quit IRC13:01
*** ranjithd has joined #openstack-neutron13:01
*** jpena|lunch is now known as jpena13:02
*** rbking_ has joined #openstack-neutron13:03
*** efoley__ has quit IRC13:03
*** matrohon has quit IRC13:03
rbking_is there anyone has idea on why ARP reply is being blocked in compute node?13:03
*** edmondsw has joined #openstack-neutron13:04
*** ivc_ has joined #openstack-neutron13:04
*** njohnsto- has joined #openstack-neutron13:05
*** njohnsto- is now known as njohnston--13:06
*** srampal has joined #openstack-neutron13:06
*** baohua has joined #openstack-neutron13:06
*** baohua has quit IRC13:07
*** yfried_ has quit IRC13:08
openstackgerritAndreas Scheuring proposed openstack/neutron-specs: Spec for distributed portbindings  https://review.openstack.org/30941613:08
openstackgerritIhar Hrachyshka proposed openstack/neutron: tests: validate sorting and pagination for networks  https://review.openstack.org/30627213:09
*** jreeves_afk is now known as jreeves13:09
andreas_shi ihrachys, I wrote a simple devstack plugin for the macvtap agent. Would you mind having a quick look? sc68cal already gave his +1 .... https://review.openstack.org/#/c/30345513:10
andreas_sthanks!13:11
*** sudipto has joined #openstack-neutron13:11
*** nmagnezi has joined #openstack-neutron13:11
*** lindycoder has joined #openstack-neutron13:11
openstackgerritAndreas Scheuring proposed openstack/neutron-specs: Spec for distributed portbindings  https://review.openstack.org/30941613:12
ihrachysandreas_s: hm. I may something, but don't you redefine functions from devstack?13:13
ihrachysand you do it for all plugin users?..13:13
andreas_sihrachys, you mean all that placeholder functions that I defined?13:14
ihrachysyes13:15
ihrachysseems like you overriding something with empty bodies?13:15
ajo_I had the same thought13:16
ajo_andreas_s, ihrachys13:16
andreas_sihrachys, I don't think that I'm overriding something (must admit I don't know). But his is the minimal interface I had to provide..13:16
*** nmagnezi has quit IRC13:16
*** links has quit IRC13:16
*** brad_behle has joined #openstack-neutron13:17
*** thorst__ is now known as thorst_13:17
andreas_sbut let me have a look at the devstack plugin mechanism again - it's been a while....13:18
ihrachysandreas_s: so what happens for other plugins? it seems like you define the interface (btw where is the interface described?) for all setups.13:19
andreas_sihrachys, let me clarify this and then I'll come back to you!13:19
andreas_sthanks!13:19
*** jhershbe has quit IRC13:19
*** reedip__ has quit IRC13:20
*** sudipto has quit IRC13:22
*** sudipto has joined #openstack-neutron13:25
mosheleajo: hi13:25
mosheleajo_: hi13:26
*** edand has joined #openstack-neutron13:26
ajo_hi moshele13:26
*** akshai_ has quit IRC13:27
mosheleajo_: did you test the ovs qos when deleting vm ? does it remove the openflow rules?13:28
*** banix has joined #openstack-neutron13:29
*** jckasper has quit IRC13:29
openstackgerritIhar Hrachyshka proposed openstack/neutron: tests: don't monkey patch stdlib for eventlet for neutron.tests.common  https://review.openstack.org/31808613:29
*** amuller has joined #openstack-neutron13:29
ihrachysHenryG: ^ that cleanup we talked about13:29
*** jckasper has joined #openstack-neutron13:30
mosheleajo_: I am asking because we see that in the ext_manger in ovs port is None in  https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L45113:30
*** tonytan4ever has joined #openstack-neutron13:31
*** matrohon has joined #openstack-neutron13:31
mosheleajo_: and I think nova code delete the port before calling the self.int_br.get_vif_port_by_id(port_id)13:31
*** akshai has joined #openstack-neutron13:31
mosheleajo_: see https://github.com/openstack/nova/blob/master/nova/virt/libvirt/vif.py#L78613:32
*** jckasper has quit IRC13:32
akshaihello. have a straight forward question. how do i change network type from vxlan to vlan? which configuration files? (RDO-mitaka)13:32
*** jckasper has joined #openstack-neutron13:32
ajo_hmmm13:33
*** ranjithd has quit IRC13:33
*** ranjithd1 has joined #openstack-neutron13:33
ajo_moshele, so may be the rules are left there13:33
ajo_ok, that's a bug13:33
ajo_moshele, let's talk about it in the meeting in 30m, an share it with njohnston njohnston--13:34
mosheleajo_: ok?13:34
mosheleajo_: ok13:34
*** dedery_ has quit IRC13:34
ajo_moshele, I guess that we will have to enhance the mechanism to have some memory of the ports it had, for those cases13:35
*** kbringard has joined #openstack-neutron13:37
*** vhosakot has joined #openstack-neutron13:39
ajo_ping njohnston-- njohnston_ njohnston13:39
ajo_you come in many forms :D13:39
*** lbragstad_ is now known as lbragstad13:39
*** jobewan has joined #openstack-neutron13:40
ajo_apuimedo, btw, your trusty64 box worked wonderfully with libvirt ;)13:40
apuimedoajo_: yay!!!13:41
apuimedoThanks a lot for the troubleshooting!13:41
vincakshai: straight forward response : you can't via config file modifications13:41
ajo_apuimedo, thank *you* :)13:41
openstackgerritbin proposed openstack/neutron: [WIP]move dns related data field to dnsports  https://review.openstack.org/31329113:41
vincakshai: from my last in-place upgrade, you can, but it invlove editing the db records13:42
*** jamesdenton has joined #openstack-neutron13:42
ihrachysmattt: any ideas why ci is failing at https://review.openstack.org/#/c/317943/ ?13:42
vincakshai: else you need to delete then recreate your networks with the correct type13:42
ihrachysdoes not seem relevant to my patch13:42
ihrachyssome apt deps failure?13:42
njohnston--ajo_: Yes, for some reason I have ghosts.13:42
matttihrachys: yeah, it's unrelated to your change13:43
*** hichihara has joined #openstack-neutron13:43
ihrachysok, I assume you will get it to success :)13:43
*** salv-orlando has joined #openstack-neutron13:43
akshaivinc: i see that plugin.ini openvswitch.ini have entries for vxlan13:43
matttihrachys: yep!  i'm hitting the same issue trying to test this locally :(  leave it with me :)13:43
akshaibrand new setup. so i don't have any networking configured.13:43
ihrachyshappy to do just that ;)13:43
*** ygbo has quit IRC13:45
vincakshai: indeed, you may choose the right mechanism for you (gre,vxlan,vlan...)13:46
vincoptions are in ml2_conf.ini : [ml2] type_drivers13:48
*** ametts has joined #openstack-neutron13:49
vincakshai: http://docs.openstack.org/mitaka/install-guide-rdo/neutron-controller-install-option2.html13:49
akshaivinc: got it. what abount openvswitch_agent.ini?13:49
akshaivinc: tunnel_types = vxlan13:50
vincvxlan is the only supported option for linuxbridge agent13:50
*** dedery has joined #openstack-neutron13:51
*** fzdarsky|lunch is now known as fzdarsky13:51
vinc(by memory) if you want to use vlan or gre, you must use [ml2]mechanism_drivers=openvswitch13:51
vincrefer to the installation guide of juno that describes this13:52
akshaivinc: ok thx. but is that the only change needed?13:52
*** dedery_ has joined #openstack-neutron13:52
vincyou may install the openvswitch package instead of the linuxbridge one13:52
*** oanson has quit IRC13:52
akshaivinc: yes, that's what i'm using13:53
*** mlavalle has joined #openstack-neutron13:54
*** itzikb has quit IRC13:54
vincakshai: maybe the bridge_mapping stuff13:54
vincakshai: and firewall_driver...13:54
*** irenab has quit IRC13:54
andreas_sajo_, ihrachys: you're right! I'm overriding the methods of other agents. The problem is that I'm sourcing the macvtap file unconditionally.13:55
*** dedery has quit IRC13:55
*** donghao has joined #openstack-neutron13:56
andreas_sprobably the CI didn't fail, as it does not enable the neutron devstack plugin... that's the only explanation I have for this..13:56
*** doug-fish has joined #openstack-neutron13:57
andreas_sajo_, ihrachys thanks for pointing me to this - I will push another version later the day!13:57
ihrachysandreas_s: the plugin is used in api job at least.13:58
ihrachysandreas_s: but there, maybe you just disable most tests, so they don't fail or something13:58
*** cbouch__ has joined #openstack-neutron13:58
andreas_sihrachys, It's non voting - that's why I didn't care..13:58
ihrachysapi?13:58
*** ankur-gupta-f1 has joined #openstack-neutron13:58
*** rickyrem1 has joined #openstack-neutron13:59
andreas_sihrachys, gate-neutron-dsvm-apiFAILURE in 15m 09s (non-voting)13:59
andreas_sor maybe it was13:59
andreas_s3 weeks ago13:59
ihrachysoh13:59
ihrachysthat's depressing13:59
ihrachysI hope it was re-enabled13:59
*** absubram has quit IRC13:59
ihrachyssince then13:59
*** dave-mccowan has joined #openstack-neutron13:59
tmorinhi folks14:00
*** njohnston-- is now known as njohnston__14:00
tmorinI'm trying to get the full debug logs to understand what goes wrong in a unit test, but "OS_DEBUG=1 tox -epy27" does not do what I hope it would14:00
andreas_sihrachys, yes it is!14:00
sc68calihrachys: what's up14:00
tmorinwhat should I be doing instead ?14:00
*** pradk has joined #openstack-neutron14:00
ajo_* QoS meeting on #openstack-meeting-3 * ;)14:00
ihrachyssc68cal: howdy!14:00
*** singhj has joined #openstack-neutron14:01
sc68calvinc: linux bridge supports more than vxlan14:01
ihrachyssc68cal: I am trying to do some gate hook changes, and I struggle to make all I need to work :)14:01
ihrachyssc68cal: basically, I have multiple [[post-config]] sections in local.conf14:01
sc68calihrachys: uh oh14:01
*** roaet has quit IRC14:01
ihrachysfor the same file14:01
ihrachysand one of them is not applied14:01
ihrachysthe one that sets options in a section that is not DEFAULT14:01
sc68calihrachys: link?14:01
ihrachyssc68cal: well, the code is at https://review.openstack.org/#/c/306272/14:02
*** srampal has quit IRC14:02
*** sridhar_ram has joined #openstack-neutron14:02
*** ankur-gupta-f1 has left #openstack-neutron14:02
*** cbouch_ has quit IRC14:02
ihrachyssc68cal: but I play with it locally14:02
*** javeriak has quit IRC14:02
vincsc68cal: sorry i was just quoting the mitaka install guide : "The Linux bridge agent only supports VXLAN overlay networks."14:02
vincsc68cal: found here http://docs.openstack.org/mitaka/install-guide-rdo/neutron-controller-install-option2.html14:02
tmorincommon folks, I'm sure one of you knows how to get full debug with tox !  ;)  ^^14:02
sc68calSam-I-Am: ^ looks like something dumb snuck in14:02
*** vishwanathj has joined #openstack-neutron14:03
akshaivinc: thx. i'll see how it goes14:03
*** yamahata has joined #openstack-neutron14:04
sc68calihrachys: paste.o.o your local.conf?14:04
ihrachystmorin: it's easy! . .tox/py27/bin/activate && python -m testtools.run <TEST> :D14:04
Sam-I-Amsc68cal: wat14:04
*** janzian has joined #openstack-neutron14:04
*** roaet_ has joined #openstack-neutron14:04
ihrachyssc68cal: http://paste.fedoraproject.org/367975/58031014/14:05
jschwarzobondarev, heya, re: https://review.openstack.org/#/c/285480/2714:05
ihrachysthe one not applied is line 4014:05
*** ArchiFleKs has quit IRC14:05
ihrachysothers apply fine14:05
*** roaet_ has quit IRC14:05
tmorinihrachys:  I still don't get any of the LOG.debug/info statements14:06
ihrachysand in the devstack log, I see only post-config for sorting/pagination sections logged14:06
*** roaet_ has joined #openstack-neutron14:06
sc68calihrachys: I think because you can't use $NEUTRON_CONF yet in local.conf14:06
ihrachystmorin: have you set default_log_levels = neutron=DEBUG ?14:06
ihrachysor similar14:06
*** ralonsoh has joined #openstack-neutron14:06
ihrachyssc68cal: can't I? it works fine for DEFAULT sections though?14:07
*** ralonsoh has quit IRC14:07
sc68calihrachys: it's always been  /Q_PLUGIN_CONF_FILE - http://docs.openstack.org/developer/devstack/configuration.html14:07
*** roaet_ has quit IRC14:07
ihrachysplugin is a different beast though14:07
ihrachyseven if read by server too14:07
sc68calhmm14:07
*** roaet_ has joined #openstack-neutron14:08
ihrachysbut I can try for sure14:08
davidsha#join openstack-meeting-314:08
*** salv-orlando has quit IRC14:09
sc68calthat'll stick it in the wrong file, but I don't see any examples documented for $NEUTRON_CONF for local.conf14:09
sc68calso yeah we need to hunt that down14:09
*** roaet_ is now known as roaet14:09
*** mickeys has joined #openstack-neutron14:10
sc68calihrachys: in the meantime open a bug in devstack for this, we should def track down and fix14:10
*** links has joined #openstack-neutron14:10
*** roaet has quit IRC14:10
*** iyamahat has joined #openstack-neutron14:10
*** ygbo has joined #openstack-neutron14:10
tmorinihrachys: I don't know where to set "default_log_levels = neutron=DEBUG" -- :-(14:10
*** ankur-gupta-f1 has joined #openstack-neutron14:11
*** mkolesni has quit IRC14:11
ihrachyssc68cal: huh! I just changed the order a bit, and it worked fine!14:11
sc68calwut.14:11
ihrachyssc68cal: actually, the version that I posted to you worked, I moved quotas section to the start to get it working14:11
ihrachyslemme check if all applied14:11
ihrachysor just that one14:11
sc68calyeah, you have $NEUTRON_CONF twice in that local.conf you shared, so I don't know how it handles collisions14:11
ihrachyshuh, all applied14:11
tmorinihrachys: do I have to create a networking_bgpvpn/tests/etc/neutron.conf file ?14:12
tmorinihrachys: sorry, for the newbie questions...14:12
ihrachysso there is some ordering issue I guess. I will retry with previous order to make sure14:12
*** roaet has joined #openstack-neutron14:12
ihrachystmorin: maybe. or set it with set_override in your setUp()14:12
*** vhosakot has quit IRC14:12
ihrachystmorin: I *think* that's the way to do it, but I can't be sure14:12
*** vhosakot has joined #openstack-neutron14:13
*** srampal has joined #openstack-neutron14:13
*** fnaval_ has joined #openstack-neutron14:13
*** roaet has quit IRC14:14
*** roaet has joined #openstack-neutron14:14
*** mickeys has quit IRC14:14
*** roaet has quit IRC14:14
tmorinihrachys: but can't this be overriden with env variables ?14:14
*** daneyon has joined #openstack-neutron14:14
rbking_hi, do anyone know why ARP reply is blocked?14:15
*** dane_leblanc_ has joined #openstack-neutron14:16
*** jbell8 has joined #openstack-neutron14:16
*** daneyon_ has joined #openstack-neutron14:16
*** fnaval has quit IRC14:16
Sam-I-Amrbking_: in what sense?14:16
ihrachystmorin: define *this*14:17
ihrachystmorin: oslo.config configuration options? no.14:17
rbking_Hello Sam-I-Am14:17
rbking_my case is that14:17
rbking_I have two instances14:17
rbking_each instance is in a different compute node14:17
rbking_one instance1, I have interface IP and one virtual IP14:17
rbking_on instance2, I have interface IP only14:18
tmorinihrachys: this : default log level ...14:18
*** dank_ has joined #openstack-neutron14:18
rbking_so, when instance2 ping instance1 on interface IP, no issue14:18
*** iyamahat has quit IRC14:18
*** garyk1 has quit IRC14:18
ihrachystmorin: it's configured thru oslo.config, so I guess no.14:18
rbking_but when instance2 ping the virtual IP on instance1, it failed14:18
*** yamahata has quit IRC14:18
rbking_I further check on both compute nodes using packet dump14:19
ihrachystmorin: we override it with neutron.conf that we pass into CONF.init()14:19
ihrachystmorin: but you can do that with set_override, I think14:19
*** claudiub has quit IRC14:19
*** doug-fis_ has joined #openstack-neutron14:19
tmorinihrachys: I can't be the only one needing this, right ?  how do people usually run a unit test with full debug on ? do you change a .py file each time ?14:19
rbking_I found that ARP reply is presented on the compute node hosting instance114:19
ihrachysI actually don't like how we mess with real config files for unit tests in neutron, so I suggest you use set_override14:19
rbking_but this ARP reply is not found in the compute node hosting instance2114:19
rbking_instance214:19
rbking_any idea?14:19
ihrachystmorin: I assume your question is NOT about neutron repos?14:20
ihrachystmorin: because if it is, then the config file does not work for some reason, and we may have a bug14:20
*** roaet has joined #openstack-neutron14:20
*** daneyon has quit IRC14:20
*** Prem_ has joined #openstack-neutron14:20
*** doug-fish has quit IRC14:21
Sam-I-Amrbking_: are you using l2pop?14:23
tmorinihrachys: yes, it's about networking_bgpvpn14:23
Sam-I-Amor ovs with local arp features14:23
*** vhoward has joined #openstack-neutron14:23
*** rossella_s has quit IRC14:23
*** rohit121003 has joined #openstack-neutron14:24
rbking_the setup is running the Redhat openstack versopm14:24
rbking_and I beleived it is OVS14:24
Sam-I-Amversopm?14:24
rbking_type version14:24
Sam-I-Amversion?14:24
*** rossella_s has joined #openstack-neutron14:24
rbking_yes14:24
Sam-I-Amyou'd have to look at its neutron config14:24
ihrachystmorin: ok. so do you inherit from neutron base test class, or have your own? if the latter, then you just need to set your base class to set proper debug level.14:25
*** Guest92292 is now known as mgagne14:25
ihrachyssc68cal: validated: order matters.14:25
*** mgagne has quit IRC14:25
*** mgagne has joined #openstack-neutron14:25
ihrachysWEIRDO14:25
ihrachysso actually in gate hook I have, it will probably work since I put quotas stuff before other hooks14:25
ihrachysso magic14:26
rbking_um?14:26
*** ivc_ has quit IRC14:26
*** ivase has joined #openstack-neutron14:26
sc68calis there a reason why you have [[localrc|$NEUTRON_CONF]] twice instead of once?14:26
openstackgerritRyan Moats proposed openstack/neutron: Add OSprofiler support  https://review.openstack.org/27395114:26
tmorinihrachys: the test classes I'm playing with inherit from various neutron test classes (I assume these all inherit from neutron base test classes)14:26
ihrachyssc68cal: see in https://review.openstack.org/#/c/306272/ how we split matters per hook14:26
*** Leo_ has joined #openstack-neutron14:26
ihrachyseach hook does its own piece of configuration14:26
ihrachysthere are 3 hooks right now for the patch14:27
*** Swami has joined #openstack-neutron14:27
ihrachystmorin: then it should have worked.14:27
ihrachysor I totally miss the intent of the neutron.conf14:27
ihrachys:)14:27
rbking_can give some hinits?14:27
openstackgerritShannon McFarland proposed openstack/neutron: Fix broken availability-zone URL in Mitaka Neutron release note  https://review.openstack.org/31813414:27
sc68calright, but I mean is the fact that you have it a L40 and L67 causing some wierdness - http://paste.fedoraproject.org/367975/58031014/14:27
tmorinihrachys: hmm...14:28
Sam-I-Amrbking_: you need to explain what sort of config you're using a few more details about the problem14:28
ihrachyssc68cal: yeah, but that's the result of https://review.openstack.org/#/c/306272/10/neutron/tests/contrib/gate_hook.sh line 62+14:28
sc68calah14:29
rbking_ok. understood. actually, the environment is not setup by me... seems I need to go deeper and check the info14:29
ihrachyssc68cal: and btw the exact version on fpaste I gave WORKS14:29
openstackgerritJohn Schwarz proposed openstack/neutron: Remove auto_schedule_routers codepath  https://review.openstack.org/28548014:29
ihrachyssc68cal: the one that does not14:29
ihrachyshttp://paste.fedoraproject.org/367987/14635817/14:29
ihrachysnote quotas section a bit below14:30
sc68calhmm, that seems super super fragile14:30
*** Leo_ has quit IRC14:31
*** jschwarz_ has joined #openstack-neutron14:31
ihrachysright. I am gonna add a huge warning in the hook saying the order matters, with a link to a bug.14:31
*** ArchiFleKs has joined #openstack-neutron14:32
*** ivc_ has joined #openstack-neutron14:32
tmorinihrachys: I've just tried to set "debug = True" in .tox/py27/src/neutron/neutron/tests/etc/neutron.conf -- but it's no better14:32
ihrachysI suspect the awk code that handles config merge has some bug, I just struggle understanding this piece of magic.14:32
*** jschwarz has quit IRC14:33
*** haukebruno has quit IRC14:34
*** salv-orlando has joined #openstack-neutron14:35
ihrachysoh man, I just saw that: https://github.com/openstack-dev/devstack/blob/master/inc/meta-config#L9914:35
ihrachysnot sure I am thrilled or depressed now14:35
*** marios is now known as marios|call14:35
*** doug-fis_ has quit IRC14:35
Sam-I-Amalways go for depressed :)14:35
ihrachysthat's a safe choice :(14:36
*** daneyon_ has quit IRC14:36
*** nplanel has quit IRC14:37
ihrachysWHY. WHY IT'S IN AWK.14:37
*** ankur-gupta-f1 has quit IRC14:38
*** a_ta has joined #openstack-neutron14:38
andreas_srkukura, Hi Bob, just FYI, I uploaded the spec for the distributed portbinding: https://review.openstack.org/30941614:38
tmorinihrachys: I've tried ". .tox/py27/bin/activate && python -m testtools.run <some-test>" in neutron repo, but I don't get any log either (even after tweaking neutron/tests/etc/neutron.conf)14:38
Sam-I-Amandreas_s: hey14:38
*** links has quit IRC14:39
ihrachystmorin: not sure what's going on there. try to set use_stderr = True?14:39
Sam-I-Amandreas_s: curious about the macvtap scenario in the networking guide14:40
Sam-I-Amandreas_s: from what i can tell, it probably doesnt actually work14:40
andreas_sSam-I-Am, ok, what's the issue?14:40
* ihrachys just noticed zuul does not allow to see jenkins logs while jobs are running anymore :-|14:41
Sam-I-Amit sort of says use one of the conventional scenarios, then add macvtap. can it work in parallel with other scenarios (other mechanisms) or does it need to be by itself?14:41
*** ivase has quit IRC14:41
*** jamesdenton has quit IRC14:41
andreas_sSam-I-Am, the controller/network node needs to run ovs or lb. The compute node just the macvtap agent14:42
*** javeriak has joined #openstack-neutron14:42
haleyb_rbking_: one question - is this an IP you just added in the instance using /sbin/ip ?  Or is it an allowed-address-pair IP ?  The first isn't supported and neutron will have inserted rules to drop spoofed traffic since it doesn't know about the IP14:43
rbking_haleyb14:43
Sam-I-Amandreas_s: ok, in the current docs, the controller node has the macvtap and linuxbridge mech drivers14:43
rbking_exactly on what u guess14:44
*** haleyb_ is now known as haleyb14:44
Sam-I-Amandreas_s: also looks like its flat/vlan only? in which case networks attach directly to compute nodes?14:44
rbking_so how I can add the floating IP?14:44
*** daneyon has joined #openstack-neutron14:44
andreas_sSam-I-Am, yes, you need both mech drivers loaded14:44
andreas_son the controller14:44
Sam-I-Amandreas_s: ok. does it support routers and self-service/project nets, or just provider nets?14:45
*** garyk has quit IRC14:45
andreas_sonly classic routers, where routers are implemented via lb/ovs on the network gateway14:45
andreas_sSam-I-Am, dvr (on compute nodes)is not supported14:46
haleybrbking_: floating IP is added either via the CLI (neutron floatingip-associate) or horizon dashboard.  The VM actually has no knowledge of that IP, so it's not configured locally14:46
tmorinihrachys: no better with "use_stderr = True" in neutron.conf :-(14:46
Sam-I-Amandreas_s: ok, thats making more sense now14:46
andreas_sSam-I-Am, self service network only vlan!14:46
Sam-I-Amthat also makes sense14:46
andreas_sprovider flat + vlan14:46
rbking_um14:46
Sam-I-Amis it recommended to use only provider nets if possible?14:46
rbking_but actually this floating is hosting by a linux cluster14:47
rbking_I setup a linux cluster inside two instances in actual14:47
andreas_sSam-I-Am, no. In fact there's no difference for the driver/agent if it is a provider network or not14:47
rbking_so it is not supported in openstack?14:47
andreas_sSam-I-Am, the only restriction with that is, that vxlan and gre are not supported14:47
Sam-I-Amandreas_s: ok, thx. might have more questions for you, but i'll probably be updating the scenario a bit soon.14:47
andreas_sSam-I-Am, cool! Any questions are welcome! I would be happy to help out!14:48
Sam-I-Amandreas_s: thx. i'll tag you in the review.14:48
andreas_sSam-I-Am, perfect, thanks!14:49
haleybrbking_: then you're talking about allowed-address-pairs ?  I think maybe we're just mis-communicating based on what "floating IP" means.  So perhaps a better description is necessary14:49
rbking_um14:49
rbking_I run linux cluster in two instances14:49
rbking_and this linux cluster will host a floating IP14:49
rbking_I believed it is use "ip addr add"14:50
haleybrbking_: in neutron, a floating IP is not added directly to the instance, it is added on the gateway and NAT is performed to the instance it's mapped to.  So we're talking two different things.14:51
rbking_yes14:52
haleybrbking_: something like http://blog.aaronorosen.com/implementing-high-availability-instances-with-neutron-using-vrrp/ is what you're doing ?14:53
*** srampal has quit IRC14:53
Sam-I-Amanother blog post that looks useful for the networking guide14:54
*** javeriak has quit IRC14:55
*** ankur-gupta-f1 has joined #openstack-neutron14:55
haleybSam-I-Am: that was just at the top of google, nothing on docs.o.o was on the first page, there must be something there describing this14:56
*** raildo is now known as raildo-afk14:56
*** srampal has joined #openstack-neutron14:56
*** hockeynut_afk is now known as hockeynut14:56
haleybSam-I-Am: small section on http://docs.openstack.org/admin-guide/networking_introduction.html and it even uses "floats an IP address"14:57
*** dedery has joined #openstack-neutron14:58
haleyb"floats" maybe isn't the best choice there14:58
Sam-I-Amhaleyb: yeah, the admin guide is pretty much defunct with network stuff14:59
Sam-I-Amthere is nothing in the docs describing vm ha using vrrp14:59
tmorinihrachys: quite frustrating to not found a solution -- I really don't get how you people usually enable full logs when replaying a failing test... I can't be the only one needing that, right ?15:00
*** matrohon has quit IRC15:00
dasmihrachys: thanks for explanation about the gate problem. i thought it's just ksc v3. problem, but it's much deeper.15:00
dasmihrachys: didn't have enough time to investigate it, thou15:00
*** slaweq has quit IRC15:00
*** tonytan4ever has quit IRC15:01
*** dedery_ has quit IRC15:01
*** gvrangan has joined #openstack-neutron15:02
*** sridhar_ram has quit IRC15:02
*** jistr is now known as jistr|mtg15:02
*** fnaval_ has quit IRC15:03
*** anilvenkata has quit IRC15:04
*** mfranc213_ has quit IRC15:04
*** njohnston_ has quit IRC15:04
*** c64cosmin has quit IRC15:04
*** fawadkhaliq has quit IRC15:04
*** numans has quit IRC15:05
*** mosulica has quit IRC15:05
*** banix has quit IRC15:05
*** cbouch_ has joined #openstack-neutron15:05
*** salv-orlando has quit IRC15:05
*** cbouch__ has quit IRC15:05
*** hichihara has quit IRC15:05
*** Sukhdev has joined #openstack-neutron15:06
*** armax has joined #openstack-neutron15:06
*** donghao has quit IRC15:07
*** mfranc213 has joined #openstack-neutron15:07
*** jbell8 has quit IRC15:08
openstackgerritKevin Benton proposed openstack/neutron: Restart dsnmasq on any network subnet change  https://review.openstack.org/31661515:09
ihrachysHenryG: yay, https://review.openstack.org/#/c/306272/10 now properly updates tempest.conf (turned out that tempest.conf is rewritten after post-config, so moved its modification to post-extra)15:10
ihrachysHenryG: jobs are still in gate, but I checked results for api job, tests are executed.15:11
*** doug-fish has joined #openstack-neutron15:11
ihrachysHenryG: not sure why the reverse thing does not hit the tests though15:11
*** Shahid__ has quit IRC15:12
*** daneyon has quit IRC15:12
*** andreas_s has quit IRC15:13
*** daneyon has joined #openstack-neutron15:13
*** roeyc has quit IRC15:14
ihrachyssc68cal: I reported https://bugs.launchpad.net/devstack/+bug/158321415:14
openstackLaunchpad bug 1583214 in devstack "post-config section order matters" [Undecided,New]15:14
*** Guest45469 is now known as brianstajkowski15:16
*** fnaval has joined #openstack-neutron15:16
*** jbell8 has joined #openstack-neutron15:17
*** doug-fish has quit IRC15:17
*** claudiub has joined #openstack-neutron15:18
*** vikasc has joined #openstack-neutron15:19
*** ArchiFleKs has quit IRC15:19
*** marios|call is now known as marios15:19
*** jistr|mtg is now known as jistr15:19
*** oanson has joined #openstack-neutron15:20
*** dedery has quit IRC15:20
*** ajmiller has joined #openstack-neutron15:21
*** edand has quit IRC15:22
*** fawadkhaliq has joined #openstack-neutron15:23
*** fawadkhaliq has quit IRC15:23
*** ajmiller_ has joined #openstack-neutron15:24
*** ramishra has quit IRC15:24
*** njohnston has quit IRC15:24
*** rcernin has quit IRC15:24
*** doug-fis_ has joined #openstack-neutron15:25
*** doug-fis_ has quit IRC15:25
*** njohnston__ is now known as njohnston15:25
amullerihrachys++ on resolving the tempest.conf issue, awesome that we can add neutron-specific tempest options now :)15:25
*** doug-fis_ has joined #openstack-neutron15:25
*** jlibosva has quit IRC15:26
*** prateek has quit IRC15:26
*** itisha has joined #openstack-neutron15:26
*** ajmiller has quit IRC15:27
ihrachysamuller: right. there is still some magic to dig around how devstack handles sections, but I will leave it up to devstack folks to resolve.15:27
ihrachyswe should just note that it may bite us later.15:28
*** jschwarz_ has quit IRC15:28
*** jlibosva has joined #openstack-neutron15:28
ihrachysI will add a huge warning in the hook15:28
*** janzian has quit IRC15:28
openstackgerritShannon McFarland proposed openstack/neutron: Fix broken URL in Mitaka Neutron release note  https://review.openstack.org/31813415:29
*** daneyon has quit IRC15:30
*** salv-orlando has joined #openstack-neutron15:31
*** vinaypotluri has joined #openstack-neutron15:33
*** abregman is now known as abregman|afk15:33
*** Sukhdev has quit IRC15:34
*** fawadkhaliq has joined #openstack-neutron15:34
*** Leo_ has joined #openstack-neutron15:35
*** gangil has joined #openstack-neutron15:36
*** SteffanW has joined #openstack-neutron15:36
*** dmk0202 has quit IRC15:37
*** sridharg has quit IRC15:37
*** dmk0202 has joined #openstack-neutron15:37
*** ajmiller_ has quit IRC15:38
*** srampal has quit IRC15:38
dasmihrachys: gate is complaining about your fix for stable/liberty. it misse pushd/popd. i think "#!/usr/bin/env bash" should solve the problem.15:39
dasmihrachys: what do you think?15:39
*** kriskend has joined #openstack-neutron15:40
ihrachysdasm: link?15:40
dasmihrachys: https://review.openstack.org/#/c/317909/315:40
dasmihrachys: http://logs.openstack.org/09/317909/3/check/gate-python-neutronclient-python27/2042371/console.html#_2016-05-18_13_35_23_68015:41
dasm"/tools/tox_install.sh: pushd: not found"15:41
*** jprovazn has joined #openstack-neutron15:41
ihrachysdasm: oh it's not bourne standard thing?15:41
dasmihrachys: it is. but you declared /bin/sh15:41
*** kriskend has quit IRC15:41
dasmnot bash15:41
*** abregman|afk has quit IRC15:41
ihrachysdasm: sh is bourne15:41
*** salv-orlando has quit IRC15:41
ihrachysjust not bourne again15:42
dasmihrachys: it depends :) bash is bourne.15:42
dasmsh can be different.15:42
*** hynekm has quit IRC15:42
*** gvrangan has quit IRC15:42
*** ajmiller has joined #openstack-neutron15:42
*** salv-orlando has joined #openstack-neutron15:42
*** janzian has joined #openstack-neutron15:42
dasmi don't know what's on gates and why didn't work. but explicit declaration should be better.15:42
*** Leom has joined #openstack-neutron15:42
mlavalleHenryG: I just rechecked https://review.openstack.org/#/c/31773315:43
ihrachysdasm: hm, wasn't it part of posix?15:43
dasmihrachys: i found this: http://stackoverflow.com/questions/5193048/bin-sh-pushd-not-found15:43
*** rickyrem1 has quit IRC15:43
dasmso i don't think so.15:43
ihrachysdasm: I see. alternative would be maintaining dir in a local var15:44
dasmyes15:44
ihrachysdasm: lemme switch to bash though15:44
dasmihrachys: sure.15:44
ihrachysI think I did not hit it locally because I use centos where sh -> bash15:44
ihrachysand in ubuntu/debian, it's ash15:44
dasmoh. didn't know that bash is not default for debian derivatives. good to know.15:45
openstackgerritIhar Hrachyshka proposed openstack/python-neutronclient: Constraint tox targets with upper-constraints.txt  https://review.openstack.org/31790915:45
ihrachysdasm: https://en.wikipedia.org/wiki/Almquist_shell15:45
ihrachys"The reason for using dash is faster shell script execution"15:46
*** Leo_ has quit IRC15:46
ihrachysI updated the patch btw ^ now waiting again for CI15:46
*** ArchiFleKs has joined #openstack-neutron15:46
dasmihrachys: yes. seen it. thanks.15:46
*** kriskend has joined #openstack-neutron15:46
dasmOo " it replaced the original Bourne shell in the BSD versions of Unix released in the early 1990s. "15:46
dasm"Dash replaced ash and became the default /bin/sh in Debian 6 (Squeeze).[6] Dash became the default /bin/sh in Ubuntu starting with the 6.10 release in October 2006."15:47
dasmwhole life in lies!15:47
dasmi always thought that bash is default in debian-like15:47
dasmeh15:47
*** ZZelle has quit IRC15:48
*** eddima has quit IRC15:48
ihrachysdasm: well, if someone lies here, it's centos, not debian15:49
openstackgerritAnkur proposed openstack/neutron: [WIP] Neutron Feature Classification  https://review.openstack.org/31819215:49
*** tidwellr has joined #openstack-neutron15:49
ihrachysdasm: I would be glad to have my /bin/sh an actual posix restricted shell15:49
ihrachyswould avoid catching issues as you pointed out late in CI15:49
dasmihrachys: "One Distro to rule them all"? :)15:50
ihrachysdasm: right. centos. :P15:50
dasmLet's Flame war begins! ;)15:50
*** dmk0202 has quit IRC15:51
* ihrachys loads his Colt15:51
*** ZZelle has joined #openstack-neutron15:51
dasmihrachys: you were just for couple days in Texas and already have a Colt?15:51
*** vhoward has quit IRC15:52
*** blogan_ is now known as blogan15:52
*** arjun has joined #openstack-neutron15:52
*** arjun is now known as Guest7870915:53
*** moshele has quit IRC15:53
*** tonytan4ever has joined #openstack-neutron15:53
*** itamarl has quit IRC15:54
*** vikasc has quit IRC15:54
*** srampal has joined #openstack-neutron15:54
Guest78709Hi guys, this is regarding VM DNS resolution. We have DNS resolution working with regards to connectivity and DHCP hosts file. However the VM still comes up with it's hostname set with .openstacklocal instead of the domain set in neutron.15:55
Guest78709We are running liberty. Is there some other nova chnge I need to pull in for this, or is there some nova side configuration to change for dns_domain as well?15:55
*** Sukhdev has joined #openstack-neutron15:55
Guest78709i set dns_domain only in neutron.conf15:55
haleybmlavalle: ^^^15:55
*** daneyon has joined #openstack-neutron15:56
*** daneyon has quit IRC15:57
*** daneyon has joined #openstack-neutron15:58
*** fnaval is now known as fnavasl15:58
*** andreas_s has joined #openstack-neutron15:58
*** fnavasl is now known as fnaval15:58
*** dukhlov has joined #openstack-neutron16:00
*** jistr has quit IRC16:00
dukhlovkevinbenton: Hi!16:00
mlavalleGuest78709: In Mitaka we merged this: https://review.openstack.org/#/c/271578. Do you have it?16:00
*** ankur-gupta-f1 has quit IRC16:01
Guest78709I think so... I had manually fixed it myself in nova. I set the dns_name in the port creation/update request from Nova.16:02
Guest78709however on the VM itself, i see the hostname is of format, "dns_name.openstacklocal"16:02
Guest78709I am not sure what portion of the code is responsible for injecting this config onto the VMs16:02
Guest78709and where nova is getting .openstacklocal instead of the DNS domain16:03
Guest78709does that diff fix this too?16:03
Sam-I-Amprior to mitaka, there's pretty much one setting for the domain name, and its in neutron's config16:03
*** minwang2 has joined #openstack-neutron16:03
*** sthillma has joined #openstack-neutron16:03
*** raildo-afk is now known as raildo16:03
*** davidsha has quit IRC16:04
Sam-I-Amits actually dhcp_domain in dhcp_agent.ini if you're using dhcp16:04
Sam-I-Amor might be that in liberty16:04
*** jamespd has quit IRC16:04
Sam-I-Amif you have dns_domain in neutron.conf, thats the newer way to do it16:04
Guest78709no, even in liberty dhcp agent just gets the dns_assigment populated from neutron16:05
Guest78709yea, that all is working fine16:05
Guest78709our DHCP hosts file is correct16:05
*** ankur-gupta-f1 has joined #openstack-neutron16:05
Guest78709it has the dns_domain16:05
Guest78709"dns_name.dns_domain.com" is entry in dnsmasq host file16:05
Guest78709and connevtivty works16:05
Guest78709rather it is hostname on the VM itself16:05
Guest78709Create an instance with name "test123" --> hostname on VM is "test123.openstacklocal"16:06
Sam-I-Amso you want the hostname you choose to appear in dns?16:06
Sam-I-Amhmm, that should be test123.dns_domain16:06
Guest78709with regards to DHCP and connectivity, it works correctly as "test123.dns_domain.com"16:06
*** jlanoux has quit IRC16:06
ihrachysamuller: how stable is fullstack lately?16:07
amullerihrachys: haven't checked in a while to be honest16:07
kevinbentondukhlov: hey16:07
ihrachysamuller: I caught a failure with https://review.openstack.org/#/c/318086/ that may be related but not sure.16:07
ihrachysamuller: we run fullstack with monkey patching right?16:07
*** sthillma has quit IRC16:08
Guest78709I am looking at diff mlavalle posted. it looks similar to what I did, setting the dns_name in the neutron port.16:09
dukhlovkevinbenton: please review https://review.openstack.org/#/c/313277/ if you have time. It looks OVN is fine now16:09
mlavalleGuest78709: you are getting the correct name in 'hosts' file?16:09
Guest78709some other code (not sure where) is getting .openstacklocal instead of the dns_domain when injecting config onto VM16:09
Guest78709yes16:09
*** tmorin has quit IRC16:10
Guest78709hosts file is 100% correct16:10
kevinbentondukhlov: looking16:10
dukhlovkevinbenton: cool, thx!16:10
*** itzikb has joined #openstack-neutron16:11
Guest78709I can try to undo my nova side changes and patch in diff you linked, but as said it looked fairly similar, minus the exception handling and unit test stuff16:12
Guest78709but just wanted to check here first if that would fix hostname's domain on vm too16:12
mlavalleGuest78709: don't do that. if yourse is working fine, I don't think you are going to gain anything with my patchset16:13
*** lindycoder has quit IRC16:13
Guest78709did you ever test what the "hostname -f" shows up as on the VM?16:14
ihrachyspcm_: you have some -1's at https://review.openstack.org/#/q/status:open+project:openstack/neutron-vpnaas+branch:stable/liberty that I don't think needed.16:14
mlavalleGuest78709: yes I did and it was working16:14
*** dukhlov has quit IRC16:15
Guest78709hmm would it have anything to do with the flat_injected config?16:15
Guest78709it is set to True16:16
*** ijw has joined #openstack-neutron16:16
Guest78709shouldnt the hostname on VM actually be set via the DHCP server?16:16
ihrachysarmax: howdy16:16
ihrachysarmax: re deprecation bugs... we closes-bug when deprecating, not when removing the option in next cycle?16:16
*** gangil has quit IRC16:16
mlavalleGuest78709: yes, that is the expected behavior16:16
*** iyamahat has joined #openstack-neutron16:16
Guest78709yea... dhcp server should give VM the info and set it. we have flat_injected=true16:17
Guest78709err could that be the cause? flat_injected causing Nova to go and manually set hostname as .openstacklocal16:17
mlavalleGuest78709: worth investigating16:17
mlavalleGuest78709: I have to go now. Can I follow up with you this afternoon16:18
mlavalle?16:18
*** jamespd has joined #openstack-neutron16:18
Guest78709sure16:18
Guest78709let me test this by changing our flat_injected config...16:18
mlavalleGuest78709: where are you located? I am in texas16:18
Guest78709if it does indeed fix my issue - think this is still a bug? Nova should pick up dns_domain set in neutron (or whichever portion of code configures the VM)16:19
*** ygbo has quit IRC16:19
Guest78709san francisco16:19
mlavalleGuest78709: yes, it may be a bug. would you file it please?16:20
*** anteaya has quit IRC16:21
*** singhj has quit IRC16:21
armaxihrachys: hi16:21
Guest78709ok thanks, will update later in afternoon...16:21
*** andreas_s has quit IRC16:21
*** jlibosva has quit IRC16:22
Guest78709I forget why we even have flat_injected to True. may be to injected network info for non-DHCP enabled networks16:22
*** nlahouti has joined #openstack-neutron16:22
*** jlibosva has joined #openstack-neutron16:22
armaxihrachys: that would depend on the bug report16:22
armaxihrachys: the tag is simply signaling that the report is about a depracation issue16:22
ihrachysarmax: the report is https://bugs.launchpad.net/neutron/+bug/157600016:23
openstackLaunchpad bug 1576000 in neutron "Deprecate advertise_mtu option" [Wishlist,Confirmed] - Assigned to Ihar Hrachyshka (ihar-hrachyshka)16:23
ihrachysarmax: should I change it to 'remove option' and then use related-bug when deprecating and closes-bug when removing?16:23
*** afaranha_ has quit IRC16:23
*** devvesa has quit IRC16:23
*** gangil has joined #openstack-neutron16:24
armaxihrachys: that’s one option the other option is to make this report about ‘deprecating the config option’ and thus can be closed right away, when we open up the new release and go over the ‘deprecation’ bugs, we can then simply remove the option referencing the initial bug report, so in a nutshell the other way round the way you said :)16:26
armaxI’d rather not have open bugs lingering for ever16:26
ihrachys:) I don't mind to do as you said.16:26
ihrachysack, got the rationale to close it now16:27
*** ankur-gupta-f1 has left #openstack-neutron16:27
armaxihrachys: this is also in line with your description16:27
*** itzikb has quit IRC16:28
armaxihrachys: it’s about deprecating the option, this give times to users who pay attention to LP bugs to potentially signal a conflict or a desire to oppose the drepecation16:28
*** mickeys has joined #openstack-neutron16:29
*** raildo is now known as raildo-afk16:30
*** raildo-afk is now known as raildo16:30
*** gangil has quit IRC16:30
*** amuller is now known as amuller_16:30
*** amuller_ is now known as amuller_afk16:30
*** sridhar_ram has joined #openstack-neutron16:33
armaxtidwellr: ping16:33
tidwellrarmax: pong16:33
*** slaweq has joined #openstack-neutron16:33
armaxtidwellr: has ryu already released the fix for the python3 incompat?16:34
*** mickeys has quit IRC16:34
*** abhiraut has joined #openstack-neutron16:34
tidwellrnot released yet, the fix merged a couple hours ago16:34
*** rohit121003 has quit IRC16:34
tidwellrarmax: I need to follow up to see when we can get it released16:34
armaxtidwellr: if you think it’s gonna be hours, the best thing to do is to wait for the newer realease and bump g-r16:35
armaxwith the new release16:35
armaxotherwise we can selectively revert https://review.openstack.org/#/c/316350/16:35
tidwellrarmax: I have no clue what time frame we're dealing with16:35
armaxto go back to 4.016:35
tidwellrarmax: to get a fix released16:36
*** Swami has quit IRC16:36
armaxtidwellr: then your fix https://review.openstack.org/#/c/317860/ must come from g-r16:36
*** njohnston has quit IRC16:37
*** sridhar_ram has quit IRC16:38
armaxtidwellr: is this the fix you’re talking about?16:38
armaxhttps://github.com/osrg/ryu/commit/a20b9e1fcd675e593c8b4cb383f28f404ff62add16:38
tidwellrarmax: yes16:39
armaxtidwellr: other option is to skip the offendign test until ryu is released and upper-constraint bumped16:40
ihrachysarmax: kevinbenton: mestery: need to land those to fix stable/liberty client gate: https://review.openstack.org/#/q/topic:bug/158302916:41
*** moshele has joined #openstack-neutron16:42
ihrachysamotoki: https://review.openstack.org/#/c/317909/ the patch switching client to using constraints. would you mind reviewing?16:43
amotokiihrachys: sure16:43
*** jbell8 has quit IRC16:43
*** dukhlov has joined #openstack-neutron16:44
*** kobis has quit IRC16:44
*** ri0 has joined #openstack-neutron16:44
tidwellrarmax: none of the tests run because the import of ryu fails16:45
*** mickeys has joined #openstack-neutron16:45
armaxtidwellr: ouch, I thought it was just the ryu ones16:45
armaxtidwellr: it wasn’t clear from the paste16:46
tidwellrarmax: my bad, it was an incomplete paste16:46
*** jlibosva has quit IRC16:46
armaxtidwellr: no worries16:46
tidwellrarmax: going back to 4.0 seems to be the best resolution as we don't have to turn off any jobs16:46
armaxtidwellr: go for it16:48
*** nyechiel has quit IRC16:49
tidwellrarmax: is that done in the upper-constraints?16:49
armaxtidwellr: by the looks of it16:49
mesteryihrachys armax: I put the mitaka ones in the merge queue, the liberty one didn't have a Jenkins vote from the check queue yet16:50
armaxtidwellr: you wanna have a go, or shall I?16:50
*** fawadkhaliq has quit IRC16:50
tidwellrarmax: I'll abandon https://review.openstack.org/#/c/317860/ and put it together16:50
armaxtidwellr: ok16:50
*** liuyulong_ has joined #openstack-neutron16:51
*** fawadkhaliq has joined #openstack-neutron16:51
*** liuyulong has quit IRC16:51
*** Guest37264 is now known as melwitt16:51
ihrachysmestery: right. as long as I collect Jenkins+1 and your votes, I will push myself.16:52
amotokiihrachys: i posted a comment on the review of using constraints. I wonder we need tox_install.sh.16:52
mesteryihrachys: aye aye16:52
ihrachysamotoki: read commit message? :)16:52
*** afaranha has joined #openstack-neutron16:53
*** banix has joined #openstack-neutron16:53
tidwellrarmax: https://review.openstack.org/#/c/318236/16:53
amotokiihrachys: reading, thanks16:53
openstackgerritIhar Hrachyshka proposed openstack/neutron: Integrate the port allowed address pairs VersionedObject in Neutron  https://review.openstack.org/28775616:54
ihrachysamotoki: if it's not clear after reading, tell me, I will try to capture more details in the commit message.16:54
*** iyamahat has quit IRC16:54
*** fawadkhaliq has quit IRC16:55
*** iyamahat has joined #openstack-neutron16:55
*** jerryz has joined #openstack-neutron16:55
*** akshai has quit IRC16:56
openstackgerritIlya Chukhnakov proposed openstack/neutron: Call ext_manager.delete_port on port removal  https://review.openstack.org/31765516:56
*** Swami has joined #openstack-neutron16:56
*** Sukhdev has quit IRC16:57
*** rmart04 has quit IRC16:57
*** mickeys has quit IRC16:57
*** mickeys has joined #openstack-neutron16:58
*** dukhlov has quit IRC16:59
ihrachysrossella_s: hey17:03
ihrachysre https://review.openstack.org/#/c/300055/11/neutron/tests/unit/objects/test_base.py17:03
ihrachysnot sure what to validate there in iface test class. the fact that args are proxied into db api functions?17:04
*** claudiub has quit IRC17:04
*** mickeys has quit IRC17:05
*** kevo has joined #openstack-neutron17:06
*** lindycoder has joined #openstack-neutron17:06
*** tonytan4ever has quit IRC17:08
*** akshai has joined #openstack-neutron17:08
*** ivc_ has quit IRC17:10
*** absubram has joined #openstack-neutron17:11
*** hoonetorg has joined #openstack-neutron17:11
*** jbell8 has joined #openstack-neutron17:11
*** gangil has joined #openstack-neutron17:13
*** rickyrem1 has joined #openstack-neutron17:16
*** fzdarsky is now known as fzdarsky|afk17:16
*** shashank_hegde has joined #openstack-neutron17:17
*** mickeys has joined #openstack-neutron17:20
*** Leom has quit IRC17:20
*** mickeys has quit IRC17:20
*** mickeys has joined #openstack-neutron17:21
openstackgerritIhar Hrachyshka proposed openstack/neutron: objects: support advanced criteria for get_objects  https://review.openstack.org/30005517:21
openstackgerritIhar Hrachyshka proposed openstack/neutron: qos: support advanced sorting/pagination criteria  https://review.openstack.org/31825117:21
*** iyamahat has quit IRC17:22
*** jpena is now known as jpena|off17:22
*** abhiraut has quit IRC17:23
*** sridhar_ram has joined #openstack-neutron17:26
*** kawa2014 has joined #openstack-neutron17:26
*** jlibosva has joined #openstack-neutron17:26
*** Guest78709 is now known as arjun17:27
*** arjun is now known as xagent17:27
*** ivc_ has joined #openstack-neutron17:28
*** malos has quit IRC17:29
*** madhu_ak has quit IRC17:30
bodendougwig HenryG: neutron-lib meeting?17:30
*** fragatina has quit IRC17:31
*** amuller_afk has quit IRC17:32
*** wolverineav has quit IRC17:32
*** s3wong has joined #openstack-neutron17:34
*** ivar-lazzaro has joined #openstack-neutron17:35
*** mvk_ has quit IRC17:37
*** ivar-lazzaro has quit IRC17:39
*** ivar-lazzaro has joined #openstack-neutron17:39
*** abregman has joined #openstack-neutron17:40
*** abhiraut has joined #openstack-neutron17:41
*** abhiraut has quit IRC17:42
*** iyamahat has joined #openstack-neutron17:42
*** sridhar_ram has quit IRC17:43
*** anilvenkata has joined #openstack-neutron17:43
*** lucasagomes is now known as lucas-dinner17:44
*** vhoward has joined #openstack-neutron17:45
*** brad_behle has quit IRC17:46
*** jckasper has quit IRC17:47
*** eilert has joined #openstack-neutron17:47
*** jckasper has joined #openstack-neutron17:47
*** malos has joined #openstack-neutron17:47
*** javeriak has joined #openstack-neutron17:48
*** jckasper has quit IRC17:48
*** jckasper has joined #openstack-neutron17:48
*** cbouch_ has quit IRC17:50
*** abhiraut has joined #openstack-neutron17:53
*** akshai has quit IRC17:53
*** akshai has joined #openstack-neutron17:53
ihrachysHenryG: so we have page_reverse broken completely :)17:58
ihrachysHenryG: it always reverses back :D17:59
ihrachysHenryG: I have a test to trigger the failure. I believe that .reverse() should be removed from common_db_mixin17:59
HenryGihrachys: I did point that out17:59
ihrachysHenryG: yes, that's re your comment - I merely validated it locally17:59
HenryGihrachys: ok, cool18:00
ihrachysHenryG: and also found an issue in my api tests that hid the issue18:00
HenryGihrachys: even cooler :)18:00
*** yamahata has joined #openstack-neutron18:00
*** moshele has quit IRC18:04
*** wendar_ is now known as wendar18:04
*** fragatina has joined #openstack-neutron18:05
openstackgerritIhar Hrachyshka proposed openstack/neutron: tests: validate sorting and pagination for networks  https://review.openstack.org/30627218:07
openstackgerritIhar Hrachyshka proposed openstack/neutron: Fixed page_reverse when limit is passed  https://review.openstack.org/31827018:07
ihrachysHenryG: I split the patch into two pieces - first one adds API test framework for sorting/pagination, 2nd one fixes the issue with page_reverse + limit, with an API test ^18:07
ihrachysHenryG: that's a great catch18:07
ihrachysI probably need a bug for the latter...18:08
*** Leom has joined #openstack-neutron18:09
openstackgerritIhar Hrachyshka proposed openstack/neutron: Fixed page_reverse when limit is passed  https://review.openstack.org/31827018:10
*** wolverineav has joined #openstack-neutron18:11
HenryGihrachys: I caught it when I had to write unit tests for the methods when moving them into neutron-lib.18:12
*** mickeys has quit IRC18:13
*** Sukhdev has joined #openstack-neutron18:13
*** mickeys has joined #openstack-neutron18:14
*** doug-fish has joined #openstack-neutron18:16
*** lappy-rook has joined #openstack-neutron18:17
*** doug-fish has quit IRC18:17
*** doug-fish has joined #openstack-neutron18:17
*** tonytan4ever has joined #openstack-neutron18:18
*** mickeys has quit IRC18:18
*** ihrachys has quit IRC18:18
*** ivasilevskaya has joined #openstack-neutron18:19
*** doug-fis_ has quit IRC18:20
*** rossella_s has quit IRC18:23
*** rossella_s has joined #openstack-neutron18:24
*** banix has quit IRC18:24
*** amit213 has quit IRC18:24
*** abhiraut has quit IRC18:25
*** fragatin_ has joined #openstack-neutron18:26
*** sthillma has joined #openstack-neutron18:26
*** muawiakhan has quit IRC18:26
*** muawiakhan has joined #openstack-neutron18:27
*** amit213 has joined #openstack-neutron18:27
*** isq has joined #openstack-neutron18:27
*** muawiakhan has quit IRC18:27
*** michchap has joined #openstack-neutron18:28
*** dukhlov has joined #openstack-neutron18:28
*** abhiraut has joined #openstack-neutron18:28
openstackgerritJakub Libosvar proposed openstack/neutron: [WIP] ovsdb: Reconnect when ovs poller gets stuck  https://review.openstack.org/31736918:28
*** michchap has quit IRC18:28
*** michchap has joined #openstack-neutron18:29
*** fragatina has quit IRC18:29
*** fragatina has joined #openstack-neutron18:29
*** fragatin_ has quit IRC18:29
*** michchap_ has quit IRC18:30
*** michcha__ has joined #openstack-neutron18:30
*** akshai has quit IRC18:30
*** akshai has joined #openstack-neutron18:33
*** michchap has quit IRC18:34
xagentmlavalle: this is Guest from earlier regarding the hostname issue on the VM18:38
xagentI changed flat_injected=False and restarted nova on our hosts18:39
xagentI still see the hostname on the Vm as "dns_name.openstacklocal"18:39
*** ri0 has quit IRC18:39
*** ri0 has joined #openstack-neutron18:40
*** marksei has joined #openstack-neutron18:40
*** ijw has quit IRC18:40
*** jlibosva has quit IRC18:41
*** amuller_afk has joined #openstack-neutron18:41
*** ri0 has quit IRC18:42
openstackgerritBrandon Logan proposed openstack/neutron: Pecan: Backwards compatible/cleaner init  https://review.openstack.org/31488618:43
*** dukhlov has quit IRC18:44
openstackgerritMerged openstack/python-neutronclient: Make purge supports dvr router's interface  https://review.openstack.org/31587318:44
*** nlahouti has quit IRC18:46
*** moshele has joined #openstack-neutron18:47
*** anteaya has joined #openstack-neutron18:47
*** sambetts is now known as sambetts|afk18:47
*** nlahouti has joined #openstack-neutron18:48
*** oanson has quit IRC18:49
*** sridhar_ram has joined #openstack-neutron18:53
kfox1111is there a way to take a network that is already marked external with ports on it, and make it rbac restricted to a few tenants as external?18:53
kfox1111or do you have to detach everything, create the rules, then reattach stuff?18:53
*** moshele has quit IRC18:55
*** gangil has quit IRC18:56
*** abhiraut has quit IRC18:56
*** amotoki has quit IRC18:56
*** cheran has joined #openstack-neutron18:57
*** cheran has quit IRC18:57
*** anteaya has quit IRC18:57
*** cheran has joined #openstack-neutron18:59
*** daneyon has quit IRC19:03
*** agireud has quit IRC19:04
*** amuller_afk is now known as amuller19:09
*** kawa2014 has quit IRC19:10
*** doug-fish has quit IRC19:10
openstackgerritNate Johnston proposed openstack/neutron-fwaas: Remove varmour drivers  https://review.openstack.org/31829419:11
mlavallehi xagent19:12
*** banix has joined #openstack-neutron19:12
xagenthey19:13
xagentwhere is the difference in between how the VM get's its hostname configured versus what the DHCP server writes into its host file?19:13
*** doug-fish has joined #openstack-neutron19:13
*** SteffanW has quit IRC19:14
*** oanson has joined #openstack-neutron19:14
mlavallexagent: what do you mean the difference?19:14
xagentOur host file for the dhcp namespsace, f0a09675-1489-464e-9dd0-d22a096b8490/host19:15
xagenthas entries as such:19:16
*** Sukhdev has quit IRC19:16
xagentfa:16:3e:9a:5c:1a,host-192-168-44-2.testdomain.net.,192.168.44.2 fa:16:3e:06:93:02,vma.testdomain.net.,192.168.44.819:16
xagentvma.testdomain.net19:16
mlavallexagent: that piece looks good19:16
xagentSo, I am not sure then how on the actual VM, "hostname -f" is reporting it as "vma.openstacklocal"19:16
xagentnote that ping/connectivity on the VM, using vma.testdomain.net works19:17
xagentso from the DHCP server side and network connectivity wise, it is fine19:17
mlavallexagent: what image are you using for that vm?19:17
xagentneutron port also shows the correct dns_name and dns_assignment fields19:17
xagentit is a centos 7.119:18
openstackgerritMerged openstack/neutron: Ensure unit tests don't assume an IP address allocation strategy  https://review.openstack.org/30360319:18
*** doug-fish has quit IRC19:18
mlavallexagent: have you tried dig to query the dns server from the vm?19:18
xagentNo... how do I do that exctly?19:19
mlavallexagent: in the vm: dig vma.testdomain.net19:21
*** banix has quit IRC19:22
mlavallexagent: you may need to to specify the dns server: dig vma.testdomain.net @<ip address of port for dnsmasq>19:22
xagentgotcha thanks, have not used dig cmd before19:23
*** mickeys has joined #openstack-neutron19:26
*** njohnston has joined #openstack-neutron19:27
*** agireud has joined #openstack-neutron19:30
xagent1 sec... need to yum install dig, but first need to create a router and set up external network :)19:31
mlavallexagent: no rush.... i'll be here19:32
mlavallexagent: take your time. Thanks for testing this :-)19:32
mlavallexagent: I am here everyday, so feel free to ping at any time19:32
*** ssalagame has joined #openstack-neutron19:33
*** baoli_ has quit IRC19:34
*** eilert has quit IRC19:36
openstackgerritNate Johnston proposed openstack/neutron-fwaas: Remove FWaaS vendor drivers  https://review.openstack.org/31829419:36
*** akshai has quit IRC19:36
*** fragatina has quit IRC19:38
openstackgerritvenkata anil proposed openstack/neutron: fullstack: test dvr router functionality  https://review.openstack.org/31830719:38
*** fragatina has joined #openstack-neutron19:38
openstackgerritTerry Wilson proposed openstack/neutron: Use bisect to search sorted rows  https://review.openstack.org/31830819:39
xagentthanks19:39
xagent!19:39
xagentok, i have output19:39
xagenthttp://paste.openstack.org/show/497594/19:40
*** doug-fish has joined #openstack-neutron19:40
xagentThe answer reports the same IP too when I query "vmb.openstacklocal"19:41
mlavallexagent: that is exactly what you should be getting19:41
xagenthttp://paste.openstack.org/show/497595/19:42
xagentWhat is causing the .openstacklocal entry?19:42
*** gangil has joined #openstack-neutron19:42
xagentstill no .openstacklocal entries in my host file on dhcp server19:43
xagentid expect dig to respond back w/ error or garbage ip19:43
xagentas it does if i specify some other unknown domain19:43
mlavallexagent: in the network node where your dnsmasq is running, could you run: ps -aux | grep dnsmasq19:44
*** abhiraut has joined #openstack-neutron19:44
mlavallexagent: I want to see how dnsmasq is being started19:44
*** doug-fish has quit IRC19:44
xagentah crap...19:45
*** oanson has quit IRC19:45
xagentthink i may see problem19:45
xagent--dhcp-match=set:ipxe,175 --bind-interfaces --interface=tapf1dfab95-80 --dhcp-range=set:tag0,177.177.177.0,static,86400s --dhcp-lease-max=256 --conf-file= --server=8.8.8.8 --domain=openstacklocal19:45
xagentnotice the --domain at the end...19:45
xagenthmm19:45
mlavallexagent: yeah19:45
*** hynekm has joined #openstack-neutron19:46
xagentDoes this override the dns_domain in neutron.conf and whatever is in the port dns_assignment?19:46
xagentwell doesnt override it19:46
xagentbut rather, what is the difference between the two?19:46
mlavallexagent: I am not 100% sure, but I think it is very likely19:46
mlavallexagent: is this a test environment you can mess with?19:47
xagentyea19:47
*** akshai has joined #openstack-neutron19:47
*** ushkalim__ has quit IRC19:47
mlavallexagent: kill the dnsmasq instance and restart it with the same command you got from ps, changing the value in --domain19:48
xagentSo I spawn dhcp-agent ourselves...19:48
xagentthis internally loads the dnsmasq process19:48
xagentah nvm i see what you mean19:48
*** jreeves is now known as jreeves_afk19:49
mlavallexagent: yeah, just restart dnsmasq by hand19:49
*** javeriak has quit IRC19:49
xagentwhere is dhcp agent code again that spawns dnsmasq?19:50
xagentis it in neutron/agent/linux/dhcp.py19:50
*** matrohon has joined #openstack-neutron19:50
mlavallexagent: yes, that's where it is located19:51
*** boden has quit IRC19:51
*** brad_behle has joined #openstack-neutron19:51
*** shashank_hegde has quit IRC19:52
xagentgeeting followig error while respawning..19:53
xagentdnsmasq: unknown interface tap6815a55c-ae19:53
xagentI do not see such a tap interface in ifconfig19:53
*** mickeys has quit IRC19:54
mlavallexagent: did you replicate the command excatly?19:54
*** fawadkhaliq has joined #openstack-neutron19:54
*** jbell8 has quit IRC19:54
*** fawadkhaliq has quit IRC19:54
*** mickeys has joined #openstack-neutron19:54
*** fawadkhaliq has joined #openstack-neutron19:55
*** anilvenkata has quit IRC19:55
*** woodburn has joined #openstack-neutron19:55
*** yamamoto has quit IRC19:55
*** madhu_ak has joined #openstack-neutron19:56
*** jreeves_afk is now known as jreeves19:56
*** eilert has joined #openstack-neutron19:56
xagentsomething auto re-spawned the dnsmasw process I killed19:56
xagentit is up with new PID -I see same network uuid19:56
xagentyou know what, looking at the code, I see this:19:57
*** nlahouti has quit IRC19:57
xagent387        if self.conf.dhcp_domain: 388            cmd.append('--domain=%s' % self.conf.dhcp_domain)19:57
xagent(running liberty, btw)19:57
xagentI thought dhcp_domain was deprecated?19:57
xagentas such I am not setting it anywhere19:57
xagentthis is in agent/linux/dhcp.py19:58
mlavallexagent: hang on, let me see19:58
xagentit must be getting the old default value for dhcp_domain which isnt set anywhere19:58
*** marksei has quit IRC19:58
*** mickeys has quit IRC19:59
*** doug-fish has joined #openstack-neutron19:59
xagentI even see master using dhcp_domain here in this file, in this and a few other places19:59
*** salv-orlando has quit IRC19:59
xagenthttps://github.com/openstack/neutron/blob/master/neutron/agent/linux/dhcp.py20:00
mlavallexagent: yeah, it is defined here: neutron/agent/dhcp/config.py20:01
*** ushkalim__ has joined #openstack-neutron20:01
*** sridhar_ram has quit IRC20:01
xagentis this a bug20:01
*** prateek has joined #openstack-neutron20:01
mlavallexagent: it definitely is a bug. Do you want to file it? I can do it also20:02
xagentsure i can file it20:02
xagentis the fix to change dhcp_domain to dns_domain in code i pasted?20:02
mlavallexagent: do you want to work the fix? Or you want me to work it?20:03
xagentsure i can do it as well, have never checked in anything (yet)20:03
*** nmagnezi has joined #openstack-neutron20:03
xagentso would like to get 1 checkin under my belt :)20:03
mlavallexagent: ok, file the bug nad I'll triage it. Let's work this together. You write the fix and I'll help you with reviews :-)20:04
*** mickeys has joined #openstack-neutron20:04
xagenti see the dhcp_domain is also used elsewhere - for example when writing the hosts file20:04
xagenti guess this is working because that code path only exercised if the dn_assignment not set20:04
mlavalleyeah, I think so20:04
*** ijw has joined #openstack-neutron20:05
xagentcool20:05
xagenthey by the way, I had also filed another bug, related to port DNS a short while back20:05
xagentyou mentioned that your collegue was working on a fix20:06
mlavallexagent: yes, he is working on it. we should have something later this week20:06
xagentregarding the dns_assignment being overwritten from DB20:06
xagentso I have fixed it myself locally. and for time being, it appears to have fixed issue on my testbed20:06
xagentdo you have diffs for his so i can compare20:07
xagentor just pull his in20:07
mlavallexagent: he hasn't pushed the fix yet20:07
xagentis there a review for it?20:07
mlavallexagent: as soon as he does, we will add you to the review20:07
mlavalleso you can partner with us20:07
openstackgerritRossella Sblendido proposed openstack/neutron: Implementation details to support trunk ports  https://review.openstack.org/31831720:08
*** tonytan4ever has quit IRC20:08
mlavallexagent: how do I find you in gerrit?20:08
xagentI believe this is also my username on there20:10
*** ijw has quit IRC20:10
mlavallexagent: yes I found you: owner:"xagent <xagent@gmail.com>"20:11
*** jprovazn has quit IRC20:11
xagentIn meanwhile, any idea if the fix I have for that locally is on the right track (will port over his fix once review is out), but for now if it'll work as a temp fix20:12
xagenthttp://paste.openstack.org/show/497599/20:12
xagentI just added those 2 lines, to copy over the context, at the end of create_port in ml2/plugin.py20:13
xagentseems to be working for me, for now20:13
*** ametts has quit IRC20:13
mlavallexagent: this is method _commit_port_binding, correct?20:14
xagentno...20:15
xagentcreate_port()20:15
*** fawadkhaliq has quit IRC20:15
*** rickyrem1 has quit IRC20:15
mlavallexagent: ah ok, I see what you did. in our solution we are doing it in that method20:15
xagentright before the bound_context is returned20:16
xagentyea20:16
mlavallexagent: the dns_assignment is being lost for bound ports. unbound ports are fine20:16
xagenti noticed bound_context was pretty much what we wanted but only missing dns_assignment20:16
mlavallexagent: do you have that bug handy? I mean the launchpad url20:17
xagenthttps://bugs.launchpad.net/bugs/157997720:18
openstackLaunchpad bug 1579977 in neutron "dns_assignment is lost during port creation after VIF binding" [Medium,In progress] - Assigned to James Anziano (janzian)20:18
mlavallexagent: nevermind. I found it20:18
mlavallejanzian: as soon as you push a fix for https://bugs.launchpad.net/neutron/+bug/1579977, please add xagent to the list of reviewers20:19
janzianmlavalle: Will do20:19
*** akshai has quit IRC20:20
mlavallejanzian: xagent is also his id in gerrit20:20
*** shashank_hegde has joined #openstack-neutron20:21
xagentcool, thanks for the help! stepping out for lunch20:22
openstackgerritNate Johnston proposed openstack/neutron-fwaas: Remove FWaaS vendor drivers  https://review.openstack.org/31829420:22
mlavallexagent: enjoy!20:22
*** akshai has joined #openstack-neutron20:27
openstackgerritOpenStack Proposal Bot proposed openstack/python-neutronclient: Updated from global requirements  https://review.openstack.org/31750520:27
*** hynekm has quit IRC20:28
*** a_ta has quit IRC20:29
*** ametts has joined #openstack-neutron20:30
*** tmorin has joined #openstack-neutron20:30
rtheisreentrant call inside20:32
*** vhosakot has quit IRC20:37
*** sudipto has quit IRC20:38
*** daneyon_ has joined #openstack-neutron20:39
*** gangil has quit IRC20:41
*** janzian has quit IRC20:42
*** boden has joined #openstack-neutron20:42
*** gangil has joined #openstack-neutron20:43
*** gangil has quit IRC20:43
*** xagent has quit IRC20:43
*** gangil has joined #openstack-neutron20:45
*** singhj has joined #openstack-neutron20:46
*** absubram has quit IRC20:46
*** gangil has quit IRC20:46
*** daneyon_ has quit IRC20:47
*** akshai has quit IRC20:47
*** mickeys has quit IRC20:49
*** mickeys has joined #openstack-neutron20:49
*** raildo is now known as raildo-afk20:49
*** vhosakot has joined #openstack-neutron20:50
*** ijw has joined #openstack-neutron20:50
*** gangil has joined #openstack-neutron20:53
*** tmorin has quit IRC20:54
*** tmorin has joined #openstack-neutron20:56
*** yamamoto has joined #openstack-neutron20:56
*** janzian has joined #openstack-neutron20:56
*** fzdarsky|afk has quit IRC20:57
*** abhiraut has quit IRC20:57
*** akshai has joined #openstack-neutron21:00
*** yamamoto has quit IRC21:03
*** ametts has quit IRC21:07
*** jreeves is now known as jreeves_afk21:07
*** akshai_ has joined #openstack-neutron21:08
*** tmorin has quit IRC21:09
*** akshai has quit IRC21:12
*** thorst_ has quit IRC21:12
*** mickeys has quit IRC21:12
*** nlahouti has joined #openstack-neutron21:12
*** Sukhdev has joined #openstack-neutron21:12
*** mickeys has joined #openstack-neutron21:12
*** Leom has quit IRC21:13
*** banix has joined #openstack-neutron21:13
*** thorst_ has joined #openstack-neutron21:16
*** mickeys has quit IRC21:17
*** kriskend has quit IRC21:17
*** cshahani has joined #openstack-neutron21:17
*** brad_behle has quit IRC21:18
cshahanihi, Could anyone confirm if we support cert based authentication for neutron vpnaas or just psk?21:19
*** thorst_ has quit IRC21:20
*** salv-orlando has joined #openstack-neutron21:21
*** nmagnezi has quit IRC21:21
*** dave-mccowan has quit IRC21:23
pcm_cshahani: psk only21:23
cshahaniThanks .. Do we need rsa based.. I have been playing with vpnaas since some time .. I was wondering if we need this in neutron-vpnaas.. I would like to take this up21:24
pcm_cshahani: cert based would be a great addition. There  is the Barbican project which can be leveraged.21:25
cshahaniI see that we have an option of cert based for authentication21:25
pcm_cshahani: Nothing in the implementation though to support it.21:25
cshahaniyes. thats right21:26
pcm_cshahani: You can bring it up at next Neutron IRC meeting and people can give some guidance. LBaaS team did something similar.21:27
* pcm_ logging out for the day...21:27
cshahaniI don't know about the Barbican project..  Would itbe possible to point me to a contact whom I can work with to get the BP starteed21:27
*** prateek has quit IRC21:28
*** woodburn has quit IRC21:28
pcm_cshahani: Check with dougwig and armax. They can provide guidance.21:28
pcm_cshahani: I've got to log off...ttyl21:29
*** mickeys has joined #openstack-neutron21:29
*** ajmiller has quit IRC21:30
*** ajmiller has joined #openstack-neutron21:30
*** doug-fish has quit IRC21:30
*** thorst_ has joined #openstack-neutron21:34
*** matrohon has quit IRC21:34
*** gvrangan has joined #openstack-neutron21:35
*** srampal has quit IRC21:36
*** thorst_ has quit IRC21:38
*** abhiraut has joined #openstack-neutron21:38
*** matrohon has joined #openstack-neutron21:38
*** boden has quit IRC21:40
*** sridhar_ram has joined #openstack-neutron21:43
*** ssalagame has quit IRC21:44
*** ijw has quit IRC21:45
*** rtheis has quit IRC21:47
*** ijw has joined #openstack-neutron21:47
*** daneyon has joined #openstack-neutron21:49
*** ssalagame has joined #openstack-neutron21:50
*** markvoelker has joined #openstack-neutron21:51
openstackgerritSlawek Kaplonski proposed openstack/neutron: Add QoS bandwidth limit for instance ingress traffic  https://review.openstack.org/30362621:51
*** markvoelker has quit IRC21:52
*** markvoelker has joined #openstack-neutron21:53
*** gtop-323 has quit IRC21:55
*** matrohon has quit IRC21:57
*** singhj has quit IRC21:57
*** Leom has joined #openstack-neutron21:57
*** rps2 has joined #openstack-neutron21:58
*** gangil has quit IRC21:59
rps2Greetings. I have a quick question...we are using VLAN tagging on one bridge interface in dual mode. Natively, the port (br1) is on VLAN 510 so it can support PXEboot, and tagged it's on VLAN 51 (br1.51). Fuel, however, will not display the port. The other three interfaces (br2, br3 and br4) which do NOT use VLAN tagging at all do show up.22:01
*** kbringard has quit IRC22:01
rps2Any idea why br1 and br1.51 do not show up?22:01
rps2This is on Ubuntu 14.04, by the way.22:01
*** ijw has quit IRC22:01
*** ivc_ has quit IRC22:03
*** ozialien10 has joined #openstack-neutron22:03
*** slaweq has quit IRC22:04
*** julim has quit IRC22:04
*** ivc_ has joined #openstack-neutron22:05
*** ijw has joined #openstack-neutron22:06
amullerrps2: That doesn't sound Neutron specific, but Fuel specific, you'd have better luck asking in the Fuel community IRC channel22:07
rps2Ok, I'll do just that. Didn't know if it was Neutron-, OpenStack- or Fuel-specific. Thanks, amuller.22:09
*** dane_leblanc_ has quit IRC22:09
*** rps2 has quit IRC22:10
*** anteaya has joined #openstack-neutron22:14
*** ivc_ has quit IRC22:14
*** janzian has quit IRC22:15
*** vhosakot has quit IRC22:15
*** lindycoder has quit IRC22:15
*** abhiraut has quit IRC22:19
*** gangil has joined #openstack-neutron22:19
*** gangil has quit IRC22:19
*** abhiraut has joined #openstack-neutron22:20
*** harlowja has quit IRC22:22
*** abhiraut has quit IRC22:22
*** gangil has joined #openstack-neutron22:23
*** abhiraut has joined #openstack-neutron22:23
*** rossella_s has quit IRC22:23
*** rossella_s has joined #openstack-neutron22:24
*** daneyon has quit IRC22:25
*** itisha has quit IRC22:29
*** edmondsw has quit IRC22:32
*** abhiraut has quit IRC22:33
*** Leom has quit IRC22:34
*** mvk_ has joined #openstack-neutron22:34
*** singhj has joined #openstack-neutron22:36
openstackgerritMiguel Lavalle proposed openstack/neutron: Add segments to hosts mappings  https://review.openstack.org/28554822:36
*** mlavalle has quit IRC22:40
*** singhj has quit IRC22:41
*** pradk has quit IRC22:41
openstackgerritRyan Tidwell proposed openstack/neutron: Compute IPAvailabilityRanges in memory during IP allocation  https://review.openstack.org/29220722:46
openstackgerritRyan Tidwell proposed openstack/neutron: DO NOT MERGE: Allocate IP addresses backwards to flush out tests reliant on sequential allocation  https://review.openstack.org/31265522:46
*** gvrangan has quit IRC22:46
*** tpsilva has quit IRC22:47
openstackgerritRyan Tidwell proposed openstack/neutron: Remove IP availability range recalculation logic  https://review.openstack.org/30363822:47
tidwellrarmax: ping22:50
*** donghao has joined #openstack-neutron22:56
*** ijw has quit IRC22:57
*** yamahata has quit IRC22:58
*** akshai_ has quit IRC22:58
*** ijw has joined #openstack-neutron22:59
*** harlowja has joined #openstack-neutron23:00
*** anteaya has quit IRC23:01
*** ijw has quit IRC23:03
*** jamielennox is now known as jamielennox|away23:04
*** markvoelker_ has joined #openstack-neutron23:05
*** markvoelker_ has quit IRC23:05
*** markvoelker_ has joined #openstack-neutron23:06
*** markvoelker has quit IRC23:09
*** salv-orl_ has joined #openstack-neutron23:10
*** salv-orlando has quit IRC23:13
*** sdague has quit IRC23:14
*** BhavyaM has joined #openstack-neutron23:15
openstackgerritOpenStack Proposal Bot proposed openstack/neutron: Updated from global requirements  https://review.openstack.org/31837623:31
*** BhavyaM has quit IRC23:32
*** sridhar_ram1 has joined #openstack-neutron23:33
*** sridhar_ram has quit IRC23:33
*** djan has joined #openstack-neutron23:34
*** gangil has quit IRC23:34
*** mickeys has quit IRC23:35
*** mickeys has joined #openstack-neutron23:35
*** vhosakot has joined #openstack-neutron23:37
*** abhiraut has joined #openstack-neutron23:40
*** Sukhdev has quit IRC23:42
*** salv-orl_ has quit IRC23:46
*** Sukhdev has joined #openstack-neutron23:48
*** abhiraut has quit IRC23:49
*** Swami has quit IRC23:49
*** abhiraut has joined #openstack-neutron23:50
*** jamielennox|away is now known as jamielennox23:51
*** ijw has joined #openstack-neutron23:51
*** eilert has quit IRC23:52
*** markvoelker has joined #openstack-neutron23:53
*** doug-fish has joined #openstack-neutron23:54
*** markvoelker_ has quit IRC23:56
*** doug-fish has quit IRC23:58
*** djan has quit IRC23:59

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