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: drop all existing config #6078
Conversation
|
QA
(and observe that all machines start) |
wallyworld
reviewed
Aug 24, 2016
| + } | ||
| + cert := lxdclient.NewCert(certPEM, keyPEM) | ||
| + cert.Name = hostname | ||
| + // TODO(axw) we need to remove this cert when removing |
wallyworld
Aug 24, 2016
Owner
This is worthy of a bug I think. Existing behaviour IIANM, but still...
wallyworld
reviewed
Aug 24, 2016
| "github.com/juju/juju/network" | ||
| "github.com/juju/juju/provider/common" | ||
| "github.com/juju/juju/tools/lxdclient" | ||
| ) | ||
| +var ( | ||
| + jujuConfDir = jujupaths.MustSucceed(jujupaths.ConfDir("xenial")) |
axw
Aug 24, 2016
Member
paths.ConfDir expects a series. We need an Ubuntu series. Do you have an alternative suggestion?
|
LGTM |
|
$$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 056eb13
into
juju:master
Aug 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedAug 24, 2016
•
Edited 1 time
-
axw
Aug 24, 2016
The LXD provider is updated such that the
LXD host address and certificates are no
longer stored in model config. This makes
it possible to drop the following:
attributes to/from model config
(which we will do in a follow-up)
(Review request: http://reviews.vapour.ws/r/5520/)