Updated Branches: refs/heads/master 2f40a90c5 -> c34233d5b
Fix small typo Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c34233d5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c34233d5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c34233d5 Branch: refs/heads/master Commit: c34233d5b1091bda9cd6580351845f5c90dcff2f Parents: 0412c95 Author: Hugo Trippaers <[email protected]> Authored: Fri Apr 26 08:55:47 2013 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Fri Apr 26 08:56:29 2013 +0200 ---------------------------------------------------------------------- agent/conf/agent.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c34233d5/agent/conf/agent.properties ---------------------------------------------------------------------- diff --git a/agent/conf/agent.properties b/agent/conf/agent.properties index e49afbf..7dc4ba8 100644 --- a/agent/conf/agent.properties +++ b/agent/conf/agent.properties @@ -78,7 +78,7 @@ domr.scripts.dir=scripts/network/domr/kvm # a sensible default will be selected based on the network.bridge.type but can # be overridden here. # native = com.cloud.hypervisor.kvm.resource.BridgeVifDriver -# openvswitch = com.cloud.hypervisor.kvm.resource.OvsBridgeDriver +# openvswitch = com.cloud.hypervisor.kvm.resource.OvsVifDriver #libvirt.vif.driver=com.cloud.hypervisor.kvm.resource.BridgeVifDriver # set the hypervisor type, values are: kvm, lxc
