Re-align packer templates with upstream
common-packer co-opted a variable that was in use in local templates and
therefore is causing verification errors when the matrix validate
happens.
Change-Id: Ia0232836ddcda114409b2fc71705c5c4e97d90a0
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
diff --git a/packer/vars/centos-7.json b/packer/vars/centos-7.json
index fefd0aa..5e6d1c8 100644
--- a/packer/vars/centos-7.json
+++ b/packer/vars/centos-7.json
@@ -1,7 +1,7 @@
{
"source_ami_filter_name": "*CentOS Linux 7*HVM*",
"source_ami_filter_owner": "679593333241",
- "cloud_user": "centos",
+ "ssh_user": "centos",
"distro": "CentOS 7",
"cloud_user_data": "provision/rh-user_data.sh"