Merge ~cjohnston/layer-snap:1882868 into ~stub/layer-snap:master
Proposed by
Chris Johnston
Status: | Needs review |
---|---|
Proposed branch: | ~cjohnston/layer-snap:1882868 |
Merge into: | ~stub/layer-snap:master |
Diff against target: |
34 lines (+2/-8) 2 files modified
config.yaml (+0/-6) reactive/snap.py (+2/-2) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stuart Bishop | Needs Fixing | ||
Review via email: mp+385451@code.staging.launchpad.net |
Commit message
Remove snap_proxy_url in favor of model-config settings.
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
This isn't going to work; we are removing the snap_proxy_url config item, not replacing it with a new snap_store_ proxy_url config item. snap_store_ proxy_url is Juju model configuration that should be used by Juju when provisioning our unit. When we remove the snap_proxy_url config item, we can probably also remove configure_ snap_store_ proxy() entirely, because it is all being handled by Juju before the charm is even installed. Which will need to be tested.