1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-08 20:58:17 +03:00

Changed vm.template sample to conform to new quote convention.

git-svn-id: http://svn.opennebula.org/one/trunk@700 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Constantino Vázquez Blanco 2009-07-16 17:29:38 +00:00
parent a139a121d0
commit 5118e198f6

View File

@ -44,5 +44,5 @@ GRAPHICS = [
CONTEXT = [
hostname = "$NAME",
ip_private = '$NIC[IP, NETWORK="Private LAN"]',
ip_private = "$NIC[IP, NETWORK=\"Private LAN\"]",
ip_gen = "10.0.0.$VM_ID"]