diff options
Diffstat (limited to 'tools/python/scripts/xapi.vbdcfg.py')
| -rw-r--r-- | tools/python/scripts/xapi.vbdcfg.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/python/scripts/xapi.vbdcfg.py b/tools/python/scripts/xapi.vbdcfg.py new file mode 100644 index 0000000000..faae8d407d --- /dev/null +++ b/tools/python/scripts/xapi.vbdcfg.py @@ -0,0 +1,12 @@ +# +# Virtual Block Device (VBD) Xen API Configuration +# +# Note: There is a non-API field here called "image" which is a backwards +# compat addition so you can mount to old images. +# + +VDI = '' +device = 'sda1' +mode = 'RW' +driver = 'paravirtualised' +image = 'file:/root/gentoo-64-xenU.img' |
