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.
This commit is contained in:
Matt Hughes 2016-02-23 13:34:17 -05:00
parent cdbbeae3e5
commit aaa4100d3a

View File

@ -18,6 +18,8 @@ coreos:
fleet:
metadata: "role=node"
units:
- name: etcd2.service
command: start
- name: fleet.service
command: start
- name: flanneld.service