-
Here is the user case.
If a user is in multi project/tenant. How can I control the code to get the resource from expected project/tenant, rather then generate different OSClient for different tenantNa…
-
Hello!
As it's the first time I'm using openstack4j I've first created a simple Java project (I'm using Eclipse IDE), and used the '-withdependencies' JAR to get started. So, until here, everything w…
-
Hi and thanks for a nice java api for openstack.
I see that you have a getUserData() function in the service api, but no way of setting it when creating a new server. Is that correct and if so, would…
-
Dear Gondor,
I write a function to get fixed ip address and floating IP address for creating instance with OpenStack4J.
The have 2 network name, one named is "public" and one name is "private" so tha…
-
When I'm using the openstack4j dependency (with deps) I got this error:
Exception in thread "main" java.lang.AbstractMethodError: javax.ws.rs.core.UriBuilder.uri(Ljava/lang/String;)Ljavax/ws/rs/core/…
amAbi updated
10 years ago
-
what's wrong?i added openstack4j-1.0.1-withdeps.jar.
-
Hi,
I'm a student working on a school project, and i'm using openstack4j, but i'm guetting an exception while using the addpool method. Is that a bug or i'm doing something wrong?
Thanks.
-
OSClient os = OSFactory.builder()
.endpoint("http://127.0.0.1:5000/v2.0")
.credentials("admin","sample")
.tenantName("admin")
.authentic…
-
If authentication was bad, the library will throw an exception unrelated to the issue. The ultimate return will claim "Return Code 401: This site requires authentication."
-
It seems the build() returns ServerCreate rather than Server and I don't know how to get to the server??