Skip to content

Commit

Permalink
Merge pull request #28 from niuzhenguo/update-charge-mode
Browse files Browse the repository at this point in the history
Update bandwidth charge_mode to traffic
  • Loading branch information
niuzhenguo authored Mar 18, 2021
2 parents 4cfd1ea + 0f14aa8 commit c313078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huaweicloud/step_allocate_ip.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (s *StepAllocateIp) createEIP(ui packer.Ui, config *Config, stateBag multis
Bandwidth: eips.BandwidthOpts{
Size: s.EIPBandwidthSize,
ShareType: "PER",
ChargeMode: "bandwidth",
ChargeMode: "traffic",
Name: fmt.Sprintf("packer_eip_bandwidth_%v", time.Now().Unix()),
},
}
Expand Down

0 comments on commit c313078

Please sign in to comment.