<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:39 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-136] Fix ip_address in allowed_address_pairs info</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-136</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;Update a Neutron port with an allowed_address_pair and query the port info using Postman.&lt;br/&gt;
The allowed_address_pairs info in the port details does not show the ip_address properly.&lt;/p&gt;

&lt;p&gt;neutron port-update c4a2ac9f-98d6-483c-8a72-4daf5e4b4ac8 --allowed_address_pairs type=dict list=true ip_address=192.168.1.200&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://127.0.0.1:8080/controller/nb/v2/neutron/ports/c4a2ac9f-98d6-483c-8a72-4daf5e4b4ac8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://127.0.0.1:8080/controller/nb/v2/neutron/ports/c4a2ac9f-98d6-483c-8a72-4daf5e4b4ac8&lt;/a&gt;&lt;br/&gt;
{&lt;br/&gt;
  &quot;port&quot;: {&lt;br/&gt;
    &quot;id&quot;: &quot;c4a2ac9f-98d6-483c-8a72-4daf5e4b4ac8&quot;,&lt;br/&gt;
    &quot;tenant_id&quot;: &quot;a7d11fdce14049bdbbe475c4d627474d&quot;,&lt;br/&gt;
    &quot;network_id&quot;: &quot;2ccda909-945c-4bb0-a34e-5d193a96a5a0&quot;,&lt;br/&gt;
    &quot;name&quot;: &quot;&quot;,&lt;br/&gt;
    &quot;admin_state_up&quot;: true,&lt;br/&gt;
    &quot;mac_address&quot;: &quot;fa:16:3e:c0:62:87&quot;,&lt;br/&gt;
    &quot;fixed_ips&quot;: [&lt;/p&gt;
      {
        &quot;ip_address&quot;: &quot;11.1.1.11&quot;,
        &quot;subnet_id&quot;: &quot;69e1183e-39a6-4144-b70f-156d20dc82fe&quot;
      }
&lt;p&gt;    ],&lt;br/&gt;
    &quot;device_id&quot;: &quot;&quot;,&lt;br/&gt;
    &quot;device_owner&quot;: &quot;&quot;,&lt;br/&gt;
    &quot;security_groups&quot;: [&lt;/p&gt;
      {
        &quot;id&quot;: &quot;7cb29c8b-2c16-4bab-872a-610d2ddb3729&quot;
      }
&lt;p&gt;    ],&lt;br/&gt;
    &quot;allowed_address_pairs&quot;: [&lt;/p&gt;
      {
        &quot;mac_address&quot;: &quot;fa:16:3e:c0:62:87&quot;,
        &quot;ip_address&quot;: &quot;[C@5f7fa0de&quot;
      }
&lt;p&gt;    ],&lt;br/&gt;
    &quot;binding:host_id&quot;: &quot;&quot;,&lt;br/&gt;
    &quot;binding:vnic_type&quot;: &quot;normal&quot;,&lt;br/&gt;
    &quot;binding:vif_type&quot;: &quot;unbound&quot;,&lt;br/&gt;
    &quot;Map&quot;: {},&lt;br/&gt;
    &quot;extra_dhcp_opts&quot;: [],&lt;br/&gt;
    &quot;port_security_enabled&quot;: true&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="26698">NEUTRON-136</key>
            <summary>Fix ip_address in allowed_address_pairs info</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="SridharG">Sridhar Gaddam</assignee>
                                    <reporter username="SridharG">Sridhar Gaddam</reporter>
                        <labels>
                    </labels>
                <created>Tue, 6 Sep 2016 10:43:46 +0000</created>
                <updated>Fri, 9 Sep 2016 22:27:42 +0000</updated>
                            <resolved>Fri, 9 Sep 2016 22:27:42 +0000</resolved>
                                    <version>master</version>
                                                    <component>transcriber</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="53612" author="sgaddam@redhat.com" created="Tue, 6 Sep 2016 10:49:18 +0000"  >&lt;p&gt;Proposed the following patch that addresses the issue.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/45216&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/45216&lt;/a&gt;&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>6641</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=6641]]></customfieldvalue>

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

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

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