This commit is contained in:
parent
5e41bc7ee4
commit
d140665cbf
@ -85,8 +85,6 @@
|
||||
"{{user `boot_command_suffix`}}"
|
||||
],
|
||||
"boot_wait": "{{user `boot_wait`}}",
|
||||
"cd_files": ["{{user `cd_file_path`}}/meta-data", "{{user `cd_file_path`}}/user-data"],
|
||||
"cd_label": "cidata",
|
||||
"communicator": "ssh",
|
||||
"cores": "{{user `cpu_cores`}}",
|
||||
"cpus": "{{user `cpu`}}",
|
||||
@ -190,6 +188,8 @@
|
||||
],
|
||||
"boot_wait": "{{user `boot_wait`}}",
|
||||
"cluster": "{{user `cluster`}}",
|
||||
"cd_files": ["{{user `cd_file_path`}}/meta-data", "{{user `cd_file_path`}}/user-data"],
|
||||
"cd_label": "cidata",
|
||||
"communicator": "ssh",
|
||||
"convert_to_template": "{{user `convert_to_template`}}",
|
||||
"cpu_cores": "{{user `cpu_cores`}}",
|
||||
|
Loading…
Reference in New Issue
Block a user