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
The problem is: openstack4j resolves service endpoint URL from the list of catalog. We are looking for “heat” service in particular.
Let me know if I should create a PR for proposed fix,
The text was updated successfully, but these errors were encountered:
Fix for issue ContainX#1124:openstack4j mistaken heat-cfn service as …
525f77e
…heat service endpoint URL
Merge pull request #1142 from newinone/master
86cc59f
Fix for issue #1124:openstack4j mistaken heat-cfn service as heat ser…
Hi, I got same issue when using openstack4j , but it seems the change is not released .So when will we release a new version with this fix ? thanks .
Sorry, something went wrong.
No branches or pull requests
The problem is:
openstack4j resolves service endpoint URL from the list of catalog. We are looking for “heat” service in particular.
https://github.com/ContainX/openstack4j/blob/master/core/src/main/java/org/openstack4j/api/types/ServiceType.java#L52
Let me know if I should create a PR for proposed fix,
The text was updated successfully, but these errors were encountered: