← Back to team overview

openstack team mailing list archive

Re: Should we remove nova-combined ?

 

I was going to remove this in Glance, too, as we've replaced the
functionality with a tool like Swift's bin/swift-init, so in Glance,
to start both the API and registry servers, you can just do:

glance-control start all /etc/glance.conf

-jay

On Mon, Feb 21, 2011 at 11:54 AM, Josh Kearney
<josh.kearney@xxxxxxxxxxxxx> wrote:
> I am all for removing this. It's not something we should have to support --
> like you said, it can be done with a simple shell script (if that's how one
> wants to run it).
>
> On Mon, Feb 21, 2011 at 10:49 AM, Thierry Carrez <thierry@xxxxxxxxxxxxx>
> wrote:
>>
>> Hi everyone,
>>
>> The bin/nova-combined script duplicates code and functionality found
>> elsewhere, which is very error-prone. The quantity of duplicated code
>> grew with nova-api switch to paste. It seems to cover one very specific
>> use case (someone that runs from branch/tarball and wants to run
>> nova-{compute,network,volume,scheduler,api} but not nova-objectstore on
>> a single host).
>>
>> I'd like to get rid of it before I add more code to nova-api that will
>> need to be duplicated to nova-combined. Someone needing it could easily
>> replace it with a simple script that calls the other binaries, or by
>> nova.sh...
>>
>> That said, I guess it was originally added for a reason, so if you care
>> about it, please shout !
>>
>> --
>> Thierry Carrez (ttx)
>> Release Manager, OpenStack
>>
>> _______________________________________________
>> 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
>
>



References