Modify the stack name to template file name when deploy stack use 39/19139/1
authorshangxdy <shang.xiaodong@zte.com.cn>
Mon, 22 Aug 2016 02:56:23 +0000 (10:56 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Mon, 22 Aug 2016 02:56:23 +0000 (10:56 +0800)
commitfb0a919b86d862ca3d4454b4c563b4f2eea8144d
tree4e46ac335ca636734802cd1e184219c420e37136
parent6fecb729f550f4f543739375df8148ab9de38668
Modify the stack name to template file name when deploy stack use
heat-translator

When deploy a stack online, it can specify a name as a input name(which
was added by issue PARSER-91), but the parameter is optional, if no
specified name, currently the default stack name is shown below:
    'heat' + first part of a random uuid
For readable and to be easier founded, the default name will be improved
to be the follow:
   'heat' + filename of template file + first part of a random uuid.

JIRA:PARSER-93

Change-Id: Ib8f5fd18bf4e57d2424c2a439aa6db8feead44cd
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
tosca2heat/heat-translator/translator/shell.py
tosca2heat/heat-translator/translator/tests/test_shell.py