<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:25:18 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-5] LBaaS feature does not support Healthmonitors and Listeners</title>
                <link>https://jira.opendaylight.org/browse/NEUTRON-5</link>
                <project id="10145" key="NEUTRON">neutron</project>
                    <description>&lt;p&gt;Support for /v2.0/healthmonitors and /v2.0/listeners is missing.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Windows&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="26567">NEUTRON-5</key>
            <summary>LBaaS feature does not support Healthmonitors and Listeners</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="bhaveshsingh.hsp@gmail.com">Bhavesh Kumar</assignee>
                                    <reporter username="srini.seetharaman@gmail.com">Srini Seetharaman</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Sep 2014 08:41:14 +0000</created>
                <updated>Tue, 14 Apr 2015 13:51:51 +0000</updated>
                            <resolved>Tue, 14 Apr 2015 13:51:51 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                                                                <comments>
                            <comment id="53221" author="bhaveshsingh.hsp@gmail.com" created="Fri, 23 Jan 2015 09:57:14 +0000"  >&lt;p&gt;This is to inform all of you that I have taken ownership to fix this bug. &lt;/p&gt;

&lt;p&gt;Quick note on our investigation:&lt;/p&gt;

&lt;p&gt;1. Able to create healthmonitor as well as listner through REST APIs.&lt;br/&gt;
2. Issue is that association of health monitor with pool is not working. We are in process of fixing same.&lt;/p&gt;

&lt;p&gt;Do let me know if anyone have query&lt;/p&gt;</comment>
                            <comment id="53222" author="bhaveshsingh.hsp@gmail.com" created="Fri, 23 Jan 2015 11:14:23 +0000"  >&lt;p&gt;(In reply to Bhavesh Kumar from comment #1)&lt;br/&gt;
&amp;gt; This is to inform all of you that I have taken ownership to fix this bug. &lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Quick note on our investigation:&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; 1. Able to create healthmonitor as well as listner through REST APIs.&lt;/p&gt;

&lt;p&gt;Tried following request to create HealthMonitor&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
&quot;healthmonitor&quot;:{&lt;br/&gt;
&quot;id&quot;:&quot;f3eeab00-8367-4524-b662-55e64d4cac16&quot;,&lt;br/&gt;
&quot;tenant_id&quot;:&quot;453105b9-1754-413f-aab1-55f1af620750&quot;,&lt;br/&gt;
&quot;delay&quot;:20,&lt;br/&gt;
&quot;timeout&quot;:10,&lt;br/&gt;
&quot;max_retries&quot;:5,&lt;br/&gt;
&quot;http_method&quot;:&quot;GET&quot;,&lt;br/&gt;
&quot;url_path&quot;:&quot;/check&quot;,&lt;br/&gt;
&quot;expected_codes&quot;:&quot;200-299&quot;,&lt;br/&gt;
&quot;admin_state_up&quot;:true,&lt;br/&gt;
&quot;status&quot;:&quot;ACTIVE&quot;&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;Note: &quot;type:&quot; field is not supported in NeutronLoadBalancerHealthMonitorNorthbound as it is the property of JSON parser. We are working on same.&lt;/p&gt;

&lt;p&gt;&amp;gt; 2. Issue is that association of health monitor with pool is not working. We&lt;br/&gt;
&amp;gt; are in process of fixing same.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Do let me know if anyone have query&lt;/p&gt;</comment>
                            <comment id="53223" author="bhaveshsingh.hsp@gmail.com" created="Wed, 28 Jan 2015 14:54:54 +0000"  >&lt;p&gt;LBaaS Listeners feature is working properly.&lt;br/&gt;
Changed the parameter &quot;type&quot; to &quot;healthmonitor_type&quot; in loadbalancerhealthmonitor.&lt;/p&gt;

&lt;p&gt;Gerrit Patch: &lt;a href=&quot;https://git.opendaylight.org/gerrit/14569&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/14569&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="53224" author="bhaveshsingh.hsp@gmail.com" created="Wed, 28 Jan 2015 14:56:53 +0000"  >&lt;p&gt;For the corresponding changes in Openstack, a bug has been raised.&lt;br/&gt;
Related Openstack bug: &lt;a href=&quot;https://bugs.launchpad.net/neutron/+bug/1415336&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.launchpad.net/neutron/+bug/1415336&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="53225" author="rmoats@us.ibm.com" created="Tue, 17 Feb 2015 15:35:22 +0000"  >&lt;p&gt;Moving from current project to neutron&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>1674</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=1674]]></customfieldvalue>

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

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