Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-73

RestConf returns full class name for identity item

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • None
    • None
    • restconf
    • None
    • Operating System: All
      Platform: PC

    • 200

    Description

      I modeled following model using identity

      identity group-type

      { description "Base identity for all the available group types"; }

      identity group-all

      { base group-type; description "All (multicast/broadcast) group"; }

      grouping group-features {

      leaf-list group-types-supported {
      type identityref

      { base group-type; }

      }
      }

      When i fetch these group-features through RestConf, it shows me full class name with package string as follows

      <group-types-supported>class org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.GroupAll</group-types-supported>

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            Avishnoi Anil Vishnoi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: