Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-20 Thread Kekane, Abhishek
-Original Message- From: Davanum Srinivas [mailto:dava...@gmail.com] Sent: 20 November 2015 16:59 To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils Abhishek, Go for it! Thank you Dims, I am on it

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-20 Thread Davanum Srinivas
Abhishek, Go for it! On Fri, Nov 20, 2015 at 2:32 AM, Kekane, Abhishek wrote: > -Original Message- > From: Doug Hellmann [mailto:d...@doughellmann.com] > Sent: 16 November 2015 21:46 > To: openstack-dev > Subject: Re: [openstack-dev] [oslo] Graduate cliutils.py

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-19 Thread Kekane, Abhishek
-Original Message- From: Doug Hellmann [mailto:d...@doughellmann.com] Sent: 16 November 2015 21:46 To: openstack-dev Subject: Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils Excerpts from Kekane, Abhishek's message of 2015-11-16 07:33:48 +: > Hi, > > A

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-16 Thread Doug Hellmann
Excerpts from Kekane, Abhishek's message of 2015-11-16 07:33:48 +: > Hi, > > As apiclient is now removed from oslo-incubator, to proceed with request-id > spec [1] I have two options in mind, > > > 1. Use keystoneauth1 + cliff in all python-clients (add request-id > support in cliff

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-16 Thread Victor Stinner
Le 16/11/2015 08:33, Kekane, Abhishek a écrit : Hi, As apiclient is now removed from oslo-incubator, to proceed with request-id spec [1] I have two options in mind, 1.Use keystoneauth1 + cliff in all python-clients (add request-id support in cliff library) 2.apiclient code is available in all

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-15 Thread Kekane, Abhishek
Hi, As apiclient is now removed from oslo-incubator, to proceed with request-id spec [1] I have two options in mind, 1. Use keystoneauth1 + cliff in all python-clients (add request-id support in cliff library) 2. apiclient code is available in all python-*clients, modify this code

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-11 Thread Doug Hellmann
> On Nov 11, 2015, at 3:54 AM, Andrey Kurilin wrote: > > > > On Tue, Nov 10, 2015 at 4:25 PM, Sean Dague > wrote: > On 11/10/2015 08:24 AM, Andrey Kurilin wrote: > >>It was also proposed to reuse openstackclient or the openstack SDK. > > > > Openstack SDK was proposed a

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-11 Thread Andrey Kurilin
On Tue, Nov 10, 2015 at 4:25 PM, Sean Dague wrote: > On 11/10/2015 08:24 AM, Andrey Kurilin wrote: > >>It was also proposed to reuse openstackclient or the openstack SDK. > > > > Openstack SDK was proposed a long time ago(it looks like it was several > > cycles ago) as "alternative" for cliutils

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Davanum Srinivas
+1000 Doug. On Tue, Nov 10, 2015 at 9:49 AM, Doug Hellmann wrote: > Excerpts from Julien Danjou's message of 2015-11-10 14:18:43 +0100: >> On Tue, Nov 10 2015, Davanum Srinivas wrote: >> >> > Julien, >> > >> > That's exactly what i want as well. We should just let whoever has >> > copies to do wh

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Doug Hellmann
Excerpts from Julien Danjou's message of 2015-11-10 14:18:43 +0100: > On Tue, Nov 10 2015, Davanum Srinivas wrote: > > > Julien, > > > > That's exactly what i want as well. We should just let whoever has > > copies to do whatever they want with them and drop our oversight of > > it. Since they are

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Doug Hellmann
Excerpts from Davanum Srinivas (dims)'s message of 2015-11-10 08:01:50 -0500: > Julien, > > That's exactly what i want as well. We should just let whoever has > copies to do whatever they want with them and drop our oversight of > it. Since they are mature and haven't been touched for a while, i >

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Sean Dague
On 11/10/2015 08:24 AM, Andrey Kurilin wrote: >>It was also proposed to reuse openstackclient or the openstack SDK. > > Openstack SDK was proposed a long time ago(it looks like it was several > cycles ago) as "alternative" for cliutils and apiclient, but I don't > know any client which use it yet.

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Victor Stinner
Le 10/11/2015 14:01, Davanum Srinivas a écrit : That's exactly what i want as well. We should just let whoever has copies to do whatever they want with them and drop our oversight of it. Since they are mature and haven't been touched for a while, i really don't see the need to take care of them.

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Steve Martinelli
ed!! https://github.com/openstack/oslo-incubator/tree/master/openstack/common/apiclient Thanks, Steve Martinelli OpenStack Keystone Project Team Lead From: Sean Dague To: openstack-dev@lists.openstack.org Date: 2015/11/10 08:03 AM Subject: Re: [openstack-dev] [oslo] Graduate cliuti

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Andrey Kurilin
>It was also proposed to reuse openstackclient or the openstack SDK. Openstack SDK was proposed a long time ago(it looks like it was several cycles ago) as "alternative" for cliutils and apiclient, but I don't know any client which use it yet. Maybe openstacksdk cores should try to port any client

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Julien Danjou
On Tue, Nov 10 2015, Davanum Srinivas wrote: > Julien, > > That's exactly what i want as well. We should just let whoever has > copies to do whatever they want with them and drop our oversight of > it. Since they are mature and haven't been touched for a while, i > really don't see the need to tak

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Sean Dague
On 11/10/2015 07:41 AM, Julien Danjou wrote: > On Tue, Nov 10 2015, Davanum Srinivas wrote: > >> Julien, Victor, >> >> How about - oslo.cli = apiclient/*.py + cliutils.py - since we already >> have a spec for a new library for apiclient > > I may be lacking context here, but we built a new comple

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Davanum Srinivas
Julien, That's exactly what i want as well. We should just let whoever has copies to do whatever they want with them and drop our oversight of it. Since they are mature and haven't been touched for a while, i really don't see the need to take care of them. -- dims On Tue, Nov 10, 2015 at 7:41 AM

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Julien Danjou
On Tue, Nov 10 2015, Davanum Srinivas wrote: > Julien, Victor, > > How about - oslo.cli = apiclient/*.py + cliutils.py - since we already > have a spec for a new library for apiclient I may be lacking context here, but we built a new complete client recently (python-gnocchiclient) without apiclie

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Davanum Srinivas
Julien, Victor, How about - oslo.cli = apiclient/*.py + cliutils.py - since we already have a spec for a new library for apiclient -- Dims On Tue, Nov 10, 2015 at 5:58 AM, Julien Danjou wrote: > On Tue, Nov 10 2015, Victor Stinner wrote: > >> It was also proposed to reuse openstackclient or the

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Julien Danjou
On Tue, Nov 10 2015, Victor Stinner wrote: > It was also proposed to reuse openstackclient or the openstack SDK. I don't > understand how novaclient can use openstackclient, since openstackclient > depends on python-novaclient... The OpenStack SDK project is also a large > library no? (I don't kno

[openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-10 Thread Victor Stinner
Hi, At Tokyo, we discussed quickly what to do with cliutils.py of oslo-incubator, but for me the plan is not really concrete. https://etherpad.openstack.org/p/mitaka-oslo-incubator-cleanup I don't like dims' suggestion to move code inside clients, it means duplicating 280 lines of python in