mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 03:51:20 -05:00
Merge pull request #9093 from Hakujou/osc-bsu-fix
Compliance with oAPI spec for Outscale osc-bsu builder
This commit is contained in:
commit
50823e2573
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
RunSourceVmBSUExpectedRootDevice = "ebs"
|
||||
RunSourceVmBSUExpectedRootDevice = "bsu"
|
||||
)
|
||||
|
||||
type StepRunSourceVm struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue