The relationship type's parent_type definition is not complete 55/15555/1
authorshangxdy <shang.xiaodong@zte.com.cn>
Tue, 14 Jun 2016 17:40:50 +0000 (01:40 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Tue, 14 Jun 2016 17:40:50 +0000 (01:40 +0800)
commit9c1920c1d2b8946abb68b109597d181a7690bc9f
treef0a9323d8ef7ef6b89b0a7b655bc95294fdf437f
parent37c637988622dde3425390fb861800ffdaf2b6cb
The relationship type's parent_type definition is not complete

1. Relationship type define parent_type, but it shall include custom def,
so the method of is_derived_from in group entity may be error when it's called.
2. The bug will submit to openstack community.

Change-Id: Ia12b18543e3b1d28bfb946abd11b546a9eba9669
JIRA: PARSER-55
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
tosca2heat/tosca-parser/toscaparser/elements/relationshiptype.py
tosca2heat/tosca-parser/toscaparser/tests/test_toscatpl.py