<div dir="ltr"><div><div>Also when I revert back the patch, why does the UI keeps on giving the same error. Grizzly has support for both v2.0 and v3, so there could be something which I am missing while copying the files.<br>

<br></div>Using devstack, I just have to copy the files to respective directories and it works, not sure about the same in custom installation using ubuntu repositories, how and where to apply the patch.<br><br></div>-Regards<br>

Rahul Sharma<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 25, 2013 at 7:07 PM, Rahul Sharma <span dir="ltr"><<a href="mailto:rahulsharmaait@gmail.com" target="_blank">rahulsharmaait@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi Shake,<br><br></div>As per the patch, it seems that they have added check for v2_0.<br>

<br>def tenant_create(request, name, description=None, enabled=None, domain=None):<br>    manager = VERSIONS.get_project_manager(request, admin=True)<br>
    <b>if VERSIONS.active < 3:</b><br>        return manager.create(name, description, enabled)<br>    else:<br>        return manager.create(name, domain,<br>                              description=description,<br>

                              enabled=enabled)<br>
<br><br>Looking at keystoneclient code of grizzly release, I could see that in v2_0 directory, users.py has the method update_own_password implemented.<br><br></div>Looks like problem is not because of this version difference.<br>


<br></div>-Regards<span class="HOEnZb"><font color="#888888"><br>Rahul Sharma<br><div><div><div><br> </div></div></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">

On Tue, Jun 25, 2013 at 6:06 PM, Shake Chen <span dir="ltr"><<a href="mailto:shake.chen@gmail.com" target="_blank">shake.chen@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">the patch use keystone v3 , in grizzly horizon use keystone v2.<br></div><div class="gmail_extra"><br><br>


<div class="gmail_quote"><div><div>On Tue, Jun 25, 2013 at 4:52 PM, Rahul Sharma <span dir="ltr"><<a href="mailto:rahulsharmaait@gmail.com" target="_blank">rahulsharmaait@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div><div><div>Hi All,<br><br></div>I have setup multi-node openstack setup using grizzly release and ubuntu 12.04 distribution. Since there is no support for individual user to change his/her password, someone has provided a patch for the same. Ref:- <a href="https://review.openstack.org/#/c/23901/31" target="_blank">https://review.openstack.org/#/c/23901/31</a><br>





<br>Now I am trying to apply the patch by copying the files to /usr/share/openstack-dashboard directory. On restarting the Apache service, I am getting an error. I have attached the logs with the mail. Even if I revert back the patch, restart apache service and try to access Horizon, still I get the same error. I have to remove horizon, remove /usr/share/openstack-dashboard directory and reinstall horizon to get rid of this error. <br>





<br>I might be missing some step inbetween to apply this patch to the code. Can someone help me out in identifying how to apply this patch to the current installation. I couldn't find any documentation listing how to apply such patches other than for git repositories.<br>





</div><br></div>Thanks and Regards<span><font color="#888888"><br>Rahul Sharma<br></font></span></div>
<br></div></div>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><span><font color="#888888"><br><br clear="all"><br>-- <br>Shake Chen<br><br>
</font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>