From c30e3153e99a467af8772dbe3c7e4e55dc46362b Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Fri, 2 Sep 2022 10:49:55 -0500 Subject: [PATCH] Remove keypair and private key from pkrvars example --- openstack.pkrvars.hcl.example | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openstack.pkrvars.hcl.example b/openstack.pkrvars.hcl.example index 7f2a2f9..fd28948 100644 --- a/openstack.pkrvars.hcl.example +++ b/openstack.pkrvars.hcl.example @@ -22,7 +22,3 @@ auto_accept_members = false image_tags = [] # The username to connect to SSH with. Used by Packer build section ssh_username = "centos" -# Key that will be used for SSH with the machine. Must match key pair name loaded up into the remote. -ssh_keypair_name = "" -# Path to the private key file to use to authenticate with SSH. -ssh_private_key_file = "" -- GitLab