when I upload my os image, glance return an error of HTTP 500
I am installing Havana edition on "a" virtual ubuntu 12.04 server, and coming to the glance install. I have googled for so long, nothing make any diffrence. I am try to upload my os image using
glance image-create --name="Ubuntu 12.04 LTS Server" --disk-format=qcow2 --container-format=bare < /home/giant/precise-server-cloudimg-amd64-disk1.img
buy it return the error like:
Request returned failure status.HTTPInternalServerError (HTTP 500)
and when I check command glance index, this command was working but export nothing :
ID Name Disk Format Container Format Size
and as usual I also check my glance-api log file:
2014-03-24 19:42:52.660 7184 WARNING glance.store.base [-] Failed to configure store correctly: Store sheepdog could not be configured correctly. Reason: Error in store configuration: Unexpected error while running command. Command: collie Exit code: 127 Stdout: '' Stderr: '/bin/sh: 1: collie: not found\n' Disabling add method.
I will be glad if you can help me solve this problem!