Uploaded image for project: 'neutron'
  1. neutron
  2. NEUTRON-163

MinimumBandwidthRule direction incorrectly defined

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Medium
    • Resolution: Done
    • None
    • Fluorine
    • General
    • None

    Description

      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: