Friday, 2018-09-21

*** dpawlik has quit IRC00:03
openstackgerritMerged openstack/glance master: add python 3.6 unit test job  https://review.openstack.org/59350100:21
*** imacdonn has quit IRC01:15
*** imacdonn has joined #openstack-glance01:16
*** LiangFang has joined #openstack-glance01:51
*** dpawlik has joined #openstack-glance02:12
*** dpawlik has quit IRC02:17
*** hoonetorg has quit IRC02:48
*** hoonetorg has joined #openstack-glance03:02
*** jiaopengju has quit IRC03:19
*** jiaopengju has joined #openstack-glance03:20
*** gcb_ has joined #openstack-glance03:27
*** jmccrory has quit IRC03:32
*** jmccrory has joined #openstack-glance03:37
*** rcernin has quit IRC03:48
*** rcernin has joined #openstack-glance03:49
*** edmondsw has quit IRC03:56
*** brinzhang has quit IRC04:26
*** brinzhang has joined #openstack-glance04:26
*** udesale has joined #openstack-glance04:29
*** d34dh0r53 has quit IRC04:34
*** d34dh0r53 has joined #openstack-glance04:34
*** ratailor has joined #openstack-glance05:11
*** dpawlik has joined #openstack-glance06:11
*** nguyenhai_ has joined #openstack-glance06:32
*** nguyenhai has quit IRC06:35
*** belmoreira has joined #openstack-glance06:42
*** rcernin has quit IRC07:02
*** MattMan_1 has quit IRC07:14
*** MattMan_1 has joined #openstack-glance07:14
*** mosulica has joined #openstack-glance07:14
*** ejat has joined #openstack-glance07:24
*** dims has quit IRC08:11
*** dims has joined #openstack-glance08:12
*** gcb_ has quit IRC08:18
*** alexchadin has joined #openstack-glance08:22
*** alexchadin has quit IRC08:26
*** alexchadin has joined #openstack-glance08:28
*** belmoreira has quit IRC08:37
*** belmoreira has joined #openstack-glance08:45
*** dpawlik has quit IRC09:02
*** dpawlik has joined #openstack-glance09:04
*** hoonetorg has quit IRC09:08
*** dillaman has joined #openstack-glance09:09
*** jdillaman has quit IRC09:11
*** Luzi has joined #openstack-glance09:23
*** hoonetorg has joined #openstack-glance09:25
*** alexchadin has quit IRC09:51
*** alexchadin has joined #openstack-glance09:56
*** stephenfin has left #openstack-glance10:01
*** LiangFang has quit IRC10:19
*** alexchadin has quit IRC10:35
*** alexchadin has joined #openstack-glance10:36
*** alexchadin has quit IRC10:36
*** alexchadin has joined #openstack-glance10:36
*** alexchadin has quit IRC10:37
*** alexchadin has joined #openstack-glance10:37
*** alexchadin has quit IRC10:37
*** alexchadin has joined #openstack-glance10:38
*** alexchadin has quit IRC10:38
*** dpawlik has quit IRC11:02
*** dpawlik has joined #openstack-glance11:03
*** udesale has quit IRC11:05
*** udesale has joined #openstack-glance11:13
*** alexchadin has joined #openstack-glance11:15
*** alexchadin has quit IRC11:20
openstackgerritMerged openstack/glance-specs master: import zuul job settings from project-config  https://review.openstack.org/59350211:30
nguyenhai_Thanks for merging the latest python3-first patch in glance repo.11:32
nguyenhai_AJaeger, we can process the removing Zuul configuration in project-config.11:32
*** udesale has quit IRC11:34
*** udesale has joined #openstack-glance11:34
*** alexchadin has joined #openstack-glance11:37
AJaegernguyenhai_: great!11:37
jokke_yeah, sorry for the delay. Have been travelling for a month and that fell through the cracks following up things11:38
AJaegerjokke_: thanks! hope you had a great time!11:40
jokke_AJaeger: I did thnx. Had some holidays that were really welcome and PTG went pretty well so all in all good month and super happy being back home :D11:41
AJaeger;)11:41
jokke_lots of catching up to do 'though11:42
*** brinzhang has quit IRC11:43
openstackgerritMerged openstack/glance master: Cleanup .zuul.yaml  https://review.openstack.org/60319712:01
*** AJaeger has left #openstack-glance12:10
*** AJaeger has joined #openstack-glance12:16
*** udesale has quit IRC12:26
*** ratailor has quit IRC12:34
*** alexchadin has quit IRC12:43
*** aniketh has joined #openstack-glance12:45
*** jistr is now known as jistr|call13:31
*** belmoreira has quit IRC13:33
*** openstackgerrit has quit IRC14:07
AJaegerglance cores, could you merge https://review.openstack.org/604339 and backports, please ? That's a simple job rename to remove a legacy job.14:32
*** dpawlik has quit IRC14:33
*** Luzi has quit IRC14:42
*** mosulica has quit IRC14:58
*** dpawlik has joined #openstack-glance15:03
*** dpawlik has quit IRC15:07
*** jistr|call is now known as jistr15:11
*** naptastic has joined #openstack-glance16:07
*** openstackgerrit has joined #openstack-glance16:25
openstackgerritFelipe Reyes proposed openstack/glance master: Remove deprecated configuration options  https://review.openstack.org/60441016:25
*** vkmc is now known as vkmc|afk16:37
naptasticI'm getting "Caught error: (sqlite3.OperationalError) no such table: images" in glance-api.log. I'm guessing that the sqlite cache database doesn't exist, or hasn't been initialized properly. How do I do that?16:53
*** gyee has joined #openstack-glance17:01
*** nicolasbock_ has joined #openstack-glance17:03
imacdonnnaptastic: have you done the usual bootstrapping ('glance-manage db_sync' and 'glance-manage db load_metadefs') and restarted glance-api ?17:22
naptasticimacdonn, yes; the .sqlite file I'm looking at still doesn't have any tables in it. (Maybe I'm looking at the wrong one?)17:25
naptasticglance-manage db load_metadefs gives a bunch of messages like this:17:25
naptastic2018-09-21 12:24:11.797 40538 INFO glance.db.sqlalchemy.metadata [-] Skipping namespace OS::Compute::HostCapabilities. It already exists in the database.17:26
imacdonnhmm. I guess I'm not using the cache functionality17:29
naptasticfrom what I'm reading, it's off unless image_cache_dir is set. Which, in my installation, it is, because the puppet module has a default even though OpenStack doesn't.17:33
* naptastic grumbles'17:33
imacdonnyeah17:34
imacdonnglance-cache-manage was removed here .... https://github.com/openstack/glance/commit/3dde3204d5c1b5323dba2d7b7607e69bcc58bbb2#diff-ea29bb3eafd30147fc8f02560e29e81f17:39
imacdonndon't know anything about the caching part really ... seems that turning it off would be easiest ;)17:40
naptasticindeed; I turned it off manually, and now am getting authentication problems with nova. "A different error message means you're making progress."17:40
imacdonn:)17:41
imacdonn... or digging a deeper hole?17:41
*** etp has quit IRC17:41
naptasticI'm tellin' ya17:42
naptastictoo many axes of complexity... and while the magnitude of a vector is always the square root of the sums of the squares of its values on each axis, more axes means magnitude goes up faster.17:42
naptasticAnd each of these axes of complexity has a pretty high value.17:43
imacdonnwelcome to OpenStack ;)17:43
*** etp has joined #openstack-glance17:44
*** etp has quit IRC17:55
*** etp has joined #openstack-glance17:56
*** nicolasbock_ has quit IRC18:12
*** aniketh has quit IRC18:51
*** dpawlik has joined #openstack-glance19:33
*** dpawlik has quit IRC19:38
*** naptastic has quit IRC21:52
*** naptastic_ has joined #openstack-glance21:52
*** zul has quit IRC22:04
*** dpawlik has joined #openstack-glance23:34
*** FrankZhang has quit IRC23:36
*** FrankZhang has joined #openstack-glance23:37
*** dpawlik has quit IRC23:38

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!