diff --git a/builder/osc/bsu/builder.go b/builder/osc/bsu/builder.go index 0c51768f3..c04e451c2 100644 --- a/builder/osc/bsu/builder.go +++ b/builder/osc/bsu/builder.go @@ -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 diff --git a/builder/osc/common/step_cleanup_volumes.go b/builder/osc/common/step_cleanup_volumes.go index a65b1325d..79d3e123f 100644 --- a/builder/osc/common/step_cleanup_volumes.go +++ b/builder/osc/common/step_cleanup_volumes.go @@ -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 {