19:02:29 #startmeeting openstackclient 19:02:30 Meeting started Thu Sep 8 19:02:29 2016 UTC and is due to finish in 60 minutes. The chair is dtroyer. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:02:31 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 19:02:34 The meeting name has been set to 'openstackclient' 19:02:34 anyone here for osc? 19:03:36 * mtreinish lurks 19:03:44 o/ 19:04:00 was just finishing something up 19:04:04 wheres rtheis :O 19:04:50 talking a quick break? he chaired the meeting prior to this 19:04:59 ah probably 19:05:31 hes very in-demand 19:05:49 here now 19:05:55 welcome! 19:05:59 sorry, just finishing up another meeting 19:06:05 ok, let's begin… 19:06:11 rtheis: yeah, we can read the few lines above :) 19:06:20 #topic release status 19:06:24 oh yeah ;) 19:06:38 so the current big thing is where we stand, and getting to the point we can start merging features again 19:07:38 the (hopefully) last bugfix for auth merged a little while ago, rtheis have you had a chance to check it? 19:07:48 * dtroyer just saw the message in -sdks 19:08:06 i think rtheis left a comment saying it worked 19:08:07 it worked for me 19:08:18 * dtroyer wipes brow 19:09:25 so, has that one feature not been merged, we coupld propose 3.2.1 for this 19:09:55 I am not sure it is worth reverting that though 19:09:58 thoughts? 19:10:45 I'm okay with keeping it 19:11:12 Looks like just "volume service set" 19:11:18 that's all I saw 19:11:32 me too 19:11:43 any requirements bumps? 19:12:22 the grapevine suggests three are some coming 19:12:27 there 19:12:37 then it should be 3.3.0 19:12:44 https://github.com/openstack/python-openstackclient/compare/3.2.0...master 19:13:10 i think that's the last of the regressions 19:13:14 the volume featre ensured that 19:13:23 true taht 19:14:10 oh i think https://bugs.launchpad.net/python-openstackclient/+bug/1619937 may have been introduced in 3.0.0 but low priority 19:14:12 Launchpad bug 1619937 in python-openstackclient "`openstack token issue` cannot print `expires` value when using JSON formatter" [Medium,In progress] - Assigned to Steve Martinelli (stevemar) 19:14:27 so bookmark this place, we'll come back to it (what other features we may want to put into 3.3.0) 19:15:23 the unit test change that stevemar posted will conflict a LOT of existing reviews 19:15:23 bookmarked 19:15:28 oh yeah 19:15:31 a whole bunch 19:15:47 so if we do that now, we should prioritize which of those to work first for 3.3.0 19:17:09 I would suggest anything that requires a dependency bump be held, for one 19:17:12 https://review.openstack.org/#/c/342976/ 19:17:21 I know the neutron team would like ^^^ 19:18:30 ok, a manageable list of things like that would be good 19:18:50 I don't have anything else on my list 19:19:00 that would be manageable then! 19:19:25 i'd feel better if we kept the list short :) 19:19:28 to back up a half-step, is stevemar's test change something we want to do now? 19:19:58 doesn't have to be, but i'd like it in soon after, so i don't have to rebase on everything else 19:20:32 I'm okay with now 19:20:48 ok, then let's to it 19:21:53 so we have https://review.openstack.org/#/c/342976/, stevemar's test change and https://bugs.launchpad.net/python-openstackclient/+bug/1619937 for 3.3.0 ? 19:21:55 Launchpad bug 1619937 in python-openstackclient "`openstack token issue` cannot print `expires` value when using JSON formatter" [Medium,In progress] - Assigned to Steve Martinelli (stevemar) 19:22:45 if we're going to push my test change, i'd like https://review.openstack.org/#/c/365864/ done as well 19:22:51 and possibly... https://review.openstack.org/#/c/365867/5 19:22:53 I need to look through the list, there may be a couple others 19:23:26 okay 19:25:27 dtroyer: ETA on when you'll propose the release? 19:25:35 next week is the roll-up to RC, may not be a great time for a release 19:25:52 mid-week at soonest 19:26:01 dtroyer: could we release today and fix the critical password prompt bug? 19:26:20 we can try? 19:26:53 i say that because we've had 3 bugs related to that issue already :) 19:27:09 ok 19:27:11 the rest are new features 19:27:18 just thoughts, your call 19:28:02 we don't have any blockers that would need the u-c bumped quickly, do we? 19:28:11 just needing to get it out to pypi? 19:29:09 dtroyer: correct 19:29:36 I'll put together a 3.3.0 after this meeting then 19:29:44 :] 19:31:17 #topic open discussion 19:31:20 so 3.3.0 won't contain any other changes being discussed 19:31:54 no, we can't get it through the gate before end of day 19:31:59 it may already be close 19:32:08 okay 19:32:25 but we are okay to merge them now 19:33:04 rtheis: i suppose, yes 19:33:27 oh, sure, I'll can pick a non-tip commit to release 19:33:28 i'm hoping we go back to releasing often like we did in the beginning of N, that was cool 19:33:38 yes it was 19:33:46 I hope to not be that kind of bottle-neck again 19:33:54 ever again 19:34:50 if we at open discussion... 19:34:58 i was wondering if you all had views on https://bugs.launchpad.net/python-openstackclient/+bug/1619726 19:34:59 Launchpad bug 1619726 in python-openstackclient "volume create fails with auth type token_endpoint" [Undecided,New] 19:36:29 * dtroyer looking 19:36:58 heh, Loic is right, that one will never work as-is 19:37:21 cause it'll keep hitting the url right? 19:37:40 it needs two to function, we only have facility to provide one 19:38:31 this is where jamie's version of token auth is better, it still gets a service catalog 19:38:59 and really is what we need to start advising people to use for the general case of token 19:40:19 ah 19:40:53 i am going to try hard and find time to implement https://blueprints.launchpad.net/python-openstackclient/+spec/compute-action-list and https://bugs.launchpad.net/python-openstackclient/+bug/1584596 19:40:54 Launchpad bug 1584596 in python-openstackclient "The "purge" feature- 1 command for all components" [Wishlist,New] 19:41:08 but one involves changes to novaclient 19:43:30 finding time is difficult though :\ 19:43:39 tell me about it 19:43:58 any other bugs or whatnot? 19:44:20 I opened up the planning eitherpad for the summit 19:44:22 #link https://etherpad.openstack.org/p/osc-ocata-summit 19:44:42 from the ML thread about Purge IIRC 19:44:48 thanks dtroyer 19:47:11 anything else? 19:47:22 nothing else from me 19:47:26 i'm good 19:47:31 * dtroyer is making release review 19:47:41 ok, thanks guys 19:47:45 thanks for fixing all the regressions dtroyer 19:47:56 you mean the ones I caused? 19:47:57 i will give you many beers and tapas in barcelona 19:48:00 meh 19:48:06 or, the ones o-c-c caused? 19:48:34 when bad things happen use *we* -- when good things happen, praise the person 19:48:41 you fixed our mistakes :) 19:49:41 don' tlook under the bandaid then ;) 19:49:53 #endmeeting