Wednesday, 2015-11-04

*** pratikma_ has quit IRC00:17
*** lvdongbing has joined #senlin00:26
*** zhenguo has joined #senlin01:00
*** Yanyanhu has joined #senlin01:40
*** lixinhui has joined #senlin01:55
openstackgerritYanyan Hu proposed openstack/senlin: Add config option for name uniqueness  https://review.openstack.org/23405102:07
*** elynn has joined #senlin02:09
*** Yanyanhu has quit IRC02:09
*** elynn has quit IRC02:15
*** pratikmallya has joined #senlin02:17
xuhaiweiHi everyone02:25
*** Yanyanhu has joined #senlin02:27
*** elynn has joined #senlin02:27
*** lixinhui has quit IRC02:27
*** lixinhui has joined #senlin02:28
elynnmorning02:28
xuhaiweimorning02:28
openstackgerritMerged openstack/python-senlinclient: Adapt resource path to server revision  https://review.openstack.org/24112802:34
*** Qiming has joined #senlin02:35
elynnWow, I notice that there are two Rollcall-Vote for senlin https://review.openstack.org/#/c/235172/02:39
elynnWhat does that mean?02:39
xuhaiweitwo TC people have agreed I think02:43
Qimingthe vote didn't happen last night, sigh ...02:44
elynn...02:44
elynnWhy?02:44
Qimingchair ttx was late02:45
Qimingand only 7 members appeared02:45
Qimingso the vote is postponed to next week02:45
xuhaiweithat means your early woke up is almost a waste?02:46
Qimingyes02:48
elynnoops...02:50
xuhaiweittx was there when we were having weekly meeting02:51
*** Qiming has quit IRC03:06
*** Liuqing has joined #senlin03:10
*** Liuqing has quit IRC03:13
*** Liuqing has joined #senlin03:13
*** lkarm has joined #senlin03:25
*** lkarm has quit IRC03:28
*** jdandrea has quit IRC03:29
*** Qiming has joined #senlin03:34
*** ldb_ has joined #senlin03:49
*** lvdongbing has quit IRC03:50
*** pratikmallya has quit IRC03:51
openstackgerritYanyan Hu proposed openstack/senlin: Add config option for name uniqueness  https://review.openstack.org/23405103:58
*** gongysh has quit IRC04:13
*** gongysh has joined #senlin04:20
*** gongysh has quit IRC04:24
*** gongysh has joined #senlin04:25
*** ldb_ has quit IRC04:41
*** ldb_ has joined #senlin04:42
QimingYanyanhu, https://review.openstack.org/#/c/221163/04:42
Qimingplease add this as a todo as well04:42
Qimingbasically, it is about return code 404 and 40004:42
Yanyanhuok04:42
Qimingif we are doing get /xxxxx/profiles/<pid>, and the <pid> doesn't exist, we should return 40404:43
Qimingbecause the resource is represented in URI04:43
Yanyanhuyes04:43
Qimingon the other hand, when we do post /xxxxx/clusters/<cid>/policies with a <policy_id> contained in the body04:44
Qimingwe can find the cluster cid, but we cannot find <policy_id> policy, this is the case where 400 should be used04:44
Yanyanhuoh04:45
Yanyanhunot 404 in this case?04:45
Yanyanhucurrently, 404 resp code will be returned for this case I think04:45
Yanyanhuneed to change related implementation04:46
Qimingyes, in the second case, the resource not found is not about cluster, it is about policy04:46
Qimingthat means a bad request (400), not a 40404:46
Qimingright, that is the reason why I'm suggesting a TODO item04:46
Yanyanhuok, got it04:47
Yanyanhuhi, elynn, are you around04:50
elynnyes04:50
YanyanhuI saw your comment here https://review.openstack.org/#/c/234051/7/senlin/tests/unit/engine/service/test_clusters.py, in line 9404:51
Yanyanhuyou mean this configure change will influence other test cases in the test_cluster model?04:51
elynnI just notice that you change the name in following tests.04:51
elynnyes, will it?04:51
Yanyanhuhmm, not sure, but I guess it won't. I thought this configure change will just influence that single test case?04:52
Yanyanhuonly 'test_cluster_create_already_exists'04:52
elynnok, I thought you change then names to *-2 is because of this04:53
elynnJust curious ;)04:53
Yanyanhuah, let me have a check, can't recall the exact reason for that change...04:54
openstackgerritQiming Teng proposed openstack/python-senlinclient: Revised client interface  https://review.openstack.org/24080504:57
Yanyanhuhi, elynn, I have changed those name back and the test passed05:05
elynnok, that was my misunderstand.05:06
Yanyanhubut I'm still not sure. Maybe there is a chance that the following test cases will fail for this configuration change.05:06
Yanyanhuwill make more tests05:07
openstackgerritQiming Teng proposed openstack/python-senlinclient: Revised client interface  https://review.openstack.org/24080505:41
*** lkarm has joined #senlin05:52
*** lkarm has quit IRC05:56
*** gongysh has quit IRC06:34
*** gongysh has joined #senlin06:35
*** Liuqing has quit IRC06:53
*** Liuqing has joined #senlin06:54
*** Liuqing has quit IRC07:03
*** Liuqing has joined #senlin07:04
*** gongysh has quit IRC07:24
*** gongysh has joined #senlin07:25
openstackgerritYanyan Hu proposed openstack/senlin: Update TODO/FEATURE item list  https://review.openstack.org/24076407:52
Qimingcool, will review07:53
YanyanhuThanks :)07:53
*** gongysh has quit IRC07:58
*** gongysh has joined #senlin07:59
*** lixinhui has quit IRC08:04
*** gongysh has quit IRC08:11
elynnHi Qiming and Yanyanhu , I've upload a initial code for senlin resources at https://github.com/lynic/templates/tree/master/senlin/heat_resource , please have a look if you have time.08:12
Yanyanhusure08:12
Qiminggreat08:13
xuhaiweiwill go to pick up my daughter, see you tomorrow08:14
*** gongysh has joined #senlin08:14
openstackgerritMerged openstack/senlin: Add config option for name uniqueness  https://review.openstack.org/23405108:17
elynnIt's just initial version, and haven't figure out how to handle update08:18
elynnBut we can try it and find a good way to solve get_file problem.08:18
*** yuanying has quit IRC08:20
*** pratikmallya has joined #senlin08:27
*** gongysh has quit IRC08:31
openstackgerritQiming Teng proposed openstack/python-senlinclient: Revised client interface  https://review.openstack.org/24080508:36
*** gongysh has joined #senlin08:37
*** yuanying has joined #senlin08:53
*** gongysh has quit IRC08:54
*** gongysh has joined #senlin09:00
*** elynn has quit IRC09:27
*** pratikmallya has quit IRC09:28
*** lixinhui has joined #senlin09:41
*** pratikmallya has joined #senlin09:45
*** ldb_ has quit IRC09:48
*** Liuqing has quit IRC09:54
*** elynn has joined #senlin10:02
*** zhenguo has quit IRC10:03
*** pratikmallya has quit IRC10:05
*** elynn has quit IRC10:07
*** Qiming has quit IRC10:08
*** Liuqing has joined #senlin10:18
openstackgerritYanyan Hu proposed openstack/senlin: Support network update of nova server profile  https://review.openstack.org/24156110:39
openstackgerritYanyan Hu proposed openstack/senlin: [WIP]Support network update of nova server profile  https://review.openstack.org/24156110:40
*** Yanyanhu has quit IRC10:45
*** khomkrit has joined #senlin10:57
*** Qiming has joined #senlin11:01
*** pratikmallya has joined #senlin11:30
*** pratikmallya has quit IRC11:50
*** lixinhui has quit IRC12:13
*** Qiming has quit IRC12:45
*** pratikmallya has joined #senlin13:06
*** pratikmallya has quit IRC13:26
*** Liuqing_ has joined #senlin13:28
*** Liuqing has quit IRC13:31
*** elynn has joined #senlin13:42
*** elynn_ has joined #senlin13:55
openstackgerritLiuqing Jing proposed openstack/senlin-dashboard: Add profile spec in profile column of node table  https://review.openstack.org/24160813:55
*** elynn has quit IRC13:56
openstackgerritMerged openstack/senlin-dashboard: Updated from global requirements  https://review.openstack.org/24109614:04
*** lkarm has joined #senlin14:40
*** openstackgerrit has quit IRC14:47
*** openstackgerrit has joined #senlin14:47
*** pratikmallya has joined #senlin14:52
openstackgerritLiuqing Jing proposed openstack/senlin-dashboard: add profile deltail test  https://review.openstack.org/24165515:41
*** elynn_ has quit IRC15:59
openstackgerritLiuqing Jing proposed openstack/senlin-dashboard: Add profile deltail test  https://review.openstack.org/24165516:03
*** Liuqing_ has quit IRC16:15
*** lkarm has quit IRC16:53
*** lkarm has joined #senlin16:54
*** lkarm has quit IRC16:59
*** pratikma_ has joined #senlin17:04
*** pratikmallya has quit IRC17:07
*** pratikmallya has joined #senlin17:11
*** pratikma_ has quit IRC17:11
*** pratikma_ has joined #senlin17:11
*** pratikmallya has quit IRC17:16
*** rebase has joined #senlin17:30
*** pratikma_ has quit IRC17:41
*** jdandrea has joined #senlin18:02
*** pratikmallya has joined #senlin18:25
*** lkarm has joined #senlin19:07
*** khomkrit has quit IRC20:26
jdandreaHi! Are there any etherpads for the Senlin discussions in Tokyo?21:03
*** pratikmallya has quit IRC21:20
*** pratikmallya has joined #senlin21:46
*** rebase has quit IRC21:55
*** pratikmallya has quit IRC22:13
*** lkarm has quit IRC22:17
*** lkarm has joined #senlin22:18
*** lkarm has quit IRC22:22
*** lkarm has joined #senlin22:47
*** pratikmallya has joined #senlin22:49
*** pratikma_ has joined #senlin22:50
*** lkarm has quit IRC22:51
*** pratikmallya has quit IRC22:55

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