Merge "Feature 5649: allow alternative images for specific VIMs in VNFD"
[osm/IM.git] / models / yang / mano-types.yang
index ce51c70..b6350ae 100644 (file)
@@ -191,7 +191,7 @@ module mano-types
       }
     }
   }
       }
     }
   }
-  
+
  grouping image-properties {
     leaf image {
       description
  grouping image-properties {
     leaf image {
       description
@@ -273,6 +273,11 @@ module mano-types
             description "Juju charm to use with the VNF or VDU.";
             type string;
           }
             description "Juju charm to use with the VNF or VDU.";
             type string;
           }
+          leaf proxy {
+            description "Is this a proxy charm?";
+            type boolean;
+            default true;
+          }
           uses manotypes:vca-relationships;
         }
       }
           uses manotypes:vca-relationships;
         }
       }