Merge branch 'devel-2.1'
[ganeti-local] / lib / objects.py
2007-10-26 Iustin PopAdd a custom str() method for objects.Disk
2007-10-24 Iustin PopInitial implementation of drbd8 template type
2007-10-19 Iustin PopAbstract more strings values into constants
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-08 Iustin PopFix super() calls for objects.Cluster
2007-10-08 Michael HanselmannUse indenting if supported by simplejson.
2007-10-04 Michael HanselmannChange configuration storage format from Pickle to...
2007-09-24 Iustin PopImplement to/from dict conversion for ConfigObject(s)
2007-09-21 Iustin PopChange class hierarchy in objects.py
2007-09-21 Iustin PopAdd __slots__ on TaggableObject
2007-09-17 Iustin PopAdd support for rename operation in the OS API
2007-08-20 Iustin PopAdd support for listing instance disk sizes.
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-08-08 Iustin PopImplement tag support for cluster, nodes and instances.
2007-08-02 Michael HanselmannImplement __setitem__ for ConfigObject to add container...
2007-07-27 Iustin PopMove the cluster name from ConfigWriter to SimpleStore.
2007-07-26 Michael HanselmannComment formatting updates.
2007-07-26 Iustin PopThe master_node is no longer stored in the config file...
2007-07-25 Michael HanselmannGet ports from configuration if there are some.
2007-07-16 Iustin PopInitial commit.