fix typos

Change-Id: I278210477676fdb23db059309b955e7408cf2ec0
This commit is contained in:
sunqingliang6 2018-06-21 20:28:43 +08:00
parent 6fed5cb376
commit 7b2eb1d968
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ The following is a list of design decisions made to solve the problem.
Solve for Scenario #1
* Focus on virtualization tools available in CentOS and Red Hat Enterprise
Linux, use libvirt
* Create a easy to use script to execute tripleo-quickstart e.g.
* Create an easy to use script to execute tripleo-quickstart e.g.
quickstart.sh that Jake can just download and execute
Example:::

View File

@ -1,6 +1,6 @@
# Convert an overcloud-full.qcow2 into an image to boot an undercloud from
The `convert-image` role transforms a overcloud-full image into one which an
The `convert-image` role transforms an overcloud-full image into one which an
undercloud can be booted from in order to save time on package installs, while
not needing to maintain/host a specific undercloud image.