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. That is, I would like to utilise the context and compute functionality of JClouds but also use OpenStack LBaaS API methods from the same class file. I know I'll lose portability but for the moment this is not a problem.
Brian. > What are my options for using LBaaS via jclouds? I would like to add > new compute/nova nodes to an LBaaS pool. [1] Is the Rackspace > LoadBalancer api compatible with OpenStack? No. They're different APIs and not compatible (though they are similar). The LBaaS API is an extension in Neutron and hasn't been implemented in jclouds yet. Currently the Neutron code is undergoing some refactoring [1] and we'll be able to support more extension APIs once that's complete. Please feel free to create a JIRA issue for this feature request so we can track it [2]. Thanks, Everett [1] https://github.com/jclouds/jclouds-labs-openstack/pull/111 [2] https://issues.apache.org/jira/browse/JCLOUDS ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2014.0.4592 / Virus Database: 3972/7729 - Release Date: 06/23/14
