Simplify and extend the instance OS env
authorIustin Pop <iustin@google.com>
Mon, 25 Oct 2010 10:06:20 +0000 (12:06 +0200)
committerIustin Pop <iustin@google.com>
Mon, 25 Oct 2010 10:47:24 +0000 (12:47 +0200)
commitf2165b8aff2d8331625b9930af591383d8db3d05
tree36aac31ca00ea4dba2dd116d4bd4c2486318c74f
parent729c43772ad2c4fe93c27144722856aca905073d
Simplify and extend the instance OS env

Some parameters were missing (uuid, c/mtime). We simplify the export
method; unfortunately we cannot simply iterate over __slots__ since the
mapping is not 1:1.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/backend.py