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/{ec2,local}: use environschema #2597
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Jun 18, 2015
jujubot
merged commit 662232b
into
juju:master
Jun 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedJun 18, 2015
We add Schema methods to the providers to make the schema available
directly. In a future PR we will add the Schema method to the Provider
interface, but for the moment it's optional to avoid the need to change
all the providers at once.
(Review request: http://reviews.vapour.ws/r/1969/)