-
The simplest java code is to create OSClient,
OSClient os = OSFactory.builder()
.endpoint("https://b.c-1.a.com:12345/v3/auth/tokens")
.cr…
-
Dear all,
I am trying to call some function of openstack4J from web application (JSF)
I write my function in my bean as following:
public List getFlavorList() {
```
List items = new ArrayList…
-
Hello. I have been using "openstack4j-1.0.2-withdeps.jar" in a standalone Java application, which worked perfectly. However, after deploying this JAR file to a JBoss AS 7.1.0.Final "Thunder" I keep ge…
-
Dear Gondor,
I wrote a function to list image. But the error is the same as the last issue (list server). But now even when i use 1.0.3 and 2.0, the error is the same.
Below is my function.
publ…
-
I create a instance using Openstack4j.Now i am trying get the public and private address assigned to the instance.I am using server.getaddress() it returns NovaAddresses{addresses={private=[NovaAddres…
-
I have flowed [the OpenStack4j Getting Started](http://openstack4j.com/learn/getting-started/),and run the Queries successful:
```
// Find all Users
List
-
EDIT ---- found the problem in my code
I cannot seem to create a server against DevStack IceHouse.
Connecting, auth, and getting list of servers / flavors works.
I tried both with stable release (1.…
gtoff updated
10 years ago
-
Volume status "downloading" is not supported. Volume.getStatus() returns UNRECOGNIZED.
b2sc updated
10 years ago
-
We are attempting to read the limits for each tenant, but we are running across an issue. It seems that the call works correctly for the first tenant, but after that we get the following error:
Malf…
-
Hi,
I keep getting
```
java.io.IOException: Invalid Http response
```
when I'm trying to get the server list:
```
os = OSFactory.builder()
.endpoint("https://**********/v2.0")
…