Open johnsca opened 6 years ago
I think this is related to #1232. I worked around it in that issue by being explicit with the revno. Is it possible you ran into this by specifying the mysql charm without a rev? If so, then you're gonna query the charmstore for the default series:
https://github.com/conjure-up/conjure-up/blob/master/conjureup/juju.py#L677
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It looks like the mysql charm has been updated to include zesty which makes that the default (as the newest supported series). However, this has uncovered a bug in conjure-up where the series is specified when the machine is created but left unspecified when the charm is deployed targeting that machine, leading to a mismatch. We need to match the default Juju behavior where, if the bundle doesn't specify a series for a given charm but does at the bundle level, we need to use the bundle-level series when deploying the charm.