Sunday, 2016-09-18

openstackgerritMerged openstack/senlin: Update XyzNotFound to ResourceNotFound  https://review.openstack.org/37193701:03
*** zzxwill has joined #senlin01:08
zzxwill@Qiming, I got a note from openstack-dev, it said that in the Projects without candidates, I saw senlin.01:09
zzxwillI pated the link here https://etherpad.openstack.org/p/PTL_candidate. Just for a kind remind:)01:10
zzxwillpated --> pasted01:10
*** zhurong has joined #senlin01:18
openstackgerritlvdongbing proposed openstack/python-senlinclient: Fix 'type_name' in `openstack cluster profile list`  https://review.openstack.org/37200201:24
*** zzxwill has quit IRC01:35
openstackgerritMerged openstack/python-senlinclient: Fix 'type_name' in `openstack cluster profile list`  https://review.openstack.org/37200201:52
openstackgerritMerged openstack/senlin: Refact ResourceInUse exception  https://review.openstack.org/37191302:12
openstackgerritMerged openstack/senlin: Remove ClusterBusy exception  https://review.openstack.org/37191902:12
*** ruijie has joined #senlin02:14
openstackgerritQiming Teng proposed openstack/senlin: Allow node count api to carry filters  https://review.openstack.org/37201602:43
*** lixinhui has quit IRC03:11
openstackgerritmiaohb proposed openstack/senlin: Fix error in glossary.rst  https://review.openstack.org/37202403:57
openstackgerritQiming Teng proposed openstack/senlin: Rebase RESIZE operation on actual capacity  https://review.openstack.org/37202705:12
openstackgerritMerged openstack/senlin: Fix error in glossary.rst  https://review.openstack.org/37202405:30
openstackgerritQiming Teng proposed openstack/senlin: Enable parse_resize_params to handle current capacity  https://review.openstack.org/37203205:44
openstackgerritRUIJIE YUAN proposed openstack/senlin: Functional test support node replace  https://review.openstack.org/37203505:59
openstackgerritmiaohb proposed openstack/senlin: Fix error in clusters.rst  https://review.openstack.org/37203706:14
*** zzxwill has joined #senlin06:15
openstackgerritQiming Teng proposed openstack/senlin: Have RESIZE based on real capacity  https://review.openstack.org/37204006:22
*** guoshan has joined #senlin06:23
openstackgerritmiaohb proposed openstack/senlin: Fix error in membership.rst  https://review.openstack.org/37204106:27
*** lvdongbing has joined #senlin06:28
lvdongbingQiming_, admin user can list profiles from all projects either global-project is True or False, it's a bug or senlin's design?06:32
Qiminglooks like a bug06:34
Qimingthe admin user is expected to set global_project explicitly to list all profiles06:34
lvdongbingOk, I'll fix it.06:35
Qimingfix this condition: http://git.openstack.org/cgit/openstack/senlin/tree/senlin/db/sqlalchemy/api.py#n61606:36
openstackgerritRUIJIE YUAN proposed openstack/senlin: API support node replace  https://review.openstack.org/36929106:36
lvdongbingyes06:36
Qiminglvdongbing, at the above location, we only check if project_safe is True and apply the filter if so06:37
Qiminganother check has been done at the engine layer: http://git.openstack.org/cgit/openstack/senlin/tree/senlin/engine/service.py#n32406:38
Qimingthe engine layer checks that only an admin context can set project_safe to False06:38
Qimingthe DB layer can just check the project_safe keyword06:38
lvdongbingOK, This affects cluster, policy, event and so on06:39
Qimingyes, just scan the engine layer and see if admin context has been verified and then scan the DB layer and see if project_safe is checked properly06:40
lvdongbingOK, I'll do it06:41
openstackgerritQiming Teng proposed openstack/senlin: Have region policy to base on current capacity  https://review.openstack.org/37204406:44
Qimingmany thanks06:46
ruijie{2} senlin.tests.tempest.functional.test_lb_policy.TestLBPolicy.test_lb_policy [62.339791s] ... FAILED {0} senlin.tests.tempest.functional.test_scaling_policy.TestScalingPolicy.test_scaling_policy [61.365974s] ... FAILED06:46
ruijieall tempest functional test failed due to 'ResourceNotFound:No Network Found For Private'06:47
Qiminglooks like a gate issue06:47
Qimingeven previous okay ones now fail?06:48
*** guoshan has quit IRC06:48
ruijieit was OK about several days ago06:48
Qimingem ...06:48
Qiminglooking06:48
ruijieI checked the spec in constants.py, looks like everything is ok06:50
*** guoshan has joined #senlin06:51
*** guoshan has joined #senlin06:52
openstackgerritQiming Teng proposed openstack/senlin: Have zone policy based on real capacity  https://review.openstack.org/37204706:52
openstackgerritQiming Teng proposed openstack/senlin: Allow node count api to carry filters  https://review.openstack.org/37201606:53
Qimingruijie, is there any hint pointing you to the constants.py ?06:54
Qimingwhich constants.py are you talking about?06:54
ruijie'/opt/stack/senlin/senlin/tests/tempest/common'06:55
*** lvdongbing has quit IRC07:34
openstackgerritRUIJIE YUAN proposed openstack/senlin: Functional test support node replace  https://review.openstack.org/37203507:39
openstackgerritQiming Teng proposed openstack/senlin: Rebase RESIZE operation on actual capacity  https://review.openstack.org/37202707:39
openstackgerritQiming Teng proposed openstack/senlin: Enable parse_resize_params to handle current capacity  https://review.openstack.org/37203207:40
openstackgerritQiming Teng proposed openstack/senlin: Have RESIZE based on real capacity  https://review.openstack.org/37204007:40
openstackgerritQiming Teng proposed openstack/senlin: Have region policy to base on current capacity  https://review.openstack.org/37204407:40
openstackgerritQiming Teng proposed openstack/senlin: Have zone policy based on real capacity  https://review.openstack.org/37204707:40
openstackgerritlvdongbing proposed openstack/senlin: Remove is_admin judge in xyz_get_all at db layer  https://review.openstack.org/37206107:44
*** guoshan has quit IRC08:03
*** guoshan_ has joined #senlin08:03
*** guoshan_ has quit IRC08:04
openstackgerritMerged openstack/senlin: Allow node count api to carry filters  https://review.openstack.org/37201608:04
*** guoshan has joined #senlin08:05
*** ruijie has quit IRC08:59
openstackgerritMerged openstack/senlin: Rebase RESIZE operation on actual capacity  https://review.openstack.org/37202709:00
openstackgerritMerged openstack/senlin: Enable parse_resize_params to handle current capacity  https://review.openstack.org/37203209:04
openstackgerritMerged openstack/senlin: Have RESIZE based on real capacity  https://review.openstack.org/37204009:04
openstackgerritMerged openstack/senlin: Have region policy to base on current capacity  https://review.openstack.org/37204409:05
openstackgerritMerged openstack/senlin: Have zone policy based on real capacity  https://review.openstack.org/37204709:05
*** ruijie has joined #senlin09:06
openstackgerritlvdongbing proposed openstack/python-senlinclient: Show project field when xyz-list with global-project  https://review.openstack.org/37207909:11
openstackgerritRUIJIE YUAN proposed openstack/senlin: Functional test support node replace  https://review.openstack.org/37203509:14
openstackgerritRUIJIE YUAN proposed openstack/senlin: API support node replace  https://review.openstack.org/36929109:19
*** guoshan_ has joined #senlin09:29
*** guoshan has quit IRC09:29
*** guoshan_ has quit IRC09:30
*** guoshan has joined #senlin09:32
*** guoshan_ has joined #senlin09:33
*** guoshan has quit IRC09:33
openstackgerritlvdongbing proposed openstack/python-senlinclient: Show project_id field when xyz-list with global-project  https://review.openstack.org/37207909:46
*** zhurong has quit IRC10:02
openstackgerritMerged openstack/senlin: Fix error in membership.rst  https://review.openstack.org/37204110:04
*** zzxwill has quit IRC10:05
openstackgerritRUIJIE YUAN proposed openstack/senlin: Functional test support node replace  https://review.openstack.org/37203510:17
*** guoshan_ has quit IRC10:32
*** ruijie has quit IRC10:36
openstackgerritQiming Teng proposed openstack/senlin: Add a unit test for deletion policy  https://review.openstack.org/37153011:50
openstackgerritQiming Teng proposed openstack/senlin: Enable health policy to base on real capacity  https://review.openstack.org/37210012:02
openstackgerritQiming Teng proposed openstack/senlin: Rebase affinity policy on real capacity of clusters  https://review.openstack.org/37210112:12
*** zhurong has joined #senlin12:16
openstackgerritQiming Teng proposed openstack/senlin: Rebase LB policy on real capacity of cluster  https://review.openstack.org/37210412:38
openstackgerritMerged openstack/senlin: Add a unit test for deletion policy  https://review.openstack.org/37153012:54
openstackgerritQiming Teng proposed openstack/senlin: Rebase deletion policy on real capacity  https://review.openstack.org/37210913:12
openstackgerritMerged openstack/senlin: Unit test for policy load with db object  https://review.openstack.org/37153713:53
openstackgerritMerged openstack/senlin: Enable health policy to base on real capacity  https://review.openstack.org/37210013:53
openstackgerritMerged openstack/senlin: Rebase affinity policy on real capacity of clusters  https://review.openstack.org/37210113:53
openstackgerritMerged openstack/senlin: Rebase LB policy on real capacity of cluster  https://review.openstack.org/37210413:53
openstackgerritLiuqing Jing proposed openstack/senlin: Enable senlin policy for dashboard via devstack installation  https://review.openstack.org/36741714:08
openstackgerritXueFeng Liu proposed openstack/senlin: Fix user/policy_types.rst error  https://review.openstack.org/37211614:15
openstackgerritXueFeng Liu proposed openstack/senlin: Fix user/policy_types.rst error  https://review.openstack.org/37211614:26
*** zhurong has quit IRC14:46
*** zhurong has joined #senlin15:01
*** zhurong has quit IRC15:06
*** zhurong has joined #senlin23:44

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