openstack4j
openstack4j copied to clipboard
os.identity().projects().list() not working
Hi when i run this command i see that the URL is: http://10.63.44.194/identity/projects and not like openstack doc: http://10.63.44.194/identity/v3/projects to get the project list
and because of that i can get the list of project, BTW with Postman the command is working because i am using the v3 in the endpoint Gil