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

feature #200: spaces in oned.conf

This commit is contained in:
Ruben S. Montero 2010-06-25 19:17:17 +02:00
parent 2d9d78a03a
commit 774c8e0d58

View File

@ -66,13 +66,13 @@ MAC_PREFIX = "00:03"
#*******************************************************************************
# Image Repository Configuration
#*******************************************************************************
# IMAGE_REPOSITORY_PATH: Define the path to the image repository, by default
# IMAGE_REPOSITORY_PATH: Define the path to the image repository, by default
# is set to $ONE_LOCATION/var
#
# DEFAULT_IMAGE_TYPE: This can take values
# OS Image file holding an operating system
# CDROM Image file holding a CDROM
# DATABLOCK Image file holding a datablock,
# DATABLOCK Image file holding a datablock,
# always created as an empty block
# DEFAULT_DEVICE_PREFIX: This can be set to
# hd IDE prefix
@ -81,7 +81,7 @@ MAC_PREFIX = "00:03"
# vd KVM virtual disk
#*******************************************************************************
#IMAGE_REPOSITORY_PATH =
#IMAGE_REPOSITORY_PATH =
DEFAULT_IMAGE_TYPE = "OS"
DEFAULT_DEVICE_PREFIX = "hd"