Correct defaults in config file
[p5sagit/Oyster.git] / oyster.conf
index 98f1bc7..ace325a 100644 (file)
@@ -1,7 +1,22 @@
+# sample config
 <Provision>
+    <Default>
+        type     AmazonEC2
+        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
+        api_username foo
+        api_password baz
+        size    1
+        image   69
+    </live>
 </Provision>