OpenStack4j is an open source OpenStack client which allows provisioning and control of an OpenStack system. The library and has been broken out into several major API abstractions.
Questions tagged [openstack4j]
20 questions
0
votes
2 answers
Can openstack4j be used with Softlayer (not IBM Cloud) Swift Object Storage service?
I have a running IBM Cloud Swift Object Storage service running with openstack4j. I need to move the containers to the similar service offered by IBM's Softlayer brand,
When I click in "View Credentials" in SoftLayer control panel I only get…

icordoba
- 1,834
- 2
- 33
- 60
0
votes
1 answer
OpenStack criteria to choose API (NodeJS versus Java)
I am referring to OpenStack SDK for NodeJS (pkgcloud) and Java (apache jclouds, openstack4j, OpenStack Java SDK). Is there any benefit of using NodeJS (and pkgcloud behind it) for developing application compared to using Java SDK.
If NodeJS is your…

Jag
- 3
- 3
0
votes
1 answer
Is V3 Identity Authentication compatible with JDK 1.6? If yes, which and how should I make use of it?
I am just wondering if the OSFactory.builderV3() method can run on JDK 1.6.
It returns the following error:
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/openstack4j/openstack/OSFactory : Unsupported major.minor version…

Ruogu Lin
- 1
- 2
0
votes
0 answers
Alarm is not successfully created using openstack4j library
I have created an alarm using openstack4j as follows:
Alarm alarm2 = os
.telemetry()
.alarms()
.create(alarm);
System.out.println("Alarm details:"+alarm.getAlarmId());
…

prashr186
- 1
- 4
0
votes
1 answer
Use OpenStack4j in an OSGi platform
I want to use OpenStack4j in an OSGi platform. Specifically I'm using Apache Karaf OSGi runtime (based on Apache Felix OSGi implementation).
Issue arises when OpenStack4j tries to discovers Connectors. Based on Getting started official documentation…

logoff
- 3,347
- 5
- 41
- 58