Skip to content
Snippets Groups Projects
Commit c99acfad authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Use source image id for the build

parent b3f1094b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ locals {
source "openstack" "image" {
skip_create_image = var.skip_create_image
image_name = local.local_image_name
source_image_name = var.source_image
source_image = var.source_image
image_members = var.image_membership
image_auto_accept_members = var.auto_accept_members
image_tags = var.image_tags
......
......@@ -4,7 +4,7 @@ locals {
source "openstack" "image" {
image_name = local.local_image_name
source_image_name = var.source_image
source_image = var.source_image
flavor = var.flavor
floating_ip_network = var.floating_ip_network
......
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