05:30:21 <dtruong> #startmeeting senlin 05:30:22 <openstack> Meeting started Fri Dec 14 05:30:21 2018 UTC and is due to finish in 60 minutes. The chair is dtruong. Information about MeetBot at http://wiki.debian.org/MeetBot. 05:30:23 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 05:30:25 <openstack> The meeting name has been set to 'senlin' 05:30:37 <dtruong> anyone here to join for the meeting? 05:34:12 <dtruong> ok, let's get started 05:34:22 <dtruong> #topic announcements 05:34:54 <dtruong> the new meeting time for odd weeks has been approved: 05:34:57 <dtruong> #link http://eavesdrop.openstack.org/#Senlin_Team_Meeting 05:35:19 <dtruong> this week is an even week, so the meeting is at 530 UTC on Friday 05:35:45 <dtruong> next week the meeting will be on Thursday at 1900 UTC 05:37:26 <dtruong> #topic blueprints 05:37:41 <dtruong> we have a new blueprint for action update 05:37:46 <dtruong> #link https://blueprints.launchpad.net/senlin/+spec/action-update 05:38:28 <dtruong> It's already been implemented and merged. But jucross is making an addition to that API to allow force action update. 05:40:17 <dtruong> Ok, that's all the updates for the blueprints 05:40:24 <dtruong> #topic reviews 05:40:39 <dtruong> We need reviews on a few patches. 05:41:09 <dtruong> Tempest for the health policy are implemented and working: 05:41:12 <dtruong> #link https://review.openstack.org/#/c/620716/ 05:41:30 <dtruong> The main difficulty was making it work correctly under python 3 05:42:02 <dtruong> For it to pass under python 3, this change in senlin is needed: 05:42:04 <dtruong> #link https://review.openstack.org/#/c/624248/ 05:42:28 <dtruong> It converts the response from requests from bytes to string if necessary 05:42:46 <dtruong> In python 2 this conversion was done automatically, but it is not in python 3 05:43:26 <dtruong> next review is to fix senlin client to work with latest openstacksdk: 05:43:28 <dtruong> #link https://review.openstack.org/#/c/624528/ 05:44:54 <dtruong> The openstacksdk removed the deprecated clustering functions in favor of functions that were renamed to match their naming convention 05:45:12 <dtruong> This patch fixes senlin client to call those renamed functions. 05:45:30 <dtruong> We should merge this soon because senlin client in master is currently broken 05:46:18 <dtruong> Also, the senlin client fix is depended on by the fix for the senlin dashboard 05:46:22 <dtruong> #link https://review.openstack.org/#/c/620767/ 05:46:58 <dtruong> Senlin dashboard on master is also broken because old way of authentication with openstacksdk doesn't work anymore 05:47:15 <dtruong> the patch set fixes that but also needs the fixes for senlin client to merge first 05:48:06 <dtruong> two reviews that need we help to look at. 05:48:09 <dtruong> #link https://review.openstack.org/#/c/621504/ 05:48:47 <dtruong> This is a bug fix to prevent the health manager from potentially spawning multiple health checks on the same cluster. 05:49:00 <dtruong> #link https://review.openstack.org/#/c/624534/ 05:49:21 <dtruong> This one is the addition of a force option to the action update API 05:51:59 <dtruong> ok, that's all i have 05:52:08 <dtruong> #topic open discussion 05:52:27 <dtruong> anybody else have something to discuss? 05:55:53 <dtruong> ok, it'll end the meeting then 05:56:05 <dtruong> #endmeeting