Skip to content

Commit a2df0e4

Browse files
committed
replaced discovery_url with discovery
1 parent d52b7c2 commit a2df0e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/gce/create-gce-user-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def main():
6262
configuration = combine_dicts(configuration_coreos_template,
6363
configuration_gce_template)
6464

65-
configuration["coreos"]["etcd"]["discovery_url"] = url
65+
configuration["coreos"]["etcd"]["discovery"] = url
6666

6767
with gce_user_data as outfile:
6868
try:

0 commit comments

Comments
 (0)