From bbb968b4fef165dead95e7d0ee10cc32f21522f1 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Fri, 28 Jul 2023 10:50:59 -0500 Subject: [PATCH] Remove scp option for gpu build --- openstack-gpu/nodeimage.pkr.hcl | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack-gpu/nodeimage.pkr.hcl b/openstack-gpu/nodeimage.pkr.hcl index 5011e7b..187af99 100644 --- a/openstack-gpu/nodeimage.pkr.hcl +++ b/openstack-gpu/nodeimage.pkr.hcl @@ -28,7 +28,6 @@ build { ] roles_path = "./ansible/roles" extra_arguments = [ - "--scp-extra-args", "'-O'", "--extra-vars", "root_ssh_key='${var.root_ssh_key}'" ] } -- GitLab