Openstack - Change Admin password for the Dashboard

前端 未结 2 1143
孤街浪徒
孤街浪徒 2021-01-20 20:06

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

相关标签:
2条回答
  • 2021-01-20 20:22

    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>
    
    0 讨论(0)
  • 2021-01-20 20:24
    openstack user password set --password <new-password> --original-password <current-admin-password>
    
    0 讨论(0)
提交回复
热议问题