Skip to content

Commit

Permalink
fix(qcloud): rds cpu option
Browse files Browse the repository at this point in the history
  • Loading branch information
ioito committed Dec 25, 2024
1 parent 0f10299 commit 9c412de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/multicloud/qcloud/rds_mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ func (self *SRegion) CreateMySQLDBInstance(opts *cloudprovider.SManagedDBInstanc
"GoodsNum": "1",
"Memory": fmt.Sprintf("%d", opts.VmemSizeMb),
"Volume": fmt.Sprintf("%d", opts.DiskSizeGB),
"Cpu": fmt.Sprintf("%d", opts.VcpuCount),
"EngineVersion": opts.EngineVersion,
}
if len(opts.VpcId) > 0 {
Expand Down

0 comments on commit 9c412de

Please sign in to comment.