Merge pull request #1223 from crawford/etcd2

oem-*: fix etcd2 peer election option
This commit is contained in:
Alex Crawford 2015-04-24 14:33:16 -07:00
commit 4a25ea0f41
8 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ coreos:
- name: 10-oem.conf - name: 10-oem.conf
content: | content: |
[Service] [Service]
Environment=ETCD_PEER_ELECTION_TIMEOUT=1200 Environment=ETCD_ELECTION_TIMEOUT=1200
- name: waagent.service - name: waagent.service
command: start command: start

View File

@ -16,7 +16,7 @@ coreos:
- name: 10-oem.conf - name: 10-oem.conf
content: | content: |
[Service] [Service]
Environment=ETCD_PEER_ELECTION_TIMEOUT=1200 Environment=ETCD_ELECTION_TIMEOUT=1200
- name: oem-cloudinit.service - name: oem-cloudinit.service
command: restart command: restart

View File

@ -16,7 +16,7 @@ coreos:
- name: 10-oem.conf - name: 10-oem.conf
content: | content: |
[Service] [Service]
Environment=ETCD_PEER_ELECTION_TIMEOUT=1200 Environment=ETCD_ELECTION_TIMEOUT=1200
- name: user-configdrive.service - name: user-configdrive.service
mask: yes mask: yes

View File

@ -16,7 +16,7 @@ coreos:
- name: 10-oem.conf - name: 10-oem.conf
content: | content: |
[Service] [Service]
Environment=ETCD_PEER_ELECTION_TIMEOUT=1200 Environment=ETCD_ELECTION_TIMEOUT=1200
- name: nova-agent-auto.service - name: nova-agent-auto.service
command: restart command: restart