<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:53:07 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[CONTROLLER-475] Non-configuration items in the model appear in the config namespace</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-475</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;If items aren&apos;t listed with config: true then they should not appear in the documentation in the config namespace nor should they be accessible in the config namespace.&lt;/p&gt;

&lt;p&gt;$ curl -X PUT -H &apos;Content-type: application/yang.data+json&apos; -d &apos;{&quot;toaster&quot;: {&quot;toasterStatus&quot;: &quot;Down&quot;}}&apos; &lt;a href=&quot;http://localhost:8080/restconf/config/toaster:toaster&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/restconf/config/toaster:toaster&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;$ curl &lt;a href=&quot;http://localhost:8080/restconf/config/toaster:toaster&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/restconf/config/toaster:toaster&lt;/a&gt;&lt;br/&gt;
{&lt;br/&gt;
    &quot;toaster&quot;: &lt;/p&gt;
{
        &quot;toasterStatus&quot;: &quot;Down&quot;
    }
&lt;p&gt;}&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="25029">CONTROLLER-475</key>
            <summary>Non-configuration items in the model appear in the config namespace</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="rovarga">Robert Varga</assignee>
                                    <reporter username="readams">Rob Adams</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 May 2014 22:27:46 +0000</created>
                <updated>Tue, 19 Jan 2016 17:55:58 +0000</updated>
                            <resolved>Tue, 19 Jan 2016 17:55:58 +0000</resolved>
                                    <version>Helium</version>
                                                    <component>clustering</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                                                                <comments>
                            <comment id="48319" author="tony.tkacik@gmail.com" created="Mon, 19 May 2014 08:14:49 +0000"  >&lt;p&gt;Increased importance, since this may confuse end-users.&lt;/p&gt;</comment>
                            <comment id="48320" author="devin.avery@brocade.com" created="Tue, 24 Jun 2014 17:07:47 +0000"  >&lt;p&gt;Changing the filed against to MD-SAL as this is actually a problem with the config data-store. We need to enforce this at the config datastore level.&lt;/p&gt;

&lt;p&gt;There is plenty of discussion on the MD-SAL call today about how to implement. Let continue this discussion here and on mailing lists.&lt;/p&gt;</comment>
                            <comment id="48321" author="wdec@cisco.com" created="Wed, 25 Jun 2014 15:42:01 +0000"  >&lt;p&gt;I would argue that this is actually not a bug: &lt;a href=&quot;http://tools.ietf.org/html/rfc6020#section-7.19.1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://tools.ietf.org/html/rfc6020#section-7.19.1&lt;/a&gt; states&lt;/p&gt;

&lt;p&gt;If &quot;config&quot; is not specified, the default is the same as the parent&lt;br/&gt;
   schema node&apos;s &quot;config&quot; value.  If the parent node is a &quot;case&quot; node,&lt;br/&gt;
   the value is the same as the &quot;case&quot; node&apos;s parent &quot;choice&quot; node.&quot;&lt;/p&gt;</comment>
                            <comment id="48322" author="wdec@cisco.com" created="Thu, 26 Jun 2014 06:57:45 +0000"  >&lt;p&gt;And...&lt;/p&gt;

&lt;p&gt;   If the top node does not specify a &quot;config&quot; statement, the default is&lt;br/&gt;
   &quot;true&quot;.&lt;/p&gt;</comment>
                            <comment id="48323" author="readams@readams.net" created="Thu, 26 Jun 2014 15:45:37 +0000"  >&lt;p&gt;The bug is that items are either operational or config; they are not both.&lt;/p&gt;</comment>
                            <comment id="48324" author="jhajnar@cisco.com" created="Wed, 20 May 2015 11:36:24 +0000"  >&lt;p&gt;yangtools patch:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/20501/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/20501/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="48325" author="rovarga" created="Fri, 13 Nov 2015 11:06:39 +0000"  >&lt;p&gt;This fell through the cracks of Lithium, scheduling for follow-up.&lt;/p&gt;</comment>
                            <comment id="48326" author="rovarga" created="Fri, 13 Nov 2015 12:05:38 +0000"  >&lt;p&gt;Be: &lt;a href=&quot;https://git.opendaylight.org/gerrit/29645&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/29645&lt;/a&gt; for CDS&lt;/p&gt;

&lt;p&gt;Still needs the final Shard instantiation bit.&lt;/p&gt;</comment>
                            <comment id="48327" author="rovarga" created="Fri, 13 Nov 2015 17:32:56 +0000"  >&lt;p&gt;Be: &lt;a href=&quot;https://git.opendaylight.org/gerrit/29668&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/29668&lt;/a&gt;&lt;br/&gt;
Be: &lt;a href=&quot;https://git.opendaylight.org/gerrit/29669&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/29669&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="48328" author="rovarga" created="Thu, 10 Dec 2015 13:09:23 +0000"  >&lt;p&gt;Be IMDS: &lt;a href=&quot;https://git.opendaylight.org/gerrit/31137&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/31137&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="27539">OPNFLWPLUG-271</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="22783">YANGTOOLS-363</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="25522">CONTROLLER-968</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1014</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=1014]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10356"><![CDATA[Lithium-4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02kmn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>