Comment 3 for bug 1529533

Revision history for this message
Will Auld (will-auld) wrote :

I didn't know this when I entered the bug but /etc/glance/glance-registry.conf was missing the lines below. The script was using sed to add this but it was not working correctly. Adding these lines makes everything work. And yes, "glance image list" has worked all a long. So, it seems that if nova properly verifies this information, that should fix this bug; that is the unexpected error when this information is not properly provided.

[keystone_authtoken]
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_plugin = password
project_domain_id = default
user_domain_id = default
project_name = service
username = glance
password = xxx

Thanks