Tuesday, 2015-11-24

*** openstackgerrit has quit IRC00:16
*** openstackgerrit has joined #senlin00:17
*** rebase has quit IRC00:39
*** rebase has joined #senlin01:15
*** pratikmallya has joined #senlin01:20
*** Yanyanhu has joined #senlin01:28
*** shu has quit IRC01:37
*** shu-mutou has joined #senlin01:37
*** zhenguo has joined #senlin01:38
*** Qiming has joined #senlin01:56
*** Qiming has quit IRC02:01
*** Yanyanhu has quit IRC02:03
openstackgerritMerged openstack/senlin-dashboard: Return node.physical_id while node is creating  https://review.openstack.org/24871102:19
*** jdandrea has quit IRC02:20
*** Yanyanhu has joined #senlin02:47
*** rebase has quit IRC02:56
openstackgerritYanyan Hu proposed openstack/senlin: Enable update of image property for nova server profile  https://review.openstack.org/24855503:11
*** Qiming has joined #senlin03:15
Yanyanhuhi, Qiming, I found the 'authenticate' method in sdk driver doesn't work for this patch was merged https://review.openstack.org/#/c/186140/03:16
Yanyanhuthus unit test also failed03:17
Qimingyes, I'm trying to fix03:17
Yanyanhuok03:17
Qimingto diagnose I have to do tox -epy27 -r03:17
Yanyanhu...03:17
Qimingand network is broken03:17
Qimingcannot recreate test environment03:17
Yanyanhucrap network03:17
Yanyanhuit's terrible, especially in recent days03:18
Qiminghuangtianhua is also complaining03:18
Qimingsenlinclient is broken by sdk change03:18
Yanyanhuok03:19
Qimingthus senlinclient plugin is not working, it is starting to block heat gate03:19
Yanyanhuhttps://review.openstack.org/#/c/242681/1/openstack/connection.py is this the new method we should use?03:19
Yanyanhu...03:19
Yanyanhusigh03:19
Yanyanhuif so, IMHO, this method should return some auth info rather than just succeed silently03:20
Qimingcannot recall why we are using 'authenticate'03:20
Yanyanhuwe use it for token and user_id03:20
Qimingokay, then we use it03:21
Qimingmake it return an auth_info03:21
Yanyanhuyes, I guess so03:21
Yanyanhubut this patch is still in progress03:21
Qimingit needs a rebase03:22
Qimingmy tox environment is completely broken too03:22
Qimingcannot do a thing03:22
Yanyanhuseems so03:22
Qimingdamn China03:22
Yanyanhureally need a proxy. I set up a socket5 proxy in my local env for yum03:23
*** yuanying has quit IRC03:23
Yanyanhubut for pip, still need a http proxy03:23
Yanyanhuhttp://git.openstack.org/cgit/openstack/senlin/tree/senlin/drivers/openstack/keystone_v3.py#n14003:23
Yanyanhuget_token and get_user_id are two methods using authenticate function03:24
Qimingso we can use get_token and get_user_id directly?03:34
Yanyanhuno, they still depend on authenticate method03:34
Yanyanhuhttp://paste.openstack.org/show/479809/03:35
Yanyanhucan we rewrite authenticate method like this? before brain's patch is merged03:35
Yanyanhucurrently, sdk still doesn't support get_token in identity proxy layer I think03:36
Qiminga minute03:36
Yanyanhuok03:36
*** elynn has joined #senlin03:36
Qimingcheck this: https://review.openstack.org/#/c/242681/03:36
QimingI'm taking over that patch03:36
Qimingbut this is orthogonal to your proposal03:37
Qimingyou can still avoid 'import transport' directly03:37
Yanyanhuyes, but if this patch is better I think03:38
Yanyanhuif we can merge it03:38
QimingI'm waiting for the gate to do a quick approval of 24268103:38
Qimingthe solution you posted is also needed03:38
Yanyanhuwe should invoke conn.authorize after this patch is merged03:38
Qimingwe won't be able to import transport directly03:38
Yanyanhuok03:38
Yanyanhuyes03:38
Qimingit is gone03:39
Yanyanhuyes, I will help to fix sdk driver in senlin service using this way03:40
Qimingelynn03:40
Yanyanhuoh, Qiming, I think before sdk gives a new release, we may still need a workaround?03:41
Qimingyes03:42
elynnHi Qiming03:42
Yanyanhuin client side03:42
Qimingelynn, huangtianhua pinged me03:42
Qimingcomplaining that senlin client plugin is breaking heat gate03:42
elynnfor what?03:42
Qimingwe are diagnosing the problem03:42
Qimingthe root cause is that sdk changed something which may be causing problems in both senlin server and senlinclient03:43
Qimingthis is the damn change: https://review.openstack.org/#/c/186140/03:43
elynnsigh!03:43
Qimingelynn, please help diagnose it from heat side03:43
elynnI will check the log03:43
Qimingthanks03:45
elynnIs it ok to just skip senlin_plugin tests for now?03:46
Qimingit is that the senlinclient is broken03:47
Qimingskip it is okay I think03:47
openstackgerritQiming Teng proposed openstack/python-senlinclient: Fix bug introduced by openstacksdk  https://review.openstack.org/24898803:54
*** pratikmallya has quit IRC03:57
*** yuanying has joined #senlin04:08
openstackgerritYanyan Hu proposed openstack/senlin: Fix authenticate method in sdk driver  https://review.openstack.org/24899404:09
elynnalso fire a bug in senlin https://bugs.launchpad.net/senlin/+bug/151919204:11
openstackLaunchpad bug 1519192 in senlin "New version of openstacksdk is breaking jenkins" [Undecided,New]04:11
elynnSo that we can have a place to track it.04:11
*** elynn has quit IRC04:15
xuhaiweiHi, everyone, I am just back to office just now ;(04:18
*** elynn has joined #senlin04:23
*** pratikmallya has joined #senlin04:33
openstackgerritMerged openstack/senlin: Fix authenticate method in sdk driver  https://review.openstack.org/24899404:46
openstackgerritMerged openstack/senlin: API doc change for profile-update operation  https://review.openstack.org/24672004:52
QimingYanyanhu, https://review.openstack.org/#/c/242681/06:41
Qimingreworked Brian's patch06:41
Yanyanhuok, will check it06:42
Qimingnot sure just returning a token would suffice06:42
Yanyanhulast patchset's unit test failed06:42
Yanyanhuhmm, currently, we also rely on it to get user_id based on credential given06:42
Qimingit was wrong because it still assuming there is a transport module06:42
Yanyanhusince keystone's policy will prevent user performing user_get operation by default06:43
Yanyanhuso, token is the only information that can be got using this way?06:44
Qimingbut as you can see from the patch, we can always do a conn.session.get_user_id()?06:44
Yanyanhuok06:45
YanyanhuI didn't see get_token method in session.Session class?06:45
Yanyanhuonly get_endpoint method there06:46
Qimingdamn it, get_user_id() demands a auth06:46
Qimingit is not in session.Session06:46
Qimingthat Session is a wrapper of the keystoneauth1.session06:46
Yanyanhuok06:46
YanyanhuI think their rework about authentication is not clean, still some problems need to fix06:48
Qimingit is much cleaner if you spend some time on the openstack/keystoneauth project06:50
QimingI just quickly browsed thru the code06:50
Qimingit is actually helpful06:50
Yanyanhuoh, didn't notice this project before06:50
Qimingit is making sdk code a lot cleaner06:50
Yanyanhuwill look at it06:50
Qimingright, we were not looking closely at keystone's development06:50
Qimingactually, the current 'authorize()' function added is optional06:51
Qimingwe can avoid using it06:51
Yanyanhuok06:51
Qimingjust do a conn.session.get_token()06:52
Yanyanhuyes, that will be much clearer06:52
QimingI'm still studying the AccessInfo structure and see whether we can make authorize() return such a struct06:53
Qimingthat would be much helpful06:53
Yanyanhuyes, for both verification and getting useful authencation info06:53
openstackgerritYanyan Hu proposed openstack/senlin: Enable update of network properties for nova server profile  https://review.openstack.org/24156106:54
openstackgerritYanyan Hu proposed openstack/senlin: Enable update of image property for nova server profile  https://review.openstack.org/24855506:54
Yanyanhuoh, BTW, Qiming, I think you may need to rebase all those patches which failed unit test06:54
Qimingyes06:57
Qimingwill do that later06:57
Yanyanhuand the latest two patches in client side hang there although the workflow has been triggered in gerrit06:58
Yanyanhuweird, I didn't see related jobs were added in zuul status page06:58
Qimingmaybe need to retrigger again06:59
Qimingglobal_project wasn't reviewed so ... it forms a chain now06:59
Qiminga pain for solving it06:59
Yanyanhuyes07:00
openstackgerritQiming Teng proposed openstack/python-senlinclient: Fix bug introduced by openstacksdk  https://review.openstack.org/24898807:01
Qimingretriggering07:01
Yanyanhuok07:01
Qiminghold the approval07:02
Qimingtill jenkins say 'yes'07:02
Yanyanhuon check?07:02
Qimingyep07:02
Yanyanhuok07:02
Qimingdon't know if some protocol has changed07:02
Yanyanhuok07:02
Qimingdidn't realize this was created on the master branch: https://review.openstack.org/#/c/248733/07:03
Qimingoh I see, there is a dependency: https://review.openstack.org/#/c/248517/07:03
Qimingthis latter one wasn't reviewed07:04
Yanyanhuah07:04
Yanyanhudidn't notice this07:04
Qimingin commit message, I introduced a dependency: Change-Id: I9fac64f1e81a6d4e61a93d57a1272d175e8b61e007:04
QimingDepends-On: Icab38c970de7704c3134afd1b96a03b3670bd2ad07:04
Qimingwe really need more cores to review07:05
Yanyanhulet me check it07:05
Yanyanhuright07:05
openstackgerritlvdongbing proposed openstack/senlin: Support single test  https://review.openstack.org/24851107:05
openstackgerritYanyan Hu proposed openstack/senlin: Reimplement authenticate method in sdk driver  https://review.openstack.org/24904307:11
QimingYanyanhu, about 24904307:15
QimingI'd suggest we go with conn.session.get_token() or conn.session.get_user_id() directly07:15
Qimingthe conn.authorize() method is no good07:16
Yanyanhuok, so we don't rely on connection.authorize()07:16
Qimingyep07:16
Yanyanhuok, understand07:16
Qimingthat thing is okay returning a token07:16
QimingI'm expecting some objections from brian and terry07:16
Qimingalso, I tried to return some AccessInfo but it seems not that straightforward07:17
Yanyanhuok, will rework on it07:18
Qimingthx07:18
Yanyanhuno problem07:19
Qimingby the way07:19
Qimingthe sdk.authenticate() method is invoked from keystone_v307:19
Yanyanhuyes07:20
Qimingeach time we invoke kv3.get_token(), we are providing a dict for a new connection, is that always the case?07:20
YanyanhuI think so07:20
Qimingokay07:21
QimingI see, they are 'classmethod'07:21
Qiminggot it07:21
Yanyanhuyep07:22
openstackgerritMerged openstack/senlin: Fix cluster-list api inconsistency  https://review.openstack.org/24851707:23
openstackgerritMerged openstack/python-senlinclient: Add 'global_project' option for cluster-list  https://review.openstack.org/24873307:37
Qimingit has just become a huge mess now07:38
Qiminggit review07:38
QimingYou are about to submit multiple commits. This is expected if you are07:38
Qimingsubmitting a commit that is dependent on one or more in-review07:38
Qimingcommits. Otherwise you should consider squashing your changes into one07:38
Qimingcommit before submitting.07:38
QimingThe outstanding commits are:07:38
Qiming095a60c (HEAD, fix-cluster-update) Let cluster-update return 400 if profile not found07:38
Qiming0f85d60 Let cluster-create return 400 if profile not found07:38
Qiming6348c25 (master) Merge branch 'master' of git://git.openstack.org/openstack/senlin07:39
Qiming6dd053a Merge branch 'master' of git://git.openstack.org/openstack/senlin07:39
Qiming214fc8d Add parameter sanitization for policy-attach07:39
QimingDo you really want to submit the above commits?07:39
QimingType 'yes' to confirm, other to cancel: yes07:39
Qimingremote: Resolving deltas: 100% (22/22)07:39
Qimingremote: Processing changes: refs: 1, done07:39
QimingTo https://tengqm:ZcK4qjpWkuIY@review.openstack.org/openstack/senlin.git07:39
Qiming ! [remote rejected] HEAD -> refs/publish/master/bug/1518209 (you are not allowed to upload merges)07:39
Qimingerror: failed to push some refs to 'https://tengqm:ZcK4qjpWkuIY@review.openstack.org/openstack/senlin.git'07:39
QimingHow am I supposed to solve this ... sigh07:39
Yanyanhu...07:39
Qimingno single patch can be resubmitted for review now07:40
elynndo a rebase first07:40
Qimingyes, I did07:40
elynn?07:40
QimingI was trying to avoid dependencies among these patches07:40
QimingI don't understand how there they come in again07:41
Qiming git checkout master07:41
QimingSwitched to branch 'master'07:41
QimingYour branch is ahead of 'origin/master' by 3 commits.07:41
Qiming  (use "git push" to publish your local commits)07:41
elynn6dd053a Merge branch 'master' of git://git.openstack.org/openstack/senlin07:41
QimingI cannot recover my master branch now07:41
Yanyanhuit is a nightmare when some unrelated patches were merged and appeared in the chain when you're doing rebase...07:41
elynn6348c25 (master) Merge branch 'master' of git://git.openstack.org/openstack/senlin07:41
QimingI don't know how to recover now07:43
elynnyes, rebase is always a nightmare..07:43
elynngit checkout master07:43
elynngit branch -m somename07:43
elynngit checkout -B master origin/master07:43
Qiming[tengqm@node1 senlin]$ git checkout master07:43
QimingAlready on 'master'07:43
QimingYour branch is ahead of 'origin/master' by 3 commits.07:43
Qiming  (use "git push" to publish your local commits)07:43
elynnThen you have a clean master now...07:43
elynnThen switch to your branch, do 'git rebase -i master'07:44
Yanyanhuelynn, oh, nice :)07:44
elynnhope that can help...07:45
xuhaiweiI think you can use 'git reset ~HEAD'07:45
Qimingokay trying07:45
Qimingxuhaiwei, I have got 3 commits ahead of master07:45
Qimingam I supposed to do a reset?07:45
xuhaiweiQiming, you can do it for three times07:45
Qimingthen?07:46
Qimingstart all over again?07:46
xuhaiweiyou are in which branch now?07:46
QimingI don't know07:46
QimingI think I'm in master07:47
Qimingand I'm trying to rebase my 7-8 patches that were breaking07:47
xuhaiweithen do that command to have a try07:47
Qimingthey were not reviewed and accumulated and they have some dependencies07:47
Qimingthen sdk is breaking us07:47
Qimingthen we got a new master07:47
Qimingsomehow, I managed to get a state 'ahead of master by 3 commits'07:48
xuhaiweithe new master contains some patches that are not merged?07:48
QimingI don't know07:48
QimingI have local branch names07:48
Qimingbut if I'm fixing a bug07:48
xuhaiweigit log shows what?07:48
Qimingthe branch name changed to somthing like 'bug/234252'07:48
Qiminghave to check one by one again ...07:48
Qimingsigh07:48
openstackgerritQiming Teng proposed openstack/senlin: Add jobs related to gating/publishing (API) docs  https://review.openstack.org/24671007:49
Qiminglet me try rework the whole thing piece by piece07:50
*** gongysh_ has joined #senlin07:54
*** shu-mutou has quit IRC07:57
openstackgerritYanyan Hu proposed openstack/senlin: Change pre_test_hook.sh mode to executable  https://review.openstack.org/24905607:59
openstackgerritMerged openstack/senlin: Add jobs related to gating/publishing (API) docs  https://review.openstack.org/24671008:02
*** pratikmallya has quit IRC08:04
openstackgerritMerged openstack/senlin: Support single test  https://review.openstack.org/24851108:11
openstackgerritYanyan Hu proposed openstack/senlin: Reimplement authenticate method in sdk driver  https://review.openstack.org/24904308:26
*** shu-mutou has joined #senlin08:27
*** lvdongbing has joined #senlin08:28
*** shu-mutou has quit IRC08:31
Yanyanhuhi, Qiming, I guess there are still some issues in senlin client or serice side since I got the following exception when using senlin cli to create nova server node sometimes08:46
YanyanhuUnknown exception: Could not find requested endpoint in Service Catalog.08:46
Yanyanhu'NoneType' object has no attribute 'to_dict'08:46
Qimingokay08:46
Qimingpinpoint it?08:47
Yanyanhudidn't see related error log.08:47
Yanyanhuyes, will check it08:47
Qimingsenlin -d08:47
Yanyanhuok08:47
openstackgerritQiming Teng proposed openstack/senlin: Disallow profile update for spec  https://review.openstack.org/24669408:56
openstackgerritLiuqing Jing proposed openstack/senlin-dashboard: Add event-list api  https://review.openstack.org/24907708:57
*** openstackgerrit has quit IRC09:16
*** openstackgerrit has joined #senlin09:17
openstackgerritQiming Teng proposed openstack/senlin: Change developer/user docs about profile-update  https://review.openstack.org/24671709:22
Qimingreminder: team meeting on #openstack-meeting at 1300 UTC09:23
Yanyanhuok09:25
xuhaiweiok09:28
openstackgerritQiming Teng proposed openstack/senlin: Claim fixing 404/400 usage in engine service  https://review.openstack.org/24796309:28
elynngot it.09:29
*** lvdongbing has quit IRC09:38
openstackgerritYanyan Hu proposed openstack/senlin: Reimplement authenticate method in sdk driver  https://review.openstack.org/24904309:40
YanyanhuQiming, still didn't find the exact reason of the error I mentioned before... I doubt it is related to recent change on session module in openstack09:59
Yanyanhuplan to leave, will keep looking at it09:59
xuhaiweihave you reported it already Yanyanhu?10:00
Yanyanhunope, since I'm not sure whose error it is10:00
Yanyanhusenlinclient, senlin service, sdk or even keystoneauth...10:00
xuhaiweijust can't create a node in senlin?10:01
YanyanhuI can, but sometimes, it will fail10:01
Yanyanhufor this exception: Unknown exception: Could not find requested endpoint in Service Catalog.10:01
Yanyanhuwhich given by senlinclient10:01
Yanyanhuthis exception happened in execution progress of 'session.get()'10:01
xuhaiweiit happens when creating a node?10:02
Yanyanhubut haven't find the exact reason10:02
*** zhenguo has quit IRC10:02
Yanyanhuyes, actually, it happened when getting a node detail10:02
xuhaiweiok10:02
Yanyanhunot sure this is the original place that error happened10:02
Yanyanhuneed keep debuging10:03
elynnYanyanhu,  sounds like a bug in senlin service.10:03
Yanyanhuelynn, ok, just didn't saw error info in service log10:03
elynnok...10:05
Qimingcould be sdk bug10:05
YanyanhuI also doubted it happened in endpoint_get method in keystone_v3 driver10:05
Qimingsometimes sdk just assume you have swift installed10:05
elynnwill off work now10:05
Yanyanhubut looks like it wasn't10:05
Qimingfor eample10:05
YanyanhuQiming, ok10:05
elynnttyl10:05
Yanyanhuttyl10:05
xuhaiweisee u10:05
Qimingbye10:05
openstackgerritQiming Teng proposed openstack/senlin: Add reno for release notes generation  https://review.openstack.org/24910410:06
*** elynn has quit IRC10:06
YanyanhuQiming, I also guess so since it looks like the error is directly given by some sdk lib which are invoked in client side10:07
Yanyanhuanyway, need further debug10:07
Yanyanhuwill leave, ttyl10:08
Qimingsdk lib?10:08
Yanyanhuyes10:08
Qimingokay10:08
YanyanhuI think this error is not returned from senlin service10:08
Qimingdon't understand you10:09
YanyanhuI mean it's not a user-visible exception that happened in senlin service side and returned to client10:09
Qimingokay10:10
Qimingthe "in client side" confused me10:10
Qimingbasically, we need some LOG.exception() call10:10
Qimingcould have added that if not for python version problem10:10
xuhaiweiI can't run any senlin command now, got this exception: keystoneauth1.exceptions.auth_plugins.NoMatchingPlugin10:11
xuhaiweiSDK is up to date, and reinstalled10:11
Qimingxuhaiwei, fixing that: https://review.openstack.org/#/c/248988/10:12
Qimingif you can help do a review, it would be great10:12
xuhaiweiI will learn it first10:13
Qimingok10:17
*** Yanyanhu has quit IRC10:17
*** Qiming has quit IRC10:26
openstackgerritMerged openstack/python-senlinclient: Fix bug introduced by openstacksdk  https://review.openstack.org/24898810:42
openstackgerritMerged openstack/senlin: Disallow profile update for spec  https://review.openstack.org/24669410:43
*** Liuqing has joined #senlin10:50
*** Qiming has joined #senlin11:26
openstackgerritMerged openstack/senlin: Add parameter sanitization for policy-attach  https://review.openstack.org/24852911:32
openstackgerritMerged openstack/senlin: Fix CONF.set_override usage  https://review.openstack.org/24791811:42
Liuqingwill we have meetings today?12:05
openstackgerritMerged openstack/senlin: Claim fixing 404/400 usage in engine service  https://review.openstack.org/24796312:06
QimingLiuqing, yes12:10
Qiming9:00 pm12:10
Qimingopenstack-meeting12:10
openstackgerritQiming Teng proposed openstack/senlin: Let cluster-create return 400 if profile not found  https://review.openstack.org/24796612:11
Liuqingyes, but i couldn't found today's meeting agenda.12:11
Qimingwhile, not yet added, :)12:11
Qimingeveryone is welcomed to add items12:11
LiuqingO12:12
*** Qiming has quit IRC12:22
*** Qiming has joined #senlin12:23
openstackgerritMerged openstack/senlin: Let cluster-create return 400 if profile not found  https://review.openstack.org/24796612:29
openstackgerritQiming Teng proposed openstack/senlin: Let cluster-update return 400 if profile not found  https://review.openstack.org/24798212:30
*** yanyanhu has joined #senlin12:38
openstackgerritMerged openstack/senlin: Let cluster-update return 400 if profile not found  https://review.openstack.org/24798212:40
*** elynn has joined #senlin12:40
openstackgerritMerged openstack/senlin: Change pre_test_hook.sh mode to executable  https://review.openstack.org/24905612:42
*** lvdongbing has joined #senlin13:01
elynnmeeting?13:01
*** zhenguo has joined #senlin13:01
yanyanhumeeting time13:03
*** lvdongbing has quit IRC13:04
*** lvdongbing has joined #senlin13:04
*** lkarm has joined #senlin13:08
*** yanyan has joined #senlin13:13
*** Qiming has quit IRC13:13
*** Qiming has joined #senlin13:16
*** yanyanhu has quit IRC13:16
*** Qiming has quit IRC13:17
*** Qiming has joined #senlin13:18
*** Liuqing_ has joined #senlin13:31
*** Liuqing has quit IRC13:32
*** yanyan is now known as yanyanhu13:43
Qiming#endmeeting14:00
*** Qiming has quit IRC14:01
*** Qiming has joined #senlin14:02
*** Qiming has quit IRC14:02
*** Qiming has joined #senlin14:03
*** elynn has quit IRC14:04
*** yanyanhu has quit IRC14:06
openstackgerritlvdongbing proposed openstack/senlin: Update node status when fail to create nova instance  https://review.openstack.org/23875314:12
openstackgerritMerged openstack/senlin: Enable update of network properties for nova server profile  https://review.openstack.org/24156114:31
*** jdandrea has joined #senlin14:38
openstackgerritMerged openstack/senlin-dashboard: Add event-list api  https://review.openstack.org/24907714:41
openstackgerritQiming Teng proposed openstack/senlin: Remove 'trigger' from api layer  https://review.openstack.org/24926115:00
openstackgerritlvdongbing proposed openstack/senlin: Update node status when fail to create nova instance  https://review.openstack.org/23875315:05
Qiminglvdongbing, still online?15:07
*** lvdongbing has quit IRC15:07
*** Qiming has quit IRC15:24
*** pratikmallya has joined #senlin15:27
*** Liuqing_ has quit IRC15:54
*** pratikmallya has quit IRC15:54
*** pratikmallya has joined #senlin15:59
*** pratikma_ has joined #senlin16:03
*** pratikmallya has quit IRC16:05
*** zhenguo has quit IRC16:29
*** rebase has joined #senlin16:30
*** rebase has quit IRC16:34
*** pratikmallya has joined #senlin17:54
*** pratikmallya has quit IRC17:54
*** pratikmallya has joined #senlin17:54
*** pratikma_ has quit IRC17:56
*** pratikmallya has quit IRC18:04
*** lkarm has quit IRC18:47
*** pratikmallya has joined #senlin18:50
*** pratikmallya has quit IRC18:50
*** pratikmallya has joined #senlin18:51
*** pratikmallya has quit IRC19:05
*** pratikmallya has joined #senlin19:05
*** lkarm has joined #senlin19:17
*** lkarm has quit IRC19:57
*** pratikmallya has quit IRC21:40
*** pratikmallya has joined #senlin21:46
*** pratikmallya has quit IRC22:14
*** pratikmallya has joined #senlin22:46
*** Qiming has joined #senlin23:22
*** lkarm has joined #senlin23:51

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