mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
Merge pull request #246 in YUNIONIO/onecloud from ~QUXUAN/onecloud:hotfix/qx-sec-op to release/2.0.0
* commit '7744547c5e6cb091269c2296047d265f8163e0b3': 避免assign-secgrp参数传递不一致
This commit is contained in:
@@ -236,7 +236,7 @@ func (opts *ServerDeployOptions) Params() (*jsonutils.JSONDict, error) {
|
||||
|
||||
type ServerSecGroupOptions struct {
|
||||
ID string `help:"ID or Name of server" metavar:"Guest" json:"-"`
|
||||
SecGrp string `help:"ID of Security Group" metavar:"Security Group" positional:"true"`
|
||||
Secgrp string `help:"ID of Security Group" metavar:"Security Group" positional:"true"`
|
||||
}
|
||||
|
||||
type ServerSendKeyOptions struct {
|
||||
|
||||
Reference in New Issue
Block a user