<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:25 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-50] HTTPConflict on subnet delete</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-50</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;Setup:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Neutron/ML2 ODL master&lt;/li&gt;
	&lt;li&gt;ODL Lithium 0.3.0-SNAPSHOT&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Pre-conditions:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;neutron net-create test&lt;/li&gt;
	&lt;li&gt;neutron subnet-create test --name s1 10.0.0.0/22&lt;/li&gt;
	&lt;li&gt;neutron subnet-create test --name s2 20.0.0.0/22&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;At this point I have provisioned my resources, a DHCP port will be allocated and will have two IP allocations one for each subnet.&lt;/p&gt;


&lt;p&gt;Steps to reproduce:&lt;/p&gt;

&lt;p&gt;neutron subnet-delete s1&lt;/p&gt;

&lt;p&gt;Observed:&lt;/p&gt;

&lt;p&gt;I see that an HTTP Conflict is r returned by ODL, the DHCP port is deleted entirely.&lt;/p&gt;

&lt;p&gt;I can then, without errors delete the other subnet and the network.&lt;/p&gt;

&lt;p&gt;If I try to delete s2 first, I won&apos;t see the error, the DHCP port disappears, but when I try to delete s1 I still see the conflict error being returned.&lt;/p&gt;

&lt;p&gt;One more data point. If I delete the network directly, no errors are being returned.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26612">NEUTRON-50</key>
            <summary>HTTPConflict on subnet delete</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="rmoats@us.ibm.com">Ryan Moats</assignee>
                                    <reporter username="armamig@gmail.com">Armando Migliaccio</reporter>
                        <labels>
                    </labels>
                <created>Thu, 18 Jun 2015 22:45:41 +0000</created>
                <updated>Wed, 1 Jul 2015 20:34:26 +0000</updated>
                            <resolved>Wed, 1 Jul 2015 20:34:26 +0000</resolved>
                                    <version>stable/lithium</version>
                                                    <component>northbound-api</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="53371" author="armamig@gmail.com" created="Thu, 18 Jun 2015 23:15:17 +0000"  >&lt;p&gt;Another tidbit: if I delete the dhcp port explicitly and I then delete s1 and s2 I&apos;ll still see HTTP conflict being returned on s1 deletion.&lt;/p&gt;</comment>
                            <comment id="53376" author="armamig@gmail.com" created="Fri, 19 Jun 2015 15:54:15 +0000"  >&lt;p&gt;Attachment trace.rtf has been added with description: trace&lt;/p&gt;</comment>
                            <comment id="53372" author="rmoats@us.ibm.com" created="Tue, 23 Jun 2015 18:22:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/23180/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/23180/&lt;/a&gt; is the working commit for recreating and fixing this defect&lt;/p&gt;</comment>
                            <comment id="53373" author="rmoats@us.ibm.com" created="Tue, 23 Jun 2015 19:35:59 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/23180/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/23180/&lt;/a&gt; addresses this in master&lt;/p&gt;</comment>
                            <comment id="53374" author="flavio@flaviof.com" created="Wed, 24 Jun 2015 00:29:55 +0000"  >&lt;p&gt;Please make sure to cherry pick this fix to stable/lithium,&lt;br/&gt;
once it is okay to so so.&lt;/p&gt;</comment>
                            <comment id="53375" author="rmoats@us.ibm.com" created="Wed, 24 Jun 2015 13:32:59 +0000"  >&lt;p&gt;remarking as stable/lithium so we don&apos;t miss this - but don&apos;t worry, I&apos;ve got a list of patches to cherry pick once the branch unfreezes&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13737" name="trace.rtf" size="7817" author="armamig@gmail.com" created="Fri, 19 Jun 2015 15:54:15 +0000"/>
                    </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>3812</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=3812]]></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="10373"><![CDATA[Lithium-RC3]]></customfieldvalue>

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

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