Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
bootstrap: fix authorized-keys in hosted model #4844
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
Mar 22, 2016
jujubot
merged commit 675a712
into
juju:admin-controller-model
Mar 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedMar 22, 2016
If --config contains authorized-keys, the system
key will not be added to the initial hosted model's
config. This is because authorized-keys is modified
in the admin model config, but that value is not
copied over to the hosted model config as it is
already present.
(Review request: http://reviews.vapour.ws/r/4284/)