Friday, 2015-11-27

*** Qiming has quit IRC00:06
*** lvdongbing has joined #senlin00:21
*** pratikmallya has quit IRC00:36
*** Qiming has joined #senlin01:07
Qimingmorning01:08
*** pratikmallya has joined #senlin01:12
xuhaiweimorning01:13
*** zhenguo has joined #senlin01:18
openstackgerritOpenStack Proposal Bot proposed openstack/senlin-dashboard: Updated from global requirements  https://review.openstack.org/25055201:23
*** Yanyanhu has joined #senlin01:29
*** Qiming has quit IRC01:48
*** Qiming_ has joined #senlin01:48
*** Qiming_ is now known as Qiming01:48
*** yuanying has joined #senlin01:53
*** yuanying_ has quit IRC01:55
openstackgerritMerged openstack/python-senlinclient: Make '_short_id' method a public method  https://review.openstack.org/25009101:59
openstackgerritMerged openstack/python-senlinclient: Fix 'action' call on cluster/node objects  https://review.openstack.org/25027102:08
openstackgerritMerged openstack/senlin: Updated from global requirements  https://review.openstack.org/25057002:19
*** Qiming has quit IRC02:32
*** Qiming has joined #senlin02:32
Yanyanhuhi, Qiming, I have a question about senlinclient version in global requirement02:32
*** pratikmallya has quit IRC02:33
YanyanhuI found the upper-constraints of python-senlinclient is set to 0.1.8 http://git.openstack.org/cgit/openstack/requirements/tree/upper-constraints.txt#n27702:33
Yanyanhuis this correct since we actually don't have 0.1.8 version python-senlinclient released02:33
Yanyanhuthe devstack installatoin failed fot this reason02:34
YanyanhuCould not find a version that satisfies the requirement python-senlinclient===0.1.8 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 283))02:34
QimingYanyanhu, I was setting it to 0.1.8 because other projects are doing the same02:40
Qimingif it breaks devstack installation, I can create a 0.1.8 today, :)02:41
Yanyanhuoh, that would be the best :)02:41
Qiminganyway, we were still having 'action' not working problem when 0.1.7 was released02:48
Yanyanhuyes, I think with the latest fix, it will be gone02:49
xuhaiweiQiming, have a question to ask02:49
Qimingsure02:49
xuhaiweicurrently cant get senlin service from sdk02:49
Qimingcannot?02:50
xuhaiweihttps://github.com/openstack/senlin/blob/master/senlin/drivers/openstack/keystone_v3.py#L6502:50
xuhaiweithe service_get method will fail for 'resource can't be found' from keystoneauth102:51
Qimingthe filter needs to be changed I think02:53
xuhaiweithe 'type' and 'name' seems not be used in keystoneauth102:53
Qiminghttps://github.com/openstack/keystoneauth/blob/master/keystoneauth1/identity/base.py#L15902:53
Qimingthis migration to keystoneauth is causing a lot problems02:54
xuhaiweishould be service_type and service_name?02:54
Qimingxuhaiwei, you have to check both the sdk code and the keystoneauth code02:55
xuhaiweiI have investigated it for quite a long time, but still have no idea, really don't understand keystoneauth1's code02:56
xuhaiweihttps://github.com/openstack/keystoneauth/blob/master/keystoneauth1/identity/base.py#L159   this method should be ran in keystoneauth1, right?02:57
Qimingyep02:58
xuhaiweiok, I will investigate more02:58
Qimingwait ...02:58
Qimingthe service lookup seems just a method of the identity service in sdk02:59
Qimingit is not yet related to keystoneauth02:59
xuhaiweiI don't think so02:59
Qimingokay, then dig into it, :)03:01
*** ldb_ has joined #senlin03:01
Qimingany outstanding issues in python-senlinclient now?03:01
YanyanhuI guess no03:02
*** lvdongbing has quit IRC03:03
Qimingokay, 0.1.8 is being pushed03:05
Yanyanhuok03:05
Qiminghttps://pypi.python.org/pypi/python-senlinclient/0.1.803:06
Yanyanhucool, will trigger a functional test in gate side03:07
xuhaiweisorry, I have one03:07
xuhaiweibecause SDK is using keystoneauth1, and they don't handle the exception type well, so senlinclient need to handle keystoneauth1 exception by ourselves03:08
xuhaiweinot a big problem, i will fix it later03:08
Qimingwe have just bumped senlinclient to 0.1.7 in global-requirements03:10
Qimingit is a little bit embarrassing to propose 0.1.8 right now03:11
xuhaiweithat is not a big problem03:11
xuhaiweiit's ok i think03:11
Qimingwe don't know how many problems we still have03:11
xuhaiweiin fact, as SDK moves a little, we may need to fix a lot of bugs03:12
Qimingthe problem at the moment is that the keystoneauth change breaks a lot of things03:13
xuhaiweiyes03:13
Qimingwithout a clear understanding of the new interface, the only thing we can do is pray03:13
openstackgerritjunxu proposed openstack/senlin: Add openstacksdk version constraint in requirement.txt  https://review.openstack.org/25058003:23
*** ldb_ has quit IRC03:35
*** lvdongbing has joined #senlin03:38
*** gongysh_ has joined #senlin04:04
*** pratikmallya has joined #senlin04:06
*** pratikmallya has quit IRC04:19
*** pratikmallya has joined #senlin04:30
*** pratikmallya has quit IRC04:51
*** pratikmallya has joined #senlin04:51
openstackgerritQiming Teng proposed openstack/senlin: Let cluster-policy-attach return 400 rather than 404  https://review.openstack.org/25059505:08
openstackgerritQiming Teng proposed openstack/senlin: Make cluster-policy-detach return 400 instead of 404  https://review.openstack.org/25059605:13
*** pratikmallya has quit IRC05:13
*** pratikmallya has joined #senlin05:20
openstackgerritQiming Teng proposed openstack/senlin: Make cluster-policy-detach return 400 instead of 404  https://review.openstack.org/25059605:28
openstackgerritQiming Teng proposed openstack/senlin: Let cluster-policy-attach return 400 rather than 404  https://review.openstack.org/25059505:35
openstackgerritQiming Teng proposed openstack/senlin: Make cluster-policy-detach return 400 instead of 404  https://review.openstack.org/25059605:36
*** Liuqing has joined #senlin05:47
openstackgerritQiming Teng proposed openstack/senlin: Let cluster-policy-attach return 400 rather than 404  https://review.openstack.org/25059505:56
openstackgerritQiming Teng proposed openstack/senlin: Make cluster-policy-detach return 400 instead of 404  https://review.openstack.org/25059606:01
Qimingdependency is really annoying ...06:01
Yanyanhuyes06:02
Yanyanhufunctional test still failed for authentication error in trust middleware06:06
Yanyanhuguess something changed in keystonemiddle06:07
Qimingokay06:09
*** Qiming has quit IRC06:14
*** openstackgerrit has quit IRC06:23
*** lvdongbing has quit IRC06:24
*** lvdongbing has joined #senlin06:29
*** pratikmallya has quit IRC06:37
*** openstackgerrit has joined #senlin06:39
openstackgerritxu-haiwei proposed openstack/python-senlinclient: Remove Trigger related sources in client side  https://review.openstack.org/25011107:23
openstackgerritYanyan Hu proposed openstack/senlin: Create SDK connection with identity version set to v3  https://review.openstack.org/25065607:48
openstackgerritYanyan Hu proposed openstack/senlin: Set default auth_plugin to token when creating SDK connection  https://review.openstack.org/25065707:48
openstackgerritMerged openstack/python-senlinclient: Remove Trigger related sources in client side  https://review.openstack.org/25011108:00
openstackgerritxu-haiwei proposed openstack/python-senlinclient: Fix parse_exception to handle exception from keystoneauth1  https://review.openstack.org/25066308:08
openstackgerritMerged openstack/senlin: Enable a new role for migrated node  https://review.openstack.org/25016508:13
openstackgerritxu-haiwei proposed openstack/python-senlinclient: Fix parse_exception to handle exception from keystoneauth1  https://review.openstack.org/25066308:14
openstackgerritMerged openstack/senlin: Create SDK connection with identity version set to v3  https://review.openstack.org/25065608:16
openstackgerritQiming Teng proposed openstack/senlin: Add parameter validation for policy-create  https://review.openstack.org/25020408:18
*** xuhaiwei has quit IRC08:20
*** Qiming has joined #senlin08:22
*** Qiming has quit IRC08:29
*** yuanying has quit IRC08:29
*** Yanyanhu has quit IRC08:29
*** yuanying has joined #senlin08:29
*** Yanyanhu has joined #senlin08:30
*** Yanyan has joined #senlin08:33
*** yuanying_ has joined #senlin08:33
*** Qiming has joined #senlin08:33
*** xuhaiwei has joined #senlin08:38
*** Liuqing has quit IRC08:41
*** yuanying has quit IRC08:42
*** Yanyanhu has quit IRC08:42
*** yuanying has joined #senlin08:58
*** ldb_ has joined #senlin08:59
*** yuanying_ has quit IRC09:02
*** Yanyan has quit IRC09:02
*** Qiming has quit IRC09:02
*** openstackgerrit has quit IRC09:02
*** lvdongbing has quit IRC09:02
*** zhenguo has quit IRC09:02
*** ldb_ has quit IRC09:11
*** yuanying has quit IRC09:11
*** Qiming has joined #senlin09:12
*** zhenguo has joined #senlin09:12
*** Yanyanhu has joined #senlin09:13
*** Qiming has quit IRC09:15
*** yuanying has joined #senlin09:15
*** yuanying_ has joined #senlin09:25
*** Yanyan has joined #senlin09:25
*** openstackgerrit has joined #senlin09:25
*** Qiming has joined #senlin09:26
*** yuanying has quit IRC09:33
*** Yanyanhu has quit IRC09:33
*** zhenguo has quit IRC09:33
*** zhenguo has joined #senlin09:34
openstackgerritMerged openstack/senlin: Let cluster-policy-attach return 400 rather than 404  https://review.openstack.org/25059509:47
openstackgerritMerged openstack/senlin: Make cluster-policy-detach return 400 instead of 404  https://review.openstack.org/25059609:48
openstackgerritMerged openstack/senlin: Add parameter validation for policy-create  https://review.openstack.org/25020409:52
*** zhenguo has quit IRC10:01
*** Yanyan has quit IRC10:04
*** xuhaiwei has quit IRC10:06
*** gongysh_ has quit IRC10:40
*** gongysh has quit IRC10:40
*** gongysh has joined #senlin10:45
*** gongysh has quit IRC10:45
*** gongysh has joined #senlin10:46
*** Qiming has quit IRC11:05
*** gongysh has quit IRC11:24
openstackgerritMerged openstack/senlin: Set default auth_plugin to token when creating SDK connection  https://review.openstack.org/25065712:43
openstackgerritQiming Teng proposed openstack/senlin: Make policy-update return 400 instead of 404  https://review.openstack.org/25079813:08
*** Qiming has joined #senlin13:14
*** lvdongbing has joined #senlin13:16
*** Qiming_ has joined #senlin13:22
*** ldb_ has joined #senlin13:24
*** Qiming has quit IRC13:25
*** lvdongbing has quit IRC13:26
*** pratikmallya has joined #senlin14:15
*** pratikma_ has joined #senlin14:20
*** Qiming_ has quit IRC14:22
*** ldb_ has quit IRC14:24
*** pratikmallya has quit IRC14:27
*** pratikma_ has quit IRC15:06
*** pratikmallya has joined #senlin15:12
openstackgerritQiming Teng proposed openstack/senlin: Fix engine service function's decorator  https://review.openstack.org/25085115:17
*** pratikmallya has quit IRC16:31
*** pratikmallya has joined #senlin16:33
*** pratikmallya has quit IRC16:46
*** pratikmallya has joined #senlin16:50
*** pratikmallya has quit IRC18:15
*** pratikmallya has joined #senlin18:37
*** pratikma_ has joined #senlin19:03
*** pratikmallya has quit IRC19:06
*** pratikma_ has quit IRC19:58
*** pratikmallya has joined #senlin21:04
*** pratikma_ has joined #senlin21:06
*** pratikmallya has quit IRC21:09
*** pratikma_ has quit IRC22:57
*** pratikmallya has joined #senlin23:41
*** pratikma_ has joined #senlin23:50
*** pratikmallya has quit IRC23:56

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