Skip to content

Commit 5682902

Browse files
authored
Merge pull request #285 from stackhpc/fix/openstack-packer-build
Install out of tree openstack builder plugin
2 parents b9c474f + e5cf3af commit 5682902

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packer/openstack.pkr.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ packer {
77
version = ">= 0.3.2"
88
source = "github.com/ethanmdavidson/git"
99
}
10+
openstack = {
11+
version = ">= 1.0.0"
12+
source = "github.com/hashicorp/openstack"
13+
}
1014
}
1115
}
1216

0 commit comments

Comments
 (0)