15:00:33 <sjmc7> #startmeeting openstack search
15:00:38 <openstack> Meeting started Thu Jan 19 15:00:33 2017 UTC and is due to finish in 60 minutes.  The chair is sjmc7. Information about MeetBot at http://wiki.debian.org/MeetBot.
15:00:40 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:00:42 <openstack> The meeting name has been set to 'openstack_search'
15:00:59 <matt-borland> o/
15:01:04 <Kevin_Zheng> o/
15:01:12 <lei-zh> o/
15:01:12 <yingjun> o/
15:01:52 <sjmc7> morning
15:01:56 <robcresswell> o/
15:02:13 <sjmc7> agenda is at https://etherpad.openstack.org/p/search-team-meeting-agenda and it’s short today
15:02:33 <sjmc7> #topic ocata-3
15:02:43 <rosmaita> o/
15:02:52 <sjmc7> Ocata milestone 3 is next week. Hasn’t time flown by etc etc
15:03:11 <sjmc7> The pipeline patch that’ll enable things like the zaqar use case merged last week (yay)
15:03:19 <stevelle> o/
15:03:20 <TravT> \o/
15:03:23 <sjmc7> The biggest outstanding patch is the ironic plugin which is really close
15:04:36 <sjmc7> I’m pretty confident we can get that in for o-3, then there are a few other outstanding reviews and bugs but not a huge number
15:05:40 <sjmc7> matt-borland: i believe you fixed the problem stopping the horizon plugin working properly?
15:05:57 <matt-borland> I believe so, Travis was going to test it as well
15:06:06 <TravT> yes, it all works now...
15:06:11 <TravT> there are some navigation issues
15:06:12 <matt-borland> Awesome! :)
15:06:19 <sjmc7> Ok. So we’re in pretty good shape; the rest of the ocata release should mostly be testing
15:06:21 <TravT> that were introduced in upstream horizon.
15:06:26 <TravT> appear to be styling related
15:06:29 <TravT> i filed bugs
15:06:32 <sjmc7> I’m intending to put a patch up for the ES-5 issue (https://bugs.launchpad.net/searchlight/+bug/1655396) today
15:06:32 <openstack> Launchpad bug 1655396 in OpenStack Search (Searchlight) "No "filtered" query in ES 5; API queries fail" [Critical,New]
15:06:42 <robcresswell> TravT: Bugs?
15:06:53 <TravT> let me grab those
15:07:01 <sjmc7> horizon doens’t introduce bugs!
15:07:04 <matt-borland> Tabs on details are broken, right?
15:07:05 <sjmc7> what slander
15:07:17 <TravT> https://bugs.launchpad.net/horizon/+bug/1656045
15:07:17 <openstack> Launchpad bug 1656045 in OpenStack Dashboard (Horizon) ocata "Dashboard panels intermittently disappear when they are in the 'default' panel group." [High,New]
15:07:33 <TravT> https://bugs.launchpad.net/horizon/+bug/1656051
15:07:34 <openstack> Launchpad bug 1656051 in OpenStack Dashboard (Horizon) ocata "Angular registry detailViews no longer display as tabs" [High,New]
15:07:58 <robcresswell> hmm interesting
15:08:15 <matt-borland> Probably the last one at least is new ui-bootstrap libs
15:08:57 <robcresswell> matt-borland: Probably
15:09:50 <sjmc7> Ok. I guess we’ll keep an eye on those. They presumably affect other plugins too
15:10:04 <robcresswell> I rewrote the nav, so I probably broke something there
15:10:11 <TravT> yeah, i bet the other one matt-borland already fixed also affected other horizon plugins
15:10:43 <matt-borland> yeah, LBaaS panel most likely is a victim
15:10:50 <matt-borland> but that's another topic
15:10:54 <TravT> yep
15:10:54 <robcresswell> matt-borland: https://github.com/openstack/horizon/blob/2925562c1a3f0a9b3e2d55833691a7b0ad10eb2a/horizon/static/framework/widgets/details/details.html#L2
15:10:57 <robcresswell> should be uib-tabset
15:11:18 <robcresswell> (sorry, I'll stop horizoning all over your meeting)
15:11:26 <sjmc7> :)
15:11:44 <TravT> no worries!
15:12:13 <sjmc7> Any other concerns for the o-3 milestone? rosmaita - the glance image visibility stuff, is that likely to get into ocata?
15:13:00 <rosmaita> just put it on the agenda
15:13:10 <rosmaita> yes, should merge this morining
15:13:20 <rosmaita> (though since i said that out loud, who knows?)
15:13:46 <sjmc7> urgh, ok
15:13:53 <rosmaita> here's a quick summary of the changes: https://etherpad.openstack.org/p/glance-ocata-sharing-release-note-draft
15:15:00 <sjmc7> ok, thanks. we’ll need to take a look at that fairly urgently i guess
15:15:24 <rosmaita> i will make myself available to help in whatever way you need
15:15:41 <sjmc7> ok. hopefully won’t be too unpleasant. we’ll need to support both formats for a while?
15:16:09 * rosmaita thinking
15:16:38 <sjmc7> fortunately we didn’t map anything as boolean so the additional visibility value won’t be a problem
15:16:43 <rosmaita> i think from searchlight POV, you can support only the new format
15:17:07 <TravT> orly?
15:17:09 <rosmaita> the problematic api changes have had to do with how you make 'shared' images in glance
15:17:21 <TravT> we don't need to worry about any backwards compatibility fun-ness?
15:17:28 <sjmc7> so the only change was not allowing private+members?
15:17:51 <rosmaita> hmmm
15:18:06 <sjmc7> so we just likely need to add an additional check to the membership query to check that ‘visibility’ is also set to shared
15:18:07 <rosmaita> you are correct
15:18:19 <sjmc7> ok. that doesn’t sound too heinous
15:18:36 <rosmaita> yes, in Ocata, if it's private with members, means => not shared
15:18:44 <sjmc7> i’ll file a bp for it, i can get a patch up before o-3
15:18:45 <rosmaita> pre-ocata, would mean shared
15:19:03 <TravT> i think we have a bp
15:19:31 <TravT> https://blueprints.launchpad.net/searchlight/+spec/glance-visibility-changes-shared-community
15:19:48 <sjmc7> ok. so just need to implement it. cool, thanks for bringing that up, brian
15:20:13 <rosmaita> np
15:20:25 <TravT> robcresswell: ^ not sure if anybody looked at this for horizon either
15:20:58 * robcresswell grumbles something about stable APIs
15:21:01 <robcresswell> :D
15:21:03 <sjmc7> :D
15:21:07 <TravT> :)
15:21:13 <rosmaita> hey, this is openstack
15:21:17 <sjmc7> you just missed the glance meeting, you could’ve brought that up there :)
15:21:21 <sjmc7> always popular
15:21:28 <robcresswell> I'm not even sure we had visibility right at the last release
15:21:45 <TravT> yes, slinging mud at whoever is on the glance team is always a popular activity
15:21:49 <sjmc7> haha, why break the habit then
15:21:49 <robcresswell> but yes, thanks for the heads up
15:22:02 <rosmaita> robcresswell: ping me if you need more info
15:22:05 <sjmc7> Ok. Any other ocata-3 things?
15:22:12 <robcresswell> tbh I dont think anyone outside glance knows how its supposed to work anyway, so they wont know if its broken
15:22:21 <robcresswell> cheers rosmaita
15:22:23 <sjmc7> that’s the spirit!
15:22:25 <TravT> :)
15:22:28 <TravT> :D:D
15:22:38 <rosmaita> well, some stuff will still work
15:23:43 <sjmc7> also a good motto
15:24:19 <rosmaita> "glance: some stuff working since 2011"
15:25:20 <TravT> :)
15:25:32 <sjmc7> Moving on if there’s nothing else on this
15:25:53 <sjmc7> #topic PTL nominations
15:26:24 <sjmc7> Self-nominations start next week. If anyone’s interested in doing it for Pike but doesn’t know what’s involved please feel free to ask me or Travis
15:27:19 <sjmc7> I’m OK doing it again, although my involvement’s been a bit reduced as our company priorities have changed
15:28:05 <rosmaita> sjmc7: yay for doing it again, boo for company priorities
15:28:21 <sjmc7> But if anyone else would like the opportunity, please feel free to nominate themselves. Typically that involves an email to the mailing list plus a review on the governance repo
15:29:17 <sjmc7> Oh, i beg pardon, the nomination period opened yesterday and runs til Jan 29th
15:29:29 <sjmc7> Details at https://governance.openstack.org/election/
15:30:27 <sjmc7> Ok, that was all i had
15:30:30 <sjmc7> #topic Open discussion
15:32:13 <sjmc7> lei-zh yingjun - when’s your holiday for new year?
15:32:53 <TravT> i don't know if this came up prior to me joining, but we should get this in for ocata-3
15:32:54 <TravT> https://review.openstack.org/#/c/420609/
15:33:05 <Kevin_Zheng> 27th
15:33:14 <lei-zh> sjmc7: seven days from Jan 27, if I don't get it wrong...
15:33:23 <sjmc7> it didn’t TravT , thanks. we should be able ot get that in
15:33:35 <sjmc7> 7 days! that’s a nice holiday
15:34:44 <lei-zh> yeah, it's always the most important holiday here
15:35:21 <sjmc7> here everyone just goes out and gets drunk
15:35:42 <lei-zh> haha
15:35:56 <sjmc7> ok, well, if there’s nothing else, i’ll let everyone get back to work/bed
15:36:21 <sjmc7> If we can get these last reviews through, we’ll be in good shape for the o-3 milestone
15:36:24 <sjmc7> Thanks everyone!
15:36:28 <TravT> thank you!
15:36:36 <Kevin_Zheng> rhanks
15:36:40 <Kevin_Zheng> thanks
15:37:20 <sjmc7> #endmeeting