Feature 5650. Allow set VM interface ip-address
[osm/openvim.git] / osm_openvim / vim_schema.py
index 697b4e9..b7629f5 100644 (file)
@@ -520,6 +520,7 @@ networks_schema={
             "vpci":pci_schema,
             "uuid":id_schema,
             "mac_address": mac_schema,
+            "ip_address": ip_schema,
             "model": {"type":"string", "enum":["virtio","e1000","ne2k_pci","pcnet","rtl8139"]},
             "type": {"type":"string", "enum":["virtual","PF","VF","VFnotShared"]}
         },