From fa331a4f66f1c32c908dd1ac1fff9af6ac5337fe Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Tue, 25 Jul 2023 11:19:25 -0500
Subject: [PATCH] Remove scp option

---
 openstack-compute/nodeimage.pkr.hcl | 1 -
 openstack-gpu/nodeimage.pkr.hcl     | 1 -
 openstack/nodeimage.pkr.hcl         | 1 -
 3 files changed, 3 deletions(-)

diff --git a/openstack-compute/nodeimage.pkr.hcl b/openstack-compute/nodeimage.pkr.hcl
index cccebc3..f145db7 100644
--- a/openstack-compute/nodeimage.pkr.hcl
+++ b/openstack-compute/nodeimage.pkr.hcl
@@ -31,7 +31,6 @@ build {
     ]
     roles_path = "./ansible/roles"
     extra_arguments = [
-      "--scp-extra-args", "'-O'",
       "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
     ]
   }
diff --git a/openstack-gpu/nodeimage.pkr.hcl b/openstack-gpu/nodeimage.pkr.hcl
index 705ba96..7be4582 100644
--- a/openstack-gpu/nodeimage.pkr.hcl
+++ b/openstack-gpu/nodeimage.pkr.hcl
@@ -41,7 +41,6 @@ build {
     ]
     roles_path = "./ansible/roles"
     extra_arguments = [
-      "--scp-extra-args", "'-O'",
       "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
     ]
   }
diff --git a/openstack/nodeimage.pkr.hcl b/openstack/nodeimage.pkr.hcl
index 7988088..539ec77 100644
--- a/openstack/nodeimage.pkr.hcl
+++ b/openstack/nodeimage.pkr.hcl
@@ -32,7 +32,6 @@ build {
     ]
     roles_path = "./ansible/roles"
     extra_arguments = [
-      "--scp-extra-args", "'-O'",
       "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"
     ]
   }
-- 
GitLab