Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Renaming ServerTag to be ControllerTag. #3605
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
Oct 28, 2015
jujubot
merged commit 85cedb8
into
juju:master
Oct 28, 2015
howbazaar
deleted the
howbazaar:server-tag-to-controller-tag
branch
Jan 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
howbazaar commentedOct 28, 2015
This branch renames the ServerTag functions to be ControllerTag.
The main interesting bit is the params structure returned from LoginResposneV1. This still serializes the ControllerTag as 'server-tag' as this shouldn't change. When we make the next version of the login response, we can change the serialization format.
A follow-up branch will handle the serverUUID values.
(Review request: http://reviews.vapour.ws/r/3011/)