Merge "Typo fix in murano"

This commit is contained in:
Jenkins
2016-11-07 13:05:21 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ Previously murano used to load ``Objects`` and ``ObjectsCopy`` sections of the
JSON object model independently which cause for objects that were not deleted
between deployments to instantiate twice. If deleted object were to cause any
changes to such alive objects they were made to the objects loaded from
``ObjectsCopy`` and immidiately discarded before the deployment.
``ObjectsCopy`` and immediately discarded before the deployment.
Now this behaviour is changed and there is no more duplicates of the same object.
Applications can also make use of the new features. Now it is possible to

View File

@@ -569,7 +569,7 @@ appropriate values:
Adds an application or multiple applications to the environment template.
:command:`murano env-template-del-app <ENV_TEMPLATE_ID> <ENV_TEMPLATE_APP_ID>`
Deletes an application from the enviroment template.
Deletes an application from the environment template.
:command:`murano env-template-list`
Lists the environments templates.
@@ -584,4 +584,4 @@ appropriate values:
Deletes an environment template.
.. seealso::
`Application Catalog service command-line client <http://docs.openstack.org/cli-reference/murano.html>`_.
`Application Catalog service command-line client <http://docs.openstack.org/cli-reference/murano.html>`_.

View File

@@ -9,5 +9,5 @@ features:
destroyed before their parents and, when possible, before objects
that are subscribed to their destruction notifications.
- Internally, both pre-deployment garbage collection (that was done by
comparision of ``Objects`` and ``ObjectsCopy``) and post-deployment
comparison of ``Objects`` and ``ObjectsCopy``) and post-deployment
orphan object collection are now done through the new GC.