
Some reorganization to accomodate up/down variances. Fixed merge conflicts Incorporated patchset 7 review comments Signed-off-by: Rafael Jardim <rafaeljordao.jardim@windriver.com> Change-Id: I7356e81526a94c0249526b44ce667f789245f6e2 Signed-off-by: Ron Stone <ronald.stone@windriver.com>
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.
Change the password.
Do one of the following to change a keystone admin user password on System Controller.
In the SystemController 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.
Source the script /etc/platform/openrc if you will continue to use the environment from the previous command.
$ source /etc/platform/openrc ~(keystone_admin)]$
After five minutes, lock and then unlock each controller in the System Controller.
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 commandkeyring set CGCS admin
and provide the new admin password.