<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:29 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>[NEUTRON-75] Error seen while deleting a router interface</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-75</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;When trying to delete a router interface, although the interface is deleted an error is thrown. This causes the tempest cases to fail.&lt;/p&gt;

&lt;p&gt;PUT &lt;a href=&quot;http://105.0.1.216:9696/v2.0/routers/8d19c8bc-3cd0-4f28-945f-ad6c3311f780/remove_router_interface&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://105.0.1.216:9696/v2.0/routers/8d19c8bc-3cd0-4f28-945f-ad6c3311f780/remove_router_interface&lt;/a&gt; 0.765s&lt;br/&gt;
        Body: &lt;/p&gt;
{&quot;subnet_id&quot;: &quot;661e0332-a453-419e-bbcd-44a7e986ef6b&quot;}
&lt;p&gt;    Response - Headers: &lt;/p&gt;
{&apos;status&apos;: &apos;500&apos;, &apos;content-length&apos;: &apos;150&apos;, &apos;connection&apos;: &apos;close&apos;, &apos;date&apos;: &apos;Fri, 09 Oct 2015 11:06:52 GMT&apos;, &apos;content-type&apos;: &apos;application/json; charset=UTF-8&apos;, &apos;x-openstack-request-id&apos;: &apos;req-686335e4-fc0c-4766-946a-73c06520410f&apos;}
&lt;p&gt;        Body: {&quot;NeutronError&quot;: {&quot;message&quot;: &quot;Request Failed: internal server error while processing your request.&quot;, &quot;type&quot;: &quot;HTTPInternalServerError&quot;, &quot;detail&quot;: &quot;&quot;}}&lt;/p&gt;

&lt;p&gt;from the q-svc.log,&lt;/p&gt;

&lt;p&gt;d4-478b-99b0-588b9cb03f51/remove_router_interface) JSON (&lt;/p&gt;
{&apos;subnet_id&apos;: u&apos;9dc2fd1c-794a-4cb3-9c96-eba80d964392&apos;, &apos;tenant_id&apos;: u&apos;c1c6ba2fbfde476fb95630eda29de641&apos;, &apos;port_id&apos;: u&apos;880d2a95-767e-49f6-b611-ecf64a4429f3&apos;, &apos;id&apos;: u&apos;34918fed-4ed4-478b-99b0-588b9cb03f51&apos;}
&lt;p&gt;) sendjson /usr/local/lib/python2.7/dist-packages/networking_odl/common/client.py:38&lt;br/&gt;
2015-10-12 21:44:28.626 ERROR neutron.api.v2.resource &lt;span class=&quot;error&quot;&gt;&amp;#91;req-a2a6fa81-f73c-4c54-a6cd-afff4066798c admin admin&amp;#93;&lt;/span&gt; remove_router_interface failed&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource Traceback (most recent call last):&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource   File &quot;/opt/stack/neutron/neutron/api/v2/resource.py&quot;, line 83, in resource&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource     result = method(request=request, **args)&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource   File &quot;/opt/stack/neutron/neutron/api/v2/base.py&quot;, line 207, in _handle_action&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource     return getattr(self._plugin, name)(*arg_list, **kwargs)&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource   File &quot;/usr/local/lib/python2.7/dist-packages/networking_odl/l3/l3_odl.py&quot;, line 154, in remove_router_interface&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource     self.client.sendjson(&apos;delete&apos;, url, router_dict)&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource   File &quot;/usr/local/lib/python2.7/dist-packages/networking_odl/common/client.py&quot;, line 42, in sendjson&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource     r.raise_for_status()&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource   File &quot;/usr/local/lib/python2.7/dist-packages/requests/models.py&quot;, line 851, in raise_for_status&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource     raise HTTPError(http_error_msg, response=self)&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource HTTPError: 405 Client Error: Method Not Allowed&lt;br/&gt;
2015-10-12 21:44:28.626 30071 TRACE neutron.api.v2.resource&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26637">NEUTRON-75</key>
            <summary>Error seen while deleting a router interface</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="-1">Unassigned</assignee>
                                    <reporter username="rijilabraham@gmail.com">Rijil Abraham</reporter>
                        <labels>
                    </labels>
                <created>Thu, 15 Oct 2015 07:08:59 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:14 +0000</updated>
                            <resolved>Mon, 16 Nov 2015 09:21:30 +0000</resolved>
                                    <version>master</version>
                                                    <component>northbound-api</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="53457" author="rijilabraham@gmail.com" created="Mon, 16 Nov 2015 09:21:30 +0000"  >&lt;p&gt;The issue is no longer seen with the latest code.Hence closing it out.&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>4477</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=4477]]></customfieldvalue>

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

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