Merge "Increase cpu limit for image conversion" into stable/queens

This commit is contained in:
Zuul 2020-02-18 16:24:20 +00:00 committed by Gerrit Code Review
commit aeca33def7
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ CONF = cfg.CONF
CONF.register_opts(image_helper_opts) CONF.register_opts(image_helper_opts)
QEMU_IMG_LIMITS = processutils.ProcessLimits( QEMU_IMG_LIMITS = processutils.ProcessLimits(
cpu_time=8, cpu_time=30,
address_space=1 * units.Gi) address_space=1 * units.Gi)
VALID_DISK_FORMATS = ('raw', 'vmdk', 'vdi', 'qcow2', VALID_DISK_FORMATS = ('raw', 'vmdk', 'vdi', 'qcow2',