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
commit 50823e2573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
)
const (
RunSourceVmBSUExpectedRootDevice = "ebs"
RunSourceVmBSUExpectedRootDevice = "bsu"
)
type StepRunSourceVm struct {