14:03:20 #startmeeting glance 14:03:21 Meeting started Thu Aug 22 14:03:20 2019 UTC and is due to finish in 60 minutes. The chair is jokke_. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:03:22 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:03:24 The meeting name has been set to 'glance' 14:03:27 #topic roll-call 14:03:31 o/ 14:03:45 #link https://etherpad.openstack.org/p/glance-team-meeting-agenda 14:04:09 o/ 14:04:58 we won't have rosmaita here and I guess smcginnis neither 14:05:16 yes 14:05:22 something something cinder mid-cycle 14:05:46 :D 14:05:51 #topic release-updates 14:05:53 go for it 14:06:14 I have created new etherpad to track down the important patches 14:06:26 #link https://etherpad.openstack.org/p/glance-train-priority-patches 14:06:55 I went through last meeting minutes and found that it got very messy to understand the current status 14:07:13 so above etherpad will help us to track down the important patches 14:08:18 Regarding periodic job we have 3 failures due to parser error 14:09:12 is it the same issue again, the parser can't handle the output volume? 14:09:56 yes 14:10:55 gr8 :( 14:10:59 that's it from me 14:11:12 k 14:11:15 thanks 14:11:38 I have one solution, we can add config option and default set it to false 14:11:51 if it is false it will not attache logs to the output 14:12:05 else when set to true it will add those logs 14:12:26 it adds glance-api, registry logs to each test which fails :( 14:13:11 hmm-m wondering if throwing out the last registry bits would solve that 14:13:51 https://github.com/openstack/glance/blob/master/glance/tests/functional/__init__.py#L930 14:14:17 https://github.com/openstack/glance/blob/master/glance/tests/functional/__init__.py#L1298 14:14:36 I will try to avoid attaching registry logs, lets see 14:15:04 kk 14:15:08 #topic rocky-only cache-manage bug 14:15:32 this is a straight fix 14:15:33 So we still seem to build the executable for cache-manage in rocky even it really doesn't exist 14:15:37 yup 14:15:54 yes 14:16:22 #topic Open Discussion 14:16:25 ok 14:17:50 #link https://review.opendev.org/#/c/678015/ 14:17:57 I have not much to discuss, just stack of patches pending for reviews, 3-4 of them already has +2 14:19:35 so two things, a) Devstack is our 21st priority while production is like priority 1 b) are you really sure about the parameter names, as what you are saying is not what is documented for oslo_config 14:20:12 jokke_, yes 100 %, I have applied it and checked 14:20:46 with CONF.opts.config_dir it gives error and with CONF.config_dir it shows actual value 14:20:52 same with config_file 14:21:00 ok, gr8 thnx ... I'm still fighting to get my test env building so good to know 14:21:18 will change those right now 14:21:27 cool, 14:22:35 done, thanks again .... I will test and verify that it actually works once I get my test env running again 14:23:59 great 14:24:09 So should be pretty self explanatory, but I wanted to minimize any hardcoding of that file path 14:25:09 I have one doubt though, if CONF.reload_config_files() is accessing CONF.config_file then will it return list including image-import.conf file? 14:25:23 just give me a minute I will confirm 14:26:13 the oslo_config.ConfigOpts.find_file is actually decently smart. It looks for the file based on few criteria starting from the folder it's consuming other config files. So even if one use /x/y/z/glance-api.conf, has /x/y/z/glance-image-import.conf and /etc/glance/glance-image-import.conf it will return the /x/y/z/ path one 14:27:16 it is 14:27:37 So we really mainly assume that as long as the file is in same folder as rest of the configs used, it should work 14:27:47 right 14:28:05 unless it's listed on command line, in which case we know it's being parsed already 14:28:26 same thing when config-dir is used instead of config-file 14:29:25 yes 14:29:29 abhishekk: so you tested that version and it works? 14:30:25 jokke_, Not fully, I just found that the import-conf file is appended to config_file option 14:30:56 as it should, no? 14:31:17 I need to revert systemd file to avoid reading of config_dir and just read api.conf 14:31:22 jokke_, yes 14:31:56 ah, yes if you're using config_dir that should not do anything 14:33:07 yes 14:33:18 I will check it and update the same on the patch 14:34:04 if you're using --config-file(s) that should pick the glance-image-import.conf automatically if it exists either in the folder(s) you're picking the configs from or from the bunch of default folders we look for configs 14:37:58 but that's all from me. We can end the meeting and continue this offline 14:38:18 yes 14:38:40 we can continue offline 14:38:48 ok, thanks! 14:38:53 #endmeeting