]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
ovs_vhostuser: fix vhostuser_socket_dir typo
authorWanlong Gao <wanlong.gao@easystack.cn>
Wed, 9 Dec 2015 07:26:12 +0000 (15:26 +0800)
committerWanlong Gao <wanlong.gao@easystack.cn>
Wed, 9 Dec 2015 07:28:04 +0000 (15:28 +0800)
s/vhoustuser_socket_dir/vhostuser_socket_dir/

Change-Id: I4317b59d683e1aedf5e49049309c5b089516eb81
Signed-off-by: Wanlong Gao <wanlong.gao@easystack.cn>
doc/source/devref/ovs_vhostuser.rst

index 775828bcae9dc0bd6e57ec7b4a9c2a119271cb3d..769ad7745dc0cd8813c5e62fa87b6d25329d1f1a 100644 (file)
@@ -49,7 +49,7 @@ vhostuser_socket_dir=/var/run/openvswitch
 When OVS is running with DPDK support enabled, and the datapath_type is set to
 "netdev", then the OVS ML2 driver will use the vhost-user VIF type and pass
 the necessary binding details to use OVS+DPDK and vhost-user sockets. This
-includes the vhoustuser_socket_dir setting, which must match the directory
+includes the vhostuser_socket_dir setting, which must match the directory
 passed to ovs-vswitchd on startup.
 
 What about the networking-ovs-dpdk repo?