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

when i create port, i write code like this: ![image](https://user-images.githubusercontent.com/22679705/51425335-97e88600-1c15-11e9-9ff3-4b9389d206a7.png) But I found that the device_owner parameter in the created port is empty. I read your code, this class does...

Hi, I would like to add the trunk networking APIs which are currently missing from OS4j (detailed here: https://developer.openstack.org/api-ref/network/v2/#trunk-networking) So should I attempt to integrate this with an existing service...

There may be a large number of projects. To optimize the retrieval of the list using the filter would be a plus.

In version 3.1.0, how should I define a custom parser final ServiceVersionResolver resolver = new ServiceVersionResolver() {      @Override      Public Service resolve(ServiceType type, SortedSet

Running openstack4j 3.0.3 I see some weird parsing behavior when query results from Ceilometer are being deserialized. The following code: ``` List

bug

Field "description" is missing from v3 keystone role. It is implemented only in v2 but based on API reference (https://developer.openstack.org/api-ref/identity/v3/index.html#roles) "description" is exist in v3 too.

when update a tenan‘s cinder quota,can not set quota of backups, no field backups in CinderBlockQuotaSet.

Version: OpenStack4j 3.0.4-snapshot Component: Glancev2 Codes: Image updateImage = os.imagesV2().update(createdImage.toBuilder().name("new format").build()); Error: ClientResponseException{message=Unsupported Media Type, status=415, status-code=UNSUPPORTED_MEDIATYPE} at org.openstack4j.core.transport.HttpExceptionHandler.mapException(HttpExceptionHandler.java:38) at org.openstack4j.core.transport.HttpExceptionHandler.mapException(HttpExceptionHandler.java:23) at org.openstack4j.core.transport.HttpEntityHandler.handleLessThan500(HttpEntityHandler.java:101) at org.openstack4j.core.transport.HttpEntityHandler.handle(HttpEntityHandler.java:47) at org.openstack4j.core.transport.HttpEntityHandler.handle(HttpEntityHandler.java:24) at org.openstack4j.connectors.jersey2.HttpResponseImpl.getEntity(HttpResponseImpl.java:63) at...

bug
connector-jersey

Hello! We have been facing an [issue with v2 images](https://github.com/jenkinsci/openstack-cloud-plugin/issues/77#issuecomment-416754808) that was solved in [this commit](https://github.com/ContainX/openstack4j/commit/bb78146aa914b855c2d77e2b4d42e455190fb8eb). I rebuild the[ plugin](https://github.com/jenkinsci/openstack-cloud-plugin/tree/openstack-cloud-2.37) that we use to 3.1.1-SNAPSHOT and list v2 images is...

I used the maven deps like this: ```xml org.pacesys openstack4j 3.1.0 ``` and the test code like this: ```java public static String endpointPre = "http://controller:5000/v3/"; static OSClientV3 os; public static...