feat:Add field to create virtual machine
This commit is contained in:
parent
614df86c79
commit
793e520669
|
@ -5,6 +5,7 @@ package server
|
|||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"gitlink.org.cn/JointCloud/pcm-openstack/internal/logic"
|
||||
"gitlink.org.cn/JointCloud/pcm-openstack/internal/svc"
|
||||
"gitlink.org.cn/JointCloud/pcm-openstack/openstack"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -5,6 +5,7 @@ package openstackclient
|
|||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"gitlink.org.cn/JointCloud/pcm-openstack/openstack"
|
||||
|
||||
"github.com/zeromicro/go-zero/zrpc"
|
||||
|
|
|
@ -270,6 +270,7 @@ message CreateServerReq {
|
|||
repeated string trusted_image_certificates = 20;
|
||||
string host = 21;
|
||||
string hypervisor_hostname = 22;
|
||||
int32 min_count =23;
|
||||
}
|
||||
|
||||
message Os_sch_hnt_scheduler_hints {
|
||||
|
|
Loading…
Reference in New Issue