Merge pull request #9093 from Hakujou/osc-bsu-fix

Compliance with oAPI spec for Outscale osc-bsu builder
This commit is contained in:
Megan Marsh
2020-04-21 10:49:46 -07:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ import (
)
const (
RunSourceVmBSUExpectedRootDevice = "ebs"
RunSourceVmBSUExpectedRootDevice = "bsu"
)
type StepRunSourceVm struct {