Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/manual: drop use-sshstorage #4817
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Mar 21, 2016
jujubot
merged commit ce509cd
into
juju:admin-controller-model
Mar 21, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedMar 21, 2016
We were using use-sshstorage in one place:
to decide whether ControllerInstances should
perform a host validity check or not. Instead
of doing that, we can just check if we're
running inside "jujud". With that in place,
drop use-sshstorage from config.
(Review request: http://reviews.vapour.ws/r/4259/)