14:04:44 #startmeeting glance 14:04:45 Meeting started Thu Aug 30 14:04:44 2018 UTC and is due to finish in 60 minutes. The chair is rosmaita. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:04:46 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:04:48 The meeting name has been set to 'glance' 14:04:52 o/ 14:05:05 #link https://etherpad.openstack.org/p/glance-team-meeting-agenda 14:05:51 smcginnis may be occupied, coordinated release is happening as we speak 14:06:00 yas 14:06:25 so congratulations everyone for a successful rocky release! 14:06:37 and, we already have a bug backport request on today's agenda! 14:06:43 openstack does not stand still 14:07:03 \o/ congrats 14:07:26 ok, let's hold off on item 1 until jokke_ gets here 14:07:46 #topic release update 14:07:59 ok, rocky is now histoyr 14:08:03 *history 14:08:15 next milestone is Stein-1 14:08:20 October 24 14:08:38 what will go in there will be discussed at the ptg 14:08:49 any update about your availability? 14:08:58 will not be attending 14:09:00 :( 14:09:09 ohh :( 14:09:35 do you have the link for the planning etherpad? the link on the agenda goes to an empty doc 14:09:48 got it 14:09:58 #link https://etherpad.openstack.org/p/stein-ptg-glance-planning 14:10:22 https://etherpad.openstack.org/p/stein-ptg-glance-planning 14:10:31 i think there is still time to get items on the agenda, so please check out the etherpad ^^ 14:11:05 ok, that's all the upcoming deadlines i am aware of 14:11:29 the bug squad meeting scheduled for monday 3 Sept will not happen due to a holiday in the USA 14:11:43 what about the backport, I guess sean as already voted +2? 14:11:50 next bug squad meeting is Monday 17 Sept 10:00 UTC 14:12:06 abhishekk you mean for the periodic tips job? 14:12:43 rosmaita, sorry, I was talking about location update 14:12:53 ah, ok, that's item 3 14:13:02 i will hurry 14:13:34 periodic tips jobs: looking good, one weirdness on glance functional py3 with glance_store, only failed once, i have not looked into it 14:14:11 its wired exception, not able to reproduce that locally 14:14:20 i hate it when that happens 14:14:40 all right, that's all for release update 14:14:49 so today I have setup new vm with py3, I will try again 14:14:58 cool, ty 14:15:12 #topic backport request to stable/rocky 14:15:26 #link https://bugs.launchpad.net/glance/+bug/1750892 14:15:26 Launchpad bug 1750892 in Glance rocky "Image remains in queued status after location set via PATCH" [Undecided,New] - Assigned to iain MacDonnell (imacdonn) 14:15:46 this was fixed in master but after stable/rocky was cut 14:15:57 probably around RC-2, so it didn't get into the release 14:16:08 yeah 14:16:19 i think it's worth backporting, it's a definite bug 14:16:28 agree 14:16:39 i have it tentatively assigned to rocky-bugfix-1 14:16:53 but figure we should talk about it 14:17:12 Ideally I'd like to backport it to Queens too ... it's a trivial fix, and the code around it doesn't appear to have changed 14:17:39 sounds good 14:17:46 i think that would be ok 14:17:59 really need the PTL to decide this one, though 14:18:17 may be sean or erno can vote on that 14:19:30 i'll go ahead and add queens to the bug ... imacdonn go ahead and put up backports and we can discuss on the patches 14:20:00 anything else about that issue? 14:20:07 I was planning to cherry-pick to stable/rocky first, and it that's successful, repeat for stable/queens 14:20:37 i think it would be ok to cp directly from master for both 14:20:42 though i could be wrong about that 14:21:05 i think rocky is very likely to be approved, queens is a bit more iffy 14:21:05 yes, that's what I mean 14:21:47 I can maintain internal patches if I must, but would be nice to not have to 14:21:58 (internal to my employer org:) 14:22:12 well, and other people may have the same issue, it's best to upstream if possible 14:22:18 right 14:22:58 you may want to mention in a comment on the backport to queens that you are actually encountering this issue in queens, it's not a speculative backport 14:23:37 noted 14:23:46 ok, cool 14:23:55 #topic open discussion 14:24:14 imacdonn you are the first item 14:24:28 * rosmaita has not read the spec lite yet 14:24:52 btw, thanks for attending the meeting, i know it's very early for you 14:24:52 even do I 14:25:25 I think it's better to mention this spec in the ptg agenda? 14:26:06 I'm not going to be at PTG (unless there's a way to remotely attend) 14:26:12 yeah, but since neither imacdonn or rosmaita will be there, figured we could discuss now 14:26:19 at least get some feedback 14:26:25 sounds good 14:26:51 imacdonn let me summarize and see if i have this right 14:27:01 OK 14:28:24 your proposal is that if an image is in queued status, and a user sets a location using PATCH (which is the only way to set the location), if the user includes 'checksum', 'os_hash_algo', 'os_hash_value' as location metadata, those values will NOT be kept in the location metadata but will be used to poupluate the "regular" image properties 14:29:13 yes, and this is only allowed if the status is queued, and the items do not already have values (since there seem to be concerns about immutability) 14:29:46 if the image is in "active" status, i guess a 400 response? 14:30:12 I throw a HTTPConflict .. whatever that generates 14:30:30 that's good , 409 i think 14:30:38 I guess HTTPConflict sounds better 14:31:09 imacdonn : can you add that to your spec? 14:31:19 sure 14:32:11 ok, my feedback right now is that there's nothing obviously bad about this proposal 14:32:15 :) 14:32:57 i think it's clear enough to use as a basis for discussion at the ptg 14:33:13 abhishekk do you feel comfortable leading a session about it? 14:33:29 rosmaita, yes 14:33:34 great 14:33:51 a little background ... we use the HTTP store extensively, and had been relying on the v1 API to register URLs on internal web servers by URL ... but since v1 is gone, I can't upgrade to Rocky ... so I need at least an agreed-on solution, which I'll backport to Rocky/Queens for internal use so I can proceed with the upgrade 14:33:51 i was just thinking about the name clashes 14:34:03 register images, rather 14:34:34 we really don't want people putting checksums or multihash values in the location metadata, it should be on the image itself 14:34:44 so i like the idea of rejecting those 14:34:45 I will go through spec in detail and will get back to you guys if have any doubts 14:34:56 ok, great 14:35:07 imacdonn what was the other approach you had discussed with erno? 14:35:14 something about a fake location or something? 14:35:53 Yeah, his suggestion was to include an additional location with a fake URL like checksum://54fb6627dbaa37721048e4549db3224d 14:36:32 i think i like using the metadata better, but that 14:36:36 's an alternatibve 14:36:48 btw, i just noticed that glance channel is being logged again 14:36:56 thanks to fungi for figuring it out 14:37:19 ok, anything else about imacdonn 14:37:19 The fake URL thing seems hacky, and maybe fragile 14:37:24 's proposal? 14:37:36 imacdonn ++ 14:37:44 yeah its hacky 14:37:58 even the metadata is a bit hacky, just not as icky 14:38:12 just a side-note ... maybe you covered this already (I joined late) 14:38:41 the specs repo needs updating to add the stein tree (and other thing, like closing out rocky specs) .... I guess that needs jokke_ 14:39:04 yeah, i saw brin gave him a shout-out in glance channel this morning 14:39:11 now that it's being logged, he will see it 14:39:12 yep 14:39:23 only the PTL can merge into the specs repo 14:39:46 the reason is that we want all the cores to sign off on each spec before it merges 14:39:48 yeah ... seems that there maybe should be some way to delegate that if the PTL isn't going to be around .. but ok :) 14:40:11 downside is a change like this that's purely structural has to wait, but that's the way it goes :( 14:40:47 it's actually my fault, i forgot about waiting for everyone early in rocky and merged a spec that only had 2 +2s, not everyone's 14:41:18 oops 14:42:07 imacdonn you could rebase on brin's patch or maybe list it as a depends-on for your patch so that zuul will +1 14:42:43 oh, I didn't know a depends-on would do that ... I'll try that when I add the HTTPConflict clarification 14:42:54 i believe it will ... we can find out 14:43:27 ok, anything else on locations checksum smuggling issue? 14:43:45 I'm good .. thanks for the air-time! 14:44:16 great, next topic is https://bugs.launchpad.net/glance/+bug/1779251 14:44:17 Launchpad bug 1779251 in Glance "Unable to return list of all images (e.g. public + community) in a single request" [Undecided,New] 14:44:35 that's mine o/ 14:44:41 hi! 14:44:45 hi 14:44:47 hi 14:44:57 thank for having me 14:45:01 thanks* 14:45:03 i haven't had time to think about this yet 14:45:13 ok cool 14:45:24 so the current situation is to see any community images, you need to add ?visibility=community 14:45:29 even to see your own 14:45:30 we've basically worked around it in our cloud for now 14:45:37 yep 14:45:47 I have some background info here: http://lists.openstack.org/pipermail/openstack-dev/2018-August/133686.html 14:46:14 but we've moved all our public images to community in our cloud recently 14:46:26 and found a few little gotchas 14:46:30 glad to see nectar is using this feature 14:46:41 it's perfect for us really 14:46:56 I was surprised that Horizon support was so minimal though 14:46:57 ok, what happens if you use only owner=project_id as the filter? 14:47:15 that works fine 14:47:17 horizon has had personnel issues (like us) recently 14:47:33 andybotting so that includes all visibilities for the owner? 14:47:39 yes 14:47:49 ok, just curious 14:48:21 so in the case of say, murano, it won't find community images that aren't owned by the project 14:48:28 i see, so the issue is when i want to see what other peoples images are available to me 14:48:34 yeah 14:48:49 the biggest issue was with horizon's image launch wizard 14:49:07 it loads all images when the window opens, then does client side JS for filtering 14:49:20 ok, it doesn't make multiple requests 14:49:22 it wouldn't work with community images at all 14:49:30 we' 14:49:46 yeah, it should ideally do a new glance request when filtering 14:49:50 d need it to make a public request, then a community request, and combine client side 14:50:05 yeah, i've done that in a patch i have 14:50:32 but my angular skills are non-existent 14:50:37 ok, but you think it would be good for glance to do this as well 14:51:09 i think it would be useful to have an API request to get everything in one go 14:51:24 but I like that the default is to not show community images 14:51:33 this is one of those cases where we say, use searchlight for sophisticated resource searching 14:51:46 and searchlight is still a project in Stein! 14:51:51 haven't thought this through, or studied it ... but it seems that if the default has always been to list all images that the project has access to (owned, or public), that should include community too 14:51:59 on the API side, I mean 14:52:09 well, we were worried about the spam potential 14:52:19 decided to treat them separately 14:52:27 so you only see them if you really want to 14:52:28 for us, we have like 12,000 images in total 14:52:31 oh, because you can't make images public by default? (admin-only thing) 14:52:38 imacdonn right 14:52:49 yeah, ok, I guess I can see that 14:52:52 being able to push most of those to community which aren't shown by default makes glance much easier to deal with ;) 14:53:08 andybotting are you aware of hidden images? 14:53:16 new feature released today! 14:53:24 yeah! 14:53:28 looking forward to that 14:53:34 so no horizon support yet either 14:53:47 ok, so hidden would not work for what you want? 14:53:47 it'll be great for our image lifecycle 14:53:55 not in this case 14:53:59 ok 14:54:05 it would be useful for our 'official' images 14:54:06 andybotting will you be at the ptg? 14:54:21 I guess again this needs to be discussed during ptg 14:54:22 but for those from our community, we still want them discoverable 14:54:33 my colleague will be 14:54:44 yeah, i think this will benefit from in-person discussion 14:54:45 i'll be at the summit though 14:55:00 andybotting can you propose this as a topic for the ptg? 14:55:09 #link https://etherpad.openstack.org/p/stein-ptg-glance-planning 14:55:11 I'll add it to the etherpad 14:55:18 Is it possible for him to drop by in one of the glance sessions? 14:55:34 yeah, I've spoken to him about it already 14:55:44 great then 14:55:54 that sounds good 14:56:00 great 14:56:03 we have last 5 minutes left 14:56:11 thanks guys 14:56:18 do we have meeting in next week? 14:56:28 jokke_, will not be there, 14:56:33 i think the plan was no meeting next week 14:56:37 but i am not sure 14:56:53 #action jokke_ send email to dev list about next few glance meetings 14:57:02 Let's see if anything pops up on agenda then we can have it 14:57:16 ok, watch the ML, i'm not sure if there will be a meeting or not 14:57:29 i did mention no bug squad meeting on monday, though, i think? 14:57:49 yes, you have mentioned that 14:58:01 ok, that's all i have ... anyone else? 14:58:10 nope 14:58:23 ok, thanks imacdonn and andybotting for attending 14:58:32 thanks for having me 14:58:38 thank you all 14:58:40 We can chat about this in channel maybe, but I proposed this fix last night: https://review.openstack.org/#/c/597730/ 14:59:18 will be another backport thing, if we can agree on the fix 14:59:35 yeah, that's one where we need an in-depth fix 15:00:01 someone needs to read through the standards more carefully than i did 15:00:19 time up 15:00:23 Seems that headers are used much less extensively for the v2 API 15:00:32 OK,see you in channel :) 15:00:32 rfc's are mentioned in those comments if anyone has time to look 15:00:43 ok, thanks everyone! 15:00:47 #endmeeting