This change addresses a long-standing issue in rST documentation imported from XML. That import process added backslash escapes in front of various characters. The three most common being '(', ')', and '_'. These instances are removed. Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: Id43a9337ffcd505ccbdf072d7b29afdb5d2c997e
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 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.
Source the script /etc/platform/openrc if you will continue to use the environment from the previous command.
$ source /etc/platform/openrc ~(keystone_admin)]$
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 theenv \| grep OS_PASSWORD
command . If it returns the old password, you will need to run thekeyring set CGCS admin
command and provide the new admin password.
partner