From 02425ef63eff0dc0c9c1da670866a2ddae01e56e Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 21 Mar 2014 09:19:56 -0700 Subject: [PATCH] fix(oem/ami): Explicitly start etcd and fleet. --- oem/ami/test_ami.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/oem/ami/test_ami.sh b/oem/ami/test_ami.sh index db80a3abe1..9261b0dd0b 100755 --- a/oem/ami/test_ami.sh +++ b/oem/ami/test_ami.sh @@ -109,6 +109,11 @@ coreos: discovery: $discovery addr: \$private_ipv4:4001 peer-addr: \$private_ipv4:7001 + units: + - name: etcd.service + command: start + - name: fleet.service + command: start " fi