This closes #852
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/6fe9fc76 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/6fe9fc76 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/6fe9fc76 Branch: refs/heads/master Commit: 6fe9fc7620ae74e7c0b7d741ce0229548f4c1d09 Parents: 0b723a0 6012a4e Author: Sam Corbett <[email protected]> Authored: Mon Aug 24 09:53:22 2015 +0100 Committer: Sam Corbett <[email protected]> Committed: Mon Aug 24 09:53:22 2015 +0100 ---------------------------------------------------------------------- .../api/location/MachineManagementMixins.java | 5 +- .../core/location/BasicLocationRegistry.java | 2 +- .../location/byon/ByonLocationResolver.java | 9 +- .../location/byon/ByonLocationResolverTest.java | 14 +- .../location/jclouds/JcloudsLocation.java | 169 ++++++++++++++----- .../jclouds/AbstractJcloudsLiveTest.java | 15 ++ .../JcloudsLocationRebindMachineLiveTest.java | 138 --------------- .../JcloudsLocationRegisterMachineLiveTest.java | 144 ++++++++++++++++ ...udsLocationSuspendResumeMachineLiveTest.java | 62 +++++++ .../rest/resources/LocationResource.java | 25 +-- 10 files changed, 380 insertions(+), 203 deletions(-) ----------------------------------------------------------------------
