14:10:11 #startmeeting freezer 14:10:11 Meeting started Thu Jan 26 14:10:11 2017 UTC and is due to finish in 60 minutes. The chair is slashme. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:10:12 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:10:14 The meeting name has been set to 'freezer' 14:10:25 Hello everyone :-) 14:10:48 hey slashme :) 14:11:00 As usual, the agenda and meeting notes are available here: https://etherpad.openstack.org/p/freezer_meetings 14:15:44 Well, it seems like today is pretty calm ;) 14:15:50 #topic releases 14:16:07 I released Freezer components v4.0.0b3 14:16:24 As well as python-freezerclient v1.2.0 14:17:02 python-freezerclient is now freezed until the next cycle. 14:17:40 For freezer components, we enter feature freezer for a week. We will only merge urgent patch and bug-fixes. 14:18:05 Release Candidate 1 will happen next thursday. 14:19:29 it's very good that we merged rsync functionality before freeze :) 14:20:16 That was my goal :) 14:20:52 yep, I read your PTL proposals for previous cycle :) 14:21:19 I'm not proposing, szaher is. 14:22:26 I know, I mean your plan for newton cycle 14:25:55 Ohh 14:26:16 #topic Core Team Update 14:27:41 As discussed last week, I'd like to propose an update of the core team. I propose we remove some inactive members: Fabrizio Vanni and Jonas Pfannschmidt. I would also like to promote Ruslan Aliev to core. 14:27:57 I just sent the email to the OpenStack-dev mailing list 14:28:07 Please respond with your +1 14:29:08 ok, thank you slashme :) I received this mail 14:29:55 there is a wrong first link to stackalytics profile 14:32:08 i.e. gerrit, the owner is yang Yapeng :) 14:32:15 Updated 14:32:22 Copy-paste error 14:33:01 #topic Keystone middleware update error 14:33:31 The last keystone middleware update is causing error in Freezer-api. 14:33:36 https://review.openstack.org/#/c/412129/1 14:33:57 Idealy I's like to have this one fixed before the RC next week. 14:35:06 there is need to find the cause 14:36:17 It seems to be an issue because we are not providing the scope 14:37:11 yep, I see 14:37:13 Invalid Scope None for KeystoneV2AuthProvider 14:43:54 https://bugs.launchpad.net/ironic/+bug/1654202 14:43:54 Launchpad bug 1654202 in Ironic "All tempest tests fail with KeystoneV2AuthProvider" [Critical,Fix released] - Assigned to Jim Rollenhagen (jim-rollenhagen) 14:44:01 there was similiar bug in ironic 14:44:02 Ohh 14:44:33 Interesting 14:45:05 there is need to remove service=None 14:45:15 as I see in ironic patch 14:48:27 Seems simple enough. 14:48:36 that should be smth like that class Manager(clients.Manager): 14:48:36 def __init__(self, credentials=None, service=None): 14:48:36 super(Manager, self).__init__(credentials) 14:48:54 without service=None 14:49:06 I'll check it right now on my local env 14:54:43 yep, everything works ok with this changes 14:54:44 ====== 14:54:44 Totals 14:54:44 ====== 14:54:44 Ran: 33 tests in 42.0000 sec. 14:54:44 - Passed: 33 14:54:45 - Skipped: 0 14:54:47 - Expected Fail: 0 14:54:49 - Unexpected Success: 0 14:54:51 - Failed: 0 14:55:02 I'll create a patchset 14:55:17 Great :) 14:55:22 Thx a lot raliev 14:57:20 I guess that's it for today. 14:57:21 I updated the list of patches waiting for review here: https://etherpad.openstack.org/p/freezer_meetings 14:57:50 To the cores, let's try to merge all the small bug-fixes before next thursday so I can include them in the RC. 14:57:57 Thanks for joining 14:58:02 #endmeeting