Fix typo in installation guide

1. What is the problem
While going through the installation guide, I found there are
some typos in this document.

2. What is the solution to the problem
Fix the typos.

3. What the features need to be implemented to the Tricircle
No new features

Change-Id: Ibecad75c6e2baa138188959902a30bdecd15fa56
This commit is contained in:
zhiyuan_cai 2017-02-09 09:43:36 +08:00
parent ed02562d76
commit 93f976101d
3 changed files with 6 additions and 6 deletions

View File

@ -103,7 +103,7 @@ Installation with Central Neutron Server
cd tricircle
python cmd/api.py --config-file etc/api.conf
- 7 Configurate the Tricircle Xjob daemon::
- 7 Configure the Tricircle Xjob daemon::
cd tricircle/etc
cp xjob.conf.sample xjob.conf

View File

@ -75,7 +75,7 @@ external network. In this guide, the external network is also VLAN type, so the
local.conf sample is based on VLAN type external network setup. For the resource
requirements to setup each node, please refer to
`All-In-One Single Machine <http://docs.openstack.org/developer/devstack/guides/single-machine.html>`_
for installing DevStack in physical machine and
for installing DevStack in bare metal server and
`All-In-One Single VM <http://docs.openstack.org/developer/devstack/guides/single-vm.html>`_
for installing DevStack in virtual machine.
@ -88,7 +88,7 @@ RegionOne,
- 1 Install DevStack. Please refer to
`DevStack document <http://docs.openstack.org/developer/devstack/>`_
on how to install DevStack into single VM or physical machine.
on how to install DevStack into single VM or bare metal server.
- 2 In DevStack folder, create a file local.conf, and copy the content of
`local.conf node1 sample <https://github.com/openstack/tricircle/blob/master/devstack/local.conf.node_1.sample>`_
@ -141,7 +141,7 @@ In pod2 in node2 for OpenStack RegionTwo,
- 1 Install DevStack. Please refer to
`DevStack document <http://docs.openstack.org/developer/devstack/>`_
on how to install DevStack into single VM or physical machine.
on how to install DevStack into single VM or bare metal server.
- 2 In DevStack folder, create a file local.conf, and copy the content of
`local.conf node2 sample <https://github.com/openstack/tricircle/blob/master/devstack/local.conf.node_2.sample>`_

View File

@ -5,13 +5,13 @@ Single pod installation with DevStack
Now the Tricircle can be played with all-in-one single pod DevStack. For
the resource requirement to setup single pod DevStack, please refer
to `All-In-One Single Machine <http://docs.openstack.org/developer/devstack/guides/single-machine.html>`_ for
installing DevStack in physical machine
installing DevStack in bare metal server
or `All-In-One Single VM <http://docs.openstack.org/developer/devstack/guides/single-vm.html>`_ for
installing DevStack in virtual machine.
- 1 Install DevStack. Please refer to `DevStack document
<http://docs.openstack.org/developer/devstack/>`_
on how to install DevStack into single VM or physcial machine
on how to install DevStack into single VM or bare metal server.
- 2 In DevStack folder, create a file local.conf, and copy the content of
https://github.com/openstack/tricircle/blob/master/devstack/local.conf.sample