node type parent interfaces are ignored

Bug #1883563 reported by Валерия Валерьевна Швецова
10
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.nodes.Root:
    derived_from: tosca.nodes.Root
    interfaces:
      Prepare:
        type: openstack.interfaces.node.Prepare
    <...>

  openstack.nodes.Server:
    derived_from: openstack.nodes.Root
    <...>

interface_types:
  openstack.interfaces.node.Prepare:
    description: >
      The lifecycle interfaces define the essential<...>
    derived_from: tosca.interfaces.Root
    preconfigure:
      description: Operation to pre-configure the node.

Revision history for this message
Валерия Валерьевна Швецова (versus-vv) wrote :

Yasufumi Ogawa, I have proposed some changes for this bug (https://review.opendev.org/#/c/735624/) and wait for reviewer.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tosca-parser 2.5.0

This issue was fixed in the openstack/tosca-parser 2.5.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.