<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:08:57 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>[AAA-220] OpenStack Keystone Authentication Fails with 400 Bad Request Error</title>
                <link>https://jira.opendaylight.org/browse/AAA-220</link>
                <project id="10102" key="AAA">aaa</project>
                    <description>&lt;p&gt;OpenStack Keystone Authentication Fails with 400 Bad Request Error&lt;/p&gt;

&lt;p&gt;ODL fails to send correct Request payload,&#160;&lt;/p&gt;

&lt;p&gt;parameter:&#160;&lt;br/&gt;
 &quot;methods&quot;:&#160;&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;password&amp;quot;&amp;#93;&lt;/span&gt;,&lt;br/&gt;
 is missing in the payload generated by ODL code&lt;br/&gt;
 &#160;&lt;br/&gt;
 Class to be Fixed:&#160;aaa\aaa-shiro/impl/src/main/java/org/opendaylight/aaa/shiro/keystone/domain/KeystoneAuth.java&lt;/p&gt;

&lt;p&gt;Keystone&#160;API EndPoint:&#160;&#160;/v3/auth/tokens &lt;span class=&quot;error&quot;&gt;&amp;#91;POST&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Expected Payload:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-json&quot;&gt;
 {
 &#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;auth&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;identity&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;methods&quot;&lt;/span&gt;:&#160;[&lt;span class=&quot;code-quote&quot;&gt;&quot;password&quot;&lt;/span&gt;],
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;password&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;user&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;admin&quot;&lt;/span&gt;,
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;password&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;admin&quot;&lt;/span&gt;,
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;domain&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;Domain&quot;&lt;/span&gt;
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}
 &#160;&#160;&#160;&#160;&#160;&#160;},
 &#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;scope&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;domain&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;Domain&quot;&lt;/span&gt;
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}
&#160;&#160;&#160;&#160;&#160;&#160;}
 &#160;&#160;&#160;}
 }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Request Send From ODL:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-json&quot;&gt;
 {
 &#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;auth&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;identity&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;password&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;user&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;admin&quot;&lt;/span&gt;,
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;password&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;admin&quot;&lt;/span&gt;,
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;domain&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;Domain&quot;&lt;/span&gt;
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}
 &#160;&#160;&#160;&#160;&#160;&#160;},
 &#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;scope&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;domain&quot;&lt;/span&gt;:{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;Domain&quot;&lt;/span&gt;
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}
&#160;&#160;&#160;&#160;&#160;&#160;}
 &#160;&#160;&#160;}
 }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;br/&gt;
 Error:&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-json&quot;&gt;
 {
 &#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;error&quot;&lt;/span&gt;:&#160;{
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;code&quot;&lt;/span&gt;:&#160;400,
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;message&quot;&lt;/span&gt;:&#160;&quot;Invalid&#160;input&#160;&lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt;&#160;field&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;identity&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;methods&apos;&lt;/span&gt;&#160;is&#160;a&#160;required&#160;property\n\nFailed&#160;validating&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;required&apos;&lt;/span&gt;&#160;&lt;span class=&quot;code-keyword&quot;&gt;in&lt;/span&gt;&#160;schema[&lt;span class=&quot;code-quote&quot;&gt;&apos;properties&apos;&lt;/span&gt;][&lt;span class=&quot;code-quote&quot;&gt;&apos;identity&apos;&lt;/span&gt;]:\n&#160;&#160;&#160;&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;properties&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;methods&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;items&apos;&lt;/span&gt;:&#160;

{&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;string&apos;&lt;/span&gt;}

,\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;array&apos;&lt;/span&gt;},\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;password&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;properties&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;user&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;properties&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;domain&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;properties&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;id&apos;&lt;/span&gt;:&#160;

{&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;string&apos;&lt;/span&gt;}

,\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;name&apos;&lt;/span&gt;:&#160;\{&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;string&apos;&lt;/span&gt;}},\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;object&apos;&lt;/span&gt;},\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;id&apos;&lt;/span&gt;:&#160;\{&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;string&apos;&lt;/span&gt;},\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;name&apos;&lt;/span&gt;:&#160;\{&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;string&apos;&lt;/span&gt;},\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;password&apos;&lt;/span&gt;:&#160;\{&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;string&apos;&lt;/span&gt;}},\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;object&apos;&lt;/span&gt;}},\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;object&apos;&lt;/span&gt;},\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;token&apos;&lt;/span&gt;:&#160;\{&lt;span class=&quot;code-quote&quot;&gt;&apos;properties&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;id&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;string&apos;&lt;/span&gt;}},\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;required&apos;&lt;/span&gt;:&#160;[&lt;span class=&quot;code-quote&quot;&gt;&apos;id&apos;&lt;/span&gt;],\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;object&apos;&lt;/span&gt;}},\n&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;required&apos;&lt;/span&gt;:&#160;[&lt;span class=&quot;code-quote&quot;&gt;&apos;methods&apos;&lt;/span&gt;],\n&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;type&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;object&apos;&lt;/span&gt;}\n\nOn&#160;instance[&lt;span class=&quot;code-quote&quot;&gt;&apos;identity&apos;&lt;/span&gt;]:\n&#160;&#160;&#160;&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;password&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;user&apos;&lt;/span&gt;:&#160;{&lt;span class=&quot;code-quote&quot;&gt;&apos;domain&apos;&lt;/span&gt;:&#160;

{&lt;span class=&quot;code-quote&quot;&gt;&apos;name&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;Domain&apos;&lt;/span&gt;}

,\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;name&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;admin&apos;&lt;/span&gt;,\n&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;password&apos;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&apos;admin&apos;&lt;/span&gt;}}}&quot;,
 &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;title&quot;&lt;/span&gt;:&#160;&lt;span class=&quot;code-quote&quot;&gt;&quot;Bad&#160;Request&quot;&lt;/span&gt;
 &#160;&#160;&#160;&#160;}
 }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="35107">AAA-220</key>
            <summary>OpenStack Keystone Authentication Fails with 400 Bad Request Error</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.opendaylight.org/images/icons/priorities/blocker.svg">Highest</priority>
                        <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="shibu.vijayakumar">Shibu Vijayakumar</assignee>
                                    <reporter username="shibu.vijay">Shibu Vijayakumar</reporter>
                        <labels>
                    </labels>
                <created>Mon, 10 Jan 2022 10:47:02 +0000</created>
                <updated>Sun, 3 Apr 2022 21:00:41 +0000</updated>
                            <resolved>Tue, 8 Feb 2022 09:59:33 +0000</resolved>
                                    <version>0.13.0</version>
                    <version>0.14.0</version>
                    <version>0.14.8</version>
                    <version>0.13.11</version>
                                    <fixVersion>0.14.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="70548" author="rovarga" created="Fri, 18 Feb 2022 11:05:39 +0000"  >&lt;p&gt;Just a note, this was broken way back in &lt;a href=&quot;https://git.opendaylight.org/gerrit/c/aaa/+/69585&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/c/aaa/+/69585&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="70705" author="JIRAUSER14601" created="Sun, 3 Apr 2022 21:00:41 +0000"  >&lt;p&gt;Issue Fix -&#160; &lt;a href=&quot;https://git.opendaylight.org/gerrit/c/aaa/+/99569&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/c/aaa/+/99569&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0416v:</customfieldvalue>

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