Skip to content

Commit

Permalink
Merge pull request #307 from hashicorp/qemu-checkup-doc-update
Browse files Browse the repository at this point in the history
driver/qemu: Update docs, we use SHA256 not MD5
  • Loading branch information
dadgar committed Oct 19, 2015
2 parents 5bee60b + c0c8974 commit 2374157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/drivers/qemu.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The `Qemu` driver supports the following configuration in the job spec:

* `image_source` - **(Required)** The hosted location of the source Qemu image. Must be accessible
from the Nomad client, via HTTP.
* `checksum` - **(Required)** The MD5 checksum of the `qemu` image. If the
* `checksum` - **(Required)** The SHA256 checksum of the `qemu` image. If the
checksums do not match, the `Qemu` diver will fail to start the image
* `accelerator` - (Optional) The type of accelerator to use in the invocation.
If the host machine has `Qemu` installed with KVM support, users can specify `kvm` for the `accelerator`. Default is `tcg`
Expand Down

0 comments on commit 2374157

Please sign in to comment.