Uploaded image for project: 'tsc'
  1. tsc
  2. TSC-115

MinimumBandwidthRule direction incorrectly defined in yang

    XMLWordPrintable

Details

    • Weather Item
    • Status: Resolved
    • Medium
    • Resolution: Done
    • None
    • None
    • None
    • None

    Description

      Description copied from: https://jira.opendaylight.org/browse/NEUTRON-163

       

      In neutron-qos.yang minimumbandwidth-rule-attributes has a direction of type constants:direction-minimum-bandwidth-rule. However, that type is a "terminal node" with no inheriting directions. In addition, since direction appears in a few places there is no reason to not use the generic:

      identity direction-base

      {     description "Base identity for direction"; }

      identity direction-ingress

      {     description "Ingress direction.";     base direction-base; }

      identity direction-egress

      {     description "Egress direction.";     base direction-base; }

      This change will require coordination with consumers of the existing yang model, e.g., netvirt and networking-odl.

      h/t to Vishal Thapar for finding this

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              jhershbe Josh Hershberg
              jhershbe Josh Hershberg
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: