We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSClientV2 oSClientV2 = OSFactory.builderV2() .endpoint("http://10.0.0.11:35357/v2.0") .credentials("admin", "openstack") .tenantName("admin") .authenticate();
oSClientV2 .identity().users().list() oSClientV2 .identity().tenants().list() return empty list
The text was updated successfully, but these errors were encountered:
oSClientV2.perspective(Facing.ADMIN).identity().users().list() do like this, you can print result
Sorry, something went wrong.
@liuxiwen thanks a lot,I try to get the user list was successful but get the tenant list return empty
Likely same root cause as in the other issue you raised? #742
@vinodborole That issue is not me
@liuxiwen @vinodborole use 3.0.2version there is no problem
No branches or pull requests
OSClientV2 oSClientV2 = OSFactory.builderV2()
.endpoint("http://10.0.0.11:35357/v2.0")
.credentials("admin", "openstack")
.tenantName("admin")
.authenticate();
oSClientV2 .identity().users().list() oSClientV2 .identity().tenants().list() return empty list
The text was updated successfully, but these errors were encountered: