aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/scripts/xapi.vbdcfg.py
blob: 82dcaf8ba7292c6b24401c1672d15292e00c4c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.amd64.img'