The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/pylxd/pull/63
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) ===
From 81d207041991763476c4397fc17548a74a9c1406 Mon Sep 17 00:00:00 2001 From: Anthony ARNAUD <pe...@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' ]
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel