Incorrect definition of tosca.datatypes.network.PortDef

Bug #1815893 reported by Miguel Caballer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
TOSCA Parser
New
Undecided
Unassigned

Bug Description

The tosca.datatypes.network.PortDef is defined in tosca-parser in that way:

tosca.datatypes.network.PortDef:
  derived_from: tosca.datatypes.Root
  type: integer
  constraints:
    - in_range: [ 1, 65535 ]

But In the standard is defined in that way:

tosca.datatypes.network.PortDef:
  derived_from: integer
  constraints:
    - in_range: [ 1, 65535 ]

See spec: http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/csprd01/TOSCA-Simple-Profile-YAML-v1.0-csprd01.html#_Toc430015736

Changed in tosca-parser:
assignee: nobody → Miguel Caballer (micafer1)
Changed in tosca-parser:
assignee: Miguel Caballer (micafer1) → nobody
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.