/etc/sysconfig/vhostmd: Default to KVM.
This commit is contained in:
parent
be210aa0c6
commit
6f9700853f
@ -8,7 +8,7 @@
|
||||
Summary: Virtualization host metrics daemon
|
||||
Name: vhostmd
|
||||
Version: 0.4
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
@ -188,6 +188,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 23 2010 Richard W.M. Jones <rjones@redhat.com> - 0.4-11
|
||||
- /etc/sysconfig/vhostmd: Default to KVM.
|
||||
|
||||
* Tue Jul 13 2010 Richard W.M. Jones <rjones@redhat.com> - 0.4-10
|
||||
- Patch Makefile.in directly so we don't need to run autotools.
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
VHOSTMD_USER=vhostmd
|
||||
|
||||
# Set the libvirt URI.
|
||||
# Uncomment one of these to force KVM or Xen, otherwise libvirt
|
||||
# will try to choose a suitable default.
|
||||
#VHOSTMD_URI=qemu:///system
|
||||
# Choose between KVM and Xen here. If both are commented out then
|
||||
# the libvirt default URI will be used.
|
||||
VHOSTMD_URI=qemu:///system
|
||||
#VHOSTMD_URI=xen:///
|
||||
|
||||
Loading…
Reference in New Issue
Block a user