You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several bugs:
tenants().create - returns null
tenants().list() - empty list
roles().list() - empty list
users().list() - is working fine
When I use just simple json requests to the Keystone - this functionality working well.
But wanted to use advanced library.
Where could be an issue?
Thanks.
The text was updated successfully, but these errors were encountered:
used
OSClient os = OSFactory.builder()
.endpoint("http://10.128.8.90:5000/v2.0")
.credentials("admin","123456")
.tenantName("admin")
.perspective(Facing.ADMIN)
.authenticate();
I have several bugs:
tenants().create - returns null
tenants().list() - empty list
roles().list() - empty list
users().list() - is working fine
When I use just simple json requests to the Keystone - this functionality working well.
But wanted to use advanced library.
Where could be an issue?
Thanks.
The text was updated successfully, but these errors were encountered: