Comment 1 for bug 1673122

Revision history for this message
John A Meinel (jameinel) wrote :

So the issue is that when doing "juju upgrade-charm --path" we are inferring what series we should use as the "default" series from the charm, which is always the first item listed in the series.

So if you move "trusty" to be the first series in the series list, then it should work (you shouldn't have to remove xenial, just switch trusty to be the first item).

We should have 'upgrade-charm' know what series the existing application is, and check if its one of the supported series from the charm, and if so, use it. Rather than only supporting the default series.