简体   繁体   中英

Failed to discover available identity in OpenStack

I have a little problem with OpenStack installation. When i use this:

openstack service list

the terminal return this error:

Failed to discover available identity versions when contacting 
http://controller:35357/v3. Attempting to parse version from URL.
Internal Server Error (HTTP 500)

what is the solution?

In my case, OS_CACERT env variable was missing

Example:

OS_CACERT=/etc/ssl/certs/Trust_Root.pem

Check if your open stack services are working.

ps -ef | grep stack

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM