mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
Automatic merge from release/2.0.0 -> release/2.1.0
* commit '3aec2d3b3920c8115b24ba1663b5d653f57f090b': 避免assign-secgrp参数传递不一致
This commit is contained in:
@@ -240,7 +240,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