Comment 5 for bug 712782

Revision history for this message
Jay Pipes (jaypipes) wrote : Re: getting error "No JSON object could be decoded" while trying to put a new images

"I fetched the detailled information of all 3 images and all images are set to be public. Why does euca-describe-images show them as private and why don't they have the correct name and why there are missing some information?"

:( I'm not sure. euca-describe-images only works with S3-backed image stores. nova-objectstore is the only image service that speaks the S3 protocol. Glance does not. What is weird is why euca-describe-images is returning *any* images at all, since you set nova's image_service to Glance, and not S3 (which is nova-objectstore). Perhaps the nova-objectstore images bucket had some old data in it?

I'm going to ask Devin to see if he thinks that might be the issue...