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
Hi,
In the below link there is a section where is provides a way to update service endpoint but it seems to be wrong as there is no such method available. http://www.openstack4j.com/learn/identity/identity-v3/#services-and-endpoints
Wrong peice of code.
Service service = os.identity().services().get("serviceId");
I verified it in Latest openstack4J code as well thinking I might have old code,
https://github.com/ContainX/openstack4j/blob/master/core/src/main/java/org/openstack4j/api/identity/v3/IdentityService.java
PS: I am using OS4J version 3.0.3
The text was updated successfully, but these errors were encountered:
Ah. It should be serviceEndpoints() instead of services(). My fault. Will correct.
serviceEndpoints()
services()
Sorry, something went wrong.
Thanks 👍
No branches or pull requests
Hi,
In the below link there is a section where is provides a way to update service endpoint but it seems to be wrong as there is no such method available.
http://www.openstack4j.com/learn/identity/identity-v3/#services-and-endpoints
Wrong peice of code.
I verified it in Latest openstack4J code as well thinking I might have old code,
PS: I am using OS4J version 3.0.3
The text was updated successfully, but these errors were encountered: