Updated Branches: refs/heads/4.1 ded0cd7f6 -> af8a3b6d7
fix typo in comment Signed-off-by: Hiroaki KAWAI <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/af8a3b6d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/af8a3b6d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/af8a3b6d Branch: refs/heads/4.1 Commit: af8a3b6d7419f12e578bc213e71975223fdad5e8 Parents: ded0cd7 Author: Hiroaki KAWAI <[email protected]> Authored: Fri May 24 12:18:27 2013 +0900 Committer: Hiroaki KAWAI <[email protected]> Committed: Fri May 24 12:18:27 2013 +0900 ---------------------------------------------------------------------- agent/conf/agent.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/af8a3b6d/agent/conf/agent.properties ---------------------------------------------------------------------- diff --git a/agent/conf/agent.properties b/agent/conf/agent.properties index f7eac67..724bd72 100644 --- a/agent/conf/agent.properties +++ b/agent/conf/agent.properties @@ -78,5 +78,5 @@ 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
