Skip to content
Snippets Groups Projects
Commit 40bec120 authored by Eesaan Atluri's avatar Eesaan Atluri Committed by Krish Moodbidri
Browse files

Avoid building base instead use base img as src img

This will save time during image build. If you need base image build it
separtely and use the new image as src for build.
parent 9035282c
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,10 @@ source "openstack" "image" { ...@@ -35,6 +35,10 @@ source "openstack" "image" {
build { build {
sources = ["source.openstack.image"] sources = ["source.openstack.image"]
<<<<<<< HEAD:openstack-login/nodeimage.pkr.hcl
=======
>>>>>>> 327768b... Avoid building base instead use base img as src img:openstack-compute/nodeimage.pkr.hcl
provisioner "ansible" { provisioner "ansible" {
use_proxy = false use_proxy = false
user = var.ssh_username user = var.ssh_username
......
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