Saturday, 2014-06-14

*** dims has joined #openstack-neutron00:01
*** ranger81_ has joined #openstack-neutron00:10
*** ranger81 has quit IRC00:10
xmltokis there something like ... for parameters to a function? i have a function that takes a ...string, and i want to use that string array as a set of parameters to another function00:10
xmltoki am basically writing a wrapper to exec.Command that will parse the output of my commands00:11
*** bandarji has quit IRC00:13
*** xmltok has left #openstack-neutron00:14
*** VijayB has quit IRC00:19
*** vivek-ebay has quit IRC00:21
*** Zemeio has joined #openstack-neutron00:23
*** vivek-ebay has joined #openstack-neutron00:23
*** praneet has joined #openstack-neutron00:24
*** salv-orlando has quit IRC00:25
*** salv-orlando has joined #openstack-neutron00:26
*** banix has joined #openstack-neutron00:27
*** _cjones_ has quit IRC00:27
*** sbfox has joined #openstack-neutron00:28
*** _cjones_ has joined #openstack-neutron00:28
*** moha_hunt has quit IRC00:28
*** lukego has joined #openstack-neutron00:31
*** harlowja has joined #openstack-neutron00:31
*** _cjones_ has quit IRC00:32
karimbhello buddies, how can i troubleshoot why my vms dont have external access00:34
*** zhhuabj has joined #openstack-neutron00:35
*** harlowja has quit IRC00:36
*** kashyapk has joined #openstack-neutron00:36
*** harlowja has joined #openstack-neutron00:40
*** kashyapk has quit IRC00:41
jamespdkarimb: start with dhcp... are they getting addresses from DHCP?  Then consider whether or not you have the correct security groups to allow the external access.00:41
jamespdThen have a look inside your l3 agent to see how far the traffic is getting00:42
jamespdare you using namespaces?00:42
karimbjamespd, dhcp is fine00:42
openstackgerritPaul Michali proposed a change to openstack/neutron: VPNaaS: Allow vendor extend/override valiadation  https://review.openstack.org/9694600:42
karimbyes, i m using namespaces00:42
karimbjamespd, how can i check traffic within the l3 agent ?00:43
karimbtcpdump?00:43
jamespdyou tcpdump within the namespace of the virtual router...00:43
jamespdsuppose the tennant router has ID "AFSD"00:43
jamespdyou should locate a namespace called 'qrouter-ASDF' by using the 'ip netns' command on your l3 node.00:44
karimbjamespd, yes, i know this stuff :)00:44
jamespdthen 'ip netns exec qrouter-ASDF tcpdump -lni any'00:44
karimbjamespd, the thing is incoming traffic with floating ip doesnt work either00:45
jamespdyou should be able to confirm the NAT rules in that router namespace also...00:46
karimbthough i can see with ip netns exec qrouter-xxxx ip a that the floating ip got assigned to the virtual router00:46
*** pcm__ has quit IRC00:46
jamespdyou can use iptables -nvL -t nat to look at the nat rules counters to see if that rule is being hit.00:46
*** ramishra has joined #openstack-neutron00:47
karimbjamespd, i do see such a rule -A neutron-l3-agent-OUTPUT -d 192.168.8.202/32 -j DNAT --to-destination 192.168.7.2700:47
*** praneet has quit IRC00:48
jamespddoes the counter increase as you generate traffic?00:48
*** vivek-ebay has quit IRC00:48
karimbjamespd, this particular one doesnt00:49
jamespdthis is inbound traffic, from outside openstack to an instance, yes?00:49
karimbthis particular rule is yeah00:49
karimbtraffic to the internet from the vms doesnt work either00:50
karimballthought the vms can ping their gw00:50
* jamespd would try inspecting your br-ex to see if you can see the traffic there.00:50
karimbjamespd, how do i associate br-ext to the virtual external network created with neutron ?00:51
*** ramishra has quit IRC00:52
*** dfarrell07 has quit IRC00:53
*** baoli has quit IRC00:54
klindgrenHello all - I am having an issue.  Everything works great.  Until someone does a serivce network restart on an service running openvswitch-agent.  After that point in time no matter what I have done I cannot get the openvswitch to add the created bridges (on a compute node) or tap devices (on a dhcp-agent node) to br-int.  It will not readd missing rules, its bascially screwed - until your reboot the box.00:55
*** HenryG has quit IRC00:55
jamespdkarimb: i think that depends on your plugin.  which core plugin/openstack version are you using?00:55
*** hanzhang has quit IRC00:55
klindgrenWhat I am tryign to figure out is what is different between a restart of the box and stopping all the services and making sure everythign is dead and the restarting the services00:55
*** hanzhang has joined #openstack-neutron00:56
karimbjamespd, ml200:56
klindgrenby missing rules I mean missing flows.  It adds the defaults and that its.  In the case of a compute node it wont add the iptables rules for the security groups either00:56
karimbjamespd, so i dont see the bridge_mappings thing00:56
jamespdkarimb: which type/mechanism drivers?00:56
*** Apsu has quit IRC00:56
*** ijw_ has quit IRC00:57
*** emagana has quit IRC00:58
*** VijayB has joined #openstack-neutron00:58
*** xuhanp has joined #openstack-neutron00:59
*** garyk has quit IRC01:01
karimbovs01:01
karimbjamespd, ^01:01
jamespdkarimb: vlans?01:01
karimbgre01:01
*** german__ has quit IRC01:02
openstackgerritSalvatore Orlando proposed a change to openstack/neutron: NSX: Add a foreign key for gateway devices  https://review.openstack.org/9382601:03
karimbjamespd, actually using tcpdump01:03
karimbi can see the vm making arps requests not answered by the router01:04
*** 64MAAU9U7 is now known as strictlyb01:05
*** Apsu has joined #openstack-neutron01:05
jamespdso, you should have a gre tunnel between the qrouter namespace and the integration bridge on your hypervisor.01:06
jamespdsounds like you need to troubleshoot there.01:06
* jamespd is using the ovs core plugin and vlans at the moment, so my gre-fu is weak.01:06
*** harlowja has quit IRC01:06
karimbjamespd, ping works between internal ips, so i believe this part is indeed covered01:07
*** lukego has quit IRC01:07
jamespdcan you ping from inside the qrouter namespace to the instance?01:09
jamespdsounds like you can't if you have incomplete arp.01:10
karimbjamespd,yes01:10
karimbjamespd, actually i think i have an idea of what s going on here01:11
karimbmy floating ip ranges were set to the same range that the ip i put in br-ex....may it be causing trouble ?01:12
*** HenryG has joined #openstack-neutron01:12
*** harlowja has joined #openstack-neutron01:13
karimbjamespd, STATUS is down on the vnic of the router to the outside ext network....01:15
*** lykinsbd has quit IRC01:19
*** spandhe has joined #openstack-neutron01:19
*** lykinsbd has joined #openstack-neutron01:19
jamespdkarimb: sorry, I'm trying to do two things at once.01:20
jamespdthere was a bug at one point where that status reported down incorrectly.01:20
karimbjamespd, is there some fix?01:21
*** dims has quit IRC01:21
karimblike neutron-openvswitch restart01:22
jamespdit was just a false-positive.  it didn't break anything01:22
*** zhipeng has quit IRC01:23
*** tomoe_ has joined #openstack-neutron01:23
*** lykinsbd has quit IRC01:24
karimbjamespd, thanks, i will investigate after some sleep...01:27
jamespdkarimb: always a good idea.01:28
*** sbfox has quit IRC01:28
*** harlowja has quit IRC01:28
*** zhipeng has joined #openstack-neutron01:29
karimbjamespd, i still think the issue is with the use of a network defined outside the neutron nodes, but also as one of the nic of them ( on br-ex actually)01:31
* jamespd agrees. it is odd that you didn't see the counters increase01:31
*** igordcard has quit IRC01:33
*** zzelle has quit IRC01:37
*** kashyapk has joined #openstack-neutron01:38
*** ranger81_ has quit IRC01:39
*** ranger81 has joined #openstack-neutron01:42
*** kashyapk has quit IRC01:43
*** tomoe_ has quit IRC01:44
*** karimb has quit IRC01:44
*** sbalukoff has joined #openstack-neutron01:45
*** dims has joined #openstack-neutron01:47
*** ramishra has joined #openstack-neutron01:48
*** VijayB has quit IRC01:49
*** Dseven has quit IRC01:50
*** vivek-ebay has joined #openstack-neutron01:51
*** dims has quit IRC01:52
*** ramishra has quit IRC01:52
*** vivek-eb_ has joined #openstack-neutron01:54
*** vivek-ebay has quit IRC01:57
*** tomoe_ has joined #openstack-neutron01:58
*** tomoe_ has quit IRC01:58
*** nlahouti has quit IRC02:00
*** lykinsbd has joined #openstack-neutron02:01
*** tomoe_ has joined #openstack-neutron02:01
*** tomoe_ has quit IRC02:01
*** ramishra has joined #openstack-neutron02:04
*** zhipeng has quit IRC02:04
*** zhipeng has joined #openstack-neutron02:05
*** dvorkinista has joined #openstack-neutron02:08
*** xuhanp has quit IRC02:09
*** salv-orlando has quit IRC02:15
*** harlowja has joined #openstack-neutron02:15
*** spandhe has quit IRC02:19
*** baoli has joined #openstack-neutron02:24
*** chuckC has quit IRC02:35
*** suresh12 has quit IRC02:38
*** kashyapk has joined #openstack-neutron02:40
*** dvorkinista has quit IRC02:43
*** kashyapk has quit IRC02:44
*** nati_ueno has quit IRC02:46
*** dims has joined #openstack-neutron02:48
*** ranger81 has quit IRC02:50
*** ranger81 has joined #openstack-neutron02:50
*** vivek-eb_ has quit IRC02:51
*** dims has quit IRC02:53
*** ranger81 has quit IRC02:55
*** jorgem has joined #openstack-neutron03:03
*** leenheer has joined #openstack-neutron03:05
*** jorgem has quit IRC03:07
*** ijw has joined #openstack-neutron03:09
*** leenheer has quit IRC03:16
*** sweston has joined #openstack-neutron03:18
*** carl_baldwin has joined #openstack-neutron03:19
*** baoli has quit IRC03:21
*** sweston has quit IRC03:23
*** baoli has joined #openstack-neutron03:24
*** baoli has quit IRC03:34
*** carl_baldwin has quit IRC03:45
*** suresh12 has joined #openstack-neutron03:49
*** dims has joined #openstack-neutron03:49
*** rwsu has quit IRC03:49
*** suresh12 has quit IRC03:53
*** dims has quit IRC03:54
*** harlowja is now known as harlowja_away03:58
*** a_le has quit IRC03:59
*** ranger81 has joined #openstack-neutron04:00
*** lykinsbd has quit IRC04:04
*** ondergetekende has quit IRC04:16
*** ondergetekende has joined #openstack-neutron04:16
*** ramishra has quit IRC04:19
*** carl_baldwin has joined #openstack-neutron04:21
*** BuSerD has quit IRC04:26
*** carl_baldwin has quit IRC04:28
*** seizadi has joined #openstack-neutron04:28
*** nlahouti has joined #openstack-neutron04:36
*** ramishra has joined #openstack-neutron04:42
*** kashyapk has joined #openstack-neutron04:43
*** vivek-ebay has joined #openstack-neutron04:44
*** ondergetekende has quit IRC04:44
*** ondergetekende has joined #openstack-neutron04:45
*** dims has joined #openstack-neutron04:46
openstackgerritA change was merged to openstack/python-neutronclient: Add OverQuotaClient as exception to neutronclient  https://review.openstack.org/8978104:46
*** kashyapk has quit IRC04:48
*** dims has quit IRC04:51
openstackgerritA change was merged to openstack/neutron: Check NVP router's status before deploying a service  https://review.openstack.org/8407204:53
*** seizadi has quit IRC04:54
*** vivek-ebay has quit IRC04:58
*** hanzhang has quit IRC05:02
*** hanzhang has joined #openstack-neutron05:02
openstackgerritOpenStack Proposal Bot proposed a change to openstack/neutron: Updated from global requirements  https://review.openstack.org/9976205:12
*** simon-AS559 has joined #openstack-neutron05:14
openstackgerritOpenStack Proposal Bot proposed a change to openstack/python-neutronclient: Updated from global requirements  https://review.openstack.org/9626705:16
*** simon-AS5591 has joined #openstack-neutron05:17
*** ramishra has quit IRC05:18
*** nlahouti has quit IRC05:18
*** nlahouti has joined #openstack-neutron05:19
*** simon-AS559 has quit IRC05:19
*** ramishra has joined #openstack-neutron05:24
*** dvorkinista has joined #openstack-neutron05:29
*** catohornet has quit IRC05:39
*** lukego has joined #openstack-neutron05:45
*** lukego has quit IRC05:47
*** banix has quit IRC05:55
*** ranger81 has quit IRC05:56
*** Longgeek has joined #openstack-neutron06:06
*** dvorkinista has quit IRC06:07
openstackgerritOpenStack Proposal Bot proposed a change to openstack/neutron: Imported Translations from Transifex  https://review.openstack.org/9927506:09
*** dvorkinista has joined #openstack-neutron06:09
*** dvorkinista has quit IRC06:09
*** Longgeek has quit IRC06:10
*** Longgeek has joined #openstack-neutron06:10
*** arosen has joined #openstack-neutron06:13
*** Longgeek has quit IRC06:15
*** dvorkinista has joined #openstack-neutron06:15
*** Longgeek has joined #openstack-neutron06:15
*** dvorkinista has quit IRC06:15
*** dvorkinista has joined #openstack-neutron06:17
*** arosen1 has joined #openstack-neutron06:17
*** arosen has quit IRC06:17
*** Longgeek has quit IRC06:19
*** dvorkini_ has joined #openstack-neutron06:19
*** dvorkinista has quit IRC06:20
*** _cjones_ has joined #openstack-neutron06:25
*** _cjones_ has quit IRC06:25
*** _cjones_ has joined #openstack-neutron06:26
openstackgerritA change was merged to openstack/neutron: Removes unnecessary Embrane module-level mocks  https://review.openstack.org/9695606:26
*** arosen1 has quit IRC06:26
*** Longgeek has joined #openstack-neutron06:27
*** arosen has joined #openstack-neutron06:27
*** _cjones_ has quit IRC06:30
*** arosen has quit IRC06:31
*** dvorkini_ has quit IRC06:33
*** dvorkinista has joined #openstack-neutron06:37
openstackgerritenikanorov proposed a change to openstack/neutron: Fix pool statistics for lbaas reference haproxy driver  https://review.openstack.org/9927906:41
*** kashyapk has joined #openstack-neutron06:46
*** chalcedony has quit IRC06:47
*** jprovazn has joined #openstack-neutron06:47
*** dims has joined #openstack-neutron06:49
*** arosen has joined #openstack-neutron06:52
*** kashyapk has quit IRC06:52
*** dims has quit IRC06:54
*** ihrachyshka has joined #openstack-neutron06:56
*** ihrachyshka has quit IRC06:57
*** arosen has quit IRC06:59
*** sbfox has joined #openstack-neutron07:00
*** leenheer has joined #openstack-neutron07:00
*** jprovazn has quit IRC07:00
*** dvorkinista has quit IRC07:01
*** leenheer has quit IRC07:08
*** ramishra has quit IRC07:09
*** ramishra has joined #openstack-neutron07:09
*** arosen has joined #openstack-neutron07:13
*** ramishra has quit IRC07:13
*** sbfox has quit IRC07:15
openstackgerritA change was merged to openstack/neutron: When l2-pop ON, clean stale ports in table0 br-tun  https://review.openstack.org/9362407:22
*** arosen has quit IRC07:28
*** tchorizo is now known as tchaypo07:29
*** lukego has joined #openstack-neutron07:36
*** ramishra has joined #openstack-neutron07:38
*** nlahouti has quit IRC07:46
*** kashyapk has joined #openstack-neutron07:49
*** rcarrill` has joined #openstack-neutron07:53
*** kashyapk has quit IRC07:54
*** rcarrillocruz has quit IRC07:54
*** zhiyan_ is now known as zhiyan08:05
*** trinaths has joined #openstack-neutron08:09
*** trinaths has quit IRC08:25
*** zhipeng has quit IRC08:27
*** Longgeek has quit IRC08:31
*** xianghui has quit IRC08:34
*** kashyapk has joined #openstack-neutron08:35
*** Dokabi0-away has joined #openstack-neutron08:35
*** Dokabi0-away is now known as IanYChoi08:36
*** ramishra has quit IRC08:37
*** nlahouti has joined #openstack-neutron08:38
*** Longgeek has joined #openstack-neutron08:42
*** nlahouti has quit IRC08:48
*** kashyapk has quit IRC08:50
*** kashyapk has joined #openstack-neutron08:50
*** zhipeng has joined #openstack-neutron08:51
*** igordcard has joined #openstack-neutron08:52
*** kashyapk has quit IRC08:55
*** lukego has quit IRC09:04
openstackgerritMaruti Kamat proposed a change to openstack/neutron: Fixed audit notifications for l3-agent-router ops  https://review.openstack.org/9859309:13
*** zhiyan is now known as zhiyan_09:28
*** Vishal_ has quit IRC09:30
*** karimb has joined #openstack-neutron09:32
*** nerdonmountain has quit IRC09:34
karimbhello09:34
karimb is setting gateway_external_network_id required ?09:34
*** nerdonmountain has joined #openstack-neutron09:35
*** kashyapk has joined #openstack-neutron09:38
*** ramishra has joined #openstack-neutron09:38
*** nlahouti has joined #openstack-neutron09:39
*** salv-orlando has joined #openstack-neutron09:39
*** ramishra has quit IRC09:43
*** nlahouti has quit IRC09:43
*** ramishra has joined #openstack-neutron09:44
*** ramishra has quit IRC09:49
*** dims has joined #openstack-neutron09:53
*** dims has quit IRC09:57
*** nlahouti has joined #openstack-neutron10:10
*** afazekas has quit IRC10:11
*** nlahouti has quit IRC10:14
*** dguitarbite has joined #openstack-neutron10:37
*** nlahouti has joined #openstack-neutron10:40
*** nlahouti has quit IRC10:45
*** ramishra has joined #openstack-neutron10:45
*** salv-orlando has quit IRC10:49
*** ramishra has quit IRC10:50
*** leseb has joined #openstack-neutron10:52
*** dims has joined #openstack-neutron10:54
*** flaviof_zzz is now known as flaviof10:56
*** dims has quit IRC10:58
*** salv-orlando has joined #openstack-neutron10:59
*** kashyapk has quit IRC11:07
*** kashyapk has joined #openstack-neutron11:08
*** nlahouti has joined #openstack-neutron11:11
*** kashyapk has quit IRC11:11
*** kashyapk has joined #openstack-neutron11:12
*** moha_hunt has joined #openstack-neutron11:15
*** nlahouti has quit IRC11:16
*** kashyapk has quit IRC11:17
*** leseb has quit IRC11:47
*** leseb has joined #openstack-neutron11:48
*** leseb has quit IRC11:52
*** dims has joined #openstack-neutron11:55
*** salv-orlando has quit IRC11:59
*** dims has quit IRC12:00
*** ramishra has joined #openstack-neutron12:05
*** ramishra has quit IRC12:09
*** nlahouti has joined #openstack-neutron12:13
*** kashyapk has joined #openstack-neutron12:14
*** ramishra has joined #openstack-neutron12:14
*** kashyapk has quit IRC12:18
*** nlahouti has quit IRC12:19
*** kashyapk has joined #openstack-neutron12:20
*** dguitarbite has quit IRC12:22
*** lukego has joined #openstack-neutron12:25
*** dguitarbite has joined #openstack-neutron12:25
*** baoli has joined #openstack-neutron12:28
*** kashyapk has quit IRC12:38
*** kashyapk has joined #openstack-neutron12:39
*** kashyapk has quit IRC12:43
*** nlahouti has joined #openstack-neutron12:46
*** dguitarbite has quit IRC12:49
*** nlahouti has quit IRC12:51
*** dims has joined #openstack-neutron12:52
*** leseb has joined #openstack-neutron12:58
*** leseb has quit IRC13:03
*** ramishra has quit IRC13:08
*** leseb has joined #openstack-neutron13:09
*** kashyapk has joined #openstack-neutron13:09
*** kashyapk has quit IRC13:15
*** nlahouti has joined #openstack-neutron13:17
*** banix has joined #openstack-neutron13:21
*** nlahouti has quit IRC13:22
*** leseb has quit IRC13:27
*** leseb has joined #openstack-neutron13:28
*** zhipeng has quit IRC13:29
*** zhipeng has joined #openstack-neutron13:29
*** leseb has quit IRC13:32
*** ramishra has joined #openstack-neutron13:39
*** ramishra has quit IRC13:43
*** nlahouti has joined #openstack-neutron13:48
*** nlahouti has quit IRC13:52
*** zzelle has joined #openstack-neutron13:54
*** ramishra has joined #openstack-neutron13:56
*** lukego has quit IRC14:05
*** salv-orlando has joined #openstack-neutron14:08
*** Trpfnc has joined #openstack-neutron14:17
Trpfnchello everyone14:17
*** nlahouti has joined #openstack-neutron14:18
Trpfncsomeone can help to me, i have a problem after installation configuring the external network14:19
*** dims has quit IRC14:20
*** kong has joined #openstack-neutron14:20
*** nlahouti has quit IRC14:22
*** banix has quit IRC14:24
*** dims has joined #openstack-neutron14:39
*** ramishra has quit IRC14:43
*** ramishra has joined #openstack-neutron14:44
*** lukego has joined #openstack-neutron14:45
*** zhipeng has quit IRC14:45
*** zhipeng has joined #openstack-neutron14:45
*** nlahouti has joined #openstack-neutron14:49
*** nlahouti has quit IRC14:53
*** sunrenjie6 has joined #openstack-neutron14:59
*** nati_ueno has joined #openstack-neutron15:11
*** kong has quit IRC15:16
*** kashyapk has joined #openstack-neutron15:20
*** nlahouti has joined #openstack-neutron15:20
*** nlahouti has quit IRC15:24
*** safchain has joined #openstack-neutron15:25
*** salv-orlando has quit IRC15:26
*** kashyapk has quit IRC15:26
*** kashyapk has joined #openstack-neutron15:30
*** superdan is now known as dansmith15:33
*** kashyapk has quit IRC15:34
*** zhipeng has quit IRC15:37
*** zhipeng has joined #openstack-neutron15:37
*** kashyapk has joined #openstack-neutron15:40
*** kashyapk has quit IRC15:44
*** igordcard has quit IRC15:45
*** dims has quit IRC15:46
*** julim has quit IRC15:48
*** ramishra has quit IRC15:48
*** kashyapk has joined #openstack-neutron15:49
*** sbfox has joined #openstack-neutron15:50
*** nlahouti has joined #openstack-neutron15:51
*** kashyapk has quit IRC15:53
*** nlahouti has quit IRC15:55
*** arosen has joined #openstack-neutron16:02
*** arosen has quit IRC16:09
*** ramishra has joined #openstack-neutron16:09
*** Trpfnc has quit IRC16:13
*** dims has joined #openstack-neutron16:13
*** dims has quit IRC16:17
*** a_le has joined #openstack-neutron16:20
*** ramishra has quit IRC16:21
*** nlahouti has joined #openstack-neutron16:22
*** nlahouti has quit IRC16:26
*** dims has joined #openstack-neutron16:26
*** yamahata has quit IRC16:27
*** sunrenjie6 has quit IRC16:28
*** arosen has joined #openstack-neutron16:30
openstackgerritNachi Ueno proposed a change to openstack/neutron: Added extension for network_securitygroup  https://review.openstack.org/10001616:39
*** sweston has joined #openstack-neutron16:42
*** dguitarbite has joined #openstack-neutron16:46
*** sbfox has quit IRC16:46
*** sunrenjie6 has joined #openstack-neutron16:47
*** nlahouti has joined #openstack-neutron16:48
*** nati_ueno has quit IRC16:50
*** sbfox has joined #openstack-neutron16:51
*** sunrenjie6 has quit IRC16:53
*** sunrenjie6 has joined #openstack-neutron16:54
*** nlahouti has quit IRC16:57
*** _adrian_ has joined #openstack-neutron16:57
*** nlahouti has joined #openstack-neutron16:57
*** sunrenjie6 has quit IRC16:58
*** Longgeek has quit IRC17:01
*** Longgeek has joined #openstack-neutron17:05
*** xianghui has joined #openstack-neutron17:06
*** dims has quit IRC17:08
*** baoli has quit IRC17:15
*** otherwiseguy has joined #openstack-neutron17:16
*** dvorkinista has joined #openstack-neutron17:18
*** lukego has quit IRC17:20
*** sbfox has quit IRC17:20
*** ramishra has joined #openstack-neutron17:22
*** ramishra has quit IRC17:24
*** ramishra has joined #openstack-neutron17:25
*** arosen has quit IRC17:26
*** Trpfnc has joined #openstack-neutron17:32
*** leseb has joined #openstack-neutron17:35
*** otherwiseguy has quit IRC17:38
*** ihrachyshka has joined #openstack-neutron17:44
*** lukego has joined #openstack-neutron17:44
*** Trpfnc has quit IRC17:44
*** Trpfnc has joined #openstack-neutron17:45
*** leenheer has joined #openstack-neutron17:46
*** ihrachyshka has quit IRC17:51
*** ihrachyshka has joined #openstack-neutron17:51
*** kashyapk has joined #openstack-neutron17:52
*** leenheer has quit IRC17:52
*** Trpfnc has quit IRC17:54
*** kashyapk_ has joined #openstack-neutron17:55
*** Trpfnc has joined #openstack-neutron17:57
*** kashyapk has quit IRC17:58
*** kashyapk_ has quit IRC18:01
*** dims has joined #openstack-neutron18:05
*** Trpfnc has quit IRC18:05
*** ramishra has quit IRC18:06
*** Longgeek has quit IRC18:08
*** dims has quit IRC18:09
*** emagana has joined #openstack-neutron18:15
*** dvorkinista has quit IRC18:17
*** nlahouti has quit IRC18:18
*** krtaylor has quit IRC18:19
*** dave_tucker_zzz is now known as dave_tucker18:21
*** leseb has quit IRC18:24
*** leseb has joined #openstack-neutron18:24
*** emagana has quit IRC18:28
*** banix has joined #openstack-neutron18:29
*** emagana has joined #openstack-neutron18:29
*** leseb has quit IRC18:31
*** leseb has joined #openstack-neutron18:32
*** emagana has quit IRC18:34
*** leseb has quit IRC18:36
*** alexpilotti has joined #openstack-neutron18:38
*** dvorkinista has joined #openstack-neutron18:39
*** baoli has joined #openstack-neutron18:41
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Configure agents using neutron.common.config.init (formerly .parse)  https://review.openstack.org/9750518:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Removed local modification in incubator code  https://review.openstack.org/9968618:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Don't instantiate RPC clients on import  https://review.openstack.org/9750618:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Introduced rpc_compat.create_connection()  https://review.openstack.org/9729018:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging  https://review.openstack.org/9729118:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Copy-paste RPC Service class for backwards compatibility  https://review.openstack.org/9728918:42
*** sweston has quit IRC18:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Make sure we call BaseTestCase.setUp() first  https://review.openstack.org/9762318:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Updated neutron.conf to reflect new RPC options  https://review.openstack.org/10001418:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Don't explicitly call .stop() on mock.patch objects  https://review.openstack.org/9880718:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Added notifier entry points for backward compatibility  https://review.openstack.org/10001318:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Moved rpc_compat.py code back into rpc.py  https://review.openstack.org/9881318:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Removed 'rpc' and 'notifier' incubator modules  https://review.openstack.org/9881218:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Introduce RpcCallback class  https://review.openstack.org/9679218:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Renamed consume_in_thread -> consume_in_threads  https://review.openstack.org/9880918:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Renamed start_rpc_listener -> start_rpc_listeners  https://review.openstack.org/9880818:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Removed create_rpc_dispatcher methods  https://review.openstack.org/9881118:42
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Renamed argument for create_consumer[s]  https://review.openstack.org/9881018:42
*** Trpfnc has joined #openstack-neutron18:43
*** leseb has joined #openstack-neutron18:49
*** Trpfnc has quit IRC18:50
*** safchain has quit IRC18:51
*** _adrian_ has quit IRC18:52
*** irenab has joined #openstack-neutron18:57
*** ihrachyshka has quit IRC19:05
*** dims has joined #openstack-neutron19:05
*** leseb has quit IRC19:08
*** yfried_ has joined #openstack-neutron19:08
*** leseb has joined #openstack-neutron19:08
*** dims has quit IRC19:10
*** leseb has quit IRC19:13
*** sweston has joined #openstack-neutron19:17
*** ranger81 has joined #openstack-neutron19:27
*** dguitarbite has quit IRC19:36
*** zzelle has quit IRC19:39
*** zzelle has joined #openstack-neutron19:44
*** sweston has quit IRC19:48
*** seizadi has joined #openstack-neutron19:59
*** ihrachyshka has joined #openstack-neutron20:00
*** ihrachyshka has quit IRC20:01
*** nlahouti has joined #openstack-neutron20:10
*** dvorkinista has quit IRC20:18
*** Sukhdev has joined #openstack-neutron20:35
*** seizadi has quit IRC20:37
*** ranger81 has quit IRC20:39
openstackgerritmark mcclain proposed a change to openstack/neutron: remove pep8 E122 exemption and correct style  https://review.openstack.org/9951220:43
openstackgerritmark mcclain proposed a change to openstack/neutron: remove E251 exemption from pep8 check  https://review.openstack.org/9952120:43
openstackgerritmark mcclain proposed a change to openstack/neutron: enable E713 in pep8 tests  https://review.openstack.org/9952220:43
openstackgerritmark mcclain proposed a change to openstack/neutron: enable F402 check for flake8  https://review.openstack.org/9954820:43
openstackgerritmark mcclain proposed a change to openstack/neutron: enable F811 check for flake8  https://review.openstack.org/9954920:43
openstackgerritmark mcclain proposed a change to openstack/neutron: enable F812 check for flake8  https://review.openstack.org/9955020:43
openstackgerritmark mcclain proposed a change to openstack/neutron: enable H104 hacking checks  https://review.openstack.org/9957820:43
openstackgerritmark mcclain proposed a change to openstack/neutron: enable H237 check  https://review.openstack.org/9957920:44
openstackgerritmark mcclain proposed a change to openstack/neutron: enable H401 hacking check  https://review.openstack.org/9958020:44
openstackgerritmark mcclain proposed a change to openstack/neutron: enable H402 hacking check  https://review.openstack.org/9958120:44
openstackgerritmark mcclain proposed a change to openstack/neutron: enable hacking H904 checks  https://review.openstack.org/9958220:44
*** markmcclain has joined #openstack-neutron20:48
openstackgerritmark mcclain proposed a change to openstack/neutron: enable F811 check for flake8  https://review.openstack.org/9954920:55
openstackgerritmark mcclain proposed a change to openstack/neutron: enable hacking H904 checks  https://review.openstack.org/9958220:55
openstackgerritmark mcclain proposed a change to openstack/neutron: enable F402 check for flake8  https://review.openstack.org/9954820:55
openstackgerritmark mcclain proposed a change to openstack/neutron: enable H402 hacking check  https://review.openstack.org/9958120:55
openstackgerritmark mcclain proposed a change to openstack/neutron: enable H401 hacking check  https://review.openstack.org/9958020:55
openstackgerritmark mcclain proposed a change to openstack/neutron: enable F812 check for flake8  https://review.openstack.org/9955020:55
openstackgerritmark mcclain proposed a change to openstack/neutron: remove pep8 E122 exemption and correct style  https://review.openstack.org/9951220:55
openstackgerritmark mcclain proposed a change to openstack/neutron: enable H237 check  https://review.openstack.org/9957920:55
openstackgerritmark mcclain proposed a change to openstack/neutron: enable H104 hacking checks  https://review.openstack.org/9957820:55
openstackgerritmark mcclain proposed a change to openstack/neutron: remove E251 exemption from pep8 check  https://review.openstack.org/9952120:55
openstackgerritmark mcclain proposed a change to openstack/neutron: enable E713 in pep8 tests  https://review.openstack.org/9952220:55
*** markmcclain has quit IRC21:01
*** SridharG has joined #openstack-neutron21:06
*** amaretskiy has joined #openstack-neutron21:09
*** sbfox has joined #openstack-neutron21:11
*** SridharG has quit IRC21:14
*** dims has joined #openstack-neutron21:15
*** nlahouti has quit IRC21:16
*** sbfox has quit IRC21:17
*** dims has quit IRC21:21
*** nlahouti has joined #openstack-neutron21:21
*** sbfox has joined #openstack-neutron21:22
*** dave_tucker is now known as dave_tucker_zzz21:26
*** dave_tucker_zzz is now known as dave_tucker21:26
*** sweston has joined #openstack-neutron21:29
*** sbfox has quit IRC21:35
*** dvorkinista has joined #openstack-neutron21:54
*** yfried_ has quit IRC22:01
*** yfried_ has joined #openstack-neutron22:01
*** jkary1 has joined #openstack-neutron22:11
*** lukego has quit IRC22:16
*** dims has joined #openstack-neutron22:17
*** sweston has quit IRC22:19
*** sweston has joined #openstack-neutron22:20
*** moha_hunt has quit IRC22:20
*** dims has quit IRC22:21
*** sweston has quit IRC22:22
*** otherwiseguy has joined #openstack-neutron22:34
*** Sukhdev has quit IRC22:35
*** Sukhdev has joined #openstack-neutron22:38
*** tomoe_ has joined #openstack-neutron22:42
*** dave_tucker is now known as dave_tucker_zzz22:48
*** simon-AS559 has joined #openstack-neutron22:51
*** simon-AS5591 has quit IRC22:54
*** tomoe_ has quit IRC23:10
*** dims has joined #openstack-neutron23:18
*** dims has quit IRC23:23
openstackgerritKevin Benton proposed a change to openstack/neutron: Big Switch: Catch exceptions in watchdog thread  https://review.openstack.org/10007523:28
*** otherwiseguy has quit IRC23:40
*** otherwiseguy has joined #openstack-neutron23:43
*** karimb has quit IRC23:50
*** ranger81 has joined #openstack-neutron23:55
*** ranger81 has quit IRC23:56
*** ranger81 has joined #openstack-neutron23:59

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