Re: [jclouds/jclouds-labs] Create one resource group in each region (#326)

2016-10-17 Thread Ignasi Barrera
Squashed and pushed to master as [f58f96b1](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/f58f96b1). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds-labs] Create one resource group in each region (#326)

2016-10-17 Thread Ignasi Barrera
Closed #326. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/326#event-825775506

Re: [jclouds/jclouds-labs] Create one resource group in each region (#326)

2016-10-17 Thread Ignasi Barrera
@nacx pushed 1 commit. b1a8efc Fixes to the Image Extension -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/326/files/c9542dc03d3df396d28225bdec14dd06d561a0e7..b1a8efcc87553f5fb17b8ae6b239a44514688557

Re: [jclouds/jclouds-labs] Create one resource group in each region (#326)

2016-10-17 Thread Ignasi Barrera
@nacx pushed 1 commit. c9542dc PR Fixes -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/326/files/e6785463078003cb96f75a558436603a9d380a0f..c9542dc03d3df396d28225bdec14dd06d561a0e7

[jclouds/jclouds-labs] Create one resource group in each region (#326)

2016-10-14 Thread Ignasi Barrera
This changes creates one resource group for each location, instead of having one fixed resource group. Without this change it is not possible to use one single jclouds context to deploy nodes in different locations, because it will attempt to create the same resource group in each region.