<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:24 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-44] Data missing from Neutron NB datastore</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-44</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;When testing, we provision everything in the following order:&lt;/p&gt;

&lt;p&gt;security-groups&lt;br/&gt;
network&lt;br/&gt;
subnet&lt;br/&gt;
router&lt;br/&gt;
ports&lt;br/&gt;
floating-IPs&lt;/p&gt;

&lt;p&gt;We only see this in the datastore:&lt;/p&gt;

&lt;p&gt;http://&lt;tt&gt;controllerIp&lt;/tt&gt;:&lt;tt&gt;port&lt;/tt&gt;/restconf/config/neutron:neutron/&lt;br/&gt;
{&lt;br/&gt;
    &quot;neutron&quot;: {&lt;br/&gt;
        &quot;subnets&quot;: {&lt;br/&gt;
            &quot;subnet&quot;: [&lt;br/&gt;
                {&lt;br/&gt;
                    &quot;uuid&quot;: &quot;1453aeec-203c-40c2-8a94-48331c6c0541&quot;,&lt;br/&gt;
                    &quot;network-id&quot;: &quot;a61a5705-a21d-4a04-932a-10f8f36516e2&quot;,&lt;br/&gt;
                    &quot;enable-dhcp&quot;: false,&lt;br/&gt;
                    &quot;allocation-pools&quot;: [&lt;/p&gt;
                        {
                            &quot;start&quot;: &quot;192.168.99.50&quot;,
                            &quot;end&quot;: &quot;192.168.99.90&quot;
                        }
&lt;p&gt;                    ],&lt;br/&gt;
                    &quot;tenant-id&quot;: &quot;bd0612d2-13c0-472d-bbcb-f242dd80f464&quot;,&lt;br/&gt;
                    &quot;gateway-ip&quot;: &quot;192.168.111.253&quot;,&lt;br/&gt;
                    &quot;name&quot;: &quot;extsubnet&quot;,&lt;br/&gt;
                    &quot;cidr&quot;: &quot;192.168.111.0/24&quot;&lt;br/&gt;
                },&lt;br/&gt;
                {&lt;br/&gt;
                    &quot;uuid&quot;: &quot;63bb0e01-eead-4863-a509-e1d2bb976e72&quot;,&lt;br/&gt;
                    &quot;network-id&quot;: &quot;3d4d7c5f-d7e8-4a05-87be-1857d3e98ed2&quot;,&lt;br/&gt;
                    &quot;enable-dhcp&quot;: true,&lt;br/&gt;
                    &quot;allocation-pools&quot;: [&lt;/p&gt;
                        {
                            &quot;start&quot;: &quot;10.1.1.2&quot;,
                            &quot;end&quot;: &quot;10.1.1.254&quot;
                        }
&lt;p&gt;                    ],&lt;br/&gt;
                    &quot;tenant-id&quot;: &quot;bd0612d2-13c0-472d-bbcb-f242dd80f464&quot;,&lt;br/&gt;
                    &quot;gateway-ip&quot;: &quot;10.1.1.1&quot;,&lt;br/&gt;
                    &quot;name&quot;: &quot;sub1&quot;,&lt;br/&gt;
                    &quot;cidr&quot;: &quot;10.1.1.0/24&quot;&lt;br/&gt;
                }&lt;br/&gt;
            ]&lt;br/&gt;
        },&lt;br/&gt;
        &quot;routers&quot;: {&lt;br/&gt;
            &quot;router&quot;: [&lt;br/&gt;
                {&lt;br/&gt;
                    &quot;uuid&quot;: &quot;2dea9d4f-882b-4d55-8ac3-984bf7a354cd&quot;,&lt;br/&gt;
                    &quot;external_gateway_info&quot;: &lt;/p&gt;
{
                        &quot;enable-snat&quot;: true,
                        &quot;external-network-id&quot;:
&quot;a61a5705-a21d-4a04-932a-10f8f36516e2&quot;
                    }
&lt;p&gt;,&lt;br/&gt;
                    &quot;gateway-port-id&quot;:&lt;br/&gt;
&quot;d55b3415-99f1-4b58-8a99-c5f5c5d11d0c&quot;,&lt;br/&gt;
                    &quot;tenant-id&quot;: &quot;bd0612d2-13c0-472d-bbcb-f242dd80f464&quot;,&lt;br/&gt;
                    &quot;status&quot;: &quot;ACTIVE&quot;,&lt;br/&gt;
                    &quot;admin-state-up&quot;: true,&lt;br/&gt;
                    &quot;name&quot;: &quot;router1&quot;,&lt;br/&gt;
                    &quot;distribted&quot;: false&lt;br/&gt;
                }&lt;br/&gt;
            ]&lt;br/&gt;
        },&lt;br/&gt;
        &quot;networks&quot;: {&lt;br/&gt;
            &quot;network&quot;: [&lt;br/&gt;
                &lt;/p&gt;
{
                    &quot;uuid&quot;: &quot;a61a5705-a21d-4a04-932a-10f8f36516e2&quot;,
                    &quot;shared&quot;: false,
                    &quot;status&quot;: &quot;ACTIVE&quot;,
                    &quot;name&quot;: &quot;drexternal&quot;,
                    &quot;admin-state-up&quot;: true,
                    &quot;tenant-id&quot;: &quot;bd0612d2-13c0-472d-bbcb-f242dd80f464&quot;
                }
&lt;p&gt;,&lt;/p&gt;
                {
                    &quot;uuid&quot;: &quot;3d4d7c5f-d7e8-4a05-87be-1857d3e98ed2&quot;,
                    &quot;shared&quot;: false,
                    &quot;status&quot;: &quot;ACTIVE&quot;,
                    &quot;name&quot;: &quot;net1&quot;,
                    &quot;admin-state-up&quot;: true,
                    &quot;tenant-id&quot;: &quot;bd0612d2-13c0-472d-bbcb-f242dd80f464&quot;
                }
&lt;p&gt;            ]&lt;br/&gt;
        }&lt;br/&gt;
    }&lt;br/&gt;
}&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26606">NEUTRON-44</key>
            <summary>Data missing from Neutron NB datastore</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="yamahata">Isaku Yamahata</assignee>
                                    <reporter username="alagalah">Keith Burns</reporter>
                        <labels>
                    </labels>
                <created>Thu, 28 May 2015 17:46:19 +0000</created>
                <updated>Fri, 21 Oct 2016 21:05:05 +0000</updated>
                            <resolved>Fri, 21 Oct 2016 21:05:05 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>transcriber</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="53360" author="alagalah" created="Thu, 28 May 2015 17:47:17 +0000"  >&lt;p&gt;Note we are not BLOCKED from iteration, but maybe. Note I would also expect that if you putting subnets up, the information from the subnet JSON should be in the datastore (ie gateway in subnet).&lt;/p&gt;</comment>
                            <comment id="53361" author="rmoats@us.ibm.com" created="Fri, 12 Jun 2015 15:45:50 +0000"  >&lt;p&gt;If there is a POSTMAN available of the sorts of calls being made, that will help triage this bug/test this fix.&lt;/p&gt;</comment>
                            <comment id="53362" author="rmoats@us.ibm.com" created="Sat, 18 Jul 2015 00:39:49 +0000"  >&lt;p&gt;This will be addressed in Be, as it is being taken care of as part of the removal of ConcurrentHashMaps and rev of the yang model&lt;/p&gt;</comment>
                            <comment id="53363" author="yamahata" created="Thu, 11 Feb 2016 12:52:39 +0000"  >&lt;p&gt;Hi Keith. Sorry for very late response.&lt;/p&gt;

&lt;p&gt;Is this bug still reproducible?&lt;br/&gt;
For now there were various fixes in ODL neutron northbound and openstack networking-odl. So the situation has changed much.&lt;/p&gt;</comment>
                            <comment id="53364" author="yamahata" created="Fri, 21 Oct 2016 21:05:05 +0000"  >&lt;p&gt;Since there is no activity for a while, I&apos;ll close this.&lt;br/&gt;
If you still have issues, please re-open.&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>3423</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=3423]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10330"><![CDATA[Beryllium-1]]></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|i02ud3:</customfieldvalue>

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