Fix syntax error in docs
There are several syntax errors in docs. The patch will add missing punctuation, remove extra whitespace, and change the "heat-api-engine" to "heat-engine" in heat-engine.rst. Change-Id: I67dcad5e0e0a1f71a67ab8fc4311d96db4820c29
This commit is contained in:
parent
bca680bc91
commit
f87114a527
@ -10,7 +10,7 @@ SYNOPSIS
|
|||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
===========
|
===========
|
||||||
heat-api-cloudwatch is a CloudWatch alike API service to the heat project
|
heat-api-cloudwatch is a CloudWatch-like API service to the heat project.
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
=======
|
=======
|
||||||
|
@ -15,7 +15,7 @@ heat-api provides an external REST API to the heat project.
|
|||||||
INVENTORY
|
INVENTORY
|
||||||
=========
|
=========
|
||||||
heat-api is a service that exposes an external REST based api to the
|
heat-api is a service that exposes an external REST based api to the
|
||||||
heat-engine service. The communication between the heat-api
|
heat-engine service. The communication between the heat-api and
|
||||||
heat-engine uses message queue based RPC.
|
heat-engine uses message queue based RPC.
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
|
@ -39,7 +39,7 @@ OPTIONS
|
|||||||
|
|
||||||
.. cmdoption:: -p, --password
|
.. cmdoption:: -p, --password
|
||||||
|
|
||||||
Specify the password for the 'heat' MySQL user that will use to connect to the 'heat' MySQL database. By default, the password 'heat' will be used.
|
Specify the password for the 'heat' MySQL user that the script will use to connect to the 'heat' MySQL database. By default, the password 'heat' will be used.
|
||||||
|
|
||||||
.. cmdoption:: -r, --rootpw
|
.. cmdoption:: -r, --rootpw
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
heat-engine
|
heat-engine
|
||||||
===========
|
===========
|
||||||
|
|
||||||
.. program:: heat-api-engine
|
.. program:: heat-engine
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
========
|
========
|
||||||
|
Loading…
x
Reference in New Issue
Block a user