[lxc-devel] [pylxd/master] Add the update_source attribute images, fixes #158.

pcdummy on Github lxc-bot at linuxcontainers.org
Sun Jul 17 17:54:42 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 365 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160717/b7b5a8f3/attachment.bin>
-------------- next part --------------
From 1a06259dfe19d7bfe172683f7cc6a291a753196a Mon Sep 17 00:00:00 2001
From: Rene Jochum <rene at jochums.at>
Date: Sun, 17 Jul 2016 19:54:00 +0200
Subject: [PATCH] Add the update_source attribute images, fixes #158.

Signed-off-by: Rene Jochum <rene at jochums.at>
---
 pylxd/image.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pylxd/image.py b/pylxd/image.py
index 746c109..2ba188e 100644
--- a/pylxd/image.py
+++ b/pylxd/image.py
@@ -32,6 +32,7 @@ class Image(model.Model):
     public = model.Attribute()
     size = model.Attribute()
     uploaded_at = model.Attribute()
+    update_source = model.Attribute()
 
     @property
     def api(self):


More information about the lxc-devel mailing list