docs/doc/source/dist_cloud/changing-the-admin-password-on-distributed-cloud.rst
Adil ac4d8fea44 Node Management and Distributed cloud Guide updates
Global Pass Upgrades

Added content from emails attached to ticket and sharepoint

Pacth 01: inputs from email by Greg

Patch 03: Created new section for subcloud group
          updated table 1 shared system configurations

Patch 04: corrected typos (Mary's comments)

Patch 05: solved merged conflict

patch 06: removed broken link

Story: TBD
Task: TBD



Signed-off-by: Adil <mohamed.adilassakkali@windriver.com>
Change-Id: I60b0a40a60a44d30429cd3a4dd8374c16345951a
2021-05-27 16:31:17 -03:00

1.7 KiB

Change the Admin Password on Distributed Cloud

You can change the keystone admin user password across the entire system.

Ensure that all subclouds are managed and online.

  1. Change the password.

    1. 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 :

        ~(keystone_admin)]$ openstack --os-region-name SystemController user password set

        Respond to the prompts to complete the process.

    2. Source the script /etc/platform/openrc if you will continue to use the environment from the previous command.

      $ source /etc/platform/openrc
      ~(keystone_admin)]$
  2. After five minutes, lock and then unlock each controller in the System Controller.

  3. Lock and then unlock each controller in each subcloud.

    Note

    In a subcloud, if the 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. If it returns the old password, you will need to run the command keyring set CGCS admin and provide the new admin password.