<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:32 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-86] Missing key is getPortId&quot; or &quot;getPortId key missing when POST to ports</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-86</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;873-java.lang.IllegalArgumentException: All keys must be specified for class org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.port.attributes.AllowedAddressPairsKey. Missing key is getPortId. Supplied key is AllowedAddressPairsKey []&lt;br/&gt;
874:    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:145)&lt;br/&gt;
875:    at org.opendaylight.yangtools.binding.data.codec.impl.ValueContext.getAndSerialize(ValueContext.java:46)&lt;br/&gt;
876:    at org.opendaylight.yangtools.binding.data.codec.impl.IdentifiableItemCodec.serialize(IdentifiableItemCodec.java:124)&lt;br/&gt;
877:    at org.opendaylight.yangtools.binding.data.codec.impl.IdentifiableItemCodec.serialize(IdentifiableItemCodec.java:31)&lt;br/&gt;
878:    at org.opendaylight.yangtools.binding.data.codec.impl.KeyedListNodeCodecContext.serialize(KeyedListNodeCodecContext.java:80)&lt;br/&gt;
879:    at org.opendaylight.yangtools.binding.data.codec.impl.BindingToNormalizedStreamWriter.startMapEntryNode(BindingToNormalizedStreamWriter.java:156)&lt;br/&gt;
880:    at org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.port.attributes.AllowedAddressPairs$StreamWriter.serialize(DataObjectSerializerPrototype.java)&lt;br/&gt;
881:    at org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port$StreamWriter.serialize(DataObjectSerializerPrototype.java)&lt;br/&gt;
882:    at org.opendaylight.yangtools.binding.data.codec.impl.BindingNormalizedNodeCodecRegistry$DataObjectSerializerProxy.serialize(BindingNormalizedNodeCodecRegistry.java:295)&lt;br/&gt;
883:    at org.opendaylight.yangtools.binding.data.codec.impl.BindingNormalizedNodeCodecRegistry.toNormalizedNode(BindingNormalizedNodeCodecRegistry.java:106)&lt;br/&gt;
884:    at org.opendaylight.controller.md.sal.binding.impl.BindingToNormalizedNodeCodec.toNormalizedNode(BindingToNormalizedNodeCodec.java:133)&lt;br/&gt;
885:    at org.opendaylight.controller.md.sal.binding.impl.AbstractWriteTransaction.put(AbstractWriteTransaction.java:39)&lt;br/&gt;
886:    at org.opendaylight.neutron.transcriber.AbstractNeutronInterface.updateMd(AbstractNeutronInterface.java:177)&lt;br/&gt;
887:    at org.opendaylight.neutron.transcriber.AbstractNeutronInterface.update(AbstractNeutronInterface.java:399)&lt;br/&gt;
888:    at org.opendaylight.neutron.transcriber.AbstractNeutronInterface$10.action(AbstractNeutronInterface.java:409)&lt;br/&gt;
889:    at org.opendaylight.neutron.transcriber.AbstractNeutronInterface$10.action(AbstractNeutronInterface.java:406)&lt;br/&gt;
890:    at org.opendaylight.neutron.transcriber.AbstractNeutronInterface.chainWrapper2(AbstractNeutronInterface.java:105)&lt;br/&gt;
891:    at org.opendaylight.neutron.transcriber.AbstractNeutronInterface.update(AbstractNeutronInterface.java:405)&lt;br/&gt;
892:    at org.opendaylight.neutron.northbound.api.AbstractNeutronNorthboundIAware.update(AbstractNeutronNorthboundIAware.java:137)&lt;span class=&quot;error&quot;&gt;&amp;#91;235:org.opendaylight.neutron.northbound-api:0.6.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
893:    at org.opendaylight.neutron.northbound.api.NeutronPortsNorthbound.updatePort(NeutronPortsNorthbound.java:291)&lt;span class=&quot;error&quot;&gt;&amp;#91;235:org.opendaylight.neutron.northbound-api:0.6.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
894:    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_45-internal&amp;#93;&lt;/span&gt;&lt;br/&gt;
895:    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_45-internal&amp;#93;&lt;/span&gt;&lt;br/&gt;
896:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_45-internal&amp;#93;&lt;/span&gt;&lt;br/&gt;
897:    at java.lang.reflect.Method.invoke(Method.java:497)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_45-internal&amp;#93;&lt;/span&gt;&lt;br/&gt;
898:    at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
899:    at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
900:    at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
901:    at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
902:    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
903:    at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
904:    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
905:    at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
906:    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
907:    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
908:    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
909:    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381)&lt;span class=&quot;error&quot;&gt;&amp;#91;47:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
910:    at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)&lt;span class=&quot;error&quot;&gt;&amp;#91;174:com.sun.jersey.servlet:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
911:    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:538)&lt;span class=&quot;error&quot;&gt;&amp;#91;174:com.sun.jersey.servlet:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
912:    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:716)&lt;span class=&quot;error&quot;&gt;&amp;#91;174:com.sun.jersey.servlet:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
913:    at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)&lt;span class=&quot;error&quot;&gt;&amp;#91;142:org.apache.geronimo.specs.geronimo-servlet_3.0_spec:1.0.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
914:    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
915:    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
916:    at org.eclipse.jetty.servlets.CrossOriginFilter.handle(CrossOriginFilter.java:247)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
917:    at org.eclipse.jetty.servlets.CrossOriginFilter.doFilter(CrossOriginFilter.java:210)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
918:    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
919:    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
920:    at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:69)&lt;span class=&quot;error&quot;&gt;&amp;#91;157:org.ops4j.pax.web.pax-web-jetty:3.1.4&amp;#93;&lt;/span&gt;&lt;br/&gt;
921:    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
922:    at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
923:    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
924:    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
925:    at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:240)&lt;span class=&quot;error&quot;&gt;&amp;#91;157:org.ops4j.pax.web.pax-web-jetty:3.1.4&amp;#93;&lt;/span&gt;&lt;br/&gt;
926:    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
927:    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
928:    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
929:    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
930:    at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:75)&lt;span class=&quot;error&quot;&gt;&amp;#91;157:org.ops4j.pax.web.pax-web-jetty:3.1.4&amp;#93;&lt;/span&gt;&lt;br/&gt;
931:    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
932:    at org.eclipse.jetty.server.Server.handle(Server.java:366)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
933:    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
934:    at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
935:    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
936:    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
937:    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
938:    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
939:    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
940:    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
941:    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
942:    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)&lt;span class=&quot;error&quot;&gt;&amp;#91;148:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
943:    at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_45-internal&amp;#93;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;POST /controller/nb/v2/neutron/ports HTTP/1.1&lt;br/&gt;
Host: 143.183.96.62:8087&lt;br/&gt;
Content-Length: 3218&lt;br/&gt;
Accept-Encoding: gzip, deflate&lt;br/&gt;
Accept: &lt;b&gt;/&lt;/b&gt;&lt;br/&gt;
User-Agent: python-requests/2.7.0 CPython/2.7.6 Linux/3.13.0-63-generic&lt;br/&gt;
Connection: keep-alive&lt;br/&gt;
Content-Type: application/json&lt;br/&gt;
Authorization: Basic YWRtaW46YWRtaW4=&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
  &quot;port&quot;: {&lt;br/&gt;
    &quot;binding:host_id&quot;: &quot;&quot;, &lt;br/&gt;
    &quot;allowed_address_pairs&quot;: [&lt;/p&gt;
      {
        &quot;ip_address&quot;: &quot;10.100.0.3&quot;, 
        &quot;mac_address&quot;: &quot;fa:16:3e:ac:f2:d5&quot;
      }
&lt;p&gt;    ], &lt;br/&gt;
    &quot;mac_address&quot;: &quot;FA:16:3E:DA:6E:FA&quot;, &lt;br/&gt;
    &quot;dns_assignment&quot;: [&lt;/p&gt;
      {
        &quot;hostname&quot;: &quot;host-10-100-0-4&quot;, 
        &quot;ip_address&quot;: &quot;10.100.0.4&quot;, 
        &quot;fqdn&quot;: &quot;host-10-100-0-4.openstacklocal.&quot;
      }
&lt;p&gt;    ], &lt;br/&gt;
    &quot;device_owner&quot;: &quot;&quot;, &lt;br/&gt;
    &quot;port_security_enabled&quot;: true, &lt;br/&gt;
    &quot;binding:profile&quot;: {}, &lt;br/&gt;
    &quot;fixed_ips&quot;: [&lt;/p&gt;
      {
        &quot;subnet_id&quot;: &quot;54c376aa-9b7a-4144-b012-c993e8f38772&quot;, 
        &quot;ip_address&quot;: &quot;10.100.0.4&quot;
      }
&lt;p&gt;    ], &lt;br/&gt;
    &quot;id&quot;: &quot;60c7f868-5dcf-4400-a931-7b39030ea304&quot;, &lt;br/&gt;
    &quot;security_groups&quot;: [&lt;br/&gt;
      {&lt;br/&gt;
        &quot;tenant_id&quot;: &quot;f532873caa0948aa802076f24ed164c3&quot;, &lt;br/&gt;
        &quot;description&quot;: &quot;Default security group&quot;, &lt;br/&gt;
        &quot;id&quot;: &quot;ef70a120-3829-4556-9f8f-d21c5b19f06a&quot;, &lt;br/&gt;
        &quot;security_group_rules&quot;: [&lt;br/&gt;
          &lt;/p&gt;
{
            &quot;remote_group_id&quot;: &quot;ef70a120-3829-4556-9f8f-d21c5b19f06a&quot;, 
            &quot;direction&quot;: &quot;ingress&quot;, 
            &quot;remote_ip_prefix&quot;: null, 
            &quot;protocol&quot;: null, 
            &quot;ethertype&quot;: &quot;IPv4&quot;, 
            &quot;tenant_id&quot;: &quot;f532873caa0948aa802076f24ed164c3&quot;, 
            &quot;port_range_max&quot;: null, 
            &quot;port_range_min&quot;: null, 
            &quot;id&quot;: &quot;2fc838fd-c095-49ff-b10e-4d02a3dec20f&quot;, 
            &quot;security_group_id&quot;: &quot;ef70a120-3829-4556-9f8f-d21c5b19f06a&quot;
          }
&lt;p&gt;, &lt;br/&gt;
          &lt;/p&gt;
{
            &quot;remote_group_id&quot;: null, 
            &quot;direction&quot;: &quot;egress&quot;, 
            &quot;remote_ip_prefix&quot;: null, 
            &quot;protocol&quot;: null, 
            &quot;ethertype&quot;: &quot;IPv6&quot;, 
            &quot;tenant_id&quot;: &quot;f532873caa0948aa802076f24ed164c3&quot;, 
            &quot;port_range_max&quot;: null, 
            &quot;port_range_min&quot;: null, 
            &quot;id&quot;: &quot;42c90793-fa57-4ea4-9c6a-35406539952a&quot;, 
            &quot;security_group_id&quot;: &quot;ef70a120-3829-4556-9f8f-d21c5b19f06a&quot;
          }
&lt;p&gt;, &lt;br/&gt;
          &lt;/p&gt;
{
            &quot;remote_group_id&quot;: null, 
            &quot;direction&quot;: &quot;egress&quot;, 
            &quot;remote_ip_prefix&quot;: null, 
            &quot;protocol&quot;: null, 
            &quot;ethertype&quot;: &quot;IPv4&quot;, 
            &quot;tenant_id&quot;: &quot;f532873caa0948aa802076f24ed164c3&quot;, 
            &quot;port_range_max&quot;: null, 
            &quot;port_range_min&quot;: null, 
            &quot;id&quot;: &quot;8164a401-62d4-4eb1-b518-426f9d1bad3b&quot;, 
            &quot;security_group_id&quot;: &quot;ef70a120-3829-4556-9f8f-d21c5b19f06a&quot;
          }
&lt;p&gt;, &lt;/p&gt;
          {
            &quot;remote_group_id&quot;: &quot;ef70a120-3829-4556-9f8f-d21c5b19f06a&quot;, 
            &quot;direction&quot;: &quot;ingress&quot;, 
            &quot;remote_ip_prefix&quot;: null, 
            &quot;protocol&quot;: null, 
            &quot;ethertype&quot;: &quot;IPv6&quot;, 
            &quot;tenant_id&quot;: &quot;f532873caa0948aa802076f24ed164c3&quot;, 
            &quot;port_range_max&quot;: null, 
            &quot;port_range_min&quot;: null, 
            &quot;id&quot;: &quot;81abdb8f-5884-4f1b-a782-357ec8061730&quot;, 
            &quot;security_group_id&quot;: &quot;ef70a120-3829-4556-9f8f-d21c5b19f06a&quot;
          }
&lt;p&gt;        ], &lt;br/&gt;
        &quot;name&quot;: &quot;default&quot;&lt;br/&gt;
      }&lt;br/&gt;
    ], &lt;br/&gt;
    &quot;device_id&quot;: &quot;&quot;, &lt;br/&gt;
    &quot;name&quot;: &quot;&quot;, &lt;br/&gt;
    &quot;admin_state_up&quot;: true, &lt;br/&gt;
    &quot;network_id&quot;: &quot;9eddecdf-78fc-40de-ba9b-73d7184ff638&quot;, &lt;br/&gt;
    &quot;dns_name&quot;: &quot;&quot;, &lt;br/&gt;
    &quot;binding:vif_details&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;tenant_id&quot;: &quot;f532873caa0948aa802076f24ed164c3&quot;&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="26648">NEUTRON-86</key>
            <summary>Missing key is getPortId&quot; or &quot;getPortId key missing when POST to ports</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="yamahata">Isaku Yamahata</assignee>
                                    <reporter username="yamahata">Isaku Yamahata</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Dec 2015 07:32:28 +0000</created>
                <updated>Fri, 2 Dec 2016 06:20:05 +0000</updated>
                            <resolved>Fri, 2 Dec 2016 06:20:05 +0000</resolved>
                                    <version>master</version>
                                                    <component>neutron-spi</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="53493" author="vrpolak" created="Wed, 16 Dec 2015 18:49:26 +0000"  >&lt;p&gt;Current bug title is very noisy.&lt;br/&gt;
Can you change it to &quot;Missing key is getPortId&quot; or &quot;getPortId key missing when POST to ports&quot; or something similar?&lt;/p&gt;</comment>
                            <comment id="53494" author="vrpolak" created="Fri, 18 Dec 2015 12:41:13 +0000"  >&lt;p&gt;&amp;gt; &quot;Missing key is getPortId&quot; or &quot;getPortId key missing when POST to ports&quot;&lt;/p&gt;

&lt;p&gt;Those are actually two title candidates delimited by &quot;or&quot;.&lt;/p&gt;</comment>
                            <comment id="53495" author="yamahata" created="Fri, 2 Dec 2016 06:20:05 +0000"  >&lt;p&gt;Now it&apos;s fixed with updated devstack.&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>4789</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=4789]]></customfieldvalue>

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

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