[lxc-devel] [pylxd/master] Fix change "creation_date" to "created_at"

aarnaud on Github lxc-bot at linuxcontainers.org
Sat Feb 27 23:33:58 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160227/09ea5172/attachment.bin>
-------------- next part --------------
From 81d207041991763476c4397fc17548a74a9c1406 Mon Sep 17 00:00:00 2001
From: Anthony ARNAUD <perso at anthony-arnaud.fr>
Date: Sun, 28 Feb 2016 00:31:43 +0100
Subject: [PATCH] Fix change "creation_date" to "created_at"

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

diff --git a/pylxd/container.py b/pylxd/container.py
index 2b4a93e..3e2c5d9 100644
--- a/pylxd/container.py
+++ b/pylxd/container.py
@@ -28,7 +28,7 @@ class Container(mixin.Waitable, mixin.Marshallable):
 
     __slots__ = [
         '_client',
-        'architecture', 'config', 'creation_date', 'devices', 'ephemeral',
+        'architecture', 'config', 'created_at', 'devices', 'ephemeral',
         'expanded_config', 'expanded_devices', 'name', 'profiles', 'status'
         ]
 


More information about the lxc-devel mailing list