Merge "fix typos in doc"

This commit is contained in:
Jenkins
2016-09-29 02:30:05 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ action using tools like ``curl``.
.. code-block:: console
$ curl -X POST http://node1:8778/v1/webhooks/5dacde18-661e-4db4-b7a8-f2a6e3466f98/trigger?V=1
$ curl -X POST http://node1:8778/v1/webhooks/5dacde18-661e-4db4-b7a8-f2a6e3466f98/trigger?V=1
After a while, you can check that the cluster has been shrunk by 1 node.

View File

@@ -27,7 +27,7 @@ users who want to use heat to create a senlin cluster.
It is often requried by real deployment practices to make the cluster load-balanced
and auto-scaled. We also want the scaling action triggered based on business data
instead of infrastructure metrics. When exsiting cluster is not enough to afford the
instead of infrastructure metrics. When exisiting cluster is not enough to afford the
throughput/workload, the cluster will be scaled-out; when low throughput or workload,
the cluster will be scaled-in.