From f54feb64c721b378d8de4ef650b820c805243500 Mon Sep 17 00:00:00 2001 From: Dominik Holler Date: Sat, 9 Dec 2017 20:30:11 +0100 Subject: [PATCH] sysprep: Remove could-init Cloud images for VMs usually are prepared to be used with cloud-init. Because lago does not utilize could-init, it should be removed to avoid waiting could-init for configuration during booting. This change improves the usage of cloud images in lago. --- lago/templates/sysprep-base.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/lago/templates/sysprep-base.j2 b/lago/templates/sysprep-base.j2 index f4399238..041eee2b 100644 --- a/lago/templates/sysprep-base.j2 +++ b/lago/templates/sysprep-base.j2 @@ -10,3 +10,4 @@ upload {{ public_key }}:/root/.ssh/authorized_keys chmod 0600:/root/.ssh/authorized_keys run-command chown root:root /root/.ssh/authorized_keys {% endif -%} +uninstall cloud-init