openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #04423
Re: Glance client release?
The old ec2 based admin client for nova was in a separate repo. It's a bit tricky with pypi to do multiple distributions if you have a top level setup.py.
There is a cleaner way to do it but it requires restructuring the top level structure a bit.
Something like:
server/
glance/
glance/client/
...
setup.py
client/
setup.py
So client only contains the setup.py to push the client, and server (or whatever) contains all the actual bits.
I'm not a total wizard with pypi and setup.py, so maybe there's a less painful way to do this?
Devin
On Sep 28, 2011, at 11:56 AM, Jesse Andrews wrote:
> I know Sandy Walsh did novaclient and Devin Carlen did (the
> deprecated) adminclient for nova.
>
> They might be able to pitch in and help (irc?)
>
> On Wed, Sep 28, 2011 at 8:26 AM, Jay Pipes <jaypipes@xxxxxxxxx> wrote:
>> We should be able to do that, yes. I have to figure out how to do it,
>> but I will create a bug for it in Launchpad and track progress.
>>
>> Cheers,
>> jay
>>
>> On Wed, Sep 28, 2011 at 11:05 AM, Huang Zhiteng <winston.d@xxxxxxxxx> wrote:
>>> I am also looking forward to python-glance being available on PyPI. Will it
>>> be released with Diablo?
>>>
>>> On Sat, Sep 24, 2011 at 3:02 AM, Jay Pipes <jaypipes@xxxxxxxxx> wrote:
>>>>
>>>> On Fri, Sep 23, 2011 at 2:51 PM, Devin Carlen <devin.carlen@xxxxxxxxx>
>>>> wrote:
>>>>> Awesome, thanks! Any plans to have the client available on PyPI? Makes
>>>>> testing a lot easier.
>>>>
>>>> Yup!
>>>>
>>>> -jay
>>>>
>>>> _______________________________________________
>>>> Mailing list: https://launchpad.net/~openstack
>>>> Post to : openstack@xxxxxxxxxxxxxxxxxxx
>>>> Unsubscribe : https://launchpad.net/~openstack
>>>> More help : https://help.launchpad.net/ListHelp
>>>
>>>
>>>
>>> --
>>> Regards
>>> Huang Zhiteng
>>>
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~openstack
>> More help : https://help.launchpad.net/ListHelp
>>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
Follow ups
References