1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-25 06:03:36 +03:00

added OCCI compute example

This commit is contained in:
Ruben S. Montero 2010-08-06 00:55:16 +02:00
parent f16f88a6e9
commit bdc7fa73e3

View File

@ -0,0 +1,10 @@
<COMPUTE>
<NAME>MyCompute</NAME>
<INSTANCE_TYPE>large</INSTANCE_TYPE>
<DISK>
<STORAGE href="http://www.opennebula.org/storage/4"/>
</DISK>
<NIC>
<NETWORK href="http://www.opennebula.org/network/2"/>
</NIC>
</COMPUTE>