Skip to content
Snippets Groups Projects
Commit 3293c926 authored by EesaanAtluri's avatar EesaanAtluri
Browse files

Use ssh vars consistent with gen-vars.py variables

parent a2604ffa
No related branches found
No related tags found
1 merge request!1Feat add xdmod supremm pcp
......@@ -8,8 +8,8 @@
"image_name": "{{ user `build_instance_name` }}-V{{user `build_version`}}",
"ssh_username": "{{ user `ssh_username` }}",
"ssh_keypair_name": "{{ user `ssh_keypair_name` }}",
"ssh_private_key_file": "{{ user `private_key_file-path` }}",
"ssh_host": "{{ user `ssh_host-IP` }}",
"ssh_private_key_file": "{{ user `private_key_file` }}",
"ssh_host": "{{ user `ssh_host` }}",
"reuse_ips": true,
"flavor": "{{ user `flavor` }}"
}],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment