We will need to check for an existing Kubernetes secret in the deployment, and delete the secret if it does exist. This will unlock the account so we can log into the management interface.
- SSH as root into the management server for VMware Integrated OpenStack.
- Check for the secret with this command: osctl edit secret webui-config
- If there are failed logins, there will be a line like
data:
login_error_count: MQ==
Note: The value is base64 encoded.
- Remove the line with login_error_count
- Re-attempt logging into the management interface.
If there are continued failures despite the change, please open a case with Broadcom support.