22:02:40 #startmeeting horizon 22:02:41 Meeting started Tue Apr 2 22:02:40 2013 UTC. The chair is jpich. Information about MeetBot at http://wiki.debian.org/MeetBot. 22:02:43 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 22:02:45 The meeting name has been set to 'horizon' 22:02:57 I see it's in capable hands. thanks! 22:03:18 No problems! 22:03:19 \o_ 22:03:27 Let's go with the usual agenda and see what happens 22:03:31 Hi all 22:03:35 hello 22:03:43 #topic General Horizon Status 22:03:56 * kspear has been away for a while, so has some catching up to do 22:04:41 From the previous meeting: Horizon RC2 was released on Thursday and still looks good, so it'll likely become the Grizzly release 22:05:25 For design summit: the same number of sessions than there are available was received, and since the proposals all look good they've all been accepted 22:05:48 ...I guess that removes a lot of the scheduling difficulties 22:06:27 Hi kspear :) Feel free to jump in! 22:06:41 That's all I can think of, so moving on 22:06:47 #topic Blueprints and Bugs 22:06:54 any idea which days the Horizon sessions are? 22:07:39 Someone briefly showed me a Google doc spreadsheet but I forgot, I think it might be Tuesday afternoon 22:08:00 Tuesday: http://openstacksummitapril2013.sched.org/ 22:08:54 Cool, thanks lcheng 22:09:21 From 11am to 4:30pm it looks like 22:09:49 Cool. Did anyone have any bug or blueprint matter they'd like to bring up? 22:10:14 I do. :) 22:10:26 I started working on https://bugs.launchpad.net/horizon/+bug/1147329 22:10:29 Launchpad bug 1147329 in horizon "Templates are not django 1.5 compatible" [High,In progress] 22:10:40 Great! 22:11:12 Do we need to update the template to be backward compatible? 22:11:37 Changing: {% url myview %} to {% url "myview" %} does not work with django 1.4 22:12:23 That's a good question. If it's not possible I don't think we should do it :-) I don't think current Horizon is compatible with Django 1.3 so it looks like we only support one Django version at a time 22:13:50 I'd suggest adding a comment asking your question to the report 22:13:53 lcheng: so Django broke the template format between versions? 22:14:09 i would have thought that was unlikely 22:14:21 Yes. The other alternative is to keep the format of existing url tag and add {% load url from future %} in all files using url template. 22:15:05 kspear: Yes, the old format of {% url myview %} would not work in django 1.5 without any changes. 22:16:10 lcheng: i see. just read that it has been deprecated since 1.3 22:16:49 '{% load url from future %}' can be added to make it work with 1.4. 22:17:52 guess we need to look at whether there's anything holding us back from requiring 1.5 22:18:16 given that 1.4 is still supported security-wise until the release of 1.6 i'd lean towards continuing to support it 22:18:47 :pyo 22:19:23 We haven't been really shy about using new Django features when we upgrade versions though. We might want to be more explicit about what Django versions we want to support, like we do with supporting OpenStack n-1 22:20:52 I wanted to mention https://bugs.launchpad.net/horizon/+bug/1163369 since it blocks the Horizon tests (docs failure), however since then there's a prettytables conflict that affects multiple projects, so that'd be the new thing to keep an eye on 22:20:53 Launchpad bug 1163369 in horizon "Docs not building with Sphinx 1.2" [High,In progress] 22:21:01 jpich: good point. we might want to look at a gate job if we decided to continue 1.4 support 22:21:46 kspear: Maybe we should take the topic to the mailing list to discuss this then 22:23:05 There are good bad sides to multiple versions support (shiny new features vs. making packagers' lives easier) 22:23:19 Any other bug/blueprint matter someone would like to bring up...? 22:23:28 hello. i have a question about translation imports from horizon. 22:23:31 jpich: agreed. happy to take it to the list 22:24:19 po files in grizzly rc are already out-of-date now. 22:24:29 amotoki: You may ask, but I think Gabriel has been the person doing the process manually and would be the best person to answer 22:24:39 kspear: Cheers! 22:25:31 jpich: thanks. i know it is done manually by gabriel. I send the mail. 22:25:38 amotoki: we can probably do a translation update as part of the first grizzly stable release, I'm not sure when that is 22:26:21 i know there are some progress done in Trasifex. it is worth importing them. 22:26:34 Yeah it sounds definitely worth it 22:26:49 kspear, jpich: thanks 22:27:18 I'm not sure if we would cut a RC3 for translations, although that sounds somewhat low risk high impact... 22:28:39 I think it's more likely to go into a stable release but that sounds worthwhile still asking the PTL or ttx 22:29:31 Ok 22:29:34 #topic General Discussion 22:29:56 Anything else? 22:31:27 Giving it another minute or two... 22:33:22 Ok. Thank you everyone, have a nice day/afternoon/evening 22:33:26 #endmeeting