Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cloud: represent regions as a slice in API #4470
Conversation
axw
added some commits
Feb 18, 2016
|
$$merge$$ |
|
$$fixes-1538241$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Feb 19, 2016
jujubot
merged commit 294388e
into
juju:master
Feb 19, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedFeb 19, 2016
cloud.Cloud.Regions is now a slice, with the name in the Region type. The
first region in the slice is the default for bootstrap if none is
specified.
Also, update version to 2.0-beta1
(Review request: http://reviews.vapour.ws/r/3905/)