12:00:34 #startmeeting heat 12:00:35 Meeting started Wed Mar 18 12:00:34 2015 UTC and is due to finish in 60 minutes. The chair is asalkeld. Information about MeetBot at http://wiki.debian.org/MeetBot. 12:00:36 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 12:00:39 The meeting name has been set to 'heat' 12:00:45 ello 12:00:48 o/ 12:00:52 Hi 12:01:05 #link https://wiki.openstack.org/wiki/Meetings/HeatAgenda 12:01:23 #topic Adding items to the agenda 12:01:28 o/ 12:01:30 \o 12:02:02 zaneb: you didn't get much sleep? 12:02:09 o/ 12:02:50 we can also add topics at the end 12:03:13 #topic reviews to do before FF 12:03:20 #link https://etherpad.openstack.org/p/heat-kilo-releasenotes 12:03:30 asalkeld: worse than that, I forgot daylight savings started so I was up for this meeting an hour ago 12:03:44 at least I'm not the only one 12:03:45 doh 12:03:49 dst is the worst 12:04:14 ryansb: I dunno, those 7am meetings were starting to grate 12:04:53 i am struggling to get decouple-nested in as it just seems to tip the scales timewise 12:05:05 (gate just times out) 12:05:11 see how it goes 12:05:12 asalkeld: should we have a section for deprecations? 12:05:28 shardy: sure 12:05:37 I think we've deprecated a few things, but I can't remember exactly what (CWLiteAlarm, HARestarter?) 12:05:45 shardy: i copied in a template 12:06:03 it'd be good to communicate eventual removal of all the historical *watch stuff 12:06:10 shardy: +1 for deprecation section 12:06:24 shardy: we should be able to get some output from our support status 12:06:37 if someone wants to help with that... 12:06:47 i am not sure how to extract that 12:06:56 asalkeld:may it be done as a part of deprecation bp? 12:07:19 skraynev: yeah - but that's a bit late for this time? 12:07:34 hopefully it shows up in the docs and you can just Ctrl-F for it? 12:07:50 otherwise we need to fix the docs generation ;) 12:08:19 zaneb, asalkeld: we may use already presented patch (on review) and just print in file all deprecation staff 12:08:31 zaneb: yeah, one point is who is the consumer of the release notes 12:08:35 zaneb: ctrl+f works too 12:08:45 operator or user 12:09:10 if it's operator, then we don't really need to put template stuff in there 12:09:19 (i would have thought) 12:09:33 asalkeld: I meant this one https://review.openstack.org/#/c/164677/ 12:09:45 I think (at least some) users would once operators actually do the upgrade 12:09:46 it will show what you want with minimal changes 12:09:50 I suppose so 12:10:08 ok skraynev 12:11:18 anyways any help on the release notes is appreciated 12:11:37 asalkeld: any estimate for it? 12:11:49 what do you mean? 12:12:01 estimate on what? 12:12:04 is it possible to do during this week? or we should finish this list today? 12:12:17 skraynev: no rush 12:12:27 well it just needs to be done before the release presumably 12:12:35 oh. ok 12:12:45 shardy: yeah rc1? 12:13:10 got it ;) just thought, that it should be "already " done 12:13:31 asalkeld: Yeah, I guess having them somewhat finished by the first RC would be good 12:13:51 so my topic and link got mixed up 12:14:00 we seem to have done release notes 12:14:11 now lets do FF 12:14:14 #topic Last day before FF (highlight what needs to be done) 12:14:33 #link https://etherpad.openstack.org/p/heat-kilo-3-reviews 12:14:52 any last desperate review requests? 12:15:12 or blueprints that people need help with? 12:15:21 asalkeld: FYI I'm still working on the breakpo^W hooks ones 12:15:28 ok 12:15:40 it ended up needing INIT_COMPLETE persisted, fixing bug #1319813 12:15:41 bug 1319813 in heat "no event recorded for INIT_* resources" [Medium,In progress] https://launchpad.net/bugs/1319813 - Assigned to Steven Hardy (shardy) 12:15:50 that is proving harder than expected 12:16:04 ok 12:16:14 there is always FF exceptions 12:16:22 we may end up needing a FFE, but the feature patch is well reviewed, so I'll keep pushing on it 12:16:30 not sure how much time that buys you tho' 12:16:30 shardy, anything I can help you with? 12:17:14 well i have a meeting with ttx in one day, to finalize this stuff 12:17:26 if we need a FFE, let me know 12:17:28 shardy: yeah, I'm available to help on that if you need 12:17:29 inc0_: I'm not sure tbh, I'm kinda down the rabbit hole trying to fix problems atm, more eyes may help if I don't get it sorted soon 12:17:52 shardy, let me know 12:17:58 zaneb, inc0: thanks - I may ping you later today 12:17:59 shardy: is it actually a problem, or do we just need to change the test? 12:18:22 zaneb: it's actually a problem, because the point in time when Resource._store() gets called is significant 12:18:36 because that's the only point when we resolve and store resource metadata 12:19:06 shardy: maybe we need a light weight version of _store 12:19:24 that doesn't do and metadata 12:19:34 that doesn't do any metadata resolving 12:19:51 asalkeld: Actually I've gone the other way, I'm re-combined store into _store_or_update, so we can make the state-machine which exists on storing clearer 12:20:18 then we just add the metadata when the update going into CREATE_IN_PROGRESS happens 12:20:26 but that's not the only problem unfortunately 12:20:56 storing pre-create means anywhere doing if self.id assertions behaves differently 12:21:19 oo, that sounds "fun" 12:21:22 and InstanceGroups break in a weird way, the group member resources aren't stored at all 12:21:22 yikes 12:21:46 basically I've been playing whack-a-mole with these three issues and breaking functional tests for the last day or so :\ 12:21:48 on the bright side, we need this for convergence 12:22:00 so probably good to get it sorted now I guess 12:22:06 Yeah, I figured this needs to be done so I'll stick with it 12:22:22 more eyes may help, I'll beat the patches I have into shape first then we can discuss later 12:22:24 if someone is looking for some work: https://bugs.launchpad.net/heat/+bug/1433555 12:22:25 Launchpad bug 1433555 in heat "functional tests are taking too long and cause false failures" [High,Triaged] 12:22:53 ok moving on 12:22:57 #topic Any urgent bugs needed before rc1 12:23:19 if know of any important bugs please target to rc1 12:23:27 (new'ish milestone) 12:23:42 asalkeld: can I take this one bug for our team? 12:23:43 #link https://launchpad.net/heat/+milestone/kilo-rc1 12:23:54 skraynev: ok 12:24:30 #topic open discussion 12:24:40 12:25:18 #link https://wiki.openstack.org/wiki/Kilo_Release_Schedule 12:25:25 April 9 is rc1 12:25:43 afaik 12:26:56 we can end early and go work/bed as needed? 12:27:14 bed time for me:-O 12:27:34 last chance ... 12:27:37 :) sure, I've nothing urgent to discuss 12:27:46 #endmeeting