Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
lxd: Properly store the image source (auto-update) #5869
Conversation
stgraber
commented
Jul 26, 2016
|
As discussed in Leiden. |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
This failed unit tests http://juju-ci.vapour.ws:8080/job/github-merge-juju/8755/artifact/artifacts/trusty-out.log |
|
I added the test changes in #6090 |
wallyworld
closed this
Aug 25, 2016
added a commit
that referenced
this pull request
Aug 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stgraber commentedJul 26, 2016
In current code, Juju resolves the image alias prior to copying the
image into the local image store.
This means that the local LXD daemon won't know what the image alias was
and so can't auto-update the image in the future.
Fix this by just passing the alias straight to LXD, but still resolve it
in Juju before so the log messages and errors remain identical.
Signed-off-by: Stéphane Graber stgraber@ubuntu.com