Minor doc fix: tmpl_diff argument for handle_update

The description for tmpl_diff argument in handle_update function
was incomplete and could be misconstrued as referring to the
values in the old definition. This documentation fix rectifies
that issue. Also, corrected the name "templ_diff" to "tmpl_diff".

Related-Bug: 1709147
Change-Id: Iaa55aeb14cf836d0dc589bdbe711fa29f6ef6080
This commit is contained in:
Praveen Yalagandula 2017-08-09 22:45:58 +00:00
parent 080c010e33
commit 327f36c7f4
1 changed files with 3 additions and 2 deletions

View File

@ -478,8 +478,9 @@ that updates require the engine to delete and re-create the resource
:param json_snippet: the resource definition from the updated template
:type json_snippet: collections.Mapping
:param templ_diff: changed values from the original template definition
:type templ_diff: collections.Mapping
:param tmpl_diff: values in the updated definition that have changed
with respect to the original template definition.
:type tmpl_diff: collections.Mapping
:param prop_diff: property values that are different between the original
definition and the updated definition; keys are
property names and values are the new values. Deleted or