docs/doc/source/security/kubernetes/password-recovery.rst
Juanita-Balaraj 728b29af8e Removed lock/unlock the controllers and subclouds after the keystone admin password change.
Story: 2009194
Task: 43599

Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
Change-Id: I458b7b3fc0555df851e38e3ab2fa16c25004ac6f
2021-11-25 16:07:21 +00:00

907 B

Keystone Password Recovery

This section describes how to change or reset a Keystone user password.

  • Do one of the following to change a Keystone admin user password at any time.

    • Use the Identity panel in the Horizon Web interface.

    • Use the following command from the controller CLI.

      ~(keystone_admin)]$ openstack user password set
  • Use the following command to reset a Keystone non-admin user (tenant user) account.

    ~(keystone_admin)]$ openstack user set --password <temp_password> <user>

    where <user> is the username and <temp_password> is a temporary password.

partner