From 01737f2a267fa1ef3c76ba72eb403f24c5c0b14b Mon Sep 17 00:00:00 2001 From: wanglmopenstack Date: Thu, 10 Nov 2016 09:44:04 +0800 Subject: [PATCH] update source code character error manila-hnas-guide.rst, kuryr-guide.rst and production-architecture-guide.rst some character error, update these error Change-Id: I1ec8594af6cd6c29e40c7f0af331c6868a03877b --- doc/kuryr-guide.rst | 2 +- doc/manila-hnas-guide.rst | 2 +- doc/production-architecture-guide.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/kuryr-guide.rst b/doc/kuryr-guide.rst index f44697de0b..f17f2b504f 100644 --- a/doc/kuryr-guide.rst +++ b/doc/kuryr-guide.rst @@ -21,7 +21,7 @@ docker.server file. ExecStart= -H tcp://172.16.1.13:2375 -H unix:///var/run/docker.sock --cluster-store=etcd://172.16.1.13:2379 --cluster-advertise=172.16.1.13:2375 -The IP address is host runnning the etcd service. ```2375``` is port that +The IP address is host running the etcd service. ```2375``` is port that allows Docker daemon to be accessed remotely. ```2379``` is the etcd listening port. diff --git a/doc/manila-hnas-guide.rst b/doc/manila-hnas-guide.rst index b0a9db9cd6..2b54146a2f 100644 --- a/doc/manila-hnas-guide.rst +++ b/doc/manila-hnas-guide.rst @@ -24,7 +24,7 @@ Requirements - SSC CLI. -Suported shared filesystems and operations +Supported shared filesystems and operations ------------------------------------------ The driver supports CIFS and NFS shares. diff --git a/doc/production-architecture-guide.rst b/doc/production-architecture-guide.rst index 35a6038be7..17a6b7f1e9 100644 --- a/doc/production-architecture-guide.rst +++ b/doc/production-architecture-guide.rst @@ -37,12 +37,12 @@ Interface configuration In Kolla operators should configure following network interfaces: -* network_interface - While it is not used on it's own, this provides the +* network_interface - While it is not used on its own, this provides the required default for other interfaces below. * api_interface - This interface is used for the management network. The management network is the network OpenStack services uses to communicate to - each other and the databases. There are know security risks here, so it's + each other and the databases. There are known security risks here, so it's recommended to make this network internal, not accessible from outside. Defaults to network_interface.