Comment 5 for bug 1938162

Revision history for this message
Dalton Cézane (daltoncezane) wrote :

I tested the two options and found different results.

When using "auth_uri", I got the following message:
openstack image list
Failed to contact the endpoint at http://openstack-controller:9292 for discovery. Fallback to using that endpoint as the base url.
Failed to contact the endpoint at http://openstack-controller:9292 for discovery. Fallback to using that endpoint as the base url.
The image service for : exists but does not have any supported versions.

When using "auth_url", I got the following message:
openstack image list
HttpException: 500: Server Error for url: http://openstack-controller:9292/v2/images, Internal Server Error

So, what option should I use (auth_uri, which is the option in the file, or auth_url, which is the option suggested in the documentation)?