Comment 4 for bug 2022950

Revision history for this message
John A Meinel (jameinel) wrote : Re: juju thinks principal and subordinate applications' don't match while they do

hm, digging a bit more, it seems that there *is* a jammy support version for 1.8/stable just not for stable:
$ juju download vault --series jammy --channel 1.8/stable
Fetching charm "vault" using "1.8/stable" channel and base "amd64/ubuntu/22.04"
Install the "vault" charm with:
    juju deploy ./vault_a26a6db.charm

If I do the work manually (not using a bundle), it does seem to work:
$ juju deploy vault --series jammy --channel 1.8/stable
Located charm "vault" in charm-hub, revision 108
Deploying "vault" from charm-hub charm "vault", revision 108 in channel 1.8/stable on jammy
$ juju deploy landscape-client --series jammy
Located charm "landscape-client" in charm-hub, revision 49
Deploying "landscape-client" from charm-hub charm "landscape-client", revision 49 in channel stable on jammy
$ juju relate vault landscape-client

Was all happy