experimental cloud spin: use min-cloud-agent instead of cloud-init

This commit is contained in:
Matthew Miller 2014-06-02 14:48:31 -04:00
parent a272436f45
commit 26cce5f5dc
1 changed files with 3 additions and 4 deletions

View File

@ -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