aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python
Commit message (Expand)AuthorAgeFilesLines
* [XEND] Fix bootable flag bypass in XendConfigAlastair Tse2007-01-302-5/+5
* [XEND] Unparsable VLAN numbers should default to -1Alastair Tse2007-01-302-2/+8
* Set the log level back to WARN, reverting accidentally committed change.Ewan Mellor2007-01-301-1/+1
* Added host.other_config.Ewan Mellor2007-01-302-3/+29
* Remove XEN_API_CPU_FEATURE enum.Ewan Mellor2007-01-301-14/+0
* Remove the CPU feature handling, unimplementable as it stands.Ewan Mellor2007-01-301-41/+0
* Move the io bandwidth fields from PIF onto a new PIF_metrics class.Ewan Mellor2007-01-295-44/+123
* Remove the VDI.parent and VDI.children fields -- this needs more thinking out,Ewan Mellor2007-01-292-17/+1
* Rename VM.otherConfig to VM.other_config, for consistency with the other fields,Ewan Mellor2007-01-291-10/+10
* Remove VBD.driver, VIF.type, VIF.name, VTPM.driver. This modelling was neverEwan Mellor2007-01-291-35/+3
* Added TASK_HANDLE_INVALID to the messages file.Ewan Mellor2007-01-281-1/+4
* Tidy up the VBD API calls.Ewan Mellor2007-01-281-30/+19
* Match recent changes to the task class in XenAPI with the get_record call here.Ewan Mellor2007-01-281-2/+1
* Fix bootloader handling.Ewan Mellor2007-01-281-1/+3
* Fix the handling of MESSAGE_METHOD_UNKNOWN, MESSAGE_PARAMETER_COUNT_MISMATCH,Ewan Mellor2007-01-281-6/+9
* Add task.allowed_operations field, and task.cancel message. TheEwan Mellor2007-01-282-10/+22
* Made task.name_* read-only (these are set by Xend) and drop task.eta.Ewan Mellor2007-01-281-22/+4
* Make session.this_host and session.this_user ROrun -- they are implicitly setEwan Mellor2007-01-281-3/+0
* Added a VBD.bootable flag.Ewan Mellor2007-01-283-39/+69
* Fix interface_name() after change of definition for the vlan field.Ewan Mellor2007-01-281-1/+1
* Document existing PIF.create_VLAN, and remove PIF.create (PIFs are implicitlyEwan Mellor2007-01-285-46/+69
* Fix 'xm create' and 'xm start' when SEDF scheduler is used.kfraser@localhost.localdomain2007-01-291-10/+13
* To avoid problems (hang) when doing migration, the Console Controllerkaf24@localhost.localdomain2007-01-281-0/+2
* Allow 'xm create' to set scheduling parameters.kaf24@localhost.localdomain2007-01-281-0/+3
* Reject xm sched-* comands for other than the in-use scheduler.kaf24@localhost.localdomain2007-01-281-0/+13
* [XEND] Hook in utilisation statistics into Xen API calls.Alastair Tse2007-01-264-19/+30
* [XEND] Floats for not need to be stringified in Xen API.Alastair Tse2007-01-261-2/+1
* [XENAPI] Add an example to start HVM guests via the Xen API.Alastair Tse2007-01-261-0/+173
* [XENAPI] Make server uri easily configurable via ENV or CLI opts.Alastair Tse2007-01-261-11/+84
* [XEND] Add missing ConsoleController.pyAlastair Tse2007-01-261-0/+29
* [XEND] Preliminary console support in Xen APIAlastair Tse2007-01-257-24/+164
* [XEND] Fix HVM guest creation via Xen APIAlastair Tse2007-01-252-18/+43
* [XEND] Fix bad patch merge for XendMonitorAlastair Tse2007-01-251-9/+9
* [XEND] Ignore socket.shutdown() exceptionsAlastair Tse2007-01-252-10/+22
* [XEND] Allow TCP XMLRPC address:port to be configured, if enabled.Alastair Tse2007-01-252-1/+16
* Have the sxp parsing cope when the cpus field is a list, which can happenEwan Mellor2007-01-251-1/+1
* [XEND] Remove usage of set() in XendMonitor as it is a py2.4+ featureAlastair Tse2007-01-251-2/+2
* [XEND] Fix typo in XendNodeAlastair Tse2007-01-241-1/+1
* Fix device reordering that occurs when the config gets read into dictionaries.Ewan Mellor2007-01-244-48/+97
* [XEND] Add debug class to Xen API plus non-standard debug.wait().Alastair Tse2007-01-242-1/+48
* [XEND] Move decorate() to XendAPI.__new__ and have a static flag toAlastair Tse2007-01-241-92/+115
* [XENAPI] Make test script attempt to login with blank credentialsAlastair Tse2007-01-241-5/+23
* [XEND] Cleanup old domains in statistics monitor.Alastair Tse2007-01-241-1/+15
* [XENAPI] Add vif-list to xapi.py scriptAlastair Tse2007-01-241-10/+23
* [XEND] Output exception to log files if XendAPI fails to instantiate.Alastair Tse2007-01-241-3/+2
* [XENAPI] Update test scripts to move from VBD.image to creating VDI'sAlastair Tse2007-01-242-22/+60
* [XEND] Add support for multiple storage repositories.Alastair Tse2007-01-249-426/+672
* [XEND] Add missing Xen API methodsAlastair Tse2007-01-243-56/+192
* [XEND] Make sure UUID in state store are not stored as unicodeAlastair Tse2007-01-241-1/+1
* [XEND] Prevent invalid arguments for destroy event channels.Alastair Tse2007-01-241-4/+7