Correct defaults in config file
[p5sagit/Oyster.git] / oyster.conf
CommitLineData
9ccd2865 1# sample config
4aedd3bb 2<Provision>
9ccd2865 3 <Default>
4 type AmazonEC2
9add345b 5 api_username foo
6 api_password baz
45bec386 7 size 256
9ccd2865 8 </Default>
45bec386 9
4aedd3bb 10 <test>
11 type Rackspace
9add345b 12 api_username foo
13 api_password baz
4aedd3bb 14 </test>
45bec386 15 <live>
16 type Rackspace
9add345b 17 api_username foo
18 api_password baz
b2a3effb 19 size 1
20 image 69
45bec386 21 </live>
4aedd3bb 22</Provision>