Update testcloud config

This commit is contained in:
Martin Krizek 2015-12-09 11:39:09 +00:00
parent 320bda3a4d
commit b56cec229b

View file

@ -10,7 +10,7 @@
# Directories for data and cached downloaded images
#DATA_DIR = "/var/lib/testcloud/"
#CACHE_DIR = "/var/lib/testcloud/cache"
#STORE_DIR = "/var/lib/testcloud/backingstores"
# Data for cloud-init
@ -47,3 +47,15 @@ write_files:
# Customize as needed :)
#CMD_LINE_ARGS = []
# The timeout, in seconds, to wait for an instance to boot before
# failing the boot process. Setting this to 0 disables waiting and
# returns immediately after starting the boot process.
#BOOT_TIMEOUT = 30
# ram size, in MiB
RAM = 2048
# Desired size, in GiB of instance disks. 0 leaves disk capacity
# identical to source image
#DISK_SIZE = 0