You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sw...@apache.org on 2016/04/06 20:33:19 UTC

[2/3] git commit: updated refs/heads/4.8 to bb82f9a

Merge pull request #1332 from syed/swift-download

Add ability to download templates in SwiftThis PR adds the ability to download templates when using Swift as a secondary storage. Uses the "temp_url" feature of Swift so that tempates can be downloaded without authenticaiton.

* pr/1332:
  Add ability to download templates in Swift

Signed-off-by: Will Stevens <wi...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ef115ab1
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ef115ab1
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ef115ab1

Branch: refs/heads/4.8
Commit: ef115ab1d0fd53ef083bf4287e4036a995dfeaaa
Parents: 4db1c01 52fc2ba
Author: Will Stevens <wi...@gmail.com>
Authored: Wed Apr 6 14:19:44 2016 -0400
Committer: Will Stevens <wi...@gmail.com>
Committed: Wed Apr 6 14:19:44 2016 -0400

----------------------------------------------------------------------
 .../driver/SwiftImageStoreDriverImpl.java       | 32 ++++++-
 .../com/cloud/template/TemplateManagerImpl.java |  6 --
 .../main/java/com/cloud/utils/SwiftUtil.java    | 76 ++++++++++++++--
 .../java/com/cloud/utils/SwiftUtilTest.java     | 92 ++++++++++++++++++++
 4 files changed, 193 insertions(+), 13 deletions(-)
----------------------------------------------------------------------