To be cherry picked to stx 5.0 Added references in additional topics Updated review comments Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com> Change-Id: I9bb9ad3d51938c6714320371e506eecb3e1232e1 Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
44 lines
1.1 KiB
ReStructuredText
44 lines
1.1 KiB
ReStructuredText
|
|
.. not1578924824783
|
|
.. _password-recovery:
|
|
|
|
==========================
|
|
Keystone Password Recovery
|
|
==========================
|
|
|
|
.. rubric:: |context|
|
|
|
|
This section describes how to change or reset a Keystone user password.
|
|
|
|
.. rubric:: |proc|
|
|
|
|
- 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.
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)]$ openstack user password set
|
|
|
|
.. warning::
|
|
Both controller nodes must be locked and unlocked after changing
|
|
the Keystone admin password. You must wait five minutes before
|
|
performing the lock/unlock operations.
|
|
|
|
|
|
- Use the following command to reset a Keystone non-admin user \(tenant user\) account.
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)]$ openstack user set --password <temp_password> <user>
|
|
|
|
where <user> is the username and <temp\_password> is a temporary password.
|
|
|
|
.. only:: partner
|
|
|
|
.. include:: /_includes/dm-credentials-on-keystone-pwds.rest
|