Openstack - Change Admin password for the Dashboard

这一生的挚爱 提交于 2019-12-02 01:14:30

问题


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


回答1:


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>



回答2:


openstack user password set --password <new-password> --original-password <current-admin-password>


来源:https://stackoverflow.com/questions/16768272/openstack-change-admin-password-for-the-dashboard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!