From 41ddd6c452228e2daeffa4df00607d9930c8dd36 Mon Sep 17 00:00:00 2001 From: wanyaoqi Date: Wed, 11 Mar 2020 18:03:36 +0800 Subject: [PATCH] fix structure host storage output: storagecache_id --- pkg/apis/compute/hoststorage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/compute/hoststorage.go b/pkg/apis/compute/hoststorage.go index be283eb53e..9e7ea155c2 100644 --- a/pkg/apis/compute/hoststorage.go +++ b/pkg/apis/compute/hoststorage.go @@ -48,7 +48,7 @@ type HoststorageDetails struct { // 镜像缓存路径 ImagecachePath string `json:"imagecache_path"` // 存储缓存Id - StoragecacheId string `json:"storagecached_id"` + StoragecacheId string `json:"storagecache_id"` GuestDiskCount int `json:"guest_disk_count,allowempty"` }