Skip to content
Snippets Groups Projects

Draft: Add image sharing option to packer template

Open Eesaan Atluri requested to merge feat-add-image-sharing into master
Files
3
+ 3
0
@@ -10,6 +10,9 @@ source "openstack" "image" {
@@ -10,6 +10,9 @@ source "openstack" "image" {
ssh_keypair_name = "${var.ssh_keypair_name}"
ssh_keypair_name = "${var.ssh_keypair_name}"
ssh_private_key_file = "${var.private_key_file}"
ssh_private_key_file = "${var.private_key_file}"
ssh_username = "${var.ssh_username}"
ssh_username = "${var.ssh_username}"
 
image_members = var.image_membership
 
image_auto_accept_members= var.auto_accept_members
 
image_tags = var.image_tags
#pause_before_connecting = "5m"
#pause_before_connecting = "5m"
#ssh_timeout = "10m"
#ssh_timeout = "10m"
}
}
Loading