This closes #852
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/40281e0f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/40281e0f Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/40281e0f Branch: refs/heads/0.8.0-incubating Commit: 40281e0fbee058f70c3d5b5f18aafa0ae1da39c2 Parents: 4f3be27 177ddd9 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(-) ----------------------------------------------------------------------
