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
|
@ -19,7 +19,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
RunSourceVmBSUExpectedRootDevice = "ebs"
|
||||
RunSourceVmBSUExpectedRootDevice = "bsu"
|
||||
)
|
||||
|
||||
type StepRunSourceVm struct {
|
||||
|
|
Loading…
Reference in New Issue