Where can I change the Admin Password for the Dasboard in Openstack?
I installed openstack with the packstack installer...
the password in the keystonerc_adm
SOLVED
$ export OS_SERVICE_TOKEN=$servicetoken(/etc/keystone/keystone.conf)
$ export OS_SERVICE_ENDPOINT=$http://ipoftheserver/v2.0
then use this syntax to change the password
$ keystone user-password-update --pass <password> <user id>
openstack user password set --password <new-password> --original-password <current-admin-password>