From 440139ee58f39bb70758dbec7ded5bef0fa0bd64 Mon Sep 17 00:00:00 2001 From: gaobin Date: Wed, 26 Dec 2018 20:03:31 +0800 Subject: [PATCH] Fixed the spelling error correct the namesapce to namespace and correct the mesaages to messages Change-Id: Ib37d16926467dddb7adfb1c3685d083284b65d44 --- specs/kilo/network/enable-dvr-in-chef-cookbook.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/kilo/network/enable-dvr-in-chef-cookbook.rst b/specs/kilo/network/enable-dvr-in-chef-cookbook.rst index 33c2d8f..ccb35f5 100644 --- a/specs/kilo/network/enable-dvr-in-chef-cookbook.rst +++ b/specs/kilo/network/enable-dvr-in-chef-cookbook.rst @@ -118,7 +118,7 @@ output when running "ip netns" on the compute nodes. Boot instances on N1 and N2 on different compute nodes, we should see network namespace on those compute nodes by running "ip netns". -ip-netns is process network namesapce management command. You can run +ip-netns is process network namespace management command. You can run "ip netns help" to get more usage. And "ip netns" is short for "ip netns list", it will show all of the named network namespaces, which are under /var/run/netns. @@ -137,7 +137,7 @@ Documentation Impact * User can set ['openstack']['network']['router_distributed'] to 'auto' to let chef cookbook configure for DVR aumotically, enable DVR or give warning - mesaages. + messages. * DVR will be enabled by default when network type is GRE or VXLAN, user can set ['openstack']['network']['router_distributed]' to 'false' in override_attributes to disable it.