@andreaturli This should allow you to specify the networks that a deployed VM 
should get the IPs from. You can specify the networks to use with:

```java
templateBuilder.options(networks("networkId1", 
"networkId2", ... ))
```

If not specified, the current behavior is maintained: jclouds will try to 
assign a public ip, and fallback to one in the default network for the selected 
virtual datacenter.

Could you give this a try before we merge the pull request?
You can merge this Pull Request by running:

  git pull https://github.com/nacx/jclouds-labs networkIds

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds-labs/pull/47

-- Commit Summary --

  * JCLOUDS-330/JCLOUDS-416: Use network options in Abiquo

-- File Changes --

    M 
abiquo/src/main/java/org/jclouds/abiquo/compute/strategy/AbiquoComputeServiceAdapter.java
 (79)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/47.patch
https://github.com/jclouds/jclouds-labs/pull/47.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/47

Reply via email to