Where can I change the Admin Password for the Dasboard in Openstack?
I installed openstack with the packstack installer...
the password in the keystonerc_admin file doesn't work, too.
I use a CentOS 6.3 (and I have access to the config files)
username: admin password: admin/password/123/etc. don't work..
keystone user-password-update --pass <password> <user id>
does the trick. If your keystonerc_admin file is accurate, and you just want to change the password, you can simply runsource /some/path/keystonerc_admin
before runningkeystone user-password-update --pass <password> <user id>
. – Piceous