We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4673ea commit 174ad54Copy full SHA for 174ad54
1 file changed
contrib/aws/gen-json.py
@@ -105,6 +105,9 @@ def coreos_amis(channel, version):
105
# are started
106
data['coreos']['units'] = new_units + data['coreos']['units']
107
108
+# Point to the right data directory
109
+data['coreos']['etcd2']['data-dir'] = '/media/etcd'
110
+
111
header = ["#cloud-config", "---"]
112
dump = yaml.dump(data, default_flow_style=False)
113
0 commit comments