fix: deprecated-by => yunion:deprecated-by

This commit is contained in:
Qiu Jian
2020-04-15 22:51:57 +08:00
parent 5651805eb0
commit 98fcd1df0f
46 changed files with 162 additions and 103 deletions

View File

@@ -376,7 +376,7 @@ func (opts *ServerCreateOptionalOptions) OptionalParams() (*computeapi.ServerCre
params := &computeapi.ServerCreateInput{
ServerConfigs: config,
VcpuCount: opts.VcpuCount,
KeypairId: opts.Keypair,
Keypair: opts.Keypair,
Password: opts.Password,
Cdrom: opts.Iso,
Vga: opts.Vga,