fix typos

Change-Id: I01a73325ad1240805f1402352c7244eff3253cc3
This commit is contained in:
sunqingliang6 2018-06-20 20:55:12 +08:00
parent 86775a2ac5
commit dc44b56dd7
4 changed files with 9 additions and 8 deletions

View File

@ -68,7 +68,7 @@ Create environment
.. rest_method:: POST /environments
Creates a environment.
Creates an environment.
Response Codes
--------------
@ -182,7 +182,7 @@ Show environment details
.. rest_method:: GET /environments/{env_id}
Shows details for a environment.
Shows details for an environment.
Response Codes
--------------

View File

@ -1,17 +1,18 @@
Nodecellar Example Application
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nodecellar is a example application with a Node front end and Mongo
Nodecellar is an example application with a Node front end and Mongo
database backend.
To test this application with the Murano Cloudify plugin it:
To test this application with the Murano Cloudify plugin, the following steps need to
be executed:
`git clone https://github.com/cloudify-cosmo/cloudify-nodecellar-example.git Resources`
`cd Resources`
`git checkout tags/3.2.1`
After that the package need to be ziped and uploaded to Murano catalog as
normally done for Murano applications.
After the above steps are completed, the packages need to be zipped and uploaded to
the Murano catalog as normally done for Murano applications.
You can follow instructions from `here <http://getcloudify.org/guide/3.2/quickstart.html>`_
to quickly bring up the environment for the application.

View File

@ -354,7 +354,7 @@ Get UI definition
`/v1/catalog/packages/{id}/ui [GET]`
Retrieve UI definition for a application which described in a package with provided id
Retrieve UI definition for an application which described in a package with provided id
**Parameters**

View File

@ -3,7 +3,7 @@ features:
- Murano engine is now capable of caching packages on disk for reuse.
This is controlled by `packages_cache` directory path and
`enable_packages_cache` boolean parameter (true by default).
The packages are cached in a eventlet/inter-process safe manner
The packages are cached in an eventlet/inter-process safe manner
and are cleaned up as soon as newer
version of the package becomes available
(unless it's used by ongoing deployment)