Merge "Fix some reST field lists in docstrings in magnum"

This commit is contained in:
Jenkins 2017-08-03 05:51:47 +00:00 committed by Gerrit Code Review
commit 4f5a728569
1 changed files with 3 additions and 3 deletions

View File

@ -170,12 +170,12 @@ class TemplateDefinition(object):
"""Returns stack param name.
Return stack param name using cluster and cluster_template attributes
:param cluster_attr cluster attribute from which it maps to stack
:param cluster_attr: cluster attribute from which it maps to stack
attribute
:param cluster_template_attr cluster_template attribute from which it
:param cluster_template_attr: cluster_template attribute from which it
maps to stack attribute
:return stack parameter name or None
:return: stack parameter name or None
"""
for mapping in self.param_mappings:
if (mapping.cluster_attr == cluster_attr and