Describe the bug
When using REST API to create a tenant and specify the cluster name as an empty string, the broker will return the error Clusters do not exist.
To Reproduce
- Startup a standalone
- Using REST API to create a tenant with empty cluster name
Expected behavior
The tenant can be created with the local cluster successfully.