Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
apiserver: return PublicHostName in login results #7323
Conversation
| + // so we can check that the PublicDNSName in the result goes | ||
| + // all the way through the layers. | ||
| + listener, err := net.Listen("tcp", "localhost:0") | ||
| + c.Assert(err, gc.IsNil) |
|
$$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 |
jujubot
merged commit 9896da8
into
juju:develop
May 10, 2017
1 check failed
github-check-merge-juju
Built PR, ran unit tests, and tested LXD deploy. Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedMay 10, 2017
This will enable a client to know if a server supports connections
with officially signed certificates and store that fact in the controllers.yaml file.
Also move a few doc comments from the private api.state methods
onto the public api.Connection interface.