Xen: remove two end-of-line semicolons
[ganeti-local] / lib / objects.py
2008-06-25 Michael HanselmannCleanup old DRBD 0.7.x code
2008-06-23 Michael Hanselmannobjects: Remove config_version from cluster configuration
2008-06-17 Iustin PopAllow disk object to set their own physical ID
2008-06-17 Iustin PopAdd method to update a disk object size
2008-05-30 Iustin PopComplete removal of md/drbd 0.7 code
2008-04-25 Iustin Poppatch 1/4 extended HVM features for 1.2
2008-04-21 Iustin PopAbstract the json functions into a separate module
2008-03-25 Manuel FranceschiniModify Disk.GetNodes() to support LD_FILE
2008-03-05 Michael HanselmannCodestyle fixes: adding a few empty lines
2008-01-09 Alexander SchreiberAdd boot_order entry to Instance object.
2008-01-08 Iustin PopAdd kernel/initrd paths to the instance object
2007-12-17 Alexander SchreiberAdd instance port support.
2007-11-06 Iustin PopAllow DRBD8 operation without backing storage
2007-11-06 Iustin PopAdd a support function to objects.Disk
2007-11-05 Guido TrotterCreate OS from an InvalidOS error
2007-11-05 Guido TrotterMake the OS object able to represent broken OSes
2007-11-02 Iustin PopRevision 302 is broken, this fixes it
2007-11-01 Iustin PopFix printing of unconfigured DRBD devices
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.