diff options
| author | Alastair Tse <atse@xensource.com> | 2006-10-20 13:35:25 +0100 |
|---|---|---|
| committer | Alastair Tse <atse@xensource.com> | 2006-10-20 13:35:25 +0100 |
| commit | c09512317b7aafe6a02a313fbf484e1fea2a8d54 (patch) | |
| tree | 7391f7ffbd3516c8a889a867738676dc11326f4e /tools/python/scripts/xapi.vbdcfg.py | |
| parent | d99b11a197d5fb6b9b1a05aaa3d1e80767f02a8d (diff) | |
| download | xen-c09512317b7aafe6a02a313fbf484e1fea2a8d54.tar.gz xen-c09512317b7aafe6a02a313fbf484e1fea2a8d54.tar.bz2 xen-c09512317b7aafe6a02a313fbf484e1fea2a8d54.zip | |
[XENAPI] Add shell option for xapi.py so it can remember sessions.
Signed-off-by: Alastair Tse <atse@xensource.com>
Diffstat (limited to 'tools/python/scripts/xapi.vbdcfg.py')
| -rw-r--r-- | tools/python/scripts/xapi.vbdcfg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/scripts/xapi.vbdcfg.py b/tools/python/scripts/xapi.vbdcfg.py index faae8d407d..82dcaf8ba7 100644 --- a/tools/python/scripts/xapi.vbdcfg.py +++ b/tools/python/scripts/xapi.vbdcfg.py @@ -9,4 +9,4 @@ VDI = '' device = 'sda1' mode = 'RW' driver = 'paravirtualised' -image = 'file:/root/gentoo-64-xenU.img' +image = 'file:/root/gentoo.amd64.img' |
