Typo fix in murano
Trivialfix. Fix typo in module of murano. Change-Id: I14a5bcd49b83534bbc948ea9914bf5ea24feb2ac
This commit is contained in:
parent
3ef1d83c91
commit
b4873451cd
@ -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
|
||||
|
@ -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>`_.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user