openstack4j icon indicating copy to clipboard operation
openstack4j copied to clipboard

A Fluent OpenStack SDK / Client Library for Java

Results 103 openstack4j issues
Sort by recently updated
recently updated
newest added

User operations and Project operations may be adjusted

In the docs, the title of Image,Network,Block Storage and so on may be on center better,and some of other sheets don‘t have underlines.

The following snippet of code seems to stop working for me after a few runs - very odd: ``` final Identifier domainId = Identifier.byId("default"); final OSClient.OSClientV3 client = OSFactory.builderV3() .endpoint("http://11.22.33.44:5000/v3")...

The javadoc at http://www.openstack4j.com/javadoc/ ist outdated (v 3.0.5) and if I try to build it manually from the current source release (3.2.0) using ````mvn javadoc:javadoc```` it fails producing ~100 errors....

Exception in thread "main" java.lang.NullPointerException at org.jboss.resteasy.util.ReadFromStream.readFromStream(ReadFromStream.java:30) at org.jboss.resteasy.client.jaxrs.internal.ClientResponse.bufferEntity(ClientResponse.java:322) at org.openstack4j.connectors.resteasy.HttpResponseImpl.readEntity(HttpResponseImpl.java:117) **### I tryed dubug , and find out that's because when use openstack rest api validate a token ,its...

Hello: I'm using okhttp.But my process throw this exception ```javascript org.openstack4j.api.exceptions.ConnectionException: timeout at org.openstack4j.connectors.okhttp.HttpExecutorServiceImpl.invoke(HttpExecutorServiceImpl.java:55) ~[openstack4j-okhttp-3.2.0.jar!/:na] at org.openstack4j.connectors.okhttp.HttpExecutorServiceImpl.execute(HttpExecutorServiceImpl.java:30) ~[openstack4j-okhttp-3.2.0.jar!/:na] at org.openstack4j.core.transport.internal.HttpExecutor.execute(HttpExecutor.java:51) ~[openstack4j-core-3.2.0.jar!/:na] at org.openstack4j.openstack.internal.BaseOpenStackService$Invocation.executeWithResponse(BaseOpenStackService.java:229) ~[openstack4j-core-3.2.0.jar!/:na] at org.openstack4j.openstack.storage.object.internal.ObjectStorageAccountServiceImpl.get(ObjectStorageAccountServiceImpl.java:27) ~[openstack4j-core-3.2.0.jar!/:na] at com.compaas.oss.service.impl.AccountServiceImpl.getAccountAggInfo(AccountServiceImpl.java:43) ~[classes!/:1.01.01]...

The OKHttp documentation recommends the following usage pattern: > The best practice in OkHttp 3 is to create a single OkHttpClient instance and share it throughout the application. Requests that...

https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment Seems like all the builds are failing after May were due to this change. @gondor Can you have a look at this

add a volume status "EXTENDING" that openstack has already supported.