node type parent interfaces are ignored
Bug #1883563 reported by
Валерия Валерьевна Швецова
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TOSCA Parser |
New
|
Undecided
|
Unassigned |
Bug Description
Validating failed on interfaces which are defined by parents types
Example is failing with "Unknown interface preconfigure"
node_types:
openstack.
derived_from: tosca.nodes.Root
interfaces:
Prepare:
type: openstack.
<...>
openstack.
derived_from: openstack.
<...>
interface_types:
openstack.
description: >
The lifecycle interfaces define the essential<...>
derived_from: tosca.interface
preconfigure:
description: Operation to pre-configure the node.
To post a comment you must log in.
Yasufumi Ogawa, I have proposed some changes for this bug (https:/ /review. opendev. org/#/c/ 735624/) and wait for reviewer.