<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:08:43 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>[AAA-134] unable to update/modify domain</title>
                <link>https://jira.opendaylight.org/browse/AAA-134</link>
                <project id="10102" key="AAA">aaa</project>
                    <description>&lt;p&gt;INITIAL STATE:&lt;br/&gt;
--------------&lt;/p&gt;

&lt;p&gt;13:46 $ curl -u &quot;admin:admin&quot; -X GET -H &quot;Content-Type:application/json&quot; &lt;a href=&quot;http://$ODL:8181/auth/v1/domains&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://$ODL:8181/auth/v1/domains&lt;/a&gt; | python -m json.tool&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;domains&quot;: [&lt;/p&gt;
        {
            &quot;description&quot;: &quot;default odl sdn domain&quot;,
            &quot;domainid&quot;: &quot;sdn&quot;,
            &quot;enabled&quot;: true,
            &quot;name&quot;: &quot;sdn&quot;
        }
&lt;p&gt;    ]&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;CREATE DOMAIN &quot;OpenFlowSucks&quot;:&lt;br/&gt;
------------------------------&lt;/p&gt;

&lt;p&gt;13:46 $ curl -u &quot;admin:admin&quot; -X POST -d &apos;&lt;/p&gt;
{&quot;description&quot;:&quot;OpenFlow Is King&quot;,&quot;name&quot;:&quot;OpenFlowSucks&quot;,&quot;enabled&quot;:&quot;true&quot;}
&lt;p&gt;&apos; -H &quot;Content-Type:application/json&quot; &lt;a href=&quot;http://$ODL:8181/auth/v1/domains/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://$ODL:8181/auth/v1/domains/&lt;/a&gt;&lt;/p&gt;
{&quot;domainid&quot;:&quot;OpenFlowSucks&quot;,&quot;name&quot;:&quot;OpenFlowSucks&quot;,&quot;description&quot;:&quot;OpenFlow Is King&quot;,&quot;enabled&quot;:true}

&lt;p&gt;13:46 $ curl -u &quot;admin:admin&quot; -X GET -H &quot;Content-Type:application/json&quot; &lt;a href=&quot;http://$ODL:8181/auth/v1/domains&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://$ODL:8181/auth/v1/domains&lt;/a&gt; | python -m json.tool&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;domains&quot;: [&lt;br/&gt;
        &lt;/p&gt;
{
            &quot;description&quot;: &quot;default odl sdn domain&quot;,
            &quot;domainid&quot;: &quot;sdn&quot;,
            &quot;enabled&quot;: true,
            &quot;name&quot;: &quot;sdn&quot;
        }
&lt;p&gt;,&lt;/p&gt;
        {
            &quot;description&quot;: &quot;OpenFlow Is King&quot;,
            &quot;domainid&quot;: &quot;OpenFlowSucks&quot;,
            &quot;enabled&quot;: true,
            &quot;name&quot;: &quot;OpenFlowSucks&quot;
        }
&lt;p&gt;    ]&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;UPDATE DOMAIN NAME TO HAVE NAME &quot;OpenFlowRocks&quot;:&lt;br/&gt;
------------------------------------------------&lt;/p&gt;

&lt;p&gt;13:46 $ curl -u &quot;admin:admin&quot; -X PUT -d &apos;&lt;/p&gt;
{&quot;description&quot;:&quot;OpenFlow Is King&quot;,&quot;name&quot;:&quot;OpenFlowRocks&quot;,&quot;enabled&quot;:&quot;true&quot;}
&lt;p&gt;&apos; -H &quot;Content-Type:application/json&quot; &lt;a href=&quot;http://$ODL:8181/auth/v1/domains/OpenFlowSucks&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://$ODL:8181/auth/v1/domains/OpenFlowSucks&lt;/a&gt;&lt;/p&gt;
{&quot;domainid&quot;:&quot;OpenFlowSucks&quot;,&quot;name&quot;:&quot;OpenFlowRocks&quot;,&quot;description&quot;:&quot;OpenFlow Is King&quot;,&quot;enabled&quot;:true}

