summaryrefslogtreecommitdiffstats
path: root/lcm/model/src
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/model/src')
-rw-r--r--lcm/model/src/main/resources/lcm.20180329.json4
-rw-r--r--lcm/model/src/main/yang/lcm.yang3
2 files changed, 3 insertions, 4 deletions
diff --git a/lcm/model/src/main/resources/lcm.20180329.json b/lcm/model/src/main/resources/lcm.20180329.json
index 18512fc3..b8418985 100644
--- a/lcm/model/src/main/resources/lcm.20180329.json
+++ b/lcm/model/src/main/resources/lcm.20180329.json
@@ -1628,7 +1628,7 @@
"$ref": "#/definitions/Optional.empty",
"description": "identifies a specific VM within the given service/vnf to which\\n this action is to be applied"
},
- "pnf-id": {
+ "pnf-name": {
"$ref": "#/definitions/Optional.empty",
"description": "identifies the PNF to which this action is to be applied."
}
@@ -4358,7 +4358,7 @@
"$ref": "#/definitions/Optional.empty",
"description": "identifies a specific VM within the given service/vnf to which\\n this action is to be applied"
},
- "LCM:pnf-id": {
+ "LCM:pnf-name": {
"$ref": "#/definitions/Optional.empty",
"description": "identifies the PNF to which this action is to be applied."
}
diff --git a/lcm/model/src/main/yang/lcm.yang b/lcm/model/src/main/yang/lcm.yang
index d2ca5feb..188068a6 100644
--- a/lcm/model/src/main/yang/lcm.yang
+++ b/lcm/model/src/main/yang/lcm.yang
@@ -313,12 +313,11 @@ module LCM {
type string;
mandatory false;
}
- leaf pnf-id {
+ leaf pnf-name {
description "identifies the PNF to which this action is to be applied.";
type string;
mandatory false;
}
-
}
}