~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to tools/python/scripts/xapi.domcfg.py

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# VM Configuration for Xen API
 
3
#
 
4
 
 
5
name_label =  'GentooAPI'
 
6
name_description =  'Gentoo VM via API'
 
7
user_version =  1
 
8
is_a_template =  False
 
9
memory_static_max =  32
 
10
memory_dynamic_max =  32
 
11
memory_dynamic_min =  32
 
12
memory_static_min =  32
 
13
VCPUs_policy =  ''
 
14
VCPUs_params =  ''
 
15
VCPUS_features_required =  ''
 
16
VCPUs_features_can_use =  ''
 
17
VCPUs_features_force_on =  ''
 
18
VCPUs_features_force_off =  ''
 
19
actions_after_shutdown =  'destroy'
 
20
actions_after_reboot =  'restart'
 
21
actions_after_suspend =  'destroy'
 
22
actions_after_crash =  'restart'
 
23
bios_boot =  ''
 
24
platform_std_VGA =  False
 
25
platform_serial =  ''
 
26
platform_localtime =  False
 
27
platform_clock_offset =  False
 
28
platform_enable_audio =  False
 
29
builder =  'linux'
 
30
boot_method =  '' # this will remove the kernel/initrd ??
 
31
kernel_kernel =  '/boot/vmlinuz-2.6.16.29-xen'
 
32
kernel_initrd =  '/root/initrd-2.6.16.29-xen.img'
 
33
kernel_args =  'root=/dev/sda1 ro'
 
34
grub_cmdline =  ''
 
35
PCI_bus =  ''
 
36
other_config =  ''
 
37