Explorar el Código

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

Nashwan Azhari hace 8 años
padre
commit
080e99c63f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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"
                 }
               },
+              "vlan_id": {
+                "type": "integer"
+              },
               "id": {
                 "$ref": "#/definitions/numberOrString"
               },