Signed-off-by: Keir Fraser <keir@xensource.com>
"""Default xend QCoW storage repository location."""
xend_storage_path_default = '/var/lib/xend/storage'
- """Default type of backend network interfaces"""
- netback_type = osdep.netback_type
-
"""Default script to configure a backend network interface"""
vif_script = osdep.vif_script
"SunOS": "/usr/lib/xen/bin/pygrub"
}
-_netback_type = {
- "SunOS": "SUNW_mac"
-}
-
_vif_script = {
"SunOS": "vif-vnic"
}
scripts_dir = _get(_scripts_dir, "/etc/xen/scripts")
xend_autorestart = _get(_xend_autorestart)
pygrub_path = _get(_pygrub_path, "/usr/bin/pygrub")
-netback_type = _get(_netback_type, "netfront")
vif_script = _get(_vif_script, "vif-bridge")
lookup_balloon_stat = _get(_balloon_stat, _linux_balloon_stat)