[lxc-devel] [pylxd/master] Added description to container.

Synforge on Github lxc-bot at linuxcontainers.org
Sun May 21 13:59:16 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 456 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170521/119a925b/attachment.bin>
-------------- next part --------------
From 26eb8f3f4411a381a80c149fcd8687021be62d48 Mon Sep 17 00:00:00 2001
From: Paul Oyston <paul at synforge.com>
Date: Sun, 21 May 2017 14:57:19 +0100
Subject: [PATCH] Added description to container.

---
 pylxd/models/container.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pylxd/models/container.py b/pylxd/models/container.py
index 35e86db..415ea37 100644
--- a/pylxd/models/container.py
+++ b/pylxd/models/container.py
@@ -56,6 +56,7 @@ class Container(model.Model):
     expanded_config = model.Attribute()
     expanded_devices = model.Attribute()
     name = model.Attribute(readonly=True)
+    description = model.Attribute()
     profiles = model.Attribute()
     status = model.Attribute(readonly=True)
     last_used_at = model.Attribute(readonly=True)


More information about the lxc-devel mailing list