*** baojg has quit IRC | 00:26 | |
*** masunkar has joined #openstack-glance | 00:33 | |
masunkar | I am hitting an issue when trying to list images, command throwing 500 status, glance-api log shows service catalog empty, I can list service catalog using command openstack catalog list though, appreciate any pointer | 00:35 |
---|---|---|
*** efried has quit IRC | 00:47 | |
rosmaita | masunkar: can you paste the log extract in http://paste.openstack.org/ ? also, what release and what setup are you using? | 00:56 |
*** efried has joined #openstack-glance | 00:57 | |
masunkar | I am using ubuntu 17.04 + octa | 00:57 |
rosmaita | devstack? | 00:58 |
masunkar | launchpad bug : https://bugs.launchpad.net/keystone/+bug/1715770 | 00:58 |
openstack | Launchpad bug 1715770 in OpenStack Identity (keystone) "openstack image list throwing 500 error " [Undecided,New] | 00:58 |
masunkar | not devstack | 00:58 |
rosmaita | ok | 00:58 |
masunkar | http://paste.openstack.org/show/620681/ | 00:59 |
rosmaita | thanks | 01:00 |
*** harlowja has quit IRC | 01:11 | |
rosmaita | in your glance-api.conf, what do you have as the value of 'flavor' in the '[paste_deploy]' section? | 01:11 |
rosmaita | masunkar: ^^ | 01:12 |
*** rydou has joined #openstack-glance | 01:12 | |
masunkar | flavor = keystone | 01:14 |
rosmaita | ok, doesn't help | 01:14 |
rydou | rosmaita : HI, Erno said that current code does not support the image state transition from queued to importing, should we remove it from doc or just add a note for this, https://review.openstack.org/#/c/493436/ | 01:15 |
*** rydou has quit IRC | 01:19 | |
rosmaita | masunkar seems like some kind of misconfiguration, but i'm not sure where, exactly ... for some reason, when glance contacts keystone to verify the token, it's getting an empty catalog. maybe the keystone people will have some ideas | 01:20 |
*** rydou has joined #openstack-glance | 01:20 | |
masunkar | @rosmaita thank you | 01:21 |
rosmaita | rydou: i think remove it from the doc, and then make a note to yourself to come back around the Queens-3 milestone to update the docs | 01:21 |
rosmaita | because we'll most likely have that transition by then | 01:21 |
rydou | rosmaita : OK, will do that, thank you | 01:21 |
rosmaita | np | 01:23 |
*** zhurong has joined #openstack-glance | 01:25 | |
openstackgerrit | Dou Rui Yuan proposed openstack/glance master: Update image statuses doc for latest change https://review.openstack.org/493436 | 01:29 |
masunkar | "catalog": | 01:54 |
masunkar | [{"endpoints": [ | 01:54 |
masunkar | {"url": "http://controller1:5000/v3/", "interface": "public", "region": "RegionOne", "region_id": "RegionOne", "id": "20b4007c32834892b82596bc26c943c1"}, | 01:54 |
masunkar | {"url": "http://controller1:35357/v3/", "interface": "admin", "region": "RegionOne", "region_id": "RegionOne", "id": "3201afe42cf247eeaca8c205c87a2ffc"}, | 01:54 |
masunkar | rosmaita : when I run with debug option I see catalog like above | 01:55 |
*** zhurong has quit IRC | 02:11 | |
*** zhurong has joined #openstack-glance | 02:14 | |
rosmaita | masunkar: those are both entries for the identity service (port 5000 is public interface, port 35357 is the admin interface), if that's all that's in the catalog, the user doesn't have an endpoint for glance | 02:15 |
masunkar | rosmaita : I have more like below | 02:39 |
masunkar | {"url": "http://controller1:5000/v3/", "interface": "internal", "region": "RegionOne", "region_id": "RegionOne", "id": "e2c3ad4225c04ded9014ceeca17034f1"}], "type": "identity", "id": "ad82e0a0be544800b041a433a1aa52b5", "name": "keystone"}, | 02:40 |
masunkar | {"endpoints": [ | 02:40 |
masunkar | {"url": "http://controller1:9292", "interface": "admin", "region": "RegionOne", "region_id": "RegionOne", "id": "588d09bb63db4344ab2efcfe85b087fa"}, | 02:40 |
masunkar | {"url": "http://controller1:9292", "interface": "public", "region": "RegionOne", "region_id": "RegionOne", "id": "9ea27634d05d4d17874434e5d8732ba2"}, | 02:40 |
masunkar | {"url": "http://controller1:9292", "interface": "internal", "region": "RegionOne", "region_id": "RegionOne", "id": "d5c5aca5e09f4420ba1cec4529a06a8b"}], | 02:40 |
masunkar | "type": "image", "id": "b0aba851dbc14efbbd183cee8f52908d", "name": "glance"}], | 02:40 |
*** masunkar has quit IRC | 02:45 | |
*** masunkar has joined #openstack-glance | 02:46 | |
*** catintheroof has joined #openstack-glance | 02:48 | |
*** catinthe_ has joined #openstack-glance | 02:50 | |
*** catintheroof has quit IRC | 02:51 | |
rosmaita | masunkar: that catalog you're seeing in the openstack client debug output is the catalog for the user making the call. the openstack client gets a token from keystone and passes it to glance when it makes the image-list call. glance takes the token and contacts keystone to validate it, and that's when the empty catalog is coming back. at least that's what i think is happening | 03:05 |
openstackgerrit | zhangbailin proposed openstack/glance master: Update old url for glance https://review.openstack.org/501933 | 03:10 |
*** nicolasbock has quit IRC | 03:11 | |
*** markvoelker has quit IRC | 03:12 | |
*** trungnv has quit IRC | 03:35 | |
*** rydou has quit IRC | 03:41 | |
*** udesale has joined #openstack-glance | 03:41 | |
*** zhouyaguo has joined #openstack-glance | 03:45 | |
*** abhishekk has joined #openstack-glance | 03:49 | |
*** catinthe_ has quit IRC | 03:56 | |
*** rosmaita has quit IRC | 04:08 | |
*** links has joined #openstack-glance | 04:19 | |
*** claudiub has joined #openstack-glance | 04:21 | |
*** zhurong has quit IRC | 04:29 | |
*** ratailor has joined #openstack-glance | 04:58 | |
*** zhurong has joined #openstack-glance | 05:04 | |
*** markvoelker has joined #openstack-glance | 05:13 | |
*** gaurangt has quit IRC | 05:17 | |
*** gaurangt has joined #openstack-glance | 05:19 | |
*** e0ne has joined #openstack-glance | 05:22 | |
*** pdeore has joined #openstack-glance | 05:34 | |
*** rydou has joined #openstack-glance | 05:38 | |
*** markvoelker has quit IRC | 05:47 | |
*** rydou has quit IRC | 05:51 | |
*** dims has quit IRC | 05:54 | |
*** groen692 has joined #openstack-glance | 05:59 | |
*** harlowja has joined #openstack-glance | 06:19 | |
*** abhishekk has quit IRC | 06:24 | |
*** rcernin has joined #openstack-glance | 06:32 | |
*** harlowja has quit IRC | 06:40 | |
*** e0ne has quit IRC | 06:41 | |
*** markvoelker has joined #openstack-glance | 06:44 | |
*** dims has joined #openstack-glance | 06:51 | |
*** gcb has quit IRC | 07:08 | |
*** markvoelker has quit IRC | 07:18 | |
*** aarefiev_afk is now known as aarefiev | 07:31 | |
*** tesseract has joined #openstack-glance | 07:31 | |
*** chlong has joined #openstack-glance | 07:36 | |
*** chlong has quit IRC | 07:45 | |
*** aavraham has joined #openstack-glance | 07:49 | |
*** aavraham has left #openstack-glance | 07:50 | |
*** aavraham has joined #openstack-glance | 08:10 | |
*** aavraham has left #openstack-glance | 08:12 | |
*** markvoelker has joined #openstack-glance | 08:15 | |
*** chlong has joined #openstack-glance | 08:25 | |
*** chlong has quit IRC | 08:35 | |
*** masunkar has quit IRC | 08:41 | |
*** markvoelker has quit IRC | 08:49 | |
*** chlong has joined #openstack-glance | 08:51 | |
*** chlong_ has joined #openstack-glance | 08:55 | |
*** chlong has quit IRC | 08:58 | |
*** chlong_ has quit IRC | 09:04 | |
*** dalgaaf has quit IRC | 09:06 | |
*** dalgaaf has joined #openstack-glance | 09:07 | |
*** chlong has joined #openstack-glance | 09:21 | |
*** chlong has quit IRC | 09:24 | |
*** chlong has joined #openstack-glance | 09:26 | |
*** Linkmark has joined #openstack-glance | 09:41 | |
*** baojg has joined #openstack-glance | 09:41 | |
*** chlong has quit IRC | 09:55 | |
*** zhurong has quit IRC | 10:04 | |
*** e0ne has joined #openstack-glance | 10:07 | |
*** szaher has quit IRC | 10:12 | |
*** jokke_ has quit IRC | 10:14 | |
*** jokke_ has joined #openstack-glance | 10:14 | |
*** szaher has joined #openstack-glance | 10:15 | |
*** nicolasbock has joined #openstack-glance | 10:24 | |
*** nicolasbock has quit IRC | 10:29 | |
*** udesale has quit IRC | 10:35 | |
*** nicolasbock has joined #openstack-glance | 10:42 | |
*** markvoelker has joined #openstack-glance | 10:46 | |
-openstackstatus- NOTICE: Our CI systems experience a hickup, no new jobs are started. Please stay tuned and wait untils this resolved. | 10:46 | |
*** rcernin has quit IRC | 11:09 | |
*** baojg has quit IRC | 11:14 | |
*** markvoelker has quit IRC | 11:20 | |
*** efried is now known as fried_rice | 11:21 | |
*** tesseract has quit IRC | 11:23 | |
*** tesseract has joined #openstack-glance | 11:27 | |
*** zhouyaguo has quit IRC | 11:27 | |
*** mvk has quit IRC | 11:31 | |
*** smatzek has joined #openstack-glance | 11:32 | |
*** rcernin has joined #openstack-glance | 11:36 | |
*** thiagolib__ has joined #openstack-glance | 11:46 | |
*** baojg has joined #openstack-glance | 11:49 | |
*** pdeore_ has joined #openstack-glance | 11:52 | |
*** pdeore has quit IRC | 11:55 | |
*** takedakn has joined #openstack-glance | 12:09 | |
*** tesseract has quit IRC | 12:14 | |
*** tesseract has joined #openstack-glance | 12:14 | |
*** rosmaita has joined #openstack-glance | 12:15 | |
*** dalgaaf has quit IRC | 12:15 | |
*** markvoelker has joined #openstack-glance | 12:16 | |
*** tonyb has quit IRC | 12:19 | |
*** tonyb has joined #openstack-glance | 12:20 | |
*** dalgaaf has joined #openstack-glance | 12:25 | |
*** dalgaaf has quit IRC | 12:29 | |
*** markvoelker has quit IRC | 12:34 | |
*** markvoelker has joined #openstack-glance | 12:34 | |
*** ratailor has quit IRC | 12:59 | |
*** pdeore_ has quit IRC | 13:02 | |
*** Dinesh_Bhor has quit IRC | 13:16 | |
*** catintheroof has joined #openstack-glance | 13:26 | |
*** ChanServ changes topic to "OpenStack Glance" | 13:31 | |
*** smatzek has quit IRC | 13:31 | |
*** ChanServ changes topic to "OpenStack Glance | priorities: http://lists.openstack.org/pipermail/openstack-dev/2017-September/121975.html" | 13:31 | |
*** links has quit IRC | 13:31 | |
*** ChanServ changes topic to "OpenStack Glance | priorities: http://lists.openstack.org/pipermail/openstack-dev/2017-September/121975.html | logs at http://eavesdrop.openstack.org/irclogs/%23openstack-glance/" | 13:31 | |
*** catinthe_ has joined #openstack-glance | 13:41 | |
*** catintheroof has quit IRC | 13:44 | |
-openstackstatus- NOTICE: nodepool issue related to bad images has been resolved, builds should be coming back online soon. Restarted gerrit due to reasons. Happy Friday. | 13:46 | |
*** smatzek has joined #openstack-glance | 13:53 | |
*** ratailor has joined #openstack-glance | 14:15 | |
*** catintheroof has joined #openstack-glance | 14:22 | |
*** catinthe_ has quit IRC | 14:25 | |
*** gyee has joined #openstack-glance | 14:31 | |
*** Linkmark has quit IRC | 14:36 | |
openstackgerrit | Eric Harney proposed openstack/python-glanceclient master: Enable Python hash seed randomization in tests https://review.openstack.org/502074 | 14:36 |
*** gyee has quit IRC | 14:39 | |
*** takedakn has quit IRC | 14:40 | |
*** gyee has joined #openstack-glance | 14:41 | |
*** nicolasbock has quit IRC | 14:47 | |
*** nicolasbock has joined #openstack-glance | 14:47 | |
*** ratailor has quit IRC | 14:55 | |
*** aarefiev is now known as aarefiev_afk | 14:58 | |
*** links has joined #openstack-glance | 15:20 | |
*** links has quit IRC | 15:26 | |
*** groen692 has quit IRC | 15:51 | |
*** tesseract has quit IRC | 16:08 | |
*** dalgaaf has joined #openstack-glance | 16:10 | |
*** mvk has joined #openstack-glance | 16:19 | |
*** szaher has quit IRC | 16:31 | |
*** szaher has joined #openstack-glance | 16:37 | |
*** rcernin has quit IRC | 16:40 | |
*** claudiub has quit IRC | 16:42 | |
*** harlowja has joined #openstack-glance | 17:00 | |
*** szaher has quit IRC | 17:15 | |
*** e0ne has quit IRC | 17:35 | |
*** thiagolib__ has quit IRC | 18:20 | |
*** jdillaman has quit IRC | 18:42 | |
*** jdillaman has joined #openstack-glance | 18:44 | |
*** e0ne has joined #openstack-glance | 19:03 | |
*** e0ne has quit IRC | 19:20 | |
*** lucasxu has joined #openstack-glance | 20:14 | |
*** smatzek has quit IRC | 20:25 | |
*** lucasxu has quit IRC | 20:44 | |
*** jdillaman has quit IRC | 20:52 | |
*** rcernin has joined #openstack-glance | 21:06 | |
*** mvk has quit IRC | 21:48 | |
*** mvk has joined #openstack-glance | 22:04 | |
*** catintheroof has quit IRC | 22:08 | |
*** rcernin has quit IRC | 22:19 | |
*** baojg has quit IRC | 22:29 | |
*** baojg has joined #openstack-glance | 22:30 | |
*** baojg has quit IRC | 22:53 | |
*** baojg has joined #openstack-glance | 22:57 | |
*** baojg has quit IRC | 23:05 | |
*** baojg has joined #openstack-glance | 23:08 | |
*** baojg has quit IRC | 23:16 | |
*** baojg has joined #openstack-glance | 23:24 | |
*** gyee has quit IRC | 23:32 | |
*** baojg has quit IRC | 23:40 | |
*** baojg has joined #openstack-glance | 23:45 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!