简体   繁体   中英

Openstack - Change Admin password for the Dashboard

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..

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>

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