indicate that OM-MGMT type is deprecated 46/5646/3 rift300 v3.0.2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 3 Nov 2017 15:29:05 +0000 (16:29 +0100)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 7 Nov 2017 09:36:26 +0000 (11:36 +0200)
Change-Id: Iff5757551cb50b22e69cf77a0a87b3ce27660031
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
models/yang/vnfd-base.yang

index 2a20d90..607a76c 100644 (file)
@@ -100,7 +100,7 @@ module vnfd-base
              E1000           : Emulate E1000 interface.
              RTL8139         : Emulate RTL8139 interface.
              PCNET           : Emulate PCNET interface.
              E1000           : Emulate E1000 interface.
              RTL8139         : Emulate RTL8139 interface.
              PCNET           : Emulate PCNET interface.
-             OM-MGMT         : Used to specify openmano mgmt external-connection type";
+             OM-MGMT         : Deprecated! Use VIRTIO instead and set the VNF management interface at vnfd:mgmt-interface:cp";
 
         type enumeration {
           enum OM-MGMT;
 
         type enumeration {
           enum OM-MGMT;
@@ -216,7 +216,7 @@ module vnfd-base
 
           case cp {
             description
 
           case cp {
             description
-                "Use the ip address associated with this connection point.";
+                "Use the ip address associated with this connection point. This cp is then considered as management.";
             leaf cp {
               type leafref {
                 path "../../connection-point/name";
             leaf cp {
               type leafref {
                 path "../../connection-point/name";