aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-02-02 10:03:21 +0000
committerEwan Mellor <ewan@xensource.com>2007-02-02 10:03:21 +0000
commit437919c58fe857ddc5695e1639516391a745bc86 (patch)
treea1383cfb593b612b8f3a88e83d35003bb481f119 /tools
parenta98eadf63a3dd41abd04c5cf42721e016352bbf2 (diff)
downloadxen-437919c58fe857ddc5695e1639516391a745bc86.tar.gz
xen-437919c58fe857ddc5695e1639516391a745bc86.tar.bz2
xen-437919c58fe857ddc5695e1639516391a745bc86.zip
Remove some obsolete constants (XEN_API_DRIVER_TYPE, XEN_API_BOOT_TYPE).
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/XendAPIConstants.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/python/xen/xend/XendAPIConstants.py b/tools/python/xen/xend/XendAPIConstants.py
index 9805cf02a7..68a29bb107 100644
--- a/tools/python/xen/xend/XendAPIConstants.py
+++ b/tools/python/xen/xend/XendAPIConstants.py
@@ -12,7 +12,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#============================================================================
-# Copyright (C) 2006 XenSource Ltd.
+# Copyright (C) 2006-2007 XenSource Ltd.
#============================================================================
#
@@ -49,16 +49,8 @@ XEN_API_ON_CRASH_BEHAVIOUR = [
'rename_restart'
]
-XEN_API_BOOT_TYPE = [
- 'bios',
- 'grub',
- 'kernel_external',
- 'kernel_internal'
-]
-
XEN_API_VBD_MODE = ['RO', 'RW']
XEN_API_VDI_TYPE = ['system', 'user', 'ephemeral']
-XEN_API_DRIVER_TYPE = ['ioemu', 'paravirtualised']
XEN_API_VBD_TYPE = ['CD', 'Disk']
XEN_API_TASK_STATUS_TYPE = ['pending', 'success', 'failure']
XEN_API_CONSOLE_PROTOCOL = ['vt100', 'rfb', 'rdp']