Fixed the spelling error

correct the namesapce to namespace
and correct the mesaages to messages

Change-Id: Ib37d16926467dddb7adfb1c3685d083284b65d44
This commit is contained in:
gaobin 2018-12-26 20:03:31 +08:00
parent de187ed6b7
commit 440139ee58
1 changed files with 2 additions and 2 deletions

View File

@ -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 N2 on different compute nodes, we should see network namespace on those compute
nodes by running "ip netns". 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 help" to get more usage. And "ip netns" is short for
"ip netns list", it will show all of the named network namespaces, which "ip netns list", it will show all of the named network namespaces, which
are under /var/run/netns. are under /var/run/netns.
@ -137,7 +137,7 @@ Documentation Impact
* User can set ['openstack']['network']['router_distributed'] to 'auto' to * User can set ['openstack']['network']['router_distributed'] to 'auto' to
let chef cookbook configure for DVR aumotically, enable DVR or give warning 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, * DVR will be enabled by default when network type is GRE or VXLAN,
user can set ['openstack']['network']['router_distributed]' to 'false' user can set ['openstack']['network']['router_distributed]' to 'false'
in override_attributes to disable it. in override_attributes to disable it.