Glance image-create returns HTTPInternalServerError (HTTP 500) [closed]
Finished the glance install and setup on Ubuntu 12.04 Openstack following the install guide and when I run the following command I get the following error:
glance image-create --name="CirrOS 0.3.1" --disk-format=qcow2 --container-format=bare --is-public=true < cirros-0.3.1-x86_64-disk.img
Request returned failure status.
HTTPInternalServerError (HTTP 500)
I checked the /var/log/glance/api.log
and shows the following errors.
Stderr: '/bin/sh: 1: collie: not found\n' Disabling add method.
2013-12-27 10:27:55.427 3567 WARNING glance.store.base [-] Failed to configure store correctly: Store cinder could not be configured correctly. Reason: Cinder storage requi$
2013-12-27 10:27:55.439 3567 WARNING glance.api.v2.images [-] Could not find schema properties file schema-image.json. Continuing without custom properties
Checking the mysql database the after syncing the database the tables for glance are still empty.
Here is my /etc/glance/glance-api.conf file.
You server is getting into some issue. Are you configuring cinder as back-end store ?
I haven't even reached the storage setup stage this error is on the image service stage. The install document suggest using CirrOS 3.1 as a test to verify the image service is installed and running. http://docs.openstack.org/havana/install-guide/install/apt/content/glance-verify.html%3C/p%3E (http://docs.openstack.org/havana/install-guide/install/apt/content/glance-verify.html)
ok. What is your email id. I will send you the sample configuration which I have over email. It should work for you
just sent an email. Please ensure that you put the appropriate passwords and user name If you need help do let me know.