From aaa4100d3a07b814b87303487929c9d7ba9007fc Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Tue, 23 Feb 2016 13:34:17 -0500 Subject: [PATCH] Make sure etcd2 actually gets started Need to actually start etcd2. Right now it is just being configured and using the CoreOS Openstack image, nothing else is starting etcd2. --- docs/getting-started-guides/coreos/cloud-configs/node.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-guides/coreos/cloud-configs/node.yaml b/docs/getting-started-guides/coreos/cloud-configs/node.yaml index 07954cb7729..503d67dd556 100644 --- a/docs/getting-started-guides/coreos/cloud-configs/node.yaml +++ b/docs/getting-started-guides/coreos/cloud-configs/node.yaml @@ -18,6 +18,8 @@ coreos: fleet: metadata: "role=node" units: + - name: etcd2.service + command: start - name: fleet.service command: start - name: flanneld.service