Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Initialise default proxy config from environment #7002
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 191f572
into
juju:2.1
Feb 17, 2017
babbageclunk
deleted the
babbageclunk:initial-proxy
branch
Feb 17, 2017
added a commit
to babbageclunk/juju
that referenced
this pull request
Feb 17, 2017
babbageclunk
referenced this pull request
Feb 17, 2017
Merged
Merge fix for proxy initialisation from 2.1 #7004
added a commit
that referenced
this pull request
Feb 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
babbageclunk commentedFeb 17, 2017
Description of change
The proxy info is set into the environment by cloud-init for the
bootstrap, so we need to load it here so that we have the correct values
for requests made during bootstrapping. before the proxyupdater is running.
QA steps
Bug reference
Referenced from this comment: https://bugs.launchpad.net/juju/+bug/1633788/comments/30
Part of fixing: https://bugs.launchpad.net/juju/2.1/+bug/1654591