Re: [Openstack] [Glance][Nova] Can't list images

2012-05-11 Thread Leander Bessa Beernaert
David, thx for the tip. When i changed to DEBUG e caught this in keystone: http://paste.openstack.org/show/16935/ and when i try to access glance directly i get this: http://paste.openstack.org/show/16936/ On Thu, May 10, 2012 at 6:48 PM, David Kranz david.kr...@qrclab.com wrote: I don't know

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-10 Thread Leander Bessa Beernaert
Can anyone pinpoint what exactly is wrong with this. I've been stuck here for the past three days, and nothing i do seems to be working :/ On Tue, May 8, 2012 at 12:11 PM, Leander Bessa leande...@gmail.com wrote: I fixed the swift ip and i'm still getting the same error. Here are the log

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-10 Thread Dolph Mathews
Concerning your keystone.log being empty (empty for the duration of the request, or completely empty?)... is logging to a specific file configured in your keystone.conf? If not, keystone just logs to stdout. -Dolph On Thu, May 10, 2012 at 10:20 AM, Leander Bessa Beernaert leande...@gmail.com

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-10 Thread Leander Bessa Beernaert
Both. The log file is completely empty and the stdout only prints deprecation warnings :/ On Thu, May 10, 2012 at 4:32 PM, Dolph Mathews dolph.math...@gmail.comwrote: Concerning your keystone.log being empty (empty for the duration of the request, or completely empty?)... is logging to a

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-10 Thread Dolph Mathews
Can you paste those deprecation warnings, your keystone.conf, and logging.conf? -Dolph Mathews On May 10, 2012, at 10:37 AM, Leander Bessa Beernaert leande...@gmail.com wrote: Both. The log file is completely empty and the stdout only prints deprecation warnings :/ On Thu, May 10, 2012

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-10 Thread Brian Waldon
Glance isn't able to authenticate who you are. What happens if you speak to glance directly? On May 10, 2012, at 8:20 AM, Leander Bessa Beernaert wrote: Can anyone pinpoint what exactly is wrong with this. I've been stuck here for the past three days, and nothing i do seems to be working :/

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-08 Thread Leander Bessa
I fixed the swift ip and i'm still getting the same error. Here are the log files and the config files: nova-api http://paste.openstack.org/show/16176/ glance-api.log 2012-05-08 11:39:55 6143 INFO [eventlet.wsgi.server] Starting single process server 2012-05-08 11:40:01 6255 INFO

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-07 Thread Leander Bessa
This is as much as i can capture at the moment. http://paste.openstack.org/show/15899/ For some reason, nothing is written to the logs, am i forgetting a flag or something? On Fri, May 4, 2012 at 11:30 PM, Yuriy Taraday yorik@gmail.com wrote: Please post to http://paste.openstack.org error

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-07 Thread Dolph Mathews
Your swift endpoint appears to be literally configured in keystone as http://${SWIFT_HOST}:8080/v1/...; -- I'm guessing that's unreachable :) Based on your logs, I'm not certain that will fix your 500, however. -Dolph On Mon, May 7, 2012 at 5:23 AM, Leander Bessa leande...@gmail.com wrote:

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-07 Thread Leander Bessa
Does that mean that glance is somehow configured to use swift as storage instead of the local file system or is does the error simply occur due to the a parsing error because of ${SWIFT_HOST}? On Mon, May 7, 2012 at 2:59 PM, Dolph Mathews dolph.math...@gmail.comwrote: Your swift endpoint

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-07 Thread Dolph Mathews
There's not enough information in those logs to say (check your glance config and glance/keystone logs) -- but you'll definitely need to recreate that endpoint with SWIFT_HOST defined in your env to use swift through your service catalog. -Dolph On Mon, May 7, 2012 at 9:11 AM, Leander Bessa

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-06 Thread Nick Lothian
I think you should only need the token. Make sure there is no space between X-Auth-Token: and your token value. This works for me: curl -k -X 'GET' -v http://192.168.1.50:8774/v2/41d00832aebb4ac9ac847d7a0803445c/images/detail -H 'X-Auth-Token:1a7c3ee51f56481f9ac601351cbf2f8b' Nick On Fri, May

Re: [Openstack] [Glance][Nova] Can't list images

2012-05-04 Thread Yuriy Taraday
Please post to http://paste.openstack.org error text and backtrace from nova-api.log. Kind regards, Yuriy. On Fri, May 4, 2012 at 6:13 PM, Leander Bessa leande...@gmail.com wrote: Hello, I seem to be unable to list the images available in glance. I'm not sure why this is happening. I've