1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Changed VM EC2 default XML.

git-svn-id: http://svn.opennebula.org/one/trunk@403 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Constantino Vázquez Blanco 2009-03-13 14:01:49 +00:00
parent ce4b6edce9
commit 571f9722f0

View File

@ -5,17 +5,17 @@
- ec2[keypair,authorizedports,instancetype]
Use XML syntax to specify defaults, note elements are UPCASE
Example:
<VM>
<VM_TEMPLATE>
<EC2>
<KEYPAIR>gsg-keypair</KEYPAIR>
<AUTHORIZEDPORTS>22</AUTHORIZEDPORTS>
<INSTANCETYPE>m1.small</INSTANCETYPE>
</EC2>
</VM>
</VM_TEMPLATE>
-->
<VM>
<VM_TEMPLATE>
<EC2>
<INSTANCETYPE>m1.small</INSTANCETYPE>
</EC2>
</VM>
</VM_TEMPLATE>