Files
docs/doc/source/dist_cloud/kubernetes/changing-the-admin-password-on-distributed-cloud.rst
Juanita-Balaraj e3bbf0564a High Security Vulnerability Document Updates (r6, r6ds, r7, r7ds)
Updated Patchset 7 comments
Fixed merge conflicts
Updated review comments from Patchset 4
Closes-Bug:1997909
Fixed build errors
Greg to review and provide inputs

Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
Change-Id: I2f630104813210f160fa56e7af7e9754a6d9236a
2022-12-16 18:04:58 -05:00

58 lines
1.7 KiB
ReStructuredText

.. Greg updates required for -High Security Vulnerability Document Updates
.. xvn1592596490325
.. _changing-the-admin-password-on-distributed-cloud:
==============================================
Change the Admin Password on Distributed Cloud
==============================================
You can change the keystone admin user password across the entire |prod-dc|
system.
.. rubric:: |prereq|
Ensure that all subclouds are managed and online.
.. rubric:: |proc|
#. Change the password.
#. Do one of the following to change a keystone admin user password on
System Controller.
- In the System Controller context, select **Identity** \> **Users**.
Select **Change Password** from the **Edit** menu for the Admin user.
- From the |CLI|:
.. code-block:: none
~(keystone_admin)]$ openstack --os-region-name SystemController user password set
Respond to the prompts to complete the process.
#. Source the script /etc/platform/openrc if you will continue to use the
environment from the previous |CLI| command.
.. code-block:: none
$ source /etc/platform/openrc
~(keystone_admin)]$
.. note::
In a subcloud, if the |CLI| command returns an authentication error
after you source the script /etc/platform/openrc, you can verify
the password on the subcloud by using the :command:`env \| grep OS\_PASSWORD`
command . If it returns the old password, you will need to run the
:command:`keyring set CGCS admin` command and provide the new admin
password.
.. only:: partner
.. include:: /_includes/dm-credentials-on-keystone-pwds.rest