Merge "Feature 5649: allow alternative images for specific VIMs in VNFD"
authorhoban <adrian.hoban@intel.com>
Tue, 12 Dec 2017 18:09:24 +0000 (19:09 +0100)
committerGerrit Code Review <root@osm.etsi.org>
Tue, 12 Dec 2017 18:09:24 +0000 (19:09 +0100)
1  2 
models/yang/mano-types.yang

@@@ -191,7 -191,7 +191,7 @@@ module mano-type
        }
      }
    }
 -  
 +
   grouping image-properties {
      leaf image {
        description
               the same name as entered here.
              ";
        type string;
+       mandatory "true";
      }
  
      leaf image-checksum {
              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;
          }
        }