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:
parent
f16f88a6e9
commit
bdc7fa73e3
10
src/cloud/occi/share/examples/compute
Normal file
10
src/cloud/occi/share/examples/compute
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user