Tuesday, 2016-12-20

openstackgerritDharini Chandrasekar proposed openstack/glance: Handling scrubber's exit in non-daemon mode.  https://review.openstack.org/38271100:12
*** Zer0Byte__ has quit IRC00:19
*** catintheroof has quit IRC00:29
*** ducttape_ has joined #openstack-glance00:56
openstackgerritMerged openstack/glance: Python3: Fix glance.tests.functional.test_bin_glance_cache_manage  https://review.openstack.org/40362100:58
*** chlong has quit IRC00:59
*** ducttape_ has quit IRC01:01
*** ducttape_ has joined #openstack-glance01:11
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Updated from global requirements  https://review.openstack.org/41213001:43
*** dct360 has quit IRC01:58
*** trananhkma has joined #openstack-glance02:22
*** ducttape_ has quit IRC02:27
*** ducttape_ has joined #openstack-glance02:28
*** ducttape_ has quit IRC02:32
*** ducttape_ has joined #openstack-glance02:48
*** jamielennox is now known as jamielennox|away03:08
*** jamielennox|away is now known as jamielennox03:22
*** udesale has joined #openstack-glance03:30
*** burgerk has joined #openstack-glance03:32
*** burgerk has quit IRC03:36
*** ducttape_ has quit IRC03:38
openstackgerritTuan Luong-Anh proposed openstack/python-glanceclient: Replace dict.iteritems() with dict.items()  https://review.openstack.org/36336704:04
*** namnh has joined #openstack-glance04:05
*** prateek has joined #openstack-glance04:19
openstackgerritTovin Seven proposed openstack/glance: Support new OSProfiler API  https://review.openstack.org/31679904:21
openstackgerritTovin Seven proposed openstack/glance: Support new OSProfiler API  https://review.openstack.org/31679904:23
*** pdeore__ has joined #openstack-glance04:26
openstackgerritMerged openstack/glance: Change cfg.set_defaults into cors.set_defaults  https://review.openstack.org/39357904:36
*** trananhkma has quit IRC04:39
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Updated from global requirements  https://review.openstack.org/41213004:46
*** links has joined #openstack-glance04:52
*** ratailor has joined #openstack-glance04:56
openstackgerritSteve Kowalik proposed openstack/glance_store: Disable verification for Keystone session in Swift  https://review.openstack.org/34687305:08
*** Zer0Byte__ has joined #openstack-glance05:27
openstackgerritMerged openstack/glance: Python3: Fix glance.tests.functional.test_glance_replicator  https://review.openstack.org/40362206:17
openstackgerritpangliye proposed openstack/glance: Fix LOG marker to follow the Python 3 guideline  https://review.openstack.org/41277506:38
openstackgerritpangliye proposed openstack/glance: Fix LOG marker to follow the Python 3 guideline  https://review.openstack.org/41277506:39
*** rcernin has quit IRC06:59
*** groen692 has joined #openstack-glance07:07
*** ezoszed has joined #openstack-glance07:07
openstackgerritMaxim Nestratov proposed openstack/glance: Add ploop to supported disk_formats  https://review.openstack.org/34163307:10
openstackgerritMaxim Nestratov proposed openstack/glance: Update sample config files for Ocata-3  https://review.openstack.org/41256407:10
*** rcernin has joined #openstack-glance07:10
*** tesseract has joined #openstack-glance07:11
openstackgerritMerged openstack/glance: Python3: fix logs/glance.tests.functional.test_healthcheck_middleware  https://review.openstack.org/40362307:11
*** tesseract is now known as Guest1497207:11
openstackgerritpangliye proposed openstack/glance: Fix typo error  https://review.openstack.org/41281807:13
openstackgerrityunfeng zhou proposed openstack/glance-specs: add CONTRIBUTING.rst  https://review.openstack.org/41282207:16
openstackgerrityunfeng zhou proposed openstack/glance_store: add CONTRIBUTING.rst  https://review.openstack.org/41282307:16
*** rcernin has quit IRC07:26
*** jamielennox is now known as jamielennox|away07:28
Zer0Byte__somebody awake07:35
Zer0Byte__?07:35
openstackgerritpangliye proposed openstack/glance: Fix typo error  https://review.openstack.org/41284007:36
*** rcernin has joined #openstack-glance07:42
*** Zer0Byte__ has quit IRC07:43
*** tshefi has joined #openstack-glance07:52
*** pcaruana has joined #openstack-glance08:19
*** seanhandley has joined #openstack-glance08:20
seanhandleyWhat's the correct way to get Glance to return all images? i.e. from an admin context so all = absolutely everything08:21
seanhandleyUp until now I've been using the images endpoint on Nova but since that's now deprecated I need a new approach. It seems /v2/images/ is only fetching me public images. I'm working on telemetry systems for a public cloud so I need a way to see all images.08:31
*** rcernin has quit IRC08:36
seanhandley(I'm using Ceilometer events as well to build up a history of each image but I want a way to get a current snapshot of what Glance considers to be active)08:47
openstackgerritMerged openstack/glance: Python3: fix glance.tests.functional.test_scrubber  https://review.openstack.org/40362408:54
*** rcernin has joined #openstack-glance08:58
*** zzzeek has quit IRC09:00
*** zzzeek has joined #openstack-glance09:00
*** e0ne has joined #openstack-glance09:17
openstackgerritHa Dung proposed openstack/glance: Fix typo on the version.py  https://review.openstack.org/41299509:44
*** namnh has quit IRC10:03
*** GB21 has joined #openstack-glance10:11
johnthetubaguyseanhandley: nova's image api is only a proxy to the glance image api, so what you want should be possible with the correct arguments10:17
*** bkopilov_ has quit IRC10:17
seanhandleytherein lies the trouble johnthetubaguy :-)10:17
seanhandleyI've tried all I can see in the documentation for /v2/images10:17
seanhandleyfiltering on image type etc10:17
seanhandleybut I still don't see all the activeimages in Glance's DB10:18
seanhandley* active images10:18
seanhandleyI guess if nobody knows off hand the answer will be in the Nova source code10:18
johnthetubaguyseanhandley: what did you send to Nova to make that happen?10:19
seanhandleyjohnthetubaguy: /images/detail.json with no parameters10:21
johnthetubaguyoh, but an admin token I guess?10:21
seanhandleyYeah10:21
seanhandleyBut I'm authed with an admin token when I query Glance10:21
seanhandleyso I'd hoped to see the same results10:21
johnthetubaguyit is possible to be admin in Nova and not admin in Glance, policy wise10:22
seanhandleyOh?10:22
seanhandleyI thought if Keystone said you were an admin then you were an admin everywhere10:22
seanhandleyShould I be looking in policy.json ?10:23
kairatUnfortunately, no10:23
johnthetubaguyyeah, policy specifies who is an admin10:23
kairatglance has a config user10:23
johnthetubaguytotally on purpose10:23
johnthetubaguyah...10:23
kairatsorry, config option10:23
kairatadmin_role10:24
seanhandleyI'll take a look in glance.conf then10:24
seanhandleythanks kairat johnthetubaguy10:24
seanhandleyI'll pipe up again later if I still have no joy10:24
johnthetubaguyseanhandley: FWIW, looks like you just have to be an admin to list all images: https://github.com/openstack/glance/blob/master/glance/api/authorization.py#L14310:31
seanhandleyThanks johnthetubaguy10:32
seanhandleyI'm in the process of checking the config10:32
*** GB21 has quit IRC10:40
*** pooja_j has joined #openstack-glance10:47
*** e0ne has quit IRC10:49
*** e0ne has joined #openstack-glance10:49
*** mvk has quit IRC10:53
*** udesale has quit IRC10:58
*** GB21 has joined #openstack-glance11:07
*** mvk has joined #openstack-glance11:26
*** thiagolib has joined #openstack-glance11:28
*** MattMan has joined #openstack-glance11:28
*** smatzek has joined #openstack-glance11:37
*** prateek has quit IRC11:55
*** pdeore__ has quit IRC11:59
*** nicolasbock has joined #openstack-glance12:06
*** GB21 has quit IRC12:09
*** ratailor has quit IRC12:25
*** GB21 has joined #openstack-glance12:27
*** catintheroof has joined #openstack-glance12:37
*** GB21 has quit IRC12:38
*** GB21 has joined #openstack-glance12:50
*** chlong has joined #openstack-glance12:53
*** pcaruana has quit IRC13:01
*** pcaruana has joined #openstack-glance13:06
*** abhishek_k has joined #openstack-glance13:15
*** Dinesh_Bhor has quit IRC13:16
*** pooja_j has quit IRC13:16
*** bhagyashris has quit IRC13:16
*** abhishekk has quit IRC13:16
*** pdeore__ has joined #openstack-glance13:26
*** bhagyashris has joined #openstack-glance13:28
*** Dinesh_Bhor has joined #openstack-glance13:28
*** pooja_j has joined #openstack-glance13:28
*** ducttape_ has joined #openstack-glance13:30
sigmavirusrosmaita: nice catch on that review13:35
*** pdeore__ has quit IRC13:55
*** GB21 has quit IRC13:59
*** GB21 has joined #openstack-glance14:00
*** ezoszed has quit IRC14:03
*** ezoszed has joined #openstack-glance14:03
*** catinthe_ has joined #openstack-glance14:06
*** mtanino has quit IRC14:08
*** catintheroof has quit IRC14:08
*** ducttape_ has quit IRC14:12
*** chlong has quit IRC14:16
*** prateek has joined #openstack-glance14:23
*** pcaruana has quit IRC14:23
*** mfedosin has joined #openstack-glance14:30
*** links has quit IRC14:32
*** pcaruana has joined #openstack-glance14:37
*** clayton has quit IRC14:38
*** clayton has joined #openstack-glance14:40
*** GB21 has quit IRC14:49
sigmavirusstevelle: I noticed you were approving some of cyril's patches yesterday (https://review.openstack.org/#/q/topic:python3-functional-tests+project:openstack/glance) but you seem to have missed two of them (unless you're still working through them, in which case, ignore me :))14:50
*** ducttape_ has joined #openstack-glance14:54
*** udesale has joined #openstack-glance15:00
*** ezoszed has quit IRC15:01
*** ezoszed has joined #openstack-glance15:03
*** dct360 has joined #openstack-glance15:18
*** ezoszed has quit IRC15:32
*** mtanino has joined #openstack-glance15:32
openstackgerritDavanum Srinivas (dims) proposed openstack/glance: [WIP] python3 experiment - ignore me  https://review.openstack.org/41314415:44
*** udesale has quit IRC15:48
*** harlowja has joined #openstack-glance15:49
*** chlong has joined #openstack-glance15:53
*** ducttape_ has quit IRC15:56
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Updated from global requirements  https://review.openstack.org/41213015:57
stevellestill working through them between other work, sigmavirus16:01
sigmavirussgtm :)16:01
*** chlong has quit IRC16:01
*** markvoelker_ has joined #openstack-glance16:01
*** markvoelker has quit IRC16:03
*** markvoelker has joined #openstack-glance16:04
*** prateek_ has joined #openstack-glance16:05
*** markvoelker_ has quit IRC16:07
*** prateek has quit IRC16:08
*** bkopilov has quit IRC16:09
*** groen692 has quit IRC16:14
*** chlong has joined #openstack-glance16:17
*** bkopilov has joined #openstack-glance16:20
*** clayton has quit IRC16:21
*** mvk has quit IRC16:22
*** clayton has joined #openstack-glance16:22
*** prateek_ has quit IRC16:27
*** prateek has joined #openstack-glance16:27
*** chlong has quit IRC16:28
*** MattMan has quit IRC16:29
*** MattMan has joined #openstack-glance16:30
*** catintheroof has joined #openstack-glance16:39
*** catinthe_ has quit IRC16:42
*** harlowja has quit IRC16:42
*** chlong has joined #openstack-glance16:42
alex_bashstevelle: how did you setup your credentials to run tempest?16:42
stevellealex_bash: I've been lazy to this point in just letting openstack-ansible-os_glance role set up tempest for me16:44
stevelleintend to try to get a devstack w/ tempest someday16:44
alex_bashthere should be a credentials file somewhere in there16:44
*** ducttape_ has joined #openstack-glance16:45
*** tshefi has quit IRC16:52
*** ducttape_ has quit IRC16:57
*** bkopilov_ has joined #openstack-glance17:01
*** bkopilov has quit IRC17:02
*** Guest14972 has quit IRC17:03
stevellein related news, we have a single +2 on the Tempest change I submited, and a couple of +1s from folks who work in that space so I'm hopeful we will unblock17:05
*** e0ne has quit IRC17:08
*** Zer0Byte__ has joined #openstack-glance17:16
sigmavirusstevelle: link to your change?17:19
*** prateek has quit IRC17:21
alex_bashsigmavirus: https://review.openstack.org/#/c/412731/17:23
openstackgerritIan Cordasco proposed openstack/glance: Update tox configuration file to reduce duplication  https://review.openstack.org/41261717:23
sigmavirusthanks alex_bash17:23
*** prateek has joined #openstack-glance17:34
*** prateek_ has joined #openstack-glance17:36
*** prateek_ has quit IRC17:37
*** prateek_ has joined #openstack-glance17:37
*** prateek has quit IRC17:39
alex_bashsigmavirus: question17:49
sigmavirusalex_bash: answer17:49
alex_bashWhy was this change made: https://github.com/openstack/glance/commit/b2cd0775ec8788df5f11099b22b1bf149f0f52ee?17:50
*** ducttape_ has joined #openstack-glance17:51
alex_bashnevermind, I read the commit msg17:51
alex_bashA follow on question, are we now using oslo.log 3.17.0?17:53
*** harlowja has joined #openstack-glance17:53
openstackgerritDharini Chandrasekar proposed openstack/glance: Handling scrubber's exit in non-daemon mode.  https://review.openstack.org/38271117:55
*** pcaruana has quit IRC17:59
openstackgerritMerged openstack/glance: Python 3: fix glance.tests.functional.v1.test_misc  https://review.openstack.org/40362518:00
*** catinthe_ has joined #openstack-glance18:03
*** catintheroof has quit IRC18:06
*** parora has joined #openstack-glance18:06
*** ducttape_ has quit IRC18:08
*** prateek_ has quit IRC18:10
*** ducttape_ has joined #openstack-glance18:19
*** parora has quit IRC18:26
*** MattMan has left #openstack-glance18:26
*** prateek has joined #openstack-glance18:26
openstackgerritAlexander Bashmakov proposed openstack/glance: Testing changes required with Alembic move  https://review.openstack.org/39740918:29
openstackgerritAlexander Bashmakov proposed openstack/glance: Port Glance Migrations to Alembic  https://review.openstack.org/38295818:29
*** rcernin has quit IRC18:29
*** ducttape_ has quit IRC18:47
*** mvk has joined #openstack-glance18:54
*** chlong has quit IRC18:56
dhariniccastulo: Can you please bring this https://review.openstack.org/#/c/412731/ to the attention of any core?18:57
castulosure dharinic19:06
*** mfedosin_ has joined #openstack-glance19:09
*** chlong has joined #openstack-glance19:13
*** mfedosin_ has quit IRC19:20
dharinicThanks castulo19:20
dharinicsigmavirus, stevelle: Can you please reopen the buffered reader review? https://review.openstack.org/#/c/120866/19:21
stevelledharinic: done19:23
dharinicThanks stevelle19:24
*** ducttape_ has joined #openstack-glance19:25
openstackgerritDharini Chandrasekar proposed openstack/glance_store: swift store: Add upload recovery  https://review.openstack.org/12086619:31
*** harlowja has quit IRC19:35
*** prateek has quit IRC19:37
*** catintheroof has joined #openstack-glance19:37
*** catinthe_ has quit IRC19:40
*** ducttape_ has quit IRC19:57
*** ducttape_ has joined #openstack-glance20:00
*** dharinic is now known as dharinic|lunch20:05
*** dct360 has quit IRC20:11
*** chlong has quit IRC20:15
*** ducttape_ has quit IRC20:21
*** chlong has joined #openstack-glance20:27
*** e0ne has joined #openstack-glance20:36
openstackgerritAlexander Bashmakov proposed openstack/glance: Port Glance Migrations to Alembic  https://review.openstack.org/38295820:36
*** jamielennox|away is now known as jamielennox20:44
*** catintheroof has quit IRC20:47
openstackgerritAlexander Bashmakov proposed openstack/glance: Testing changes required with Alembic move  https://review.openstack.org/39740920:50
*** smatzek has quit IRC20:52
*** dharinic|lunch is now known as dharinic20:54
*** e0ne has quit IRC20:57
openstackgerritDharini Chandrasekar proposed openstack/glance: Handling scrubber's exit in non-daemon mode.  https://review.openstack.org/38271121:02
openstackgerritMerged openstack/glance: Python3: fix glance.tests.functional.v2.test_images  https://review.openstack.org/40362621:06
*** mtanino has quit IRC21:13
stevelleSeeing so many merged messages in this channel lately. Something must be wrong somewhere ;)21:19
dharinicHaha. Or it could be something nice like having active cores. :)21:20
stevellewe always had active cores, just a shortage.21:21
dharinic:)21:21
*** ducttape_ has joined #openstack-glance21:30
*** ducttape_ has quit IRC21:35
*** ducttape_ has joined #openstack-glance21:38
*** chlong has quit IRC21:46
*** smatzek has joined #openstack-glance21:57
*** ducttape_ has quit IRC21:58
*** smatzek has quit IRC22:02
*** mtanino has joined #openstack-glance22:21
*** mtanino has quit IRC22:29
*** smatzek has joined #openstack-glance22:46
*** ducttape_ has joined #openstack-glance22:53
*** chlong has joined #openstack-glance22:57
*** ducttape_ has quit IRC23:12
*** ducttape_ has joined #openstack-glance23:12
*** smatzek has quit IRC23:16
*** smatzek has joined #openstack-glance23:33
*** mtanino has joined #openstack-glance23:34
openstackgerritMerged openstack/glance: Editing release note for location update patch  https://review.openstack.org/40875723:43
openstackgerritMerged openstack/glance: Allow purging of records less than 1 day old.  https://review.openstack.org/40717723:44
*** smatzek has quit IRC23:44
openstackgerritOpenStack Proposal Bot proposed openstack/glance: Updated from global requirements  https://review.openstack.org/41213023:47

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