The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/5244
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From bf7ebb49c8e2fcd4ce3cc0267654e361a8f08e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com> Date: Mon, 5 Nov 2018 17:08:13 -0500 Subject: [PATCH] lxd/projects: Fix profile updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber <stgra...@ubuntu.com> --- lxd/profiles_utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lxd/profiles_utils.go b/lxd/profiles_utils.go index 7402cad206..7487cd7c01 100644 --- a/lxd/profiles_utils.go +++ b/lxd/profiles_utils.go @@ -216,6 +216,7 @@ func doProfileUpdateContainer(d *Daemon, name string, old api.ProfilePut, nodeNa Devices: c.LocalDevices(), Ephemeral: c.IsEphemeral(), Profiles: c.Profiles(), + Project: c.Project(), }, true) }
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel