From 1a8efb3c2d1ca298fd9b0de14b627766b544a323 Mon Sep 17 00:00:00 2001 From: sostler Date: Tue, 6 Apr 2010 21:54:16 -0400 Subject: Add cloud.clj for storing images w/ softlayer --- src/cloud.clj | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/cloud.clj (limited to 'src') diff --git a/src/cloud.clj b/src/cloud.clj new file mode 100644 index 0000000..eacb5c9 --- /dev/null +++ b/src/cloud.clj @@ -0,0 +1,13 @@ + + +(def *user* "sbostler@gmail.com") +(def *pw* "F2X5216c463w21q8ly") + +(def container-id-map (ref {})) + +(defn list-containers [] + ) + +(defn create-container [name] + ()) + -- cgit v1.2.3-70-g09d2