Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix juju ssh/scp --proxy without model selected #6977
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit e7062a1
into
juju:2.1
Feb 14, 2017
mjs
deleted the
mjs:1662732-ssh-proxy-no-model-selected
branch
Feb 14, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedFeb 14, 2017
Description of change
The command line generated when --proxy is now specifies the selected model. This ensures that
juju ssh/scp --proxyworks when there's no model in focus (but--modelis used).Fixes https://bugs.launchpad.net/juju/2.1/+bug/1662732
QA steps
Confirmed that the steps in the bug report now work.
Documentation changes
No documentation changes required.
Bug reference
https://bugs.launchpad.net/juju/2.1/+bug/1662732