Skip to content

Commit

Permalink
Merge pull request #1144 from ioito/hotfix/qx-qcloud-rds
Browse files Browse the repository at this point in the history
fix(qcloud): rds cpu option
  • Loading branch information
ioito authored Dec 25, 2024
2 parents 4d47750 + 5aaec2b commit afb2521
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 afb2521

Please sign in to comment.