Skip to content
Snippets Groups Projects

SOL005 VNF Package Management - Implementation of deltas between v3.3.1 and v2.7.1

Merged Giacomo Bernini requested to merge 3.3.1-dev-SOL005-VNFPackageManagement into 3.3.1-dev
16 files
+ 160
134
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -14,8 +14,7 @@
"createdAt",
"minDisk",
"minRam",
"size",
"imagePath"
"size"
],
"type": "object",
"properties": {
@@ -107,7 +106,11 @@
"type": "object"
},
"imagePath": {
"description": "Path in the VNF package, which identifies the image artifact and also allows to access a copy of the image artifact.\n",
"description": "Path which identifies the image artifact and also allows to access a copy of the image artifact.\n",
"type": "string"
},
"imageUri": {
"description": "URI of the image artifact as defined in the VNF package manifest.\n",
"type": "string"
}
}
Loading