Change-Id: Ic8745ad77a5fdddb44ac06b8b31ee037f7233c78
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
type boolean;
default true;
}
+ leaf cloud {
+ description
+ "Type of cloud where the charm will be deployed. It only
+ applies to proxy charms (not native)";
+ type enumeration {
+ enum lxd;
+ enum k8s;
+ }
+ default lxd;
+ }
}
}
type boolean;
default true;
}
+ leaf cloud {
+ description
+ "Type of cloud where the charm will be deployed. It only
+ applies to proxy charms (not native)";
+ type enumeration {
+ enum lxd;
+ enum k8s;
+ }
+ default lxd;
+ }
}
}
case helm-chart {