Skip to content

Commit

Permalink
Make sure etcd2 actually gets started
Browse files Browse the repository at this point in the history
Need to actually start etcd2.  Right now it is just being configured and using the CoreOS Openstack image, nothing else is starting etcd2.
  • Loading branch information
matthughes committed Feb 23, 2016
1 parent cdbbeae commit aaa4100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started-guides/coreos/cloud-configs/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ coreos:
fleet:
metadata: "role=node"
units:
- name: etcd2.service
command: start
- name: fleet.service
command: start
- name: flanneld.service
Expand Down

0 comments on commit aaa4100

Please sign in to comment.