chore: fix bad comments
This commit is contained in:
parent
04534d87ac
commit
590bef0969
|
@ -1,4 +1,4 @@
|
|||
// The amazonebs package contains a packer.Builder implementation that
|
||||
// The bsu package contains a packer.Builder implementation that
|
||||
// builds OMIs for Outscale OAPI.
|
||||
//
|
||||
// In general, there are two types of OMIs that can be created: ebs-backed or
|
||||
|
|
|
@ -75,7 +75,7 @@ func (s *StepCleanupVolumes) Cleanup(state multistep.StateBag) {
|
|||
}
|
||||
|
||||
// Filter out any devices created as part of the launch mappings, since
|
||||
// we'll let amazon follow the `delete_on_termination` setting.
|
||||
// we'll let outscale follow the `delete_on_vm_deletion` setting.
|
||||
for _, b := range s.BlockDevices.LaunchMappings {
|
||||
for volKey, volName := range volList {
|
||||
if volName == b.DeviceName {
|
||||
|
|
Loading…
Reference in New Issue