From 26cce5f5dc341feb40fb2a7702b13192a6f85349 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 2 Jun 2014 14:48:31 -0400 Subject: [PATCH] experimental cloud spin: use min-cloud-agent instead of cloud-init --- fedora-cloud-experimental.ks | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fedora-cloud-experimental.ks b/fedora-cloud-experimental.ks index 6a67090..2ce3081 100644 --- a/fedora-cloud-experimental.ks +++ b/fedora-cloud-experimental.ks @@ -17,7 +17,7 @@ firewall --disabled bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8" extlinux network --bootproto=dhcp --device=eth0 --activate --onboot=on -services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final +services --enabled=network,sshd,min-cloud-agent zerombr clearpart --all @@ -34,9 +34,8 @@ kernel-core @core grubby -# cloud-init does magical things with EC2 metadata, including provisioning -# a user account with ssh keys. -cloud-init +# experimental light-weight replacement for cloud-init +min-cloud-agent # this is used by openstack's cloud orchestration framework (and it's small) heat-cfntools