&lt;p&gt;13:47 $ curl -u &quot;admin:admin&quot; -v -X GET -H &quot;Content-Type:application/json&quot; &lt;a href=&quot;http://$ODL:8181/auth/v1/domains&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://$ODL:8181/auth/v1/domains&lt;/a&gt; | python -m json.tool&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Server auth using Basic with user &apos;admin&apos;&lt;br/&gt;
&amp;gt; GET /auth/v1/domains HTTP/1.1&lt;br/&gt;
&amp;gt; Host: 209.132.178.40:8181&lt;br/&gt;
&amp;gt; Authorization: Basic YWRtaW46YWRtaW4=&lt;br/&gt;
&amp;gt; User-Agent: curl/7.51.0&lt;br/&gt;
&amp;gt; Accept: &lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
&amp;gt; Content-Type:application/json&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;lt; HTTP/1.1 200 OK&lt;br/&gt;
&amp;lt; Set-Cookie: JSESSIONID=riqfpnfaqc3k8v43k9ham06k;Path=/auth&lt;br/&gt;
&amp;lt; Expires: Thu, 01 Jan 1970 00:00:00 GMT&lt;br/&gt;
&amp;lt; Set-Cookie: rememberMe=deleteMe; Path=/auth; Max-Age=0; Expires=Mon, 15-May-2017 20:47:13 GMT&lt;br/&gt;
&amp;lt; Content-Type: application/json&lt;br/&gt;
&amp;lt; Transfer-Encoding: chunked&lt;br/&gt;
&amp;lt; Server: Jetty(8.1.19.v20160209)&lt;br/&gt;
&amp;lt; &lt;br/&gt;
{ &lt;span class=&quot;error&quot;&gt;&amp;#91;210 bytes data&amp;#93;&lt;/span&gt;&lt;/li&gt;
	&lt;li&gt;Curl_http_done: called premature == 0&lt;br/&gt;
100   199    0   199    0     0   1695      0 -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;- -&lt;del&gt;:&lt;/del&gt;&lt;del&gt;:&lt;/del&gt;-  1700&lt;/li&gt;
	&lt;li&gt;Connection #0 to host 209.132.178.40 left intact&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;{&lt;br/&gt;
    &quot;domains&quot;: [&lt;br/&gt;
        &lt;/p&gt;
{
            &quot;description&quot;: &quot;default odl sdn domain&quot;,
            &quot;domainid&quot;: &quot;sdn&quot;,
            &quot;enabled&quot;: true,
            &quot;name&quot;: &quot;sdn&quot;
        }
&lt;p&gt;,&lt;/p&gt;
        {
            &quot;description&quot;: &quot;OpenFlow Is King&quot;,
            &quot;domainid&quot;: &quot;OpenFlowSucks&quot;,
            &quot;enabled&quot;: true,
            &quot;name&quot;: &quot;OpenFlowSucks&quot;
        }
&lt;p&gt;    ]&lt;br/&gt;
}&lt;/p&gt;



&lt;p&gt;As you can see above, the new name was not updated, although the PUT was accepted&lt;br/&gt;
and gave 200 response back.&lt;/p&gt;

&lt;p&gt;the karaf log is tracking these same steps:&lt;/p&gt;

&lt;p&gt;2017-05-16 20:46:50,013 | INFO  | p1124141104-2109 | DomainHandler                    | 287 - org.opendaylight.aaa.idmlight - 0.5.0.SNAPSHOT | Post /domains&lt;br/&gt;
2017-05-16 20:46:51,741 | INFO  | p1124141104-2109 | DomainHandler                    | 287 - org.opendaylight.aaa.idmlight - 0.5.0.SNAPSHOT | Get /domains&lt;br/&gt;
2017-05-16 20:47:09,808 | INFO  | p1124141104-2189 | DomainHandler                    | 287 - org.opendaylight.aaa.idmlight - 0.5.0.SNAPSHOT | Put /domains/OpenFlowSucks&lt;br/&gt;
2017-05-16 20:47:09,842 | INFO  | p1124141104-2189 | IdmLightProxy                    | 287 - org.opendaylight.aaa.idmlight - 0.5.0.SNAPSHOT | Clearing the claim cache&lt;br/&gt;
2017-05-16 20:47:13,041 | INFO  | p1124141104-2189 | DomainHandler                    | 287 - org.opendaylight.aaa.idmlight - 0.5.0.SNAPSHOT | Get /domains&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="22385">AAA-134</key>
            <summary>unable to update/modify domain</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="rgoulding">Ryan Goulding</assignee>
                                    <reporter username="jluhrsen">Jamo Luhrsen</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 May 2017 20:51:23 +0000</created>
                <updated>Thu, 21 Mar 2019 11:56:48 +0000</updated>
                            <resolved>Fri, 9 Feb 2018 20:14:42 +0000</resolved>
                                                    <fixVersion>Oxygen</fixVersion>
                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="42429" author="jluhrsen" created="Tue, 16 May 2017 20:53:34 +0000"  >&lt;p&gt;this came from trying to get CSIT working for the idmlite job. It appears&lt;br/&gt;
that probably other nouns are affected the same, like users and roles.&lt;/p&gt;

&lt;p&gt;here is a recent job for reference:&lt;br/&gt;
&lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/aaa-csit-1node-idmlite-only-carbon/462/archives/log.html.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/aaa-csit-1node-idmlite-only-carbon/462/archives/log.html.gz&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="60990" author="rgoulding" created="Thu, 8 Feb 2018 15:08:33 +0000"  >&lt;p&gt;Candidate Patch:&#160;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/68063/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/68063/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="61012" author="jluhrsen" created="Fri, 9 Feb 2018 20:14:12 +0000"  >&lt;p&gt;using the distribution created in the candidate patch, I&apos;ve verified the fix.&#160; thanks Ryan&lt;/p&gt;</comment>
                    </comments>
                    <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>8477</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=8477]]></customfieldvalue>

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

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