Comment 8 for bug 1966664

Revision history for this message
Edward Hope-Morley (hopem) wrote : Re: latest/candidate is picked when latest/edge is requested

It feels like the problem is on the client side because while it is detecting the correct series in both cases:

$ juju --debug deploy --channel xena/edge neutron-api 2>&1| grep series_selector
11:20:26 INFO juju.cmd.juju.application.deployer series_selector.go:83 with the configured model default series "focal"

$ juju --debug deploy --series focal --channel xena/edge neutron-api 2>&1| grep series_selector
 11:20:37 INFO juju.cmd.juju.application.deployer series_selector.go:141 with the user specified series "focal"

Only the second method works and actually uses series focal.