Clarified what name is needed to be provided
[p5sagit/Oyster.git] / oyster.conf
index 5ebbabb..ace325a 100644 (file)
@@ -2,20 +2,21 @@
 <Provision>
     <Default>
         type     AmazonEC2
-        username foo
-        password baz
+        api_username foo
+        api_password baz
         size 256
     </Default>
 
     <test>
         type     Rackspace
-        username foo
-        password baz
+        api_username foo
+        api_password baz
     </test>
     <live>
         type     Rackspace
-        username foo
-        password baz
-        size 512
+        api_username foo
+        api_password baz
+        size    1
+        image   69
     </live>
 </Provision>