Merge "Generation of text and html trees with pyang to navigate through the IM"
authorhoban <adrian.hoban@intel.com>
Tue, 12 Dec 2017 18:03:13 +0000 (19:03 +0100)
committerGerrit Code Review <root@osm.etsi.org>
Tue, 12 Dec 2017 18:03:13 +0000 (19:03 +0100)
models/yang/mano-types.yang

index 8950c7a..654fcbb 100644 (file)
@@ -191,7 +191,7 @@ module mano-types
       }
     }
   }
-  
+
  grouping image-properties {
     leaf image {
       description
@@ -272,6 +272,11 @@ module mano-types
             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;
         }
       }