Hi Henry,

Thanks for the instructions and clarifying this. Actually I wanted to
resolve the bug reported here
https://bugs.launchpad.net/python-novaclient/+bug/1039696 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.

Regards
AL


On Sat, Sep 14, 2013 at 9:01 AM, Henry Gessau <[email protected]> wrote:

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

Reply via email to