openstack dashboard authentication: invalid cridentiels
Hi everyone,
After i followed every step in the openstack liberty install guide now i'm in the step of verifying the operation of dashboard installation. when i enter my credentials in the dashboard (domain, user, password) every time i got the message of "invalid credentials" and i'm so sure that all my credentials are correct ! so is it a problem in keystone configuration ?? Also when i check the keystone database i found it empty!! and every time i lunch #keystone user-list i got :
/usr/lib/python2.7/dist-packages/keystoneclient/shell.py:64: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
'python-keystoneclient.', DeprecationWarning)
Expecting an auth URL via either --os-auth-url or env [OS_AUTH_URL]
so is there any one who could help me ! and thanks in advance.
You need to source credential file, depending of the installation methon may be called adminrc.sh, keystonerc or something similar to that. Probably database is empty, you need to sync tables with:
Regards
Hi eduardo, when i run #source admin-openrc.sh , for the first time the error message has changed to
"an error occurred authenticating
. please try again later" but after i run the other cmd :su -s /bin/sh -c "keystone-manage db_sync"
keystone , the first message "invalid cridentiels" has returnedi just dont know why in other tutorials i find the openstack dashboard with only the user name and the password and in my case i got the domain as credential ??