Skip to content
Snippets Groups Projects
Commit 5f8a73b4 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Add image sharing option to packer template

parent 56ac5b28
No related branches found
No related tags found
1 merge request!24Draft: Add image sharing option to packer template
...@@ -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"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment