Re: [openstack-dev] [oslo-incubator] update.py copies more modules than expected

2014-02-12 Thread Sylvain Bauza
I would vote for option #2 : move to oslo.messaging, that could be a quick win. 2014-02-12 20:34 GMT+01:00 Doug Hellmann : > The update script tries to be smart about the dependencies between > modules, based on cross-module imports. > > It looks like the notifier middleware will need to move ou

Re: [openstack-dev] [oslo-incubator] update.py copies more modules than expected

2014-02-12 Thread Dina Belova
I think variant with using oslo.messaging is nice here - cause now it looks strange when openstack.common.middleware asks to use openstack.common.notifier.api - and that leads to two unused really dirs downloaded by update.py script. Anyway, we should go further and begin using oslo.messaging wher

Re: [openstack-dev] [oslo-incubator] update.py copies more modules than expected

2014-02-12 Thread Doug Hellmann
The update script tries to be smart about the dependencies between modules, based on cross-module imports. It looks like the notifier middleware will need to move out of the incubator, or be updated to use oslo.messaging or the rpc code from the incubator. Doug On Wed, Feb 12, 2014 at 2:23 PM,

Re: [openstack-dev] [oslo-incubator] update.py copies more modules than expected

2014-02-12 Thread Dina Belova
Cause it seems that such thing is not working: http://paste.openstack.org/show/64740/ It still downloads all directories for notifier and roc, although is only module=notifier.api in conf file. Thanks Dina On Wed, Feb 12, 2014 at 11:13 PM, Dina Belova wrote: > May we use smth like: > > module=

Re: [openstack-dev] [oslo-incubator] update.py copies more modules than expected

2014-02-12 Thread Dina Belova
May we use smth like: module=notifier.api only to copy needed for middleware notifier? On Wed, Feb 12, 2014 at 10:55 PM, Chris Buccella < bucce...@linux.vnet.ibm.com> wrote: > On 02/12/2014 11:50 AM, Sanchez, Cristian A wrote: > >> Hi, >> We've modified the openstack-commons.conf file for clim

Re: [openstack-dev] [oslo-incubator] update.py copies more modules than expected

2014-02-12 Thread Chris Buccella
On 02/12/2014 11:50 AM, Sanchez, Cristian A wrote: Hi, We’ve modified the openstack-commons.conf file for climate remove rpc and notifier modules. But when the update.py is executed, the notifier and rpc modules are still copied. Do you know what could be wrong? Here you can see a log showing

[openstack-dev] [oslo-incubator] update.py copies more modules than expected

2014-02-12 Thread Sanchez, Cristian A
Hi, We’ve modified the openstack-commons.conf file for climate remove rpc and notifier modules. But when the update.py is executed, the notifier and rpc modules are still copied. Do you know what could be wrong? Here you can see a log showing this situation: http://paste.openstack.org/show/6467