-
Hi,
I have a master template which invokes 3 sub-templates written in yaml format.When I try to invoke the master yaml template from Java, I get "Missing required attribute: X-Auth-User: Bad request …
-
My problem is most probably not directly related with OpenBaton, but it could possible that someone, who is contributing this project, experienced the same problem.
I am changing codes of some Op…
-
I am trying to authenticate with Openstack with the following code:
OSClientV3 os = OSFactory.builderV3()
.endpoint(auth_url)
.cred…
-
Hello,
I am new to OpenStack and I use OpenStack4j. The authentication works fine with the default admin user when calling:
OSFactory.builderV3()
.endpoint(endpoint)
…
-
For debugging purposes it would be really helpful if you could include the Java source in the Maven release. This would help a lot to step into some methods and understand the code base without going …
-
I'm using this to download an object and write it to a file:
`client.objectStorage().objects().download(publicBucket, externalFileName).writeToFile(new File(localFile));`
I was expecting it to fai…
-
- First, I add a metadata (cpu_allocation_ratio) to hostAggregate and success !
- Then, I want to delete this metadata , set this metadata value to null and send request :
Executing Request: PO…
-
The execute method of BaseOpenStackService class does not throw exception for http response status 404.
Instead an error message is logged. It would be better if it had thrown exception for illegal a…
-
Hi,
I am trying to reboot an instance on OpenStack by using OpenStack4j. But thing that I want to do; calling the method by using system name, not the id. As an example, I can do this by providing …
-
Caused by: java.lang.UnsupportedClassVersionError: org/openstack4j/api/exceptions/ClientResponseException : Unsupported major.minor version 52.0 (unable to load class org.openstack4j.api.exceptions.Cl…