
Acted on Greg's comments
Patch 1: Deleted duplicated docs and corrected references to fix build failure
Patch 2: Acted on Greg's and Ron's comments.
Patch 3: Acted on Greg's comment.
Patch 4: Acted on Mary's comments.
Patch 5: Solved merge conflict.
Patch 6: Worked on Mary's comments.
Patch 7: Fixed build conflict.
Patch 8: Worked on Mary's comments.
https://review.opendev.org/c/starlingx/docs/+/792461
Signed-off-by: egoncalv <elisamaraaoki.goncalves@windriver.com>
Change-Id: I647711ac35f45bc9c79cc490269831770e98e2f4
(cherry picked from commit 5579744656
)
42 lines
1.0 KiB
ReStructuredText
42 lines
1.0 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.
|
|
|
|
|