Re: [Openstack] Glance 500 errors

2014-04-14 Thread William Dunn
more information. >>> import sqlalchemy >>> sqlalchemy.__version__ '0.9.4' >>> Doing export PYTHONPATH=/usr/lib64/python2.6/site-packages/SQLAlchemy-0.8.2-py2.6-linux-x86_64.egg to basically force 0.8.2 allowed for the db_sync to work. image-list and other parts n

Re: [Openstack] Glance 500 errors

2014-04-14 Thread William Dunn
ror [2] 2014-04-13 15:41:52.626 11634 INFO glance.registry.client.v1.client [091f2a2f-a786-4c81-ad98-8671b1ea914e c7cf091e6b184a17a361526e62c46fdd 16869d14f07048f59bb2bacff6fb18a5] Registry client request POST /images raised ServerError On Mon, Apr 14, 2014 at 3:47 AM, William Dunn m

[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 \