Comment 12 for bug 2052726

Revision history for this message
Jorge Merlino (jorge-merlino) wrote :

Hi Alex,

I've been debugging this issue and found out that glance-api does not start correctly when the cinder_volume_type parameter is configured unless there also exist these other parameters:

cinder_store_user_name
cinder_store_password
cinder_store_project_name
cinder_store_auth_address

I think this is probably a glance-store bug as looking at
https://docs.openstack.org/glance/latest/configuration/configuring.html
it seems these parameters are optional. In any case, all configuration examples in that page include them.
I'll open a bug in glance-store but I think this can be solved if the charm adds those parameters to the configuration file.