소스 검색

Remove 'num_cores_per_socket' from VM export info.

Nashwan Azhari 8 년 전
부모
커밋
1df12e6a7d
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 4
      coriolis/schemas/vm_export_info_schema.json
  2. 0 4
      coriolis/schemas/vm_instance_info_schema.json

+ 0 - 4
coriolis/schemas/vm_export_info_schema.json

@@ -6,10 +6,6 @@
       "type": "integer",
       "description": "Number of CPUs of the VM."
     },
-    "num_cores_per_socket": {
-      "type": "integer",
-      "description": "Number of CPU cores per socket, if applicable."
-    },
     "memory_mb": {
       "type": "integer",
       "description": "Memory of the VM in MegaBytes."

+ 0 - 4
coriolis/schemas/vm_instance_info_schema.json

@@ -6,10 +6,6 @@
       "type": "integer",
       "description": "Number of CPUs of the VM."
     },
-    "num_cores_per_socket": {
-      "type": "integer",
-      "description": "Number of CPU cores per socket, if applicable."
-    },
     "memory_mb": {
       "type": "integer",
       "description": "Memory of the VM in MegaBytes."