coreos-base/oem-*: drop etcd2 drop-ins

This commit is contained in:
Benjamin Gilbert 2018-01-25 10:49:04 -08:00
parent 3f648efc73
commit 30b8fa171a
8 changed files with 0 additions and 34 deletions

View File

@ -19,15 +19,6 @@
{ {
"name": "waagent.service", "name": "waagent.service",
"enabled": true "enabled": true
},
{
"name": "etcd2.service",
"dropins": [
{
"name": "10-oem.conf",
"contents": "[Service]\nEnvironment=ETCD_ELECTION_TIMEOUT=1200\n"
}
]
} }
] ]
} }

View File

@ -2,14 +2,6 @@
coreos: coreos:
units: units:
- name: etcd2.service
runtime: true
drop-ins:
- name: 10-oem.conf
content: |
[Service]
Environment=ETCD_ELECTION_TIMEOUT=1200
- name: oem-cloudinit.service - name: oem-cloudinit.service
command: restart command: restart
runtime: yes runtime: yes

View File

@ -7,15 +7,6 @@
{ {
"name": "coreos-metadata-sshkeys@.service", "name": "coreos-metadata-sshkeys@.service",
"enabled": true "enabled": true
},
{
"name": "etcd2.service",
"dropins": [
{
"name": "10-oem.conf",
"contents": "[Service]\nEnvironment=ETCD_ELECTION_TIMEOUT=1200\n"
}
]
} }
] ]
} }

View File

@ -2,14 +2,6 @@
coreos: coreos:
units: units:
- name: etcd2.service
runtime: true
drop-ins:
- name: 10-oem.conf
content: |
[Service]
Environment=ETCD_ELECTION_TIMEOUT=1200
- name: nova-agent-auto.service - name: nova-agent-auto.service
command: restart command: restart
runtime: yes runtime: yes