diff options
| author | sostler <sbostler@gmail.com> | 2010-04-06 21:54:16 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-06 21:54:16 -0400 |
| commit | 1a8efb3c2d1ca298fd9b0de14b627766b544a323 (patch) | |
| tree | 3aa360694512b41eb3b61073cc149bd9f987c2d6 /src | |
| parent | a0334eba97fb985ee290c11f6ee72196dbe889b0 (diff) | |
Add cloud.clj for storing images w/ softlayer
Diffstat (limited to 'src')
| -rw-r--r-- | src/cloud.clj | 13 |
1 files changed, 13 insertions, 0 deletions
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] + ()) + |
