Description
When trying to deploy a local charm in LXD python libjuju returns the following error:
2023-04-20T07:44:50 ERROR lcm.ns ns.py:4829 Task ns=8eb21604-9e55-4e08-ae17-c2d260750f32 instantiate=0beca26a-4c7b-44da-8dd2-eb22b13d9747 Deploying VCA vnf2.: Install configuration Software Error deploying charm into ee=8eb21604-9e55-4e08-ae17-c2d260750f32.app-vnf-ea396e3481-z0-uce1s.1 : ('Unknown version : %s', '')
I checked that this error happens in the method deploy in model.py, when it calls the following line:
base = utils.get_local_charm_base( charm_series, channel, metadata, charm_dir, client.Base)
Urgency
Blocker for our release
Python-libjuju version
2.9.42.1
Juju version
2.9.42
Reproduce / Test
To reproduce this error I used the following Charm:
https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages/-/tree/master/charm-packages/nopasswd_proxy_charm_vnf/charms/simple
I already commented this issue with @juanmanuel-tirado
Description
When trying to deploy a local charm in LXD python libjuju returns the following error:
2023-04-20T07:44:50 ERROR lcm.ns ns.py:4829 Task ns=8eb21604-9e55-4e08-ae17-c2d260750f32 instantiate=0beca26a-4c7b-44da-8dd2-eb22b13d9747 Deploying VCA vnf2.: Install configuration Software Error deploying charm into ee=8eb21604-9e55-4e08-ae17-c2d260750f32.app-vnf-ea396e3481-z0-uce1s.1 : ('Unknown version : %s', '')
I checked that this error happens in the method deploy in model.py, when it calls the following line:
base = utils.get_local_charm_base( charm_series, channel, metadata, charm_dir, client.Base)Urgency
Blocker for our release
Python-libjuju version
2.9.42.1
Juju version
2.9.42
Reproduce / Test