On Jun 23, 2014, at 2:26 PM, BrianCarroll 
<[email protected]<mailto:[email protected]>> wrote:

Thanks Everett. I will log a JIRA.

Apologies for the newbie question but if an extension API isn't implemented
in JClouds yet, is there any other way to access that API (LBaaS) via
JClouds.

You would have to write the code to support what you need from the API 
yourself. Your best might be to resurrect some of the code from this old pull 
request that has LBaaS support [1] in Neutron. You would just need to pick out 
the LBaaS pieces that you need and compile it into your app. This would be the 
closest to the jclouds way of doing it.

An alternative to that would be to take a JAX-RS library like Jersey, RESTEasy, 
or Restlet and use those to write the code to support what you need from the 
LBaaS API. This would be a lot more work as you would be able to reuse all of 
the authentication and general OpenStack wrangling that jclouds already handles 
for you.

Everett

[1] https://github.com/jclouds/jclouds-labs-openstack/pull/44/

Reply via email to