Tuesday, 2017-08-22

*** yamamoto_ has joined #openstack-fwaas00:18
*** yamamoto_ has quit IRC00:24
openstackgerritOpenStack Proposal Bot proposed openstack/neutron-fwaas-dashboard master: Updated from global requirements  https://review.openstack.org/49485500:40
openstackgerritOpenStack Proposal Bot proposed openstack/neutron-fwaas master: Updated from global requirements  https://review.openstack.org/49605101:10
*** yamamoto_ has joined #openstack-fwaas01:21
*** yamamoto_ has quit IRC01:26
*** yamamoto_ has joined #openstack-fwaas02:22
*** yamamoto_ has quit IRC02:28
*** yamamoto has joined #openstack-fwaas02:56
*** yamamoto has quit IRC03:02
reedipyushiro_kaiouken : Unable to deploy Devstack with the modifications you gave03:42
yushiro_kaioukenreedip, L2-agent ?03:42
reedipSeems the devstack is unable to find etc/neutron/plugins/ml2/ml2_conf.ini03:43
reedipThere seems to be a "/" missing before etc/03:43
yushiro_kaioukenOh, really? I could deploy in latest version....03:43
reedipChecking03:44
yushiro_kaioukenPS4803:44
reedipYes, PS 4803:44
yushiro_kaioukenhmm, I didn't edit such path.03:45
yushiro_kaioukenI just added iniset $NEUTRON_CORE_PLUGIN_CONF agent extensions fwaas_v203:45
yushiro_kaiouken    iniset $NEUTRON_CORE_PLUGIN_CONF fwaas enable_l2 $FWAAS_V2_ENABLE_L203:45
yushiro_kaioukenreedip, Did you try my procedure which I sent you an e-mail?03:50
reedipYES03:50
reedipyushiro_kaiouken   : Trying to see if the value of Neutron_core_plugin_conf has been modified03:50
reedipin my devstack03:51
yushiro_kaioukenMy devstack's last commit was af9f71d693cd548b18986e99f58503fa57f815f103:51
yushiro_kaioukenand succeeded03:52
yushiro_kaioukenIs your devstack later than above commit?03:52
reedipMine is July 14 , probably way earlier :)03:56
reedipI checked out new code03:57
reedipand redeploying devstack03:57
*** yamamoto has joined #openstack-fwaas04:03
*** yamamoto has quit IRC04:09
reedipThe same error04:25
reedip source /opt/stack/neutron-fwaas/devstack/plugin.sh stack post-config04:25
reedip2017-08-22 04:09:50.310 | tee: etc/neutron/plugins/ml2/ml2_conf.ini: No such file or directory04:25
yushiro_kaioukenhmm04:33
yushiro_kaioukenhow about aligning devstack version?04:34
yushiro_kaioukenplz try the same version.04:36
yushiro_kaioukenand same local.conf04:37
amotokiisn't a / required before $NEUTRON_CORE_PLUGIN_CONF ? it looks better you check the actual value of $NEUTRON_CORE_PLUGIN_CONF.04:37
amotokibut looking at the latest devstack, $NEUTRON_CORE_PLUGIN_CONF has a filename starting with a slash04:40
amotokiis your env up-to-date?04:40
amotokiwe usually have no good solution to make older devstack work. The solution is to pull the latest devstack :)04:42
yushiro_kaioukenreedip, If you hit a same bug even if you use latest devstack, I'll update my patchset.04:53
yushiro_kaioukenPlease let me know a result .04:53
*** yamamoto has joined #openstack-fwaas05:05
reedipamotoki , yushiro_kaiouken : I pulled the latest devstack and used this line in local.conf #enable_plugin neutron-fwaas https://github.com/openstack/neutron-fwaas.git refs/changes/71/323971/4805:07
reedipthe result was failure05:07
reedipwhen I changed the local.conf to enable_plugin neutron-fwaas https://git.openstack.org/openstack/neutron-fwaas05:08
reedipdevstack worked succesfully05:08
reedipI have the latest devstack05:08
yushiro_kaioukenreedip, Did you include enable_service q-fwaas-v2 ?05:09
*** SridarK has joined #openstack-fwaas05:09
reedipyep05:09
yushiro_kaioukenand What was $NEUTRON_CORE_PLUGIN_CONF ?05:09
*** yamamoto has quit IRC05:10
reedipI didnt change it05:15
reedipSo if it is working without checking out the L2 Agent, then it meansd that the NEUTRON_CORE_PLUGIN_CONF would have "/"05:15
yushiro_kaioukenOK, I'll fix it.  However, I don't know why yesterday's devstack could work correctly...05:21
reedipTry to print the NEUTROn_CORE_PLUGIN_CONF in your patch05:22
yushiro_kaioukenI checked /etc/neutron/plugins/ml2/ml2_conf.ini and definitely added  extensions=fwaas_v2  and enable_l2=True ..05:22
yushiro_kaioukenThat's really strange.05:22
reedipHmm05:26
yushiro_kaioukenanyway, I'll try to test in latest neutron,devstack05:26
reedipI checked .. NEUTRON_CORE_PLUGIN_CONF_FILENAME=${NEUTRON_CORE_PLUGIN_CONF_FILENAME:-ml2_conf.ini}05:27
reedipNEUTRON_CORE_PLUGIN_CONF=$NEUTRON_CORE_PLUGIN_CONF_PATH/$NEUTRON_CORE_PLUGIN_CONF_FILENAME05:27
reedipNEUTRON_CORE_PLUGIN_CONF_PATH=$NEUTRON_CONF_DIR/plugins/$NEUTRON_CORE_PLUGIN05:27
reedipNEUTRON_CONF_DIR=/etc/neutron05:28
reedipSeems like it should be correctly loading05:28
yushiro_kaioukenI removed /opt/stack/neutron-fwaas  and /opt/stack/neutron  and try to deploy ./stack.sh05:32
openstackgerritMerged openstack/neutron-fwaas-dashboard master: Use flake8-import-order plugin  https://review.openstack.org/49549505:36
yushiro_kaioukenSridarK, thanks for your review of horizon patch.05:37
yushiro_kaioukenSridarK, regarding to duplicate displaying, it is solved to replace from 'public' to 'shared' for getting resources.  Just was a typo.05:38
reedipI am also testing with some logs in the devstack/plugin.sh05:51
reedipseems your iniset is causing the issue yushiro_kaiouken05:52
reedipBtw dont stay as kaiouken so long,you will lose all your energy :P05:52
yushiro_kaioukenreedip, I have a lot of 'senzu' so it's OK :)06:03
yushiro_kaioukenreedip, yes, regarding l2-agent extension, I'll use plugin_agent_add_l2_agent_extension fwaas_v206:04
yushiro_kaioukenreedip, Regarding latter case, will add "/" at the top of $NEUTRON_CORE_PLUGIN_CONF06:05
yushiro_kaioukenit may be work06:05
*** yamamoto has joined #openstack-fwaas06:06
yushiro_kaioukenreedip, any comment ?06:07
reedipNo , it wont work if you put / before $NEUTRON_CORE_PLUGIN_CONF06:09
reedipI am debugging it , wait06:11
reedipI mean continue , but lemme look at it06:12
*** yamamoto has quit IRC06:12
yushiro_kaioukenah, won't work. OK06:15
yushiro_kaioukenhmm, I would have removed all of /etc/neutron ...06:15
reedipsensu beans are getting to your head06:16
reedipwait a minute, dont mess up your env :)06:16
reedipThere may be some other issue06:16
*** eezhova has joined #openstack-fwaas06:26
*** SridarK has quit IRC06:26
reedipIt is failing in     iniset $NEUTRON_CORE_PLUGIN_CONF agent extensions fwaas_v206:26
reedipyushiro_kaiouken : I modified the file a bit and now cleaned the devstack. Redeploying, but an echo of  $NEUTRON_CORE_PLUGIN_CONF shows etc/ and not /ext/06:41
reedip%s/ext/etc/g06:42
yushiro_kaioukenI deployed latest devstack and succedded..06:59
yushiro_kaioukenin Ubuntu06:59
yushiro_kaiouken16.0406:59
yushiro_kaioukenreedip, sorry I forgot checking $NEUTRON_CORE_PLUGIN_CONF but it was configured in /etc/neutron/plugins/ml2/ml2_conf.init07:01
reediphmm07:02
reedipI am getting this error with only your patch07:08
reedip:P07:09
yushiro_kaioukenMaybe my patch is tired ;) haha07:12
yushiro_kaioukenreedip, did you use local.conf which I sent ?07:13
reedipyes...07:13
yushiro_kaioukenplease remove /etc/neutron/* , /opt/stack/neutron and /opt/stack/neutron-fwaas07:14
yushiro_kaioukenThen, could you restart ./stack.sh ?07:14
reedipLemme try07:15
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: Fix filtering parameter to get firewall_group  https://review.openstack.org/45378607:15
yushiro_kaioukenhoangcx, pig07:16
yushiro_kaioukenhoangcx, sorry, ping07:16
reedippig?07:16
reedipHAHAHAHAHAHAHA07:16
yushiro_kaioukenouch!!07:16
*** eezhova has quit IRC07:16
reediphahahaha07:16
hoangcxyushiro_kaiouken: pong :)07:19
yushiro_kaioukenhoangcx, I updated https://review.openstack.org/#/c/453786/07:19
yushiro_kaioukenhoangcx, If you have time, could you review it?07:20
hoangcxyushiro_kaiouken: yes, thank you07:20
-openstackstatus- NOTICE: Gerrit is going to be restarted due to slow performance07:36
-openstackstatus- NOTICE: Gerrit has been restarted successfully07:39
*** eezhova has joined #openstack-fwaas07:45
*** hoangcx has quit IRC08:20
*** hoangcx has joined #openstack-fwaas08:24
eezhovaFolks, can somebody explain why there is this logic that forbids associating a port with several firewall groups? E.g. https://github.com/openstack/neutron-fwaas/blob/master/neutron_fwaas/db/firewall/v2/firewall_db_v2.py#L735-L74808:28
eezhovaIt contradicts with the FWaaS v2 spec that says that the new API "Allows multiple firewall group associations for the same Neutron port" https://specs.openstack.org/openstack/neutron-specs/specs/newton/fwaas-api-2.0.html#proposed-change08:28
*** yamamoto has joined #openstack-fwaas08:35
reedipI just mentioned that in the review eezhova08:36
reedipeezhova : _set_ports_for_firewall_group function is in create_firewall_group and update_firewall_group08:37
reedipeezhova : Ok, Now I see that the fwaas_plugin_v2 actually calls this function from create_fwg and update_fwg08:39
yushiro_kaioukeneezhova, hi08:40
reedipeezhova : the point is one port can be associated tio only one FWG08:40
yushiro_kaioukeneezhova, Previously, we thought fwg could use like security-group.  As you know, a port can be associated with multiple security-groups.08:41
reedipBut the FWG can have a list of ports , which  have not yet been associated to any FWG08:41
reedipPort -> FWG is N:1 relationship08:41
reedipyushiro_kaiouken : please confirm08:41
yushiro_kaioukeneezhova, However, fwg has 'deny' rule and it is necessary to consider 'order' between firewall groups.08:43
yushiro_kaioukeneezhova, Now we cannot control the order between firewall groups.  Therefore, we decided to associate 1 port can be associated 1 firewall group in current design.08:44
yushiro_kaioukeneezhova, BTW,  regarding security-group, it includes only 'allow' rule, therefore no need to consider their order between security groups.08:45
*** yushiro_kaiouken is now known as yushiro08:45
eezhovayushiro, reedip thanks for replies. I wanted to make sure that it was a conscious and weighted decision not something that happened accidentally08:47
yushiroeezhova, we can associate 1 firewall group for 1 port.  However, we can put multiple firewall rules on it with 'order'  managed as ingress/egress_firewall_policy :)08:48
amotokiyushiro's extreme seems over :)08:48
amotokiyushiro: do you know the current status of fwaas dashboard?08:48
amotokiyushiro: are we waiting Sarath ?08:48
eezhovayushiro, that's a nice feature, I'll have to try it out :)08:49
yushiroamotoki, I'm still fixing/finding critical bug and not updated patchset.08:49
yushiroamotoki, yes, but I'd like to update current patch set...08:49
amotokiyushiro: I just wonder how we try to avoid duplicated works and accidental overriding..08:50
yushiroamotoki, Indeed.. I'd like separate part of work with you and Sarath.08:51
yushiroamotoki, In order to increase efficiency08:51
amotokiyushiro: i've touched nothing :)08:52
amotokipreviously Sarath overrode my patch set (devstack plugin) and i am just afraid the similar thing happens08:53
yushiroamotoki, OK. Well, I'm a little concern about it.08:54
amotokisome better communication needs...08:54
yushiroyeah...  I'd like to work like 'mob programming'08:55
yushiroWhile today's IRC meeting, I'll keep on finding/fixing bug and make patch file.08:57
*** yamamoto has quit IRC08:59
*** yamamoto has joined #openstack-fwaas08:59
*** yamamoto has quit IRC08:59
amotokiyushiro: question on your comment: https://review.openstack.org/#/c/475840/17/neutron_fwaas_dashboard/dashboards/project/firewalls_v2/forms.py@18109:07
amotokiyushiro: your code checks body[key] == 'None' first, but this means None is always sent to the server. Is it what you intend?09:08
yushiroamotoki, ah!!  It's a bug!09:09
amotokiyushiro: just commented https://review.openstack.org/#/c/475840/17/neutron_fwaas_dashboard/dashboards/project/firewalls_v2/forms.py@18109:10
yushiroamotoki, del body[key] should be called at first and call continue after del[key]09:10
amotokiyushiro: another approach without deepcopy09:10
yushiroamotoki, Thanks.09:11
yushiroamotoki, checked.  Your approach is much more smart :)09:12
amotokiperhaps you would like to convert 'None' to None and then compare new values with the current values key by key09:12
yushiroYes.09:13
yushiroA little trickey point is handle(), that is, edit view of firewall group cannot retrieve all of attributes.09:14
yushiroSo, I had to choose attributes which enable to edit.09:15
amotokiwhat do you mean? do you talk about UpdateFirewall(Group)?09:16
yushiroamotoki, Yes, it is.09:21
amotokiyushiro: is there something wrong?09:22
yushiroamotoki, not wrong :)  But I felt that initial_values was not necessary.09:23
amotokiyushiro: do you mean some fields you set in views.py do not appear in self.initial in the workflow class?09:24
amotokioh.... UpdateFirewall class does not use workflow. it uses Form.09:25
yushiroamotoki, maybe yes :09:26
yushirosorry amotoki,  I'm not sure the relation b/w workflow and form09:27
amotokiyushiro: there is no relationship. workflow is another type of form which can contain multiple steps (as tab)09:27
yushiroWhat I'd like to say is initial_values is not necessary and it's enough to refer self.initlal and context.items()09:28
amotokiyushiro: yeah, that's true :)09:28
yushiro:)09:30
amotokiIMHO I am now feeling that we should defer v2 dashboard to queens and release it in early Queens09:32
amotokidepending on what the next patch set looks like, I think we need at least three rounds of reviews to land it and we don't have enough to do so :(09:33
yushiroYes, it is so tight schedule.09:34
amotokiThursday is the release day, so we should not count it as days we have. it means Wed is the last day for larger changes.... hmmm... too tight09:38
yushiroDO MY BEST!  let's discuss about strategy in today's IRC meeting09:50
*** yushiro has quit IRC09:51
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: FWaaS v2 extension for L2 agent  https://review.openstack.org/32397109:53
*** yamamoto has joined #openstack-fwaas10:00
*** yamamoto has quit IRC10:05
openstackgerritReedip proposed openstack/neutron-fwaas master: Fix periodic py35 job failure  https://review.openstack.org/49619010:21
reedipyushiro : http://status.openstack.org/openstack-health/#/g/project/openstack~2Fneutron-fwaas is the dashboard of the log failures of fwaas10:21
reedipand ^^ is the fix10:21
reedipamotoki : this was decided last week , jfyi10:23
amotokireedip: what?10:23
reedipamotoki : http://eavesdrop.openstack.org/meetings/fwaas/2017/fwaas.2017-08-15-14.00.log.html#l-14710:25
reedipamotoki : oh ok ...10:26
reedipsaw your message10:26
reedipamotoki : can I provide http://status.openstack.org/openstack-health/#/g/project/openstack~2Fneutron-fwaas as an evidence ?10:28
reedipThough I guess once the job is fixed, this issue wont be visible10:28
*** yamamoto has joined #openstack-fwaas10:30
openstackgerritReedip proposed openstack/neutron-fwaas master: Fix periodic py35 job failure  https://review.openstack.org/49619010:30
amotokireedip: what would you like to do? I think you just share error message you found.10:31
amotokiyou don't need to paste full messages of the job.10:32
reedipamotoki : I updated the message to have only the error condition10:57
reedipamotoki: never mind, saw your comment10:58
*** njohnston has quit IRC11:00
openstackgerritReedip proposed openstack/neutron-fwaas master: Fix periodic py35 job failure  https://review.openstack.org/49619011:03
*** njohnston has joined #openstack-fwaas11:06
*** yamamoto has quit IRC11:18
*** yamamoto has joined #openstack-fwaas11:30
*** yushiro has joined #openstack-fwaas11:42
*** yamamoto has quit IRC11:46
*** yamamoto has joined #openstack-fwaas11:48
yushiroreedip, hi.  Have you tried devstack with l2-agent which I told ?11:49
openstackgerritOpenStack Proposal Bot proposed openstack/neutron-fwaas-dashboard master: Updated from global requirements  https://review.openstack.org/49485511:50
openstackgerritYushiro FURUKAWA proposed openstack/neutron-fwaas master: Remove log translations  https://review.openstack.org/47910211:55
*** yamamoto has quit IRC12:03
*** yamamoto has joined #openstack-fwaas12:04
*** yamamoto has quit IRC12:10
*** yamamoto has joined #openstack-fwaas12:12
openstackgerritElena Ezhova proposed openstack/neutron-fwaas master: Fix router update on L3 agent restart  https://review.openstack.org/49565712:22
*** yushiro has quit IRC12:57
*** yamamoto has quit IRC13:12
*** yamamoto has joined #openstack-fwaas13:14
*** yamamoto has quit IRC13:22
*** hoangcx_ has joined #openstack-fwaas13:25
*** chandanc has joined #openstack-fwaas13:53
*** SridarK has joined #openstack-fwaas13:57
*** SarathMekala has joined #openstack-fwaas13:58
*** chandanc_ has joined #openstack-fwaas13:59
*** chandanc has quit IRC13:59
*** chandanc_ is now known as chandanc13:59
*** yushiro has joined #openstack-fwaas13:59
*** reedip_ has joined #openstack-fwaas14:06
openstackgerritMerged openstack/neutron-fwaas-dashboard master: devstack: Remove workaround for horizon plugin framework  https://review.openstack.org/49548614:15
*** yamamoto has joined #openstack-fwaas14:23
*** yamamoto has quit IRC14:28
openstackgerritMerged openstack/neutron-fwaas-dashboard master: Move Firewall panel in the left menu lower by default  https://review.openstack.org/49548714:41
reedip_o/15:01
yushiroSridarK, xgerman_ https://review.openstack.org/#/c/453786/  let me explain why this fix is necessary15:02
reedip_the bug report states a lot yushiro :)15:03
yushiroaha :)15:03
yushiroIndeed !15:03
yushiroperhaps I'm tired :)15:04
reedip_senzu bean ??15:04
yushiroreedip_, I had a lot of like senzu bean (red bull), but it is empty :)15:05
reedip_dont drink too much red bull15:06
reedip_it gives you initial energy15:06
reedip_but once the caffine goes down, you get more tired than you were before :)15:06
reedip_try espresso with Hot water ... it keeps you awake longer :P15:06
yushiroreedip_, oh, I didn't know both news.  Thank you.15:07
*** hoangcx_ has quit IRC15:07
yushiroK, I'll go to bed now.  See you tomorrow15:07
reedip_I tried Monster and Red Bull and Espresso. Read it and experimented on it, so I know something . Try it and lemme know15:07
yushirohaha, OK :)15:08
yushiroYou drunk so much !15:08
*** yushiro has quit IRC15:08
*** eezhova has quit IRC15:12
*** chandanc has quit IRC15:16
*** SarathMekala has quit IRC15:18
*** yamamoto has joined #openstack-fwaas15:25
*** yamamoto has quit IRC15:30
reedip_guess most people went15:34
reedip_SridarK , xgerman_ can you look into https://review.openstack.org/#/c/453786/ ? It improves some functionality for filtering15:35
reedip_also SridarK, xgerman_ have we considered using nftables as an agent for firewall ?15:35
*** SarathMekala has joined #openstack-fwaas15:44
*** sarathmekala_ has joined #openstack-fwaas15:45
xgerman_reedip_ given that we are heading to ovn I am not sure how that would help. The thinh I am most excited about is https://www.cilium.io15:46
reedip_OVN ?15:47
xgerman_OVS15:47
xgerman_I somethimes confuse the two since they are fundamentally the same15:47
reedip_cilium looks nice15:47
xgerman_yeah, if I had more time I would definitely explore that deeper15:48
reedip_I think this is something I would like to discuss, as to what the roadmap of fwaas is , after V2 officially releases with the dashboard15:48
xgerman_yeah, that makes sense15:48
*** SarathMekala has quit IRC15:49
xgerman_we probably need some Kubernetes story to be cool15:50
xgerman_K8 needs Loadbalancers but there firewall story is mostly calico15:50
xgerman_if I would be a strategist in a networking company (hint, hint SridarK) I would invest resources to align that with hardware and OpenStack15:51
reedip_how about kuryr?15:54
reedip_Its kind of a project for Kubernetes networking15:54
xgerman_nobody I know is using kuryr15:54
xgerman_people like to do as mauch as they can in K8 and only go to OpenDtack when they have to like all the LB ins K8 suck15:55
xgerman_so they use Octavia15:55
xgerman_Calico fundamentally sucks, too, but there hasn’t been pressure to be better15:55
reedip_hmm , so there is a scope of utilizing FWaaS in K8S and Docker15:55
reedip_Basically k8s, docker would come by itself15:56
xgerman_this si what cilium does but if you are on OpenStack…15:56
xgerman_k8s has integartion with LBaaS and they use CNI to integrate with the network but they don’t have firewalls per se15:57
xgerman_they only isolate network through policies — but don’t protect ports, source Ip, etc.15:57
xgerman_so all those systems have some proprietary outside interface to manaipulate things15:58
reedip_xgerman_ nice case study . You could have pitched this as a CFP for Sydney15:58
xgerman_now if you manage to tie that into FWaaS (and the corresponding Amazon, Azure, etc.) services that would be a winner15:58
reedip_:)15:58
xgerman_yeah, yeah, I am not working for people who would support me in this15:59
xgerman_that’s more SridarK’s land15:59
reedip_ok... :)16:00
*** reedip_ has quit IRC16:04
*** eezhova has joined #openstack-fwaas16:10
amotokixgerman_, SridarK, yushiro: I prepared a release patch of neutron-fwaas-dashboard and mark it WIP now https://review.openstack.org/#/c/496307/16:21
*** yamamoto has joined #openstack-fwaas16:26
*** yamamoto has quit IRC16:32
xgerman_thanks16:34
*** SridarK has quit IRC16:38
*** yamamoto has joined #openstack-fwaas17:28
*** yamamoto has quit IRC17:35
openstackgerritElena Ezhova proposed openstack/neutron-fwaas master: Fix router update on L3 agent restart  https://review.openstack.org/49565717:41
*** SridarK has joined #openstack-fwaas17:55
SridarKxgerman_: sorry i had stepped away and to get ready to head to the office17:56
xgerman_no worries, was more of a general discussion about direction. I think we need to get in on the K8 action ;-)17:56
SridarKxgerman_: but great points on cillium - we shd discuss some during the PTG for container based security17:56
SridarKxgerman_: huge +117:57
*** eezhova has quit IRC18:04
*** yamamoto has joined #openstack-fwaas18:31
*** yamamoto has quit IRC18:37
*** amotoki has quit IRC18:53
*** yamamoto has joined #openstack-fwaas19:33
*** yamamoto has quit IRC19:38
*** eezhova has joined #openstack-fwaas19:44
*** eezhova has quit IRC20:27
*** yamamoto has joined #openstack-fwaas20:35
*** yamamoto has quit IRC20:38
*** yamamoto has joined #openstack-fwaas20:38
*** yamamoto has quit IRC20:39
*** yamamoto has joined #openstack-fwaas21:10
*** yamamoto has quit IRC21:15
*** yamamoto_ has joined #openstack-fwaas22:11
*** yamamoto_ has quit IRC22:17
*** SridarK has quit IRC23:02
*** yamamoto_ has joined #openstack-fwaas23:13
*** yamamoto_ has quit IRC23:18
sarathmekala_Please check the mail for the code patch23:23
*** sarathmekala_ has quit IRC23:31
*** yushiro has joined #openstack-fwaas23:46

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