X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fk8s_juju_conn.py;h=d9dc6073000f1029a98d7044c8d7fa30961622ad;hp=5241d9648a5d14e399b2f13a8c836d4904e67670;hb=86a6314b0ef63ee2292d1486138e011bf82e6d85;hpb=b41de17df6282334088ffbd887fbc01e496e1797 diff --git a/n2vc/k8s_juju_conn.py b/n2vc/k8s_juju_conn.py index 5241d96..d9dc607 100644 --- a/n2vc/k8s_juju_conn.py +++ b/n2vc/k8s_juju_conn.py @@ -303,6 +303,10 @@ class K8sJujuConnector(K8sConnector): raise K8sException("bundle must be set") if bundle.startswith("cs:"): + # For Juju Bundles provided by the Charm Store + pass + elif bundle.startswith("ch:"): + # For Juju Bundles provided by the Charm Hub (this only works for juju version >= 2.9) pass elif bundle.startswith("http"): # Download the file