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/lxd: clean up client certificates #6369
Conversation
reedobrien
approved these changes
Oct 6, 2016
LGTM. I'd want someone with more (read any) lxdclient knowledge to also look.
QA checks out.
|
All unit tests pass |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 211f560
into
juju:master
Oct 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedOct 3, 2016
We now record the fingerprint of the client
certificate in the instance metadata of
controller machines. When destroying the
machine, we check the metadata for a
certificate fingerprint, and then remove
the certificate with that fingerprint from
the server.
Because we did not previously record the
certificate fingerprint, this changes only
enables us to remove certificates for newly
created controllers.
Fixes https://bugs.launchpad.net/juju/+bug/1616346
QA
are removed