15:00:43 #startmeeting openstack search 15:00:44 Meeting started Thu May 25 15:00:43 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:45 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:47 The meeting name has been set to 'openstack_search' 15:00:58 morning all, and apparently happy towel day 15:01:16 o/ 15:01:27 o/ 15:01:34 what does happy towel day mean 15:01:47 no idea. rosmaita ? 15:03:36 it’s from hitchhikers’ guide to the galaxy 15:03:40 o/ 15:04:06 brian apparently has a very british sense of humor 15:04:22 oh I see 15:04:23 Towel Day is celebrated every year on 25 May as a tribute to the author Douglas Adams by his fans 15:04:39 you learn something every day 15:05:24 i didn’t have much specifically on the agenda today, but the m2 milestone is in 2 weeks 15:06:12 so if there are any patches that need discussion now would be a good time, and i will go on a reviewing frenzy today 15:06:40 li has been finding and fixing bugs which is great 15:07:51 I've updated uwsgi patch, https://review.openstack.org/#/c/456627/ 15:08:08 any comment is welcome 15:08:15 yeah, i saw you’d pushed a new version but didn’t get a chance to test yet. it’s ready to go now? 15:08:29 sjmc7_: https://lemonly.com/wp-content/uploads/2012/05/Towel-day-Infographic2.jpg 15:08:45 if it were hotter i would in fact be wearing a towel 15:08:59 sadly it’s about 40 degrees (F) outside 15:09:49 don't panic use a towel : ) 15:10:07 yeah, this one is ready 15:10:29 so lei-zh with this, apache is just proxying requests to uwsgi? 15:11:00 yeah, it starts a uwsgi process, and proxy requests from apache to uwsgi 15:11:23 ok. i was thinking eventually we could remove the built-in server but thinking about it more it’d make debugging much more difficult 15:11:51 also I don't set port in devstack 15:12:31 right, just in uwsgi 15:12:38 I think with uwsgi you could restart uwsgi process instead of apache for debugging 15:13:07 yeah, but attaching a debugger is harder than running cmd/api.py 15:13:46 yeah thats true 15:13:49 i like the comment “uwsgi recommends this to prevent thundering herd on accept.” it sounds like poetry 15:13:53 I'm not sure using something like pdb will behave different in uwsgi 15:15:19 ok, this all looks good. i’ll run a devstack install later 15:15:33 the nova versioning patch i think should be good to merge; thanks for the comments on it 15:15:51 great 15:16:09 I didn't start api process in devstack, but if we agree it's still useful we can keep using it in devstack, by setting wsgi flag false 15:16:42 lei-zh: no, i think not running it in devstack is correct, it should just run in uwsgi 15:16:53 so leave it how it is 15:17:06 unless i misunderstood you 15:17:39 Kevin_Zheng: do you know whehter nova’s ability to list deleted instances is used often? 15:18:23 it requires some work on our end and now nova’s not intending to use SL i need to weigh up whether it’s worth it 15:18:56 i think we should have it 15:19:09 I can work on it 15:19:10 ok. it will be useful for glance’s community images too 15:19:49 the way i saw it was to have something like the _rbac_filters function that returns some default filters (like [term: {deleted: false}]) 15:20:26 They are just testing the other way, might not working well as they thought 15:20:44 yeah, but it’s too late for this cycle to change their mind probably 15:21:16 to disable the default, originally i thought we could scan through the user query and look for whether there was a ‘deleted’ term clause 15:21:18 Yeah, but we can try again in next cycle :) 15:22:53 but that probably won’t work as expected because it’d disable it for all resource types, so perhaps a separate top levle input field is better - {“query”: …., “disable_default_filters”: {“os::nova::server”: [“deleted”]}} 15:23:04 that looks a bit clumsy. so i’m not sure what’s best 15:24:26 Hmm, yeah direct API call could be hard 15:29:04 looking through the other outstanding reviews there’s not much big stuff. i’ll rebease the ipv6 review 15:29:36 it looks like searchlight-ui is failing the NPM tests again so i’ll try to unclog that if i can 15:30:05 well, like i said, i didn’t have anything concerete on the agenda so i guess unless anyone has anything else we’ll leave it here 15:30:30 thanks all, have a good weekend 15:30:47 thanks, bye 15:37:31 #endmeeting