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 where it's possible now. Dina On Wed, Feb 12, 2014 at 11:34 PM, Doug Hellmann <[email protected] > wrote: > 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, Dina Belova <[email protected]> wrote: > >> 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 <[email protected]>wrote: >> >>> 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 < >>> [email protected]> wrote: >>> >>>> 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 this situation: >>>>> http://paste.openstack.org/show/64674/ >>>>> >>>> >>>> I think it's because you're pulling in middleware. The audit module >>>> imports notifier, so notifier gets dragged along as a dependency. >>>> >>>> >>>> -Chris >>>> >>>> >>>> >>>> _______________________________________________ >>>> OpenStack-dev mailing list >>>> [email protected] >>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >>>> >>> >>> >>> >>> -- >>> >>> Best regards, >>> >>> Dina Belova >>> >>> Software Engineer >>> >>> Mirantis Inc. >>> >> >> >> >> -- >> >> Best regards, >> >> Dina Belova >> >> Software Engineer >> >> Mirantis Inc. >> >> _______________________________________________ >> OpenStack-dev mailing list >> [email protected] >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >> >> > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- Best regards, Dina Belova Software Engineer Mirantis Inc.
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
