feat:Add field to create virtual machine

This commit is contained in:
qiwang 2024-03-25 19:06:38 +08:00
parent 614df86c79
commit 793e520669
4 changed files with 6114 additions and 6101 deletions

View File

@ -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

View File

@ -5,6 +5,7 @@ package openstackclient
import (
"context"
"gitlink.org.cn/JointCloud/pcm-openstack/openstack"
"github.com/zeromicro/go-zero/zrpc"

View File

@ -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 {