<div dir="ltr"><div>Hi Henry,<br><br>Thanks for the instructions and clarifying this. Actually I wanted to resolve the bug reported here <a href="https://bugs.launchpad.net/python-novaclient/+bug/1039696">https://bugs.launchpad.net/python-novaclient/+bug/1039696</a> and the last triaged comment was to use the httplib2.RETRIES. The question is If the client.py is not using httplib2 anymore and is using requests module instead, is this bug still relevant? I will add this comment to the original bug report.<br>
<br></div>Regards<br>AL<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Sep 14, 2013 at 9:01 AM, Henry Gessau <span dir="ltr"><<a href="mailto:gessau@cisco.com" target="_blank">gessau@cisco.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sat, Sep 14, at 11:34 am, Avi L <<a href="mailto:aviostack@gmail.com">aviostack@gmail.com</a>> wrote:<br>

<br>
>  I did a git clone of python-novaclient but I do not see the changes<br>
> mentioned in <a href="https://review.openstack.org/#/c/13036/" target="_blank">https://review.openstack.org/#/c/13036/</a> . Jenkins says changes<br>
> have been merged to git repository and build successful. Yet I do not see<br>
> these changes when I look at<br>
> <a href="http://git.openstack.org/cgit/openstack/python-novaclient/tree/novaclient/client.py" target="_blank">http://git.openstack.org/cgit/openstack/python-novaclient/tree/novaclient/client.py</a><br>
> or clone the python-novaclient tree. I am trying to fix another bug related<br>
> to httplib2 in python-novaclient , but I dont see where httplib2 client<br>
> library is called in the python-novaclient code.<br>
<br>
</div></div>Using "git log -p novaclient/client.py" you can see the history of changes<br>
to the file. The code you are referring to was superseded by the changes in<br>
<a href="https://review.openstack.org/18257" target="_blank">https://review.openstack.org/18257</a><br>
<br>
Note the title of that change, "Use requests module for HTTP/HTTPS". Looks<br>
like you should probably consider using requests instead of httplib2.<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br></div>