The artifacttype's parent_type definition is error 47/15547/6
authorshangxdy <shang.xiaodong@zte.com.cn>
Tue, 14 Jun 2016 15:37:36 +0000 (23:37 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Thu, 16 Jun 2016 12:19:59 +0000 (20:19 +0800)
commit32a4ee56e1dfbe986aab75bc7924057790c189cf
tree2430b1c90bf6aa3984ca854d61c9b66b5935462d
parent37c637988622dde3425390fb861800ffdaf2b6cb
The artifacttype's parent_type definition is error

1. Artifact type  define parent_type, but it shall be statuefulentity,
not string, so the method of is_derived_from in artifact entity may
be error when it's called.
2. The bug will submit to openstack community.

Change-Id: I8e64a28da0287ff5653da69a0cf15016c8ed937f
JIRA: PARSER-53
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
tosca2heat/tosca-parser/toscaparser/elements/artifacttype.py
tosca2heat/tosca-parser/toscaparser/tests/test_toscadef.py