Re: [Openstack] Glance 500 errors

2014-04-14 Thread William Dunn
Hacked around it. Sqlalchemy was reporting 0.9.4 from the default module: [root@fw1 ~]# python Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sqlalchemy >>> sqlalch

Re: [Openstack] Glance 500 errors

2014-04-14 Thread William Dunn
Yep, I can provide more logs: First, I've done a bit more debugging and I'm pretty sure there's nothing wrong with Keysonte. I created a new user and gave that user the admin role on the service tenant, just to check, and was able to get tokens and whatnot; no change in behavior. So, here's

Re: [Openstack] Glance 500 errors

2014-04-14 Thread Damon Wang
Hi Will, I agree to @zhiyan that the log are not valuable enough, in most cases, it is because "Authorization Failure" for db's pass, or auth protocol or others. Anyway, please provide more log or config file's detail. Hope it helps Damon 2014-04-14 14:19 GMT+08:00 Zhi Yan Liu : > In both gl

Re: [Openstack] Glance 500 errors

2014-04-13 Thread Zhi Yan Liu
In both glance-api logs [1][2], I think your registry service should got some problems when it handles glance-api requests, but from the glance-registry logs you provided, I can't found any valuable information for that case, so could you collect more logs? especially glance-registry service. zhiy

[Openstack] Glance 500 errors

2014-04-13 Thread William Dunn
I'm working on setting up Havana on CentOS 6.5, bare metal. Everything seems cool up to here: http://docs.openstack.org/havana/install-guide/install/yum/content/glance-verify.html but when I tried to load the test image into glance: glance image-create --name="CirrOS 0.3.1" --disk-format=qcow2 \