Add a new leaf to specify if a Juju charm is a proxy charm or not.
Default's to "true" so no changes are required to existing descriptors.
This allows testing of new functionality to support full charms
targetted at R4
Signed-off-by: Adam Israel <adam.israel@canonical.com>
}
}
}
-
+
grouping image-properties {
leaf image {
description
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;
}
}