hello everyone, I have the same problem with CentOS7, Ocata.
[root@ocataControl ~]# export | grep OS_
declare -x OS_AUTH_URL="http://ocataControl:35357/v3"
declare -x OS_IDENTITY_API_VERSION="3"
declare -x OS_PASSWORD="adminpwd"
declare -x OS_PROJECT_DOMAIN_NAME="Default"
declare -x OS_PROJECT_NAME="admin"
declare -x OS_USERNAME="admin"
declare -x OS_USER_DOMAIN_NAME="Default"`
----------
[root@ocataControl ~]# openstack project create --domain Default --description "Service Project" service
Discovering versions from the identity service failed when creating the password plugin. Attempting to determine
version from URL.
Internal Server Error (HTTP 500)
[root@ocataControl ~]# openstack project create --domain default --description "Service Project" service
Discovering versions from the identity service failed when creating the password plugin. Attempting to determine version from URL.
Internal Server Error (HTTP 500)
------
any one can help? Thanks
I install the ocata according to https://docs.openstack.org/ocata/install-guide-rdo/overview.html
↧