Просмотр исходного кода

Add 'vlan_id' NIC property to VM export info schema.

Nashwan Azhari 8 лет назад
Родитель
Сommit
080e99c63f
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      coriolis/schemas/vm_export_info_schema.json

+ 3 - 0
coriolis/schemas/vm_export_info_schema.json

@@ -157,6 +157,9 @@
                   "type": "string"
                   "type": "string"
                 }
                 }
               },
               },
+              "vlan_id": {
+                "type": "integer"
+              },
               "id": {
               "id": {
                 "$ref": "#/definitions/numberOrString"
                 "$ref": "#/definitions/numberOrString"
               },
               },