[openstack-dev] [oslo-incubator] update.py copies more modules than expected
Chris Buccella
buccella at linux.vnet.ibm.com
Wed Feb 12 18:55:39 UTC 2014
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
More information about the OpenStack-dev
mailing list