diff options
author | zhongjun <zhong.jun@zte.com.cn> | 2017-02-28 01:14:42 +0800 |
---|---|---|
committer | Jun Zhong <zhong.jun@zte.com.cn> | 2017-03-02 11:22:54 +0000 |
commit | 87ad0372e0bbf9e96863fdeae1572de6a23faf42 (patch) | |
tree | 478b7c3f87e90d4eee3bbea566455e52dca2092b /docs/installationprocedure/vmdeploy.rst | |
parent | 823ca6480c77e8bfe422b77be50b4251337694b0 (diff) |
fix some typos in .rst files
*Correct some typos in vmdeploy.rst
*Correct some typos in installation_guide.rst
Change-Id: I1b395ecbc0f4b5e5e47a056eebc3a1b9fd0e4347
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Diffstat (limited to 'docs/installationprocedure/vmdeploy.rst')
-rw-r--r-- | docs/installationprocedure/vmdeploy.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installationprocedure/vmdeploy.rst b/docs/installationprocedure/vmdeploy.rst index bf44c1f9..03982342 100644 --- a/docs/installationprocedure/vmdeploy.rst +++ b/docs/installationprocedure/vmdeploy.rst @@ -9,9 +9,9 @@ Nodes Configuration (Virtual Deployment) The below file is the inventory template of deployment nodes: -"./deploy/conf/vm_environment/zte-virtual1/network.yml" +"./deploy/conf/vm_environment/zte-virtual1/deploy.yml" -You can write your own address/roles reference into it. +You can write your own name/roles reference into it. - name -- Host name for deployment node after installation. @@ -43,7 +43,7 @@ E.g. OpenStack only deployment roles setting - compute NOTE: -IF YOU SELECT MUTIPLE NODES AS CONTROLLER, THE 'ha' role MUST BE SELECT, TOO. +IF YOU SELECT MUTIPLE NODES AS CONTROLLER, THE 'ha' role MUST BE SELECTED, TOO. E.g. OpenStack and ceph deployment roles setting @@ -64,7 +64,7 @@ E.g. OpenStack and ceph deployment roles setting Network Configuration (Virtual Deployment) ------------------------------------------ -Before deployment, there are some network configuration to be checked based +Before deployment, there are some network configurations to be checked based on your network topology. The default network configuration file for Daisy is "daisy/deploy/config/vm_environment/zte-virtual1/network.yml". You can write your own reference into it. |