Update testcloud config
This commit is contained in:
parent
320bda3a4d
commit
b56cec229b
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue