Commit 58317720 authored by Muhammad Umair Khan's avatar Muhammad Umair Khan Committed by Giacomo Bernini
Browse files

Fix datamodel: ScaleInfo as per clause 4.4.1.15

parent f4145920
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
        {
            "aspectId": "{aspectId}",
            "vnfdId":  "string",
            "scaleToLevel": "1"  
            "scaleLevel": 1  
        }
    ],
    "extVirtualLinks": [
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
        {
        "aspectId": "{aspectId}",
        "vnfdId":  "string",
        "scaleToLevel": "1"
        "scaleLevel": 1
        }
    ]
}}
 No newline at end of file