-
eg. If i want to set http request header parameters about "X-Openstack-Nova-Api-Version", but the openstack4j can not use it properly.
// BaseOpenStackService.Invocation method
public Invocatio…
-
I would like to create a port with port security disabled. When creating a port via command line I would create the port using:
```
neutron port-create –-name –-port-security-enabled=false
```
Is …
-
Please fix the issue or give me permissions to fix myself.
## Current Behavior
When you get the volumes, it uses which ever volume API is listed first in the service catalog. So in the case the …
-
Hello:
I'm using okhttp.But my process throw this exception
```javascript
org.openstack4j.api.exceptions.ConnectionException: timeout
at org.openstack4j.connectors.okhttp.HttpExecutorServiceI…
-
POST /servers/{server_id}/action
the request boby like the below:
```
{
"createImage" : {
"name" : "foo-image",
"metadata": {
"meta_var": "meta_val"
}
}
}
…
whaon updated
7 years ago
-
It seems that openStack4j api for swift doesn't support bulk delete
https://docs.openstack.org/user-guide/cli-swift-bulk-delete.html
Do you think to add these functionality ? If no, could you help…
-
Hi,
I am using the following versions of Openstack-Cloud Plugin & Jenkins:
```
Jenkins Version: 2.204.1
Openstack-Cloud Plugin Version: 2.51
```
I have added the Openstack cloud in Jenkins…
-
Hi,
we're using the newest guava library in our project and the dependency on an older version of guava in openstack4j is an issue for us.
Could you please consider repackaging guava (or a subset yo…
-
Hello !
# Version Issue
openstack4j 3.9
# Issue Description
I'm currently trying to do bulk delete in a container (ObjectStorage) for multiple Objects.
I haven't found any method doing th…
-
DTO:
package org.openstack4j.openstack.image.v2.domain;
public class GlanceImage implements Image {
private List locations;
}
But in Openstack API (see https://developer.openstack.org/api-ref/…