Hi! Could you please open the JIRA directly? Next week I'll upgrade the provider to 2.6, so I hope that will help you too. It's been a while but I've finally been able to allocate time for this. Apologies for the delay!
I. On 28 April 2014 09:38, Carlos Garcia Ibañez <carlos.gar...@emea.nec.com> wrote: > Good morning everyone! > > We are currently working on a feature which needs to assign a Pricing > Template to the new Enterprises created. Unfortunately we cannot find > support for this in the version of jClouds/Abiquo we are using, so we are > trying to implement this ourselves. Concretely, we’ve forked the > jclouds-labs/abiquo project to make use of the version 2.6.0 of the Abiquo’s > api-model-transport library (needed for an unrelated issue). > > We need to retrieve the target PricingTemplate we want to work with and then > attach it to the Enterprise object we are creating, so we need to change the > ConfigApi interface and the Enterprise class, besides implementing the new > PricingTemplate class to wrap the PricingTemplateDto defined in > api-model-transport. > > I’d like to share with you our current solution [1] and get some comments > about how to proceed, before opening the issue in Jira. > > Thanks a lot and kind regards. > > [1] https://gist.github.com/carlosgarciaibanez/6fe37df63b70bcaa25b1