Error while creating snapshot
Output log in nova-compute.log: ( http://codepad.org/UuDhRc0K )
Error while i config cinder is backend storage for glance service
My config code to support cinder is backend storage for glance service (in glance-api.config file)
default_store = cinder
known_stores = glance.store.cinder.Store
cinder_catalog_info = volume:cinder:internalurl
cinder_endpoint_template = http://controller:8776/v1/%25(tenant_id)s (http://controller:8776/v1/%(tenant_id)s)
cinder_http_retries = 3
cinder_api_insecure = False
cinder_ca_certificates_file = None
if you do a glance image-list it works as expected?
please also provide glance: api.log for problem analysis.
type: glance image-list, it work
api.log:
014-11-06 23:06:48.099 27811 ERROR glance.api.v1.upload_utils [160bc7aa-c087-450c-8d49-5e023c7dd35a ab5aecca0d154897883ef0992e142219 ac07897325fb45e1b84a7cc9900f8086 - - -] Failed to upload image 1df6cadd-d858-4e8e-b609-b1b49787de7c 2014-11-06 23:06:48.099
try after setting debugging on, and then provide glance:api.log. Its not clear from the log: what error occured.