::Provision backends expect user/pass prefixed by api_
[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 512
20     </live>
21 </Provision>