Files
docs/doc/source/dist_cloud/kubernetes/changing-the-admin-password-on-distributed-cloud.rst
Ron Stone ab2c5331c8 Apply dir convention to DC
Moved all DC content under a kubernetes directory. This is needed
to allow title versioning distinctions in partner builds.

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: Ia7ab4fccc7cb9ed6c242cf584f237165f00e5ef2
(cherry picked from commit 10805c3e8f)

Move files into 'kuberneres' subdir

Needed for compatability with downstream builds per master 10805c3

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: I4a15a09217584795274887837318113deabf1f9d
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
2021-09-03 17:19:18 +00: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.