*** elynn has quit IRC | 00:30 | |
*** Drago has joined #senlin | 00:32 | |
*** Drago has quit IRC | 00:32 | |
*** Drago has joined #senlin | 00:32 | |
*** zhurong has joined #senlin | 01:13 | |
*** yanyanhu has joined #senlin | 01:13 | |
*** yanyanhu has quit IRC | 01:23 | |
*** zhurong has quit IRC | 01:25 | |
*** zhurong has joined #senlin | 01:26 | |
*** Drago has quit IRC | 01:43 | |
openstackgerrit | zhangyanxian proposed openstack/senlin: Some new typos need to be fixed https://review.openstack.org/358921 | 01:47 |
---|---|---|
*** elynn has joined #senlin | 01:48 | |
openstackgerrit | zhangyanxian proposed openstack/senlin: Some new typos need to be fixed https://review.openstack.org/358921 | 01:50 |
openstackgerrit | zhangyanxian proposed openstack/senlin: Some new typos need to be fixed https://review.openstack.org/358921 | 01:51 |
*** elynn_ has joined #senlin | 02:02 | |
*** elynn has quit IRC | 02:05 | |
*** yuanying has quit IRC | 02:10 | |
*** zhurong has quit IRC | 02:13 | |
*** zhurong has joined #senlin | 02:15 | |
elynn_ | Hi Qiming | 02:26 |
elynn_ | Do I need to specify api version in senlinclient's codes? | 02:26 |
elynn_ | Will sdk handle it? | 02:26 |
openstackgerrit | Lu lei proposed openstack/python-senlinclient: py3:Rmove six.iteritems/iterkeys in python-senlinclient https://review.openstack.org/358926 | 02:51 |
openstackgerrit | Ethan Lynn proposed openstack/python-senlinclient: Add profile validate operation to senlinclient https://review.openstack.org/358933 | 03:16 |
openstackgerrit | Ethan Lynn proposed openstack/python-senlinclient: Add policy validate operation to senlinclient https://review.openstack.org/358936 | 03:31 |
*** yuanying has joined #senlin | 03:59 | |
*** elynn_ has quit IRC | 04:00 | |
*** elynn_ has joined #senlin | 04:28 | |
*** elynn_ has quit IRC | 04:33 | |
*** elynn_ has joined #senlin | 04:33 | |
*** yanyanhu has joined #senlin | 05:11 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: Improve server metadata format https://review.openstack.org/356302 | 05:23 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Close health manager loop https://review.openstack.org/356303 | 05:29 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Improve server metadata format https://review.openstack.org/356302 | 05:31 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Close health manager loop https://review.openstack.org/356303 | 05:32 |
Qiming | elynn_, sdk will handle it | 05:33 |
Qiming | oh, no, senlinclient is handling it | 05:36 |
Qiming | http://git.openstack.org/cgit/openstack/python-senlinclient/commit/?id=2aac989fdf316db596403e197c94eb39a870b6ab | 05:36 |
elynn_ | Qiming, thanks, I saw that :) | 05:44 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Enable health policy to handle CLUSTER_SCALE_IN https://review.openstack.org/358454 | 05:47 |
elynn_ | I think validation patches in sdk is ready for merge. It works fine with senlinclient. | 05:47 |
Qiming | the whole path is good now? | 05:49 |
elynn_ | Qiming, yes. Just need some time to add real validation codes. | 05:51 |
Qiming | okay, sounds great | 05:51 |
elynn_ | I test both openstack command and senlin command, work as expected. | 05:52 |
Qiming | so the steps would be: 1. fix sdk, release sdk, 2. fix client, release client (next week), 3. fix server release server, 4. fix server api, 5. add test cases | 05:52 |
elynn_ | yes, will work on api test cases later. | 05:53 |
elynn_ | and 6. add api doc ;) | 05:54 |
Qiming | yep | 05:54 |
Qiming | yanyanhu, there? | 05:56 |
yanyanhu | hi, Qiming | 05:56 |
Qiming | hi, https://review.openstack.org/#/c/352305/6 | 05:56 |
Qiming | noticed that you are exposing 'requires_id' for the get method, why is that? | 05:57 |
yanyanhu | yes, just updated this patch this morning | 05:57 |
yanyanhu | since I found without it, the sdk will raise exception that unexpected kwarg "requires_id" is used when invoking resource.get() | 05:57 |
yanyanhu | not sure why happened | 05:58 |
yanyanhu | didn't meet this issue when I posted the patch before | 05:58 |
yanyanhu | about a week ago | 05:58 |
yanyanhu | I guess something changed recently | 05:58 |
yanyanhu | at sdk side | 05:58 |
Qiming | ah, I see | 05:58 |
Qiming | the method overridden has a 'requires_id' ... | 05:59 |
Qiming | okay | 05:59 |
yanyanhu | yes | 05:59 |
yanyanhu | so I added this kwarg for get method of all message resources | 05:59 |
Qiming | then you may want to add the prepend_key parameter to the create() method | 06:00 |
Qiming | to keep consistency | 06:00 |
yanyanhu | Qiming, I see | 06:02 |
yanyanhu | will add it as well | 06:02 |
yanyanhu | hi, Qiming, have updated those two patches, thanks | 06:22 |
Qiming | will take a look at them | 06:23 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Add missing doc for OpenStack-Request-Id https://review.openstack.org/358986 | 06:53 |
yanyanhu | hi, Qiming, add an etherpad to log the basic idea of message type of receiver implementation | 07:03 |
yanyanhu | https://etherpad.openstack.org/p/senlin-message-type-receiver | 07:03 |
yanyanhu | hope to have a discussion about it in tonight meeting | 07:03 |
Qiming | great | 07:04 |
yanyanhu | could you please help to review and leave comments | 07:04 |
yanyanhu | hope to finish the basic support by the end of this cycle :) | 07:04 |
Qiming | thanks!!! | 07:05 |
yanyanhu | my pleasure, looks forward to you guys comments | 07:05 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin: Imported Translations from Zanata https://review.openstack.org/359014 | 07:50 |
*** openstackgerrit has quit IRC | 08:03 | |
*** openstackgerrit has joined #senlin | 08:05 | |
*** ChanServ sets mode: +v openstackgerrit | 08:05 | |
*** yuanying has quit IRC | 08:05 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-senlinclient: Imported Translations from Zanata https://review.openstack.org/358169 | 08:27 |
openstackgerrit | Yanyan Hu proposed openstack/senlin: Reorganize receivers directory https://review.openstack.org/357585 | 08:43 |
openstackgerrit | Yanyan Hu proposed openstack/senlin: [WIP]Initial work for message type of receiver https://review.openstack.org/359042 | 08:43 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Fix docs about autoscaling https://review.openstack.org/359048 | 08:50 |
*** zzxwill has joined #senlin | 08:56 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: Remove 'description' from Action class https://review.openstack.org/359055 | 09:05 |
*** willise has joined #senlin | 09:15 | |
*** willise has left #senlin | 09:16 | |
*** yanyanhu has quit IRC | 09:52 | |
*** zhurong has quit IRC | 09:59 | |
*** elynn_ has quit IRC | 10:33 | |
*** zzxwill has quit IRC | 11:51 | |
*** zhurong has joined #senlin | 12:12 | |
*** yanyanhu has joined #senlin | 12:47 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: Add eval_status operation to cluster https://review.openstack.org/359177 | 12:48 |
*** elynn has joined #senlin | 12:58 | |
*** guoshan has joined #senlin | 12:59 | |
*** zzxwill has joined #senlin | 13:08 | |
*** zzxwill has quit IRC | 13:08 | |
*** zzxwill has joined #senlin | 13:10 | |
*** yanyanhu has quit IRC | 13:56 | |
*** zzxwill has quit IRC | 13:56 | |
*** elynn has quit IRC | 13:56 | |
*** guoshan has quit IRC | 13:57 | |
*** elynn_ has joined #senlin | 14:02 | |
*** willise has joined #senlin | 14:06 | |
*** willise has left #senlin | 14:06 | |
*** Drago has joined #senlin | 15:30 | |
*** zhurong has quit IRC | 15:46 | |
*** haiwei has quit IRC | 15:51 | |
*** Drago has quit IRC | 15:53 | |
*** elynn_ has quit IRC | 16:02 | |
*** Drago has joined #senlin | 16:11 | |
*** Drago has quit IRC | 16:58 | |
*** Drago has joined #senlin | 16:58 | |
*** Drago has quit IRC | 16:59 | |
*** Drago has joined #senlin | 16:59 | |
*** Drago has quit IRC | 16:59 | |
*** Drago has joined #senlin | 17:00 | |
*** Drago has quit IRC | 17:07 | |
*** Drago has joined #senlin | 17:07 | |
*** Drago has quit IRC | 18:04 | |
*** Drago has joined #senlin | 18:05 | |
*** Drago has quit IRC | 18:18 | |
*** Drago has joined #senlin | 18:22 | |
*** Drago has quit IRC | 21:43 | |
*** Drago has joined #senlin | 21:43 | |
*** yuanying has joined #senlin | 23:30 | |
*** elynn_ has joined #senlin | 23:48 | |
*** haiwei has joined #senlin | 23:49 | |
*** Drago has quit IRC | 23:52 | |
*** zhurong has joined #senlin | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!