Re: [openstack-dev] [ python-novaclient][ python-glanceclient][ python-cinderclient][ python-neutronclient] Remove x-openstack-request-id logging code as it is logged twice

2017-01-23 Thread Kekane, Abhishek
: [openstack-dev] [ python-novaclient][ python-glanceclient][ python-cinderclient][ python-neutronclient] Remove x-openstack-request-id logging code as it is logged twice "keystoneauth1 >= 2.17.0" implies python-novaclient with your fix will work for any version including 2.17.0 which is

Re: [openstack-dev] [ python-novaclient][ python-glanceclient][ python-cinderclient][ python-neutronclient] Remove x-openstack-request-id logging code as it is logged twice

2017-01-21 Thread Davanum Srinivas
> From: Davanum Srinivas <dava...@gmail.com> > Sent: Saturday, January 21, 2017 8:27:56 AM > To: OpenStack Development Mailing List (not for usage questions) > Subject: Re: [openstack-dev] [ python-novaclient][ python-glanceclient][ > python-cinderclient][ pytho

Re: [openstack-dev] [ python-novaclient][ python-glanceclient][ python-cinderclient][ python-neutronclient] Remove x-openstack-request-id logging code as it is logged twice

2017-01-21 Thread Kekane, Abhishek
client][ python-neutronclient] Remove x-openstack-request-id logging code as it is logged twice On Fri, Jan 20, 2017 at 10:53 PM, Kekane, Abhishek <abhishek.kek...@nttdata.com<mailto:abhishek.kek...@nttdata.com>> wrote: Hi Dims, Thank you for reply. I will propose a patch soon.

Re: [openstack-dev] [ python-novaclient][ python-glanceclient][ python-cinderclient][ python-neutronclient] Remove x-openstack-request-id logging code as it is logged twice

2017-01-20 Thread Steve Martinelli
On Fri, Jan 20, 2017 at 10:53 PM, Kekane, Abhishek < abhishek.kek...@nttdata.com> wrote: > Hi Dims, > > Thank you for reply. I will propose a patch soon. Just for curiosity, > keystoneauth1 >= 2.17.0 will not install 2.18.0? > It will, but if we make 2.18.0 the minimum then it will for sure

Re: [openstack-dev] [ python-novaclient][ python-glanceclient][ python-cinderclient][ python-neutronclient] Remove x-openstack-request-id logging code as it is logged twice

2017-01-20 Thread Kekane, Abhishek
ling List (not for usage questions) Subject: Re: [openstack-dev] [ python-novaclient][ python-glanceclient][ python-cinderclient][ python-neutronclient] Remove x-openstack-request-id logging code as it is logged twice Abhishek, 1) requirements.txt for all 4 python-*client you menti

Re: [openstack-dev] [ python-novaclient][ python-glanceclient][ python-cinderclient][ python-neutronclient] Remove x-openstack-request-id logging code as it is logged twice

2017-01-20 Thread Davanum Srinivas
Abhishek, 1) requirements.txt for all 4 python-*client you mentioned have "keystoneauth1>=2.17.0", 2) i do not see a review request to bump the minimum version in global requirements for keystoneauth1 to "keystoneauth1>=2.18.0"

[openstack-dev] [ python-novaclient][ python-glanceclient][ python-cinderclient][ python-neutronclient] Remove x-openstack-request-id logging code as it is logged twice

2017-01-19 Thread Kekane, Abhishek
Hi Devs, In the latest keystoneauth1 version 2.18.0, x-openstack-request-id is logged for every HTTP response. This keystoneauth1 version will be used for ocata. The same request id is also logged in 'request' method of SessionClient class for python-novaclient, python-glanceclient,