Clear error messages for image/size id errors
[p5sagit/Oyster.git] / oyster.conf
1 # sample config
2 <Provision>
3     <Default>
4         type     AmazonEC2
5         api_username foo
6         api_password baz
7         size 256
8     </Default>
9
10     <test>
11         type     Rackspace
12         api_username foo
13         api_password baz
14     </test>
15     <live>
16         type     Rackspace
17         api_username foo
18         api_password baz
19         size    1
20         image   69
21     </live>
22 </Provision>