Skip to content

Commit

Permalink
sysprep: Remove could-init
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dominikholler committed Dec 9, 2017
1 parent 167d99a commit f54feb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lago/templates/sysprep-base.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f54feb6

Please sign in to comment.