Skip to content

Commit 2aae21b

Browse files
committed
fix packer README command
1 parent 416b440 commit 2aae21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Building an environment-specific compute node image will[^1] require a cluster t
3939
- Build images using the variable definition file:
4040

4141
cd packer
42-
PACKER_LOG=1 /usr/bin/packer build -except openstack.fatimage --on-error=ask -var-file=$PKR_VAR_environment_root/builder.pkrvars.hcl openstack.pkr.hcl
42+
PACKER_LOG=1 /usr/bin/packer build -except openstack.openhpc --on-error=ask -var-file=$PKR_VAR_environment_root/builder.pkrvars.hcl openstack.pkr.hcl
4343

4444
Note the builder VMs are added to the `builder` group to differentiate them from "real" nodes - see developer notes below.
4545

0 commit comments

Comments
 (0)