Hello
I have an openstack environment deployed and some of the charms where cs: sourced. juju version is 3.1.2 , controller was 3.0.0 , updated to 3.1.1
Now, i ended up with a number of applications in the model which have no version available and no revision.
I cannot run any command, refresh ,migrate, nothing as i get these errors
ERROR source prechecks failed: malformed charm url in database: “cs:barbican-46”
List of apps that don’t have and charm name channel or revision:
App Version Status Scale Charm Channel Rev Exposed Message
barbican 0 0 no
barbican-mysql-router 0 0 no
barbican-vault 0 0 no
glance-simplestreams-sync 0 0 no
ntp 0 0 no
octavia-dashboard 0 0 no
octavia-diskimage-retrofit 0 0 no
Can someone tell me how should i proceed ? Some errors:
juju refresh ntp
ERROR cannot parse URL “cs:ntp-47”: schema “cs” not valid
juju remove-application barbican
ERROR removing application barbican failed: cannot parse URL “cs:barbican-46”: schema “cs” not valid
As you can see NO command works and I am stuck as I need to deploy 2 more computes, and they are in blocked state since ntp cannot be installed.
How can I locally modify these charms to set the correct name and fix the problem?
Thanks