Skip to content
New issue

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 .identity().users().list() oSClientV2 .identity().tenants().list() return empty list #788

Closed
liucj111926 opened this issue Aug 29, 2016 · 5 comments

Comments

@liucj111926
Copy link

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

@liuxiwen
Copy link

oSClientV2.perspective(Facing.ADMIN).identity().users().list()
do like this, you can print result

@liucj111926
Copy link
Author

@liuxiwen thanks a lot,I try to get the user list was successful but get the tenant list return empty

@vinodborole
Copy link
Contributor

Likely same root cause as in the other issue you raised? #742

@liucj111926
Copy link
Author

@vinodborole That issue is not me

@liucj111926
Copy link
Author

@liuxiwen @vinodborole use 3.0.2version there is no problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants