Update master.yaml

fix incorrect type for "http_read_timeout" (want float64).
pull/6/head
PhilippeDupont 2015-01-07 17:30:19 +01:00
parent d2b1817617
commit cd055a785c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ coreos:
bind-addr: 0.0.0.0
peer-addr: $private_ipv4:7001
cluster-active-size: 1
http-read-timeout: 86400
http-read-timeout: 86400.0
snapshot: true
units:
- name: etcd.service