Comment 11 for bug 2053003

Revision history for this message
Ian Booth (wallyworld) wrote :

The options should be working in 2.9. The behaviour in 2.9 is that the custom URLs are searched first, and if the requested image metadata is not found or there's an error, the search continues using the public URL. This allows customisation of image metadata without having to duplicate everything since the public locations are used as a fall back.

The issues discussed in this bug are not whether the url config works, but more addressing an issue caused by a slight change in behaviour. These PRs have more context
https://github.com/juju/juju/pull/16451
https://github.com/juju/juju/pull/16932

If 2.9 was still receiving patches, we would land PR 16932 in 2.9. But at this point, an upgrade to Juu 3.x would be needed to deal with this specific air gapped deployment issue